summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/kaslr.c
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev2024-04-171-1/+1
* s390/kaslr: generalize and improve random base distributionVasily Gorbik2023-04-131-9/+101
* s390/boot: rework decompressor reserved trackingVasily Gorbik2023-03-201-105/+8
* s390/boot: rename mem_detect to physmem_infoVasily Gorbik2023-03-201-7/+7
* s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik2023-02-141-5/+5
* s390/kasan: avoid mapping KASAN shadow for standby memoryVasily Gorbik2023-02-061-1/+1
* s390/boot: avoid page tables memory in kaslrVasily Gorbik2023-02-061-2/+4
* s390/mem_detect: handle online memory limit just onceVasily Gorbik2023-02-061-2/+0
* s390/boot: fix mem_detect extended area allocationVasily Gorbik2023-02-061-6/+0
* s390/boot: get rid of startup archiveHeiko Carstens2022-05-061-1/+1
* s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov2021-07-271-3/+3
* s390: unify identity mapping limits handlingVasily Gorbik2020-11-201-2/+1
* s390/kasan: move memory needs estimation into a functionVasily Gorbik2020-11-091-22/+8
* s390/kaslr: correct and explain randomization base generationVasily Gorbik2020-09-291-38/+92
* s390/kaslr: avoid mixing valid random value and an error codeVasily Gorbik2020-09-291-5/+5
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* s390/kaslr: Fix casts in get_randomNathan Chancellor2020-02-171-1/+1
* Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-171-8/+33
|\
| * s390/kaslr: reserve memory for kasan usageVasily Gorbik2019-08-261-8/+33
* | s390/boot: add missing declarations and includesVasily Gorbik2019-07-291-0/+1
|/
* s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer2019-04-291-0/+144