summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/kaslr.c
AgeCommit message (Expand)AuthorLines
2021-08-03arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULLBarry Song-1/+3
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba-3/+3
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba-3/+9
2021-03-29arm64: kaslr: support randomized module area with KASAN_VMALLOCLecopzer Chen-8/+10
2021-02-09arm64: Move "nokaslr" over to the early cpufeature infrastructureMarc Zyngier-34/+2
2021-02-09arm64: Extract early FDT mapping from kaslr_early_init()Marc Zyngier-4/+3
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov-1/+2
2020-11-27arm64: Extend the kernel command line from the bootloaderTyler Hicks-1/+8
2020-11-27arm64: kaslr: Refactor early init command line parsingTyler Hicks-8/+11
2020-08-07arm64: kaslr: Use standard early random functionGuenter Roeck-7/+5
2020-08-05random: random.h should include archrandom.h, not the other way aroundLinus Torvalds-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-02-11arm64: Fix CONFIG_ARCH_RANDOM=n buildRobin Murphy-0/+1
2020-01-22arm64: Use v8.5-RNG entropy for KASLR seedMark Brown-0/+11
2019-11-08arm64: kaslr: Check command line before looking for a seedMark Brown-5/+6
2019-11-08arm64: kaslr: Announce KASLR status on bootMark Brown-3/+38
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon-7/+4
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang-4/+1
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-23arm64/kernel: kaslr: reduce module randomization range to 2 GBArd Biesheuvel-3/+3
2019-02-01arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel-0/+1
2019-01-16arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel-2/+6
2018-03-08arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel-8/+12
2018-03-05arm64/kernel: kaslr: drop special Image placement logicArd Biesheuvel-15/+0
2017-08-22arm64: kaslr: Adjust the offset to avoid Image across alignment boundaryCatalin Marinas-7/+3
2017-08-22arm64: kaslr: ignore modulo offset when validating virtual displacementArd Biesheuvel-3/+9
2017-06-29arm64: fix endianness annotation in get_kaslr_seed()Luc Van Oostenryck-1/+1
2017-03-22arm64: kaslr: Fix up the kernel image alignmentNeeraj Upadhyay-3/+7
2016-08-22arm64: apply __ro_after_init to some objectsJisheng Zhang-1/+2
2016-04-26arm64: relocatable: deal with physically misaligned kernel imagesArd Biesheuvel-3/+3
2016-02-24arm64: kaslr: randomize the linear regionArd Biesheuvel-0/+4
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel-0/+173