| Commit message (Expand) | Author | Age | Files | Lines |
* | arm64: kaslr: Use feature override instead of parsing the cmdline again | Ard Biesheuvel | 2024-02-16 | 1 | -3/+1 |
* | arm64/kernel: Move 'nokaslr' parsing out of early idreg code | Ard Biesheuvel | 2023-12-12 | 1 | -0/+7 |
* | Merge branch for-next/module-alloc into kvmarm/next | Oliver Upton | 2023-06-15 | 1 | -69/+14 |
|\ |
|
| * | arm64: module: move module randomization to module.c | Mark Rutland | 2023-06-06 | 1 | -58/+2 |
| * | arm64: kaslr: split kaslr/module initialization | Mark Rutland | 2023-06-06 | 1 | -14/+25 |
| * | arm64: module: remove old !KASAN_VMALLOC logic | Mark Rutland | 2023-06-06 | 1 | -10/+0 |
* | | arm64: Turn kaslr_feature_override into a generic SW feature override | Marc Zyngier | 2023-06-13 | 1 | -3/+3 |
|/ |
|
* | arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGN | Ard Biesheuvel | 2023-02-28 | 1 | -1/+1 |
* | arm64: head: avoid relocating the kernel twice for KASLR | Ard Biesheuvel | 2022-06-24 | 1 | -87/+0 |
* | arm64: kaslr: defer initialization to initcall where permitted | Ard Biesheuvel | 2022-06-24 | 1 | -55/+40 |
* | arm64: kernel: drop unnecessary PoC cache clean+invalidate | Ard Biesheuvel | 2022-06-24 | 1 | -11/+0 |
* | arm64: fix the doc of RANDOMIZE_MODULE_REGION_FULL | Barry Song | 2021-08-03 | 1 | -1/+3 |
* | arm64: Rename arm64-internal cache maintenance functions | Fuad Tabba | 2021-05-25 | 1 | -3/+3 |
* | arm64: __flush_dcache_area to take end parameter instead of size | Fuad Tabba | 2021-05-25 | 1 | -3/+9 |
* | arm64: kaslr: support randomized module area with KASAN_VMALLOC | Lecopzer Chen | 2021-03-29 | 1 | -8/+10 |
* | arm64: Move "nokaslr" over to the early cpufeature infrastructure | Marc Zyngier | 2021-02-09 | 1 | -34/+2 |
* | arm64: Extract early FDT mapping from kaslr_early_init() | Marc Zyngier | 2021-02-09 | 1 | -4/+3 |
* | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov | 2020-12-22 | 1 | -1/+2 |
* | arm64: Extend the kernel command line from the bootloader | Tyler Hicks | 2020-11-27 | 1 | -1/+8 |
* | arm64: kaslr: Refactor early init command line parsing | Tyler Hicks | 2020-11-27 | 1 | -8/+11 |
* | arm64: kaslr: Use standard early random function | Guenter Roeck | 2020-08-07 | 1 | -7/+5 |
* | random: random.h should include archrandom.h, not the other way around | Linus Torvalds | 2020-08-05 | 1 | -1/+1 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | arm64: Fix CONFIG_ARCH_RANDOM=n build | Robin Murphy | 2020-02-11 | 1 | -0/+1 |
* | arm64: Use v8.5-RNG entropy for KASLR seed | Mark Brown | 2020-01-22 | 1 | -0/+11 |
* | arm64: kaslr: Check command line before looking for a seed | Mark Brown | 2019-11-08 | 1 | -5/+6 |
* | arm64: kaslr: Announce KASLR status on boot | Mark Brown | 2019-11-08 | 1 | -3/+38 |
*-. | Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro... | Will Deacon | 2019-08-30 | 1 | -7/+4 |
|\ \ |
|
| | * | arm64: map FDT as RW for early_init_dt_scan() | Hsin-Yi Wang | 2019-08-23 | 1 | -4/+1 |
| |/
|/| |
|
| * | arm64: mm: Introduce VA_BITS_MIN | Steve Capper | 2019-08-09 | 1 | -3/+3 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | arm64/kernel: kaslr: reduce module randomization range to 2 GB | Ard Biesheuvel | 2019-05-23 | 1 | -3/+3 |
* | arm64: kaslr: ensure randomized quantities are clean also when kaslr is off | Ard Biesheuvel | 2019-02-01 | 1 | -0/+1 |
* | arm64: kaslr: ensure randomized quantities are clean to the PoC | Ard Biesheuvel | 2019-01-16 | 1 | -2/+6 |
* | arm64/kernel: kaslr: reduce module randomization range to 4 GB | Ard Biesheuvel | 2018-03-08 | 1 | -8/+12 |
* | arm64/kernel: kaslr: drop special Image placement logic | Ard Biesheuvel | 2018-03-05 | 1 | -15/+0 |
* | arm64: kaslr: Adjust the offset to avoid Image across alignment boundary | Catalin Marinas | 2017-08-22 | 1 | -7/+3 |
* | arm64: kaslr: ignore modulo offset when validating virtual displacement | Ard Biesheuvel | 2017-08-22 | 1 | -3/+9 |
* | arm64: fix endianness annotation in get_kaslr_seed() | Luc Van Oostenryck | 2017-06-29 | 1 | -1/+1 |
* | arm64: kaslr: Fix up the kernel image alignment | Neeraj Upadhyay | 2017-03-22 | 1 | -3/+7 |
* | arm64: apply __ro_after_init to some objects | Jisheng Zhang | 2016-08-22 | 1 | -1/+2 |
* | arm64: relocatable: deal with physically misaligned kernel images | Ard Biesheuvel | 2016-04-26 | 1 | -3/+3 |
* | arm64: kaslr: randomize the linear region | Ard Biesheuvel | 2016-02-24 | 1 | -0/+4 |
* | arm64: add support for kernel ASLR | Ard Biesheuvel | 2016-02-24 | 1 | -0/+173 |