summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/pi
AgeCommit message (Expand)AuthorFilesLines
2025-06-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+3
2025-06-02arm64: Add override for MPAMXi Ruoyao1-0/+3
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+4
2025-05-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-4/+1
2025-05-16arm64/boot: Move init_pgdir[] and init_idmap_pgdir[] into __pi_ namespaceArd Biesheuvel1-0/+1
2025-05-12arm64/mm: define ptdesc_tAnshuman Khandual3-4/+4
2025-04-29arm64/mm: Remove randomization of the linear mapArd Biesheuvel1-4/+0
2025-04-24Merge tag 'kvmarm-fixes-6.15-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-1/+24
2025-04-18arm64: Rework checks for broken Cavium HW in the PI codeMarc Zyngier1-1/+24
2025-03-14arm64/mm: Define PTDESC_ORDERAnshuman Khandual1-1/+1
2025-03-13arm64/kernel: Always use level 2 or higher for early mappingsArd Biesheuvel1-2/+2
2024-12-19arm64/mm: Override PARange for !LPA2 and use it consistentlyArd Biesheuvel2-0/+15
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas3-29/+78
2024-11-12arm64/mm: Change protval as 'pteval_t' in map_range()Anshuman Khandual1-1/+1
2024-11-08arm64/scs: Deal with 64-bit relative offsets in FDE framesArd Biesheuvel1-2/+32
2024-11-08arm64/scs: Fix handling of DWARF augmentation data in CIE/FDE framesArd Biesheuvel1-28/+35
2024-10-23arm64: Add command-line override for ID_AA64MMFR0_EL1.ECVMarc Zyngier1-0/+10
2024-10-04arm64/idreg: Add overrride for GCSMark Brown1-0/+2
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