aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/boot/kaslr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-13s390/kaslr: generalize and improve random base distributionVasily Gorbik1-9/+101
2023-03-20s390/boot: rework decompressor reserved trackingVasily Gorbik1-105/+8
2023-03-20s390/boot: rename mem_detect to physmem_infoVasily Gorbik1-7/+7
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik1-5/+5
2023-02-06s390/kasan: avoid mapping KASAN shadow for standby memoryVasily Gorbik1-1/+1
2023-02-06s390/boot: avoid page tables memory in kaslrVasily Gorbik1-2/+4
2023-02-06s390/mem_detect: handle online memory limit just onceVasily Gorbik1-2/+0
2023-02-06s390/boot: fix mem_detect extended area allocationVasily Gorbik1-6/+0
2022-05-06s390/boot: get rid of startup archiveHeiko Carstens1-1/+1
2021-07-27s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov1-3/+3
2020-11-20s390: unify identity mapping limits handlingVasily Gorbik1-2/+1
2020-11-09s390/kasan: move memory needs estimation into a functionVasily Gorbik1-22/+8
2020-09-29s390/kaslr: correct and explain randomization base generationVasily Gorbik1-38/+92
2020-09-29s390/kaslr: avoid mixing valid random value and an error codeVasily Gorbik1-5/+5
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-02-17s390/kaslr: Fix casts in get_randomNathan Chancellor1-1/+1
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-8/+33
2019-08-26s390/kaslr: reserve memory for kasan usageVasily Gorbik1-8/+33
2019-07-29s390/boot: add missing declarations and includesVasily Gorbik1-0/+1
2019-04-29s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer1-0/+144