summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/pi
AgeCommit message (Expand)AuthorLines
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+4
2025-11-13arm64/sysreg: Replace TCR_EL1 field macrosAnshuman Khandual-4/+4
2025-11-07arm64: Fail module loading if dynamic SCS patching failsAdrian Barnaƛ-6/+8
2025-09-22arm64: map [_text, _stext) virtual address range non-executable+read-onlyOmar Sandoval-0/+6
2025-09-16arm64: mm: Represent physical memory with phys_addr_t and resource_size_tSam Edwards-25/+30
2025-09-16arm64: mm: Make map_fdt() return mapped pointerSam Edwards-6/+7
2025-09-16arm64: mm: Cast start/end markers to char *, not u64Sam Edwards-3/+3
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook-1/+1
2025-07-01arm64: pi: use 'targets' instead of extra-y in MakefileMasahiro Yamada-1/+1
2025-06-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-0/+3
2025-06-02arm64: Add override for MPAMXi Ruoyao-0/+3
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+1
2025-05-16arm64/boot: Move init_pgdir[] and init_idmap_pgdir[] into __pi_ namespaceArd Biesheuvel-0/+1
2025-05-11arm64/mm: define ptdesc_tAnshuman Khandual-4/+4
2025-04-29arm64/mm: Remove randomization of the linear mapArd Biesheuvel-4/+0
2025-04-24Merge tag 'kvmarm-fixes-6.15-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-1/+24
2025-04-18arm64: Rework checks for broken Cavium HW in the PI codeMarc Zyngier-1/+24
2025-03-14arm64/mm: Define PTDESC_ORDERAnshuman Khandual-1/+1
2025-03-13arm64/kernel: Always use level 2 or higher for early mappingsArd Biesheuvel-2/+2
2024-12-19arm64/mm: Override PARange for !LPA2 and use it consistentlyArd Biesheuvel-0/+15
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas-29/+78
2024-11-12arm64/mm: Change protval as 'pteval_t' in map_range()Anshuman Khandual-1/+1
2024-11-08arm64/scs: Deal with 64-bit relative offsets in FDE framesArd Biesheuvel-2/+32
2024-11-08arm64/scs: Fix handling of DWARF augmentation data in CIE/FDE framesArd Biesheuvel-28/+35
2024-10-23arm64: Add command-line override for ID_AA64MMFR0_EL1.ECVMarc Zyngier-0/+10
2024-10-04arm64/idreg: Add overrride for GCSMark Brown-0/+2
2024-06-24arm64: Clear the initial ID map correctly before remappingZenghui Yu-1/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-6/+0
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+2
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada-6/+0
2024-05-08KVM: arm64: Use hVHE in pKVM by default on CPUs with VHE supportWill Deacon-1/+1
2024-05-08KVM: arm64: Fix hvhe/nvhe early alias parsingWill Deacon-1/+1
2024-05-03arm64: Add the arm64.no32bit_el0 command line optionAndrea della Porta-0/+2
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas-26/+1
2024-02-22arm64: gitignore: ignore relacheckBartosz Golaszewski-0/+3
2024-02-16arm64: mm: add support for WXN memory translation attributeArd Biesheuvel-1/+26
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel-8/+77
2024-02-16arm64: mm: Add feature override support for LVAArd Biesheuvel-0/+31
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel-0/+3
2024-02-16arm64: mm: omit redundant remap of kernel imageArd Biesheuvel-1/+5
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel-0/+37
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel-30/+289
2024-02-16arm64: head: move memstart_offset_seed handling to C codeArd Biesheuvel-0/+4
2024-02-16arm64: idreg-override: Create a pseudo feature for rodata=offArd Biesheuvel-0/+2
2024-02-16arm64: kaslr: Use feature override instead of parsing the cmdline againArd Biesheuvel-52/+1
2024-02-16arm64: head: move dynamic shadow call stack patching into early C runtimeArd Biesheuvel-4/+268
2024-02-16arm64: idreg-override: Move to early mini C runtimeArd Biesheuvel-2/+373
2024-02-16arm64: head: move relocation handling to C codeArd Biesheuvel-2/+65