summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/proc.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* Merge branch 'for-next/scs' into for-next/coreWill Deacon2020-05-281-0/+14
|\
| * arm64: Preserve register x18 when CPU is suspendedSami Tolvanen2020-05-151-0/+14
* | arm64: simplify ptrauth initializationMark Rutland2020-04-281-44/+0
* | arm64: remove ptrauth_keys_install_kernel sync argMark Rutland2020-04-281-1/+1
|/
* Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas2020-03-251-12/+61
|\
| * arm64: suspend: restore the kernel ptrauth keysAmit Daniel Kachhap2020-03-181-0/+2
| * arm64: initialize and switch ptrauth kernel keysKristina Martsenko2020-03-181-0/+12
| * arm64: enable ptrauth earlierKristina Martsenko2020-03-181-0/+31
| * arm64: ptrauth: Add bootup/runtime flags for __cpu_setupAmit Daniel Kachhap2020-03-181-11/+15
* | Merge branch 'for-next/asm-cleanups' into for-next/coreCatalin Marinas2020-03-251-1/+1
|\ \
| * | arm64: use mov_q instead of literal ldrRemi Denis-Courmont2020-03-241-1/+1
| |/