aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/kaslr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill 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