summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-11KVM: s390: fix sthyi error handlingHeiko Carstens1-3/+3
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-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-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/idle: mark arch_cpu_idle() noinstrHeiko Carstens1-1/+1
2023-03-10s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64Nathan Chancellor1-1/+1
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-09use less confusing names for iov_iter direction initializersAl 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-01s390: expicitly align _edata and _end symbols on page boundaryAlexander Gordeev1-0/+2
2023-01-18s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens1-39/+62
2023-01-18s390/kexec: fix ipl report address for kdumpAlexander Egorenkov1-2/+3
2022-11-24s390/crashdump: fix TOD programmable field sizeHeiko Carstens1-1/+1
2022-10-26s390/pai: fix raw data collection for PMU pai_extThomas Richter1-0/+1
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2-2/+2
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+2
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra4-8/+20
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim2-0/+2
2022-09-27s390: remove vma linked list walksMatthew Wilcox (Oracle)1-1/+2
2022-09-16s390/pai: Add support for PAI Extension 1 NNPA countersThomas Richter2-1/+672
2022-09-14s390/mm: uninline copy_oldmem_kernel() functionAlexander Gordeev3-1/+16
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev2-24/+4
2022-09-14s390/dump: save IPL CPU registers once DAT is availableAlexander Gordeev2-34/+32
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev7-30/+163
2022-09-14s390/smp: call smp_reinit_ipl_cpu() before scheduler is availableAlexander Gordeev2-2/+2
2022-09-14Merge branch 'fixes' into featuresVasily Gorbik3-2/+4
2022-09-07s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev1-1/+1
2022-09-07s390/boot: fix absolute zero lowcore corruption on bootAlexander Gordeev2-1/+2
2022-08-30s390: move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-08-30s390: fix nospec table alignmentsJosh Poimboeuf1-0/+1
2022-08-25s390: fix double free of GS and RI CBs on fork() failureBrian Foster1-6/+16
2022-08-07Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-109/+86
2022-08-06Revert "s390/smp: enforce lowcore protection on CPU restart"Alexander Gordeev1-1/+1
2022-08-06Revert "s390/smp: rework absolute lowcore access"Alexander Gordeev7-155/+29
2022-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+156
2022-08-03Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2022-08-03Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-5/+13
2022-08-01Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-24/+5
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini1-0/+156
2022-07-28s390/nmi: use irqentry_nmi_enter()/irqentry_nmi_exit()Sven Schnelle1-3/+5