summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* s390/module: fix loading modules with a lot of relocationsIlya Leoshkevich2022-01-241-19/+18
* s390/nmi: handle vector validity failures for KVM guestsChristian Borntraeger2022-01-231-1/+8
* s390/nmi: handle guarded storage validity failures for KVM guestsChristian Borntraeger2022-01-231-4/+14
* Merge tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-01-213-6/+6
|\
| * s390/cpumf: Support for CPU Measurement Sampling Facility LS bitThomas Richter2022-01-171-1/+1
| * s390/cpumf: Support for CPU Measurement Facility CSVN 7Thomas Richter2022-01-172-5/+5
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-2/+2
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-132-2/+2
| * | exit/s390: Remove dead reference to do_exit from copy_threadEric W. Biederman2021-12-131-1/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-152-2/+4
|\ \ \ | |_|/ |/| |
| * | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
| * | mm: defer kmemleak object creation of module_alloc()Kefeng Wang2022-01-151-2/+3
* | | Merge tag 's390-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-01-108-52/+44
|\ \ \
| * | | s390/crash_dump: fix virtual vs physical address handlingHeiko Carstens2021-12-202-12/+8
| * | | s390/nmi: disable interrupts on extended save area updateAlexander Gordeev2021-12-163-30/+26
| * | | s390/disassembler: update opcode tableHeiko Carstens2021-12-161-0/+1
| * | | s390/uv: fix memblock virtual vs physical address confusionHeiko Carstens2021-12-161-5/+5
| * | | s390/smp: fix memblock_phys_free() vs memblock_free() confusionHeiko Carstens2021-12-161-1/+1
| * | | s390/exit: remove dead reference to do_exit from copy_threadEric W. Biederman2021-12-161-1/+0
| * | | s390/nmi: add missing __pa/__va address conversion of extended save areaHeiko Carstens2021-12-063-7/+7
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-01-101-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra2021-12-101-2/+1
| |/ /
* | | s390/entry: fix duplicate tracking of irq nesting levelSven Schnelle2021-12-121-4/+5
* | | s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()Alexander Egorenkov2021-12-101-0/+4
* | | s390/ftrace: remove preempt_disable()/preempt_enable() pairJerome Marchand2021-12-101-2/+0
* | | s390/kexec_file: fix error handling when applying relocationsPhilipp Rudo2021-12-101-1/+6
* | | s390/kexec_file: print some more error messagesPhilipp Rudo2021-12-101-3/+24
|/ /
* | Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-207-25/+32
|\ \ | |/ |/|
| * s390/kexec: fix memory leak of ipl report bufferBaoquan He2021-11-181-0/+10
| * s390/kexec: fix return code handlingHeiko Carstens2021-11-182-2/+9
| * s390/dump: fix copying to user-space of swapped kdump oldmemAlexander Egorenkov2021-11-181-2/+2
| * s390: wire up sys_futex_waitv system callVasily Gorbik2021-11-161-0/+1
| * s390/vdso: filter out -mstack-guard and -mstack-sizeSven Schnelle2021-11-161-2/+3
| * s390/vdso: remove -nostdlib compiler flagMasahiro Yamada2021-11-162-2/+2
| * s390/setup: re-arrange memblock setupVasily Gorbik2021-11-161-5/+4
| * s390/setup: avoid using memblock_enforce_memory_limitVasily Gorbik2021-11-161-3/+0
| * s390/setup: avoid reserving memory above identity mappingVasily Gorbik2021-11-161-9/+1
* | signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-1/+1
|/
* Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-131-1/+3
|\
| * s390/cpumf: cpum_cf PMU displays invalid value after hotplug removeThomas Richter2021-11-081-1/+3
* | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-102-2/+2
|\ \ | |/ |/|
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
| * signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman2021-10-291-1/+1
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-1/+1
* | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-0622-275/+403
|\ \
| * | s390: support command lines longer than 896 bytesSven Schnelle2021-10-263-5/+20
| * | s390/kexec_file: move kernel image size checkSven Schnelle2021-10-261-15/+2
| * | s390/cpumf: Allow multiple processes to access /dev/hwcThomas Richter2021-10-261-78/+150
| * | s390: add support for BEAR enhancement facilitySven Schnelle2021-10-267-16/+61
| * | s390: introduce nospec_uses_trampoline()Sven Schnelle2021-10-262-2/+2