aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/proc.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-19arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUsRyan Roberts1-7/+20
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2025-07-04arm64/mm: Drop wrong writes into TCR2_EL1Anshuman Khandual1-1/+0
2025-07-03arm64/debug: Drop redundant DBG_MDSCR_* macrosAnshuman Khandual1-1/+1
2025-05-16arm64/mm: Re-organise setting up FEAT_S1PIE registers PIRE0_EL1 and PIR_EL1Anshuman Khandual1-17/+2
2024-12-19arm64/sysreg: Get rid of the TCR2_EL1x SysregFieldsMarc Zyngier1-2/+3
2024-11-05arm64: Add support for FEAT_HAFTYicong Yang1-1/+6
2024-11-05arm64: setup: name 'tcr2' registerYicong Yang1-2/+10
2024-08-16arm64/mm: Drop TCR_SMP_FLAGSAnshuman Khandual1-3/+1
2024-04-28arm64: defer clearing DAIF.DMark Rutland1-10/+0
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas1-6/+0
2024-02-16arm64: mm: add support for WXN memory translation attributeArd Biesheuvel1-0/+6
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel1-0/+3
2024-02-16arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversionArd Biesheuvel1-10/+60
2024-02-16arm64: mm: Add LPA2 support to phys<->pte conversion routinesArd Biesheuvel1-0/+8
2024-02-16arm64: mm: Wire up TCR.DS bit to PTE shareability fieldsArd Biesheuvel1-0/+2
2024-02-16arm64: Avoid #define'ing PTE_MAYBE_NG to 0x0 for asm useArd Biesheuvel1-0/+13
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel1-5/+4
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel1-1/+2
2024-02-16arm64: mm: Use 48-bit virtual addressing for the permanent ID mapArd Biesheuvel1-6/+3
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel1-0/+1
2023-10-16arm64: Use a positive cpucap for FP/SIMDMark Rutland1-2/+1
2023-07-27arm64/mm: Replace an open coding with ID_AA64MMFR1_EL1_HAFDBS_MASKAnshuman Khandual1-1/+1
2023-06-06arm64: enable Permission Indirection Extension (PIE)Joey Gouly1-0/+15
2023-06-06arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGSJoey Gouly1-2/+2
2023-05-02arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.textndesaulniers@google.com1-3/+3
2023-01-24arm64: kernel: move identity map out of .text mappingArd Biesheuvel1-2/+0
2022-11-25arm64/kpti: Move DAIF masking to C codeMark Brown1-4/+0
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-41/+5
2022-09-26arm64: Add types to indirect called assembly functionsSami Tolvanen1-2/+3
2022-09-22arm64: mte: move register initialization to CPeter Collingbourne1-41/+5
2022-07-25Merge branch 'for-next/boot' into for-next/coreWill Deacon1-6/+9
2022-07-01arm64: mm: fix booting with 52-bit address spaceArd Biesheuvel1-2/+3
2022-06-24arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel1-3/+5
2022-06-24arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel1-1/+1
2022-06-23arm64: mm: install KPTI nG mappings with MMU enabledArd Biesheuvel1-26/+55
2022-06-23arm64: kpti-ng: simplify page table traversal logicArd Biesheuvel1-64/+36
2022-02-15arm64/mm: Consolidate TCR_EL1 fieldsAnshuman Khandual1-1/+1
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland1-2/+1
2021-06-24Merge branch 'for-next/mte' into for-next/coreWill Deacon1-3/+7
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon1-2/+0
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne1-3/+7
2021-06-01arm64: mm: Remove unused support for Normal-WT memory typeWill Deacon1-1/+0
2021-06-01arm64: mm: Remove unused support for Device-GRE memory typeWill Deacon1-1/+0
2021-05-26arm64: assembler: add set_this_cpu_offsetMark Rutland1-10/+2
2021-05-10arm64: mte: initialize RGSR_EL1.SEED in __cpu_setupPeter Collingbourne1-0/+12
2021-03-28arm64: setup: name `tcr` registerMark Rutland1-23/+16
2021-03-28arm64: setup: name `mair` registerMark Rutland1-3/+6
2021-02-08arm64: Turn the MMU-on sequence into a macroMarc Zyngier1-11/+1
2021-02-08arm64: Fix outdated TCR setup commentMarc Zyngier1-2/+2