summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2023-06-28s390/purgatory: disable branch profilingAlexander Gordeev1-0/+1
2023-06-09s390/topology: honour nr_cpu_ids when adding CPUsAlexander Gordeev1-15/+17
2023-05-24rethook, fprobe: do not trace rethook related functionsZe Gao1-0/+1
2023-05-24s390/crypto: use vector instructions only if available for ChaCha20Heiko Carstens1-1/+1
2023-05-17KVM: s390: fix race in gmap_make_secure()Claudio Imbrenda1-21/+11
2023-04-26s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens1-6/+2
2023-04-13KVM: s390: pv: fix external interruption loop not always detectedNico Boehr1-8/+24
2023-04-06s390: reintroduce expoline dependence to scriptsJiri Slaby (SUSE)1-1/+1
2023-04-06s390/uaccess: add missing earlyclobber annotations to __clear_user()Heiko Carstens1-1/+1
2023-03-22s390/ipl: add missing intersection check to ipl_report handlingSven Schnelle1-0/+8
2023-03-22PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle3-15/+16
2023-03-10KVM: s390: disable migration mode when dirty tracking is disabledNico Boehr1-13/+30
2023-03-10s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik1-0/+1
2023-03-10s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik1-2/+1
2023-03-10s390: discard .interp sectionIlya Leoshkevich1-0/+1
2023-03-10s390/extmem: return correct segment type in __segment_load()Gerald Schaefer1-5/+7
2023-03-10s390/kfence: fix page fault reportingHeiko Carstens1-14/+35
2023-03-10s390/idle: mark arch_cpu_idle() noinstrHeiko Carstens1-1/+1
2023-03-10s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swappingVasily Gorbik1-8/+8
2023-03-10s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64Nathan Chancellor1-1/+1
2023-03-10s390/ap: fix status returned by ap_qact()Halil Pasic1-1/+4
2023-03-10s390/ap: fix status returned by ap_aqic()Halil Pasic1-2/+5
2023-03-10s390/boot: fix mem_detect extended area allocationVasily Gorbik4-52/+31
2023-03-10s390/mem_detect: rely on diag260() if sclp_early_get_memsize() failsVasily Gorbik1-1/+1
2023-03-10s390/boot: cleanup decompressor header filesAlexander Gordeev3-28/+23
2023-03-10s390/vmem: fix empty page tables cleanup under KASANVasily Gorbik1-3/+3
2023-03-10s390/mem_detect: fix detect_memory() error handlingVasily Gorbik1-1/+1
2023-03-10s390/bpf: Add expoline to tail callsIlya Leoshkevich1-2/+10
2023-03-10s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev2-1/+1
2023-02-25s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada1-0/+2
2023-02-22s390/decompressor: specify __decompress() buf len to avoid overflowVasily Gorbik1-1/+1
2023-02-09use less confusing names for iov_iter direction initializersAl Viro2-2/+2
2023-02-09memcpy_real(): WRITE is "data source", not destination...Al Viro1-1/+1
2023-02-09copy_oldmem_kernel() - WRITE is "data source", not destinationAl Viro1-1/+1
2023-02-06s390: workaround invalid gcc-11 out of bounds read warningHeiko Carstens1-2/+3
2023-02-01KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens1-4/+8
2023-02-01s390: expicitly align _edata and _end symbols on page boundaryAlexander Gordeev1-0/+2
2023-02-01s390/debug: add _ASM_S390_ prefix to header guardNiklas Schnelle1-3/+3
2023-01-18s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()Heiko Carstens1-1/+1
2023-01-18s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens2-55/+77
2023-01-18s390/kexec: fix ipl report address for kdumpAlexander Egorenkov1-2/+3
2022-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+3
2022-12-03Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-12-01mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-11-29Merge tag 'kvm-s390-master-6.1-2' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini1-1/+3
2022-11-25Merge tag 's390-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2022-11-24KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) fieldThomas Huth1-1/+3
2022-11-24s390/crashdump: fix TOD programmable field sizeHeiko Carstens1-1/+1
2022-11-18Merge tag 's390-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+10
2022-11-16s390: avoid using global register for current_stack_pointerVasily Gorbik1-1/+10