summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/pi
AgeCommit message (Expand)AuthorFilesLines
2024-06-24arm64: Clear the initial ID map correctly before remappingZenghui Yu1-1/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+0
2024-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-6/+0
2024-05-08KVM: arm64: Use hVHE in pKVM by default on CPUs with VHE supportWill Deacon1-1/+1
2024-05-08KVM: arm64: Fix hvhe/nvhe early alias parsingWill Deacon1-1/+1
2024-05-03arm64: Add the arm64.no32bit_el0 command line optionAndrea della Porta1-0/+2
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas2-26/+1
2024-02-23arm64: gitignore: ignore relacheckBartosz Golaszewski1-0/+3
2024-02-16arm64: mm: add support for WXN memory translation attributeArd Biesheuvel2-1/+26
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel3-8/+77
2024-02-16arm64: mm: Add feature override support for LVAArd Biesheuvel1-0/+31
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel1-0/+3
2024-02-16arm64: mm: omit redundant remap of kernel imageArd Biesheuvel1-1/+5
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel4-0/+37
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel8-30/+289
2024-02-16arm64: head: move memstart_offset_seed handling to C codeArd Biesheuvel1-0/+4
2024-02-16arm64: idreg-override: Create a pseudo feature for rodata=offArd Biesheuvel1-0/+2
2024-02-16arm64: kaslr: Use feature override instead of parsing the cmdline againArd Biesheuvel1-52/+1
2024-02-16arm64: head: move dynamic shadow call stack patching into early C runtimeArd Biesheuvel2-4/+268
2024-02-16arm64: idreg-override: Move to early mini C runtimeArd Biesheuvel2-2/+373
2024-02-16arm64: head: move relocation handling to C codeArd Biesheuvel2-2/+65
2024-02-16arm64: kernel: Don't rely on objcopy to make code under pi/ __initArd Biesheuvel2-9/+13
2024-02-16arm64: kernel: Manage absolute relocations in code built under pi/Ard Biesheuvel3-2/+155
2024-02-09arm64: kaslr: Adjust randomization range dynamicallyArd Biesheuvel1-5/+6
2023-12-12arm64: kernel: Disable latent_entropy GCC plugin in early C runtimeArd Biesheuvel1-0/+1
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel1-0/+1
2022-08-17arm64: adjust KASLR relocation after ARCH_RANDOM removalLukas Bulwahn1-5/+3
2022-06-24arm64: head: avoid relocating the kernel twice for KASLRArd Biesheuvel2-0/+145