aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/kaslr.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-24arm64: head: avoid relocating the kernel twice for KASLRGravatar Ard Biesheuvel 1-87/+0
2022-06-24arm64: kaslr: defer initialization to initcall where permittedGravatar Ard Biesheuvel 1-55/+40
2022-06-24arm64: kernel: drop unnecessary PoC cache clean+invalidateGravatar Ard Biesheuvel 1-11/+0
2021-08-03arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULLGravatar Barry Song 1-1/+3
2021-05-25arm64: Rename arm64-internal cache maintenance functionsGravatar Fuad Tabba 1-3/+3
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeGravatar Fuad Tabba 1-3/+9
2021-03-29arm64: kaslr: support randomized module area with KASAN_VMALLOCGravatar Lecopzer Chen 1-8/+10
2021-02-09arm64: Move "nokaslr" over to the early cpufeature infrastructureGravatar Marc Zyngier 1-34/+2
2021-02-09arm64: Extract early FDT mapping from kaslr_early_init()Gravatar Marc Zyngier 1-4/+3
2020-12-22kasan, arm64: expand CONFIG_KASAN checksGravatar Andrey Konovalov 1-1/+2
2020-11-27arm64: Extend the kernel command line from the bootloaderGravatar Tyler Hicks 1-1/+8
2020-11-27arm64: kaslr: Refactor early init command line parsingGravatar Tyler Hicks 1-8/+11
2020-08-07arm64: kaslr: Use standard early random functionGravatar Guenter Roeck 1-7/+5
2020-08-05random: random.h should include archrandom.h, not the other way aroundGravatar Linus Torvalds 1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-02-11arm64: Fix CONFIG_ARCH_RANDOM=n buildGravatar Robin Murphy 1-0/+1
2020-01-22arm64: Use v8.5-RNG entropy for KASLR seedGravatar Mark Brown 1-0/+11
2019-11-08arm64: kaslr: Check command line before looking for a seedGravatar Mark Brown 1-5/+6
2019-11-08arm64: kaslr: Announce KASLR status on bootGravatar Mark Brown 1-3/+38
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Gravatar Will Deacon 1-7/+4
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Gravatar Hsin-Yi Wang 1-4/+1
2019-08-09arm64: mm: Introduce VA_BITS_MINGravatar Steve Capper 1-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-23arm64/kernel: kaslr: reduce module randomization range to 2 GBGravatar Ard Biesheuvel 1-3/+3
2019-02-01arm64: kaslr: ensure randomized quantities are clean also when kaslr is offGravatar Ard Biesheuvel 1-0/+1
2019-01-16arm64: kaslr: ensure randomized quantities are clean to the PoCGravatar Ard Biesheuvel 1-2/+6
2018-03-08arm64/kernel: kaslr: reduce module randomization range to 4 GBGravatar Ard Biesheuvel 1-8/+12
2018-03-05arm64/kernel: kaslr: drop special Image placement logicGravatar Ard Biesheuvel 1-15/+0
2017-08-22arm64: kaslr: Adjust the offset to avoid Image across alignment boundaryGravatar Catalin Marinas 1-7/+3
2017-08-22arm64: kaslr: ignore modulo offset when validating virtual displacementGravatar Ard Biesheuvel 1-3/+9
2017-06-29arm64: fix endianness annotation in get_kaslr_seed()Gravatar Luc Van Oostenryck 1-1/+1
2017-03-22arm64: kaslr: Fix up the kernel image alignmentGravatar Neeraj Upadhyay 1-3/+7
2016-08-22arm64: apply __ro_after_init to some objectsGravatar Jisheng Zhang 1-1/+2
2016-04-26arm64: relocatable: deal with physically misaligned kernel imagesGravatar Ard Biesheuvel 1-3/+3
2016-02-24arm64: kaslr: randomize the linear regionGravatar Ard Biesheuvel 1-0/+4
2016-02-24arm64: add support for kernel ASLRGravatar Ard Biesheuvel 1-0/+173