summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot
Commit message (Expand)AuthorAgeFilesLines
* s390/boot: always align vmalloc area on segment boundaryAlexander Gordeev2023-11-222-2/+3
* s390/cmma: rework no-dat handlingHeiko Carstens2023-11-051-0/+17
* s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2023-11-052-0/+52
* Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-032-10/+9
|\
| * s390/vmem: remove unused variableVasily Gorbik2023-10-161-2/+0
| * s390: use control register bit definesHeiko Carstens2023-09-191-1/+1
| * s390/ctlreg: add struct ctlregHeiko Carstens2023-09-191-4/+4
| * s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens2023-09-191-3/+3
| * s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-192-4/+4
| * s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens2023-09-191-1/+1
| * s390/ctlreg: move control register code to separate fileHeiko Carstens2023-09-191-0/+1
* | s390/kasan: handle DCSS mapping in memory holesVasily Gorbik2023-10-161-1/+6
|/
* s390/mm: simplify kernel mapping setupHeiko Carstens2023-08-302-6/+10
* s390: remove "noexec" optionHeiko Carstens2023-08-302-8/+1
* s390/boot: fix multi-line comments styleAlexander Gordeev2023-08-161-2/+4
* s390/boot: account Real Memory Copy and Lowcore areasAlexander Gordeev2023-08-161-1/+2
* s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev2023-08-161-1/+1
* s390/boot: cleanup number of page table levels setupAlexander Gordeev2023-08-161-5/+4
* s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-07-241-1/+0
* s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev2023-07-241-0/+3
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-062-11/+11
|\
| * Revert "s390/mm: get rid of VMEM_MAX_PHYS macro"Alexander Gordeev2023-07-041-0/+1
| * s390: fix various typosHeiko Carstens2023-07-031-1/+1
| * s390: consistently use .balign instead of .alignHeiko Carstens2023-06-282-10/+10
| * s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-06-281-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-031-0/+4
|\ \ | |/ |/|
| * s390/uv: Update query for secret-UVCsSteffen Eiden2023-06-161-0/+4
* | s390/kasan: avoid short by one page shadow memoryAlexander Gordeev2023-06-201-4/+11
|/
* s390/mm: fix direct map accountingHeiko Carstens2023-04-131-2/+16
* s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECTHeiko Carstens2023-04-131-4/+4
* s390/boot: improve install.sh scriptMarc Hartmayer2023-04-131-4/+4
* s390/kaslr: randomize amode31 base addressVasily Gorbik2023-04-131-2/+4
* s390/kaslr: generalize and improve random base distributionVasily Gorbik2023-04-134-11/+112
* s390/boot: pin amode31 default lmaVasily Gorbik2023-04-131-1/+3
* s390/boot: do not change default_lmaVasily Gorbik2023-04-131-13/+12
* s390/kaslr: provide kaslr_enabled() functionHeiko Carstens2023-04-134-8/+7
* s390/kasan: move shadow mapping to decompressorVasily Gorbik2023-03-203-15/+230
* s390/boot: rework decompressor reserved trackingVasily Gorbik2023-03-208-299/+300
* s390/boot: rename mem_detect to physmem_infoVasily Gorbik2023-03-206-53/+53
* s390/boot: remove non-functioning image bootable checkVasily Gorbik2023-03-201-1/+0
* s390/ipl: add missing intersection check to ipl_report handlingSven Schnelle2023-03-131-0/+8
* s390/decompressor: add link map savingVasily Gorbik2023-02-281-1/+3
* s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik2023-02-145-14/+14
* Merge branch 'fixes' into featuresHeiko Carstens2023-02-061-1/+1
|\
| * s390/decompressor: specify __decompress() buf len to avoid overflowVasily Gorbik2023-01-311-1/+1
* | s390/boot: avoid potential amode31 truncationVasily Gorbik2023-02-061-1/+1
* | s390/boot: move detect_facilities() after cmd line parsingVasily Gorbik2023-02-061-2/+1
* | s390/kasan: avoid mapping KASAN shadow for standby memoryVasily Gorbik2023-02-061-1/+1
* | s390/boot: avoid page tables memory in kaslrVasily Gorbik2023-02-063-2/+12
* | s390/mem_detect: handle online memory limit just onceVasily Gorbik2023-02-065-13/+28