summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/kaslr.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16arm64: kaslr: Use feature override instead of parsing the cmdline againArd Biesheuvel1-3/+1
2023-12-12arm64/kernel: Move 'nokaslr' parsing out of early idreg codeArd Biesheuvel1-0/+7
2023-06-15Merge branch for-next/module-alloc into kvmarm/nextOliver Upton1-69/+14
2023-06-12arm64: Turn kaslr_feature_override into a generic SW feature overrideMarc Zyngier1-3/+3
2023-06-06arm64: module: move module randomization to module.cMark Rutland1-58/+2
2023-06-06arm64: kaslr: split kaslr/module initializationMark Rutland1-14/+25
2023-06-06arm64: module: remove old !KASAN_VMALLOC logicMark Rutland1-10/+0
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel1-1/+1
2022-06-24arm64: head: avoid relocating the kernel twice for KASLRArd Biesheuvel1-87/+0
2022-06-24arm64: kaslr: defer initialization to initcall where permittedArd Biesheuvel1-55/+40
2022-06-24arm64: kernel: drop unnecessary PoC cache clean+invalidateArd Biesheuvel1-11/+0
2021-08-03arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULLBarry Song1-1/+3
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba1-3/+3
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba1-3/+9
2021-03-29arm64: kaslr: support randomized module area with KASAN_VMALLOCLecopzer Chen1-8/+10
2021-02-09arm64: Move "nokaslr" over to the early cpufeature infrastructureMarc Zyngier1-34/+2
2021-02-09arm64: Extract early FDT mapping from kaslr_early_init()Marc Zyngier1-4/+3
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-1/+2
2020-11-27arm64: Extend the kernel command line from the bootloaderTyler Hicks1-1/+8
2020-11-27arm64: kaslr: Refactor early init command line parsingTyler Hicks1-8/+11
2020-08-07arm64: kaslr: Use standard early random functionGuenter Roeck1-7/+5
2020-08-05random: random.h should include archrandom.h, not the other way aroundLinus Torvalds1-1/+1
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-11arm64: Fix CONFIG_ARCH_RANDOM=n buildRobin Murphy1-0/+1
2020-01-22arm64: Use v8.5-RNG entropy for KASLR seedMark Brown1-0/+11
2019-11-08arm64: kaslr: Check command line before looking for a seedMark Brown1-5/+6
2019-11-08arm64: kaslr: Announce KASLR status on bootMark Brown1-3/+38
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon1-7/+4
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang1-4/+1
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper1-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-23arm64/kernel: kaslr: reduce module randomization range to 2 GBArd Biesheuvel1-3/+3
2019-02-01arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel1-0/+1
2019-01-16arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel1-2/+6
2018-03-08arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel1-8/+12
2018-03-05arm64/kernel: kaslr: drop special Image placement logicArd Biesheuvel1-15/+0
2017-08-22arm64: kaslr: Adjust the offset to avoid Image across alignment boundaryCatalin Marinas1-7/+3
2017-08-22arm64: kaslr: ignore modulo offset when validating virtual displacementArd Biesheuvel1-3/+9
2017-06-29arm64: fix endianness annotation in get_kaslr_seed()Luc Van Oostenryck1-1/+1
2017-03-22arm64: kaslr: Fix up the kernel image alignmentNeeraj Upadhyay1-3/+7
2016-08-22arm64: apply __ro_after_init to some objectsJisheng Zhang1-1/+2
2016-04-26arm64: relocatable: deal with physically misaligned kernel imagesArd Biesheuvel1-3/+3
2016-02-24arm64: kaslr: randomize the linear regionArd Biesheuvel1-0/+4
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel1-0/+173