aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/pi/map_kernel.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-4/+4
2025-11-13arm64/sysreg: Replace TCR_EL1 field macrosAnshuman Khandual1-4/+4
2025-11-07arm64: Fail module loading if dynamic SCS patching failsAdrian Barnaƛ1-1/+1
2025-09-22arm64: map [_text, _stext) virtual address range non-executable+read-onlyOmar Sandoval1-0/+6
2025-09-16arm64: mm: Represent physical memory with phys_addr_t and resource_size_tSam Edwards1-13/+13
2025-09-16arm64: mm: Make map_fdt() return mapped pointerSam Edwards1-6/+7
2025-09-16arm64: mm: Cast start/end markers to char *, not u64Sam Edwards1-3/+3
2025-05-11arm64/mm: define ptdesc_tAnshuman Khandual1-1/+1
2025-04-18arm64: Rework checks for broken Cavium HW in the PI codeMarc Zyngier1-1/+24
2024-12-19arm64/mm: Override PARange for !LPA2 and use it consistentlyArd Biesheuvel1-0/+6
2024-06-24arm64: Clear the initial ID map correctly before remappingZenghui Yu1-1/+1
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas1-23/+0
2024-02-16arm64: mm: add support for WXN memory translation attributeArd Biesheuvel1-0/+23
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel1-3/+67
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 Biesheuvel1-0/+18
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel1-0/+164