aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/pi (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19arm64: map [_text, _stext) virtual address range non-executable+read-onlyOmar Sandoval1-0/+6
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-1/+1
2025-07-01arm64: pi: use 'targets' instead of extra-y in MakefileMasahiro Yamada1-1/+1
2025-06-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+3
2025-06-02arm64: Add override for MPAMXi Ruoyao1-0/+3
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-4/+4
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-4/+1
2025-05-16arm64/boot: Move init_pgdir[] and init_idmap_pgdir[] into __pi_ namespaceArd Biesheuvel1-0/+1
2025-05-11arm64/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/kernel/git/kvmarm/kvmarm into HEADPaolo 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', 'for-next/tlb', 'for-next/misc', 'for-next/mte', 'for-next/sysreg', 'for-next/stacktrace', 'for-next/hwcap3', 'for-next/kselftest', 'for-next/crc32', 'for-next/guest-cca', 'for-next/haft' and 'for-next/scs', remote-tracking...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/masahiroy/linux-kbuildLinus Torvalds1-6/+0
2024-05-15Merge 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-22arm64: 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