summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-08mm: defer kmemleak object creation of module_alloc()Kefeng Wang1-2/+3
2022-02-01s390/nmi: handle vector validity failures for KVM guestsChristian Borntraeger1-1/+8
2022-02-01s390/nmi: handle guarded storage validity failures for KVM guestsChristian Borntraeger1-4/+14
2022-02-01s390/module: fix loading modules with a lot of relocationsIlya Leoshkevich1-19/+18
2022-01-16s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()Alexander Egorenkov1-0/+4
2021-12-22s390/kexec_file: fix error handling when applying relocationsPhilipp Rudo1-1/+6
2021-12-22s390/entry: fix duplicate tracking of irq nesting levelSven Schnelle1-4/+5
2021-12-08s390/setup: avoid using memblock_enforce_memory_limitVasily Gorbik1-3/+0
2021-11-25signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-1/+1
2021-11-25signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-11-25signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman1-1/+1
2021-11-25s390/dump: fix copying to user-space of swapped kdump oldmemAlexander Egorenkov1-2/+2
2021-11-25s390/kexec: fix memory leak of ipl report bufferBaoquan He1-0/+10
2021-11-25s390/vdso: filter out -mstack-guard and -mstack-sizeSven Schnelle1-2/+3
2021-11-25s390/setup: avoid reserving memory above identity mappingVasily Gorbik1-9/+1
2021-11-25s390/kexec: fix return code handlingHeiko Carstens2-2/+9
2021-11-18s390/cpumf: cpum_cf PMU displays invalid value after hotplug removeThomas Richter1-1/+3
2021-11-18s390/uv: fully validate the VMA before calling follow_page()David Hildenbrand1-1/+1
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-15/+33
2021-09-09compat: remove some compat entry pointsArnd Bergmann1-5/+5
2021-09-08s390/ftrace: remove incorrect __va usageHeiko Carstens1-2/+2
2021-09-07s390/cpum_cf: move array from header to C fileHeiko Carstens1-0/+8
2021-09-07s390/topology: fix topology information when calling cpu hotplug notifiersSven Schnelle2-8/+14
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+8
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan1-0/+2
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-3/+6
2021-09-02Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-08-31s390/entry: make oklabel within CHKSTG macro localHeiko Carstens1-2/+2
2021-08-31s390: add kmemleak annotation in stack_alloc()Sven Schnelle1-3/+7
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds31-371/+1070
2021-08-26s390/smp: do not use nodat_stack for secondary CPU startAlexander Gordeev1-15/+10
2021-08-26s390/smp: enable DAT before CPU restart callback is calledAlexander Gordeev6-18/+38
2021-08-25s390/sclp: add tracing of SCLP interactionsPeter Oberparleiter1-7/+9
2021-08-25s390/debug: add early tracing supportPeter Oberparleiter1-0/+55
2021-08-25s390/debug: fix debug area life cyclePeter Oberparleiter1-46/+56
2021-08-25s390/debug: keep debug data on resizePeter Oberparleiter1-21/+53
2021-08-25s390/diag: make restart_part2 a local labelHeiko Carstens1-2/+2
2021-08-25s390: fix typo in linker scriptHeiko Carstens1-1/+1
2021-08-25s390: remove do_signal() prototype and do_notify_resume() functionSven Schnelle2-8/+0
2021-08-18s390/sclp: reserve memory occupied by sclp early bufferAlexander Egorenkov1-0/+1
2021-08-05s390: rename dma section to amode31Heiko Carstens10-114/+114
2021-08-05s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior6-14/+14
2021-08-03s390/ftrace: implement hotpatchingIlya Leoshkevich4-16/+279
2021-07-30s390: enable KCSANIlya Leoshkevich2-0/+2
2021-07-30s390/vdso: add .got.plt in vdso linker scriptSumanth Korikkar2-0/+2
2021-07-27s390/hwcaps: make sie capability regular hwcapHeiko Carstens1-10/+2
2021-07-27s390/hwcaps: remove hwcap stfle checkHeiko Carstens1-1/+1
2021-07-27s390/hwcaps: remove z/Architecture mode active checkHeiko Carstens1-2/+1
2021-07-27s390/hwcaps: use consistent coding style / remove commentsHeiko Carstens1-54/+13
2021-07-27s390/hwcaps: open code initialization of first six hwcap bitsHeiko Carstens1-6/+24