summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2024-06-16s390/cpacf: Make use of invalid opcode produce a link errorHarald Freudenberger1-2/+10
2024-06-16s390/cpacf: Split and rework cpacf query functionsHarald Freudenberger1-20/+81
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-1/+3
2024-06-12s390/boot: Remove alt_stfle_fac_list from decompressorSven Schnelle2-2/+1
2024-06-12s390/ipl: Fix incorrect initialization of nvme dump blockAlexander Egorenkov1-3/+3
2024-06-12s390/ipl: Fix incorrect initialization of len fields in nvme reipl blockAlexander Egorenkov1-2/+2
2024-06-12s390/stackstrace: Detect vdso stack framesHeiko Carstens5-8/+36
2024-06-12s390/vdso: Introduce and use struct stack_frame_vdso_wrapperHeiko Carstens3-10/+17
2024-06-12s390/stacktrace: Improve detection of invalid instruction pointersHeiko Carstens1-4/+22
2024-06-12s390/stacktrace: Skip first user stack frameHeiko Carstens1-4/+4
2024-06-12s390/stacktrace: Merge perf_callchain_user() and arch_stack_walk_user()Heiko Carstens3-38/+36
2024-06-12s390/ftrace: Use unwinder instead of __builtin_return_address()Sven Schnelle3-6/+23
2024-06-12s390/vdso: Use standard stack frame layoutHeiko Carstens2-0/+2
2024-06-12s390/vdso: Generate unwind information for C modulesJens Remus2-2/+4
2024-05-30s390/bpf: Emit a barrier for BPF_FETCH instructionsIlya Leoshkevich1-2/+6
2024-05-30s390: vmlinux.lds.S: Drop .hash and .gnu.hash for !CONFIG_PIE_BUILDSumanth Korikkar1-1/+1
2024-05-30s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand6-47/+146
2024-05-12Merge tag 'for-linus-6.9' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2024-05-02KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1MJean-Philippe Brucker1-1/+1
2024-05-01s390/paes: Reestablish retry loop in paesHarald Freudenberger1-2/+13
2024-04-26s390/vdso: Add CFI for RA register to asm macro vdso_funcJens Remus2-0/+3
2024-04-22s390/mm: Fix clearing storage keys for huge pagesClaudio Imbrenda1-1/+1
2024-04-22s390/mm: Fix storage key clearing for guest huge pagesClaudio Imbrenda1-1/+1
2024-04-17s390/mm: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2024-04-03s390/entry: align system call table on 8 bytesSumanth Korikkar1-0/+1
2024-04-03s390/pai: fix sampling event removal for PMU device driverThomas Richter2-6/+14
2024-04-03s390/preempt: mark all functions __always_inlineIlya Leoshkevich1-18/+18
2024-04-03s390/atomic: mark all functions __always_inlineIlya Leoshkevich2-33/+33
2024-04-03s390/mm: fix NULL pointer dereferenceHeiko Carstens1-1/+1
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-26/+20
2024-03-20s390/bpf: Fix bpf_plt pointer arithmeticIlya Leoshkevich1-26/+20
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds20-153/+316
2024-03-17s390/entry: compare gmap asce to determine guest/host faultSven Schnelle3-19/+18
2024-03-17s390/entry: remove OUTSIDE macroSven Schnelle1-25/+4
2024-03-17s390/entry: add CIF_SIE flag and remove sie64a() address checkSven Schnelle2-3/+16
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-19/+330
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds20-138/+170
2024-03-14Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-3/+3
2024-03-13s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL supportHeiko Carstens7-3/+48
2024-03-13s390/cio,idal: fix virtual vs physical address confusionHeiko Carstens1-23/+45
2024-03-13s390/cio,idal: remove superfluous virt_to_phys() conversionHeiko Carstens1-2/+2
2024-03-13s390/cio,idal: code cleanupHeiko Carstens1-70/+64
2024-03-13s390/virtio_ccw: use DMA handle from DMA APIHalil Pasic2-1/+4
2024-03-13s390/cio: use bitwise types to allow for type checkingHeiko Carstens5-22/+27
2024-03-13s390/cio: introduce bitwise dma types and helper functionsHalil Pasic1-0/+103
2024-03-13s390/vtime: fix average steal time calculationMete Durlu1-2/+2
2024-03-13s390/sysinfo: allow response buffer in normal memoryAlexander Gordeev1-1/+1
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+3
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+2