summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2023-09-13s390/ipl: add missing secure/has_secure file to ipl type 'unknown'Sven Schnelle1-0/+2
2023-09-13s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobsHolger Dengler1-1/+1
2023-09-13s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributesHolger Dengler1-1/+1
2023-08-11KVM: s390: fix sthyi error handlingHeiko Carstens2-6/+9
2023-08-03KVM: s390: pv: fix index value of replaced ASCEClaudio Imbrenda1-0/+1
2023-07-23s390/decompressor: fix misaligned symbol build errorHeiko Carstens1-0/+1
2023-07-19KVM: s390/diag: fix racy access of physical cpu number in diag 9c handlerChristian Borntraeger1-3/+5
2023-07-19KVM: s390: vsie: fix the length of APCB bitmapPierre Morel1-2/+4
2023-07-19KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holesNico Boehr1-0/+4
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds1-2/+3
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