summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/proc.S
Commit message (Expand)AuthorAgeFilesLines
* arm64: defer clearing DAIF.DMark Rutland2024-04-281-10/+0
* Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas2024-03-131-6/+0
* arm64: mm: add support for WXN memory translation attributeArd Biesheuvel2024-02-161-0/+6
* arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel2024-02-161-0/+3
* arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversionArd Biesheuvel2024-02-161-10/+60
* arm64: mm: Add LPA2 support to phys<->pte conversion routinesArd Biesheuvel2024-02-161-0/+8
* arm64: mm: Wire up TCR.DS bit to PTE shareability fieldsArd Biesheuvel2024-02-161-0/+2
* arm64: Avoid #define'ing PTE_MAYBE_NG to 0x0 for asm useArd Biesheuvel2024-02-161-0/+13
* arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel2024-02-161-5/+4
* arm64: kernel: Create initial ID map from C codeArd Biesheuvel2024-02-161-1/+2
* arm64: mm: Use 48-bit virtual addressing for the permanent ID mapArd Biesheuvel2024-02-161-6/+3
* arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel2024-02-161-0/+1
* arm64: Use a positive cpucap for FP/SIMDMark Rutland2023-10-161-2/+1
* arm64/mm: Replace an open coding with ID_AA64MMFR1_EL1_HAFDBS_MASKAnshuman Khandual2023-07-271-1/+1
* arm64: enable Permission Indirection Extension (PIE)Joey Gouly2023-06-061-0/+15
* arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGSJoey Gouly2023-06-061-2/+2
* arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.textndesaulniers@google.com2023-05-021-3/+3
* arm64: kernel: move identity map out of .text mappingArd Biesheuvel2023-01-241-2/+0
* arm64/kpti: Move DAIF masking to C codeMark Brown2022-11-251-4/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-10-061-41/+5
|\
| * arm64: mte: move register initialization to CPeter Collingbourne2022-09-221-41/+5
* | arm64: Add types to indirect called assembly functionsSami Tolvanen2022-09-261-2/+3
|/
* Merge branch 'for-next/boot' into for-next/coreWill Deacon2022-07-251-6/+9
|\
| * arm64: mm: fix booting with 52-bit address spaceArd Biesheuvel2022-07-011-2/+3
| * arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel2022-06-241-3/+5
| * arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel2022-06-241-1/+1
* | arm64: mm: install KPTI nG mappings with MMU enabledArd Biesheuvel2022-06-231-26/+55
* | arm64: kpti-ng: simplify page table traversal logicArd Biesheuvel2022-06-231-64/+36
|/
* arm64/mm: Consolidate TCR_EL1 fieldsAnshuman Khandual2022-02-151-1/+1
* arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland2021-08-021-2/+1
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2021-06-241-3/+7
|\
| * arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne2021-06-041-3/+7
* | Merge branch 'for-next/mm' into for-next/coreWill Deacon2021-06-241-2/+0
|\ \
| * | arm64: mm: Remove unused support for Normal-WT memory typeWill Deacon2021-06-011-1/+0
| * | arm64: mm: Remove unused support for Device-GRE memory typeWill Deacon2021-06-011-1/+0
| |/
* / arm64: assembler: add set_this_cpu_offsetMark Rutland2021-05-261-10/+2
|/
* arm64: mte: initialize RGSR_EL1.SEED in __cpu_setupPeter Collingbourne2021-05-101-0/+12
* arm64: setup: name `tcr` registerMark Rutland2021-03-281-23/+16
* arm64: setup: name `mair` registerMark Rutland2021-03-281-3/+6
* arm64: Turn the MMU-on sequence into a macroMarc Zyngier2021-02-081-11/+1
* arm64: Fix outdated TCR setup commentMarc Zyngier2021-02-081-2/+2
* arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabledCatalin Marinas2021-01-051-1/+1
* arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino2020-12-221-3/+20
* Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2020-12-091-2/+2
|\
| * kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne2020-11-251-1/+1
| * arm64: consistently use reserved_pg_dirMark Rutland2020-11-101-1/+1
* | arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland2020-12-021-1/+1
|/
* arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino2020-09-031-0/+24
* arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas2020-09-031-2/+6
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1