index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
kaslr.c
Age
Commit message (
Expand
)
Author
Lines
2021-08-03
arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULL
Barry Song
-1
/
+3
2021-05-25
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
-3
/
+3
2021-05-25
arm64: __flush_dcache_area to take end parameter instead of size
Fuad Tabba
-3
/
+9
2021-03-29
arm64: kaslr: support randomized module area with KASAN_VMALLOC
Lecopzer Chen
-8
/
+10
2021-02-09
arm64: Move "nokaslr" over to the early cpufeature infrastructure
Marc Zyngier
-34
/
+2
2021-02-09
arm64: Extract early FDT mapping from kaslr_early_init()
Marc Zyngier
-4
/
+3
2020-12-22
kasan, arm64: expand CONFIG_KASAN checks
Andrey Konovalov
-1
/
+2
2020-11-27
arm64: Extend the kernel command line from the bootloader
Tyler Hicks
-1
/
+8
2020-11-27
arm64: kaslr: Refactor early init command line parsing
Tyler Hicks
-8
/
+11
2020-08-07
arm64: kaslr: Use standard early random function
Guenter Roeck
-7
/
+5
2020-08-05
random: random.h should include archrandom.h, not the other way around
Linus Torvalds
-1
/
+1
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
-1
/
+1
2020-02-11
arm64: Fix CONFIG_ARCH_RANDOM=n build
Robin Murphy
-0
/
+1
2020-01-22
arm64: Use v8.5-RNG entropy for KASLR seed
Mark Brown
-0
/
+11
2019-11-08
arm64: kaslr: Check command line before looking for a seed
Mark Brown
-5
/
+6
2019-11-08
arm64: kaslr: Announce KASLR status on boot
Mark Brown
-3
/
+38
2019-08-30
Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...
Will Deacon
-7
/
+4
2019-08-23
arm64: map FDT as RW for early_init_dt_scan()
Hsin-Yi Wang
-4
/
+1
2019-08-09
arm64: mm: Introduce VA_BITS_MIN
Steve Capper
-3
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-4
/
+1
2019-05-23
arm64/kernel: kaslr: reduce module randomization range to 2 GB
Ard Biesheuvel
-3
/
+3
2019-02-01
arm64: kaslr: ensure randomized quantities are clean also when kaslr is off
Ard Biesheuvel
-0
/
+1
2019-01-16
arm64: kaslr: ensure randomized quantities are clean to the PoC
Ard Biesheuvel
-2
/
+6
2018-03-08
arm64/kernel: kaslr: reduce module randomization range to 4 GB
Ard Biesheuvel
-8
/
+12
2018-03-05
arm64/kernel: kaslr: drop special Image placement logic
Ard Biesheuvel
-15
/
+0
2017-08-22
arm64: kaslr: Adjust the offset to avoid Image across alignment boundary
Catalin Marinas
-7
/
+3
2017-08-22
arm64: kaslr: ignore modulo offset when validating virtual displacement
Ard Biesheuvel
-3
/
+9
2017-06-29
arm64: fix endianness annotation in get_kaslr_seed()
Luc Van Oostenryck
-1
/
+1
2017-03-22
arm64: kaslr: Fix up the kernel image alignment
Neeraj Upadhyay
-3
/
+7
2016-08-22
arm64: apply __ro_after_init to some objects
Jisheng Zhang
-1
/
+2
2016-04-26
arm64: relocatable: deal with physically misaligned kernel images
Ard Biesheuvel
-3
/
+3
2016-02-24
arm64: kaslr: randomize the linear region
Ard Biesheuvel
-0
/
+4
2016-02-24
arm64: add support for kernel ASLR
Ard Biesheuvel
-0
/
+173