summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-17/+40
2018-11-08s390/perf: Change CPUM_CF return code in event init functionThomas Richter1-1/+1
2018-11-02s390/kasan: increase instrumented stack size to 64kVasily Gorbik1-3/+3
2018-11-02s390/cpum_sf: Rework attribute definition for diagnostic samplingThomas Richter1-5/+28
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport5-7/+4
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport3-7/+7
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2-2/+3
2018-10-26s390: avoid vmlinux segments overlapVasily Gorbik1-2/+2
2018-10-26s390/vdso: add missing FORCE to build targetsVasily Gorbik2-6/+6
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+7
2018-10-19s390/perf: Return error when debug_register failsThomas Richter1-1/+5
2018-10-15s390/sthyi: Fix machine name validity indicationJanosch Frank1-3/+5
2018-10-11s390/vmalloc: fix VMALLOC_START calculationMikhail Zaslonko1-2/+2
2018-10-10s390/dumpstack: print psw mask and address againHeiko Carstens1-1/+1
2018-10-09s390/kasan: add option for 4-level paging supportVasily Gorbik1-1/+3
2018-10-09s390/dumpstack: disable __dump_trace kasan instrumentationVasily Gorbik1-1/+1
2018-10-09s390/kasan: reipl and kexec supportVasily Gorbik3-2/+7
2018-10-09s390/smp: kasan stack instrumentation supportVasily Gorbik1-3/+3
2018-10-09s390/kasan: use noexec and large pagesVasily Gorbik1-0/+1
2018-10-09s390/kasan: dynamic shadow mem allocation for modulesVasily Gorbik1-4/+11
2018-10-09s390/kasan: add initialization code and enable itVasily Gorbik2-6/+18
2018-10-09s390/kasan: avoid instrumentation of early C codeVasily Gorbik1-0/+2
2018-10-09s390/kasan: avoid vdso instrumentationVasily Gorbik2-2/+4
2018-10-09s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik5-173/+55
2018-10-09s390/mem_detect: add info source debug printVasily Gorbik1-0/+17
2018-10-09s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik1-2/+45
2018-10-09s390: introduce .boot.data sectionVasily Gorbik1-4/+9
2018-10-09s390: rescue initrd as early as possibleVasily Gorbik2-22/+1
2018-10-09s390/decompressor: rework uncompressed image info collectionVasily Gorbik1-0/+10
2018-10-09s390: unify stack size definitionsVasily Gorbik4-12/+12
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky11-78/+193
2018-10-09s390: add stack switch helperMartin Schwidefsky1-9/+1
2018-10-02s390/vmlinux.lds: Move JUMP_TABLE_DATA into output sectionArd Biesheuvel1-1/+1
2018-09-27s390/jump_label: Switch to relative referencesHeiko Carstens1-5/+6
2018-09-27jump_table: Move entries into ro_after_init regionArd Biesheuvel1-0/+1
2018-09-20s390: clean up stacks setupVasily Gorbik2-6/+4
2018-09-20s390/vdso: correct CFI annotations of vDSO functionsVasily Gorbik4-23/+27
2018-09-20s390/vdso: avoid 64-bit vdso mapping for compat tasksVasily Gorbik1-3/+5
2018-09-20s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer2-6/+4
2018-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-44/+34
2018-08-23s390: ebcdic: convert comments to UTF-8Arnd Bergmann1-18/+18
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-08-21s390: remove gcc version check (4.3 or newer)Heiko Carstens1-8/+0
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-2/+2
2018-08-16s390/kdump: Remove kzalloc_panicPhilipp Rudo1-15/+12
2018-08-16s390/kdump: Fix memleak in nt_vmcoreinfoPhilipp Rudo1-5/+12
2018-08-16s390/kdump: Make elfcorehdr size calculation ABI compliantPhilipp Rudo1-16/+10
2018-08-15s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik2-2/+2
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+3
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds17-667/+186