summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/kaslr.c
AgeCommit message (Expand)Author
2024-02-16arm64: kaslr: Use feature override instead of parsing the cmdline againArd Biesheuvel
2023-12-12arm64/kernel: Move 'nokaslr' parsing out of early idreg codeArd Biesheuvel
2023-06-15Merge branch for-next/module-alloc into kvmarm/nextOliver Upton
2023-06-12arm64: Turn kaslr_feature_override into a generic SW feature overrideMarc Zyngier
2023-06-06arm64: module: move module randomization to module.cMark Rutland
2023-06-06arm64: kaslr: split kaslr/module initializationMark Rutland
2023-06-06arm64: module: remove old !KASAN_VMALLOC logicMark Rutland
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel
2022-06-24arm64: head: avoid relocating the kernel twice for KASLRArd Biesheuvel
2022-06-24arm64: kaslr: defer initialization to initcall where permittedArd Biesheuvel
2022-06-24arm64: kernel: drop unnecessary PoC cache clean+invalidateArd Biesheuvel
2021-08-03arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULLBarry Song
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba
2021-03-29arm64: kaslr: support randomized module area with KASAN_VMALLOCLecopzer Chen
2021-02-09arm64: Move "nokaslr" over to the early cpufeature infrastructureMarc Zyngier
2021-02-09arm64: Extract early FDT mapping from kaslr_early_init()Marc Zyngier
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov
2020-11-27arm64: Extend the kernel command line from the bootloaderTyler Hicks
2020-11-27arm64: kaslr: Refactor early init command line parsingTyler Hicks
2020-08-07arm64: kaslr: Use standard early random functionGuenter Roeck
2020-08-05random: random.h should include archrandom.h, not the other way aroundLinus Torvalds
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-02-11arm64: Fix CONFIG_ARCH_RANDOM=n buildRobin Murphy
2020-01-22arm64: Use v8.5-RNG entropy for KASLR seedMark Brown
2019-11-08arm64: kaslr: Check command line before looking for a seedMark Brown
2019-11-08arm64: kaslr: Announce KASLR status on bootMark Brown
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-23arm64/kernel: kaslr: reduce module randomization range to 2 GBArd Biesheuvel
2019-02-01arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel
2019-01-16arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel
2018-03-08arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel
2018-03-05arm64/kernel: kaslr: drop special Image placement logicArd Biesheuvel
2017-08-22arm64: kaslr: Adjust the offset to avoid Image across alignment boundaryCatalin Marinas
2017-08-22arm64: kaslr: ignore modulo offset when validating virtual displacementArd Biesheuvel
2017-06-29arm64: fix endianness annotation in get_kaslr_seed()Luc Van Oostenryck
2017-03-22arm64: kaslr: Fix up the kernel image alignmentNeeraj Upadhyay
2016-08-22arm64: apply __ro_after_init to some objectsJisheng Zhang
2016-04-26arm64: relocatable: deal with physically misaligned kernel imagesArd Biesheuvel
2016-02-24arm64: kaslr: randomize the linear regionArd Biesheuvel
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel