aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+4
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle1-0/+3
2020-02-27s390/protvirt: add ultravisor initializationVasily Gorbik1-0/+5
2020-02-27s390/protvirt: introduce host side setupVasily Gorbik1-4/+0
2020-02-27s390/mm: remove fake numa supportHeiko Carstens1-0/+1
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko1-0/+2
2020-01-31mm/memblock: define memblock_physmem_add()Anshuman Khandual1-9/+3
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+0
2020-01-14arch/s390/setup: Drop dummy_con initializationArvind Sankar1-2/+0
2020-01-09s390/setup: Fix secure ipl messagePhilipp Rudo1-1/+1
2019-11-30s390: avoid misusing CALL_ON_STACK for task stack setupVasily Gorbik1-8/+1
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-16/+11
2019-09-13s390: add support for IBM z15 machinesMartin Schwidefsky1-0/+4
2019-08-29s390/setup: avoid using strncmp with hardcoded lengthVasily Gorbik1-5/+5
2019-08-21s390: move vmalloc option parsing to startup codeVasily Gorbik1-11/+2
2019-08-06s390/setup: adjust start_code of init_mm to _textVasily Gorbik1-2/+1
2019-06-07s390: enforce CONFIG_SMPHeiko Carstens1-2/+0
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky1-0/+1
2019-04-29s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer1-0/+1
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer1-0/+9
2019-04-29s390/sclp: do not use static sccbsGerald Schaefer1-1/+1
2019-04-26s390/ipl: read IPL report at early bootMartin Schwidefsky1-0/+45
2019-04-25s390: report new CPU capabilitiesMartin Schwidefsky1-0/+8
2019-04-10s390/uv: introduce guest side ultravisor codeVasily Gorbik1-0/+5
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+13
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport1-0/+3
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-18/+42
2019-02-20s390/setup: fix boot crash for machine without EDAT-1Martin Schwidefsky1-7/+6
2019-02-20s390/setup: fix early warning messagesMartin Schwidefsky1-9/+23
2019-02-07s390: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-02-07s390/setup: remove obsolete #ifdefGerald Schaefer1-9/+0
2019-01-28s390/setup: set control program code via diag 318Collin Walling1-0/+21
2019-01-11s390/early: improve machine detectionChristian Borntraeger1-0/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-4/+4
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+2
2018-10-11s390/vmalloc: fix VMALLOC_START calculationMikhail Zaslonko1-2/+2
2018-10-09s390/kasan: add option for 4-level paging supportVasily Gorbik1-1/+3
2018-10-09s390/kasan: use noexec and large pagesVasily Gorbik1-0/+1
2018-10-09s390/kasan: add initialization code and enable itVasily Gorbik1-6/+16
2018-10-09s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik1-22/+4
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: unify stack size definitionsVasily Gorbik1-6/+6
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky1-9/+80
2018-06-25s390/setup: do not reserve the decompressor codeVasily Gorbik1-2/+2
2018-04-16s390: add support for IBM z14 Model ZR1Heiko Carstens1-0/+1
2018-04-11s390: correct nospec auto detection init orderMartin Schwidefsky1-0/+3
2018-03-18s390/setup : enable display support for KVM guestFarhan Ali1-0/+2
2018-02-27s390: unify linker symbols usageVasily Gorbik1-10/+10