aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm/proc.S
AgeCommit message (Expand)AuthorFilesLines
2022-11-25arm64/kpti: Move DAIF masking to C codeGravatar Mark Brown 1-4/+0
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-41/+5
2022-09-26arm64: Add types to indirect called assembly functionsGravatar Sami Tolvanen 1-2/+3
2022-09-22arm64: mte: move register initialization to CGravatar Peter Collingbourne 1-41/+5
2022-07-25Merge branch 'for-next/boot' into for-next/coreGravatar Will Deacon 1-6/+9
2022-07-01arm64: mm: fix booting with 52-bit address spaceGravatar Ard Biesheuvel 1-2/+3
2022-06-24arm64: head: cover entire kernel image in initial ID mapGravatar Ard Biesheuvel 1-3/+5
2022-06-24arm64: head: move assignment of idmap_t0sz to C codeGravatar Ard Biesheuvel 1-1/+1
2022-06-23arm64: mm: install KPTI nG mappings with MMU enabledGravatar Ard Biesheuvel 1-26/+55
2022-06-23arm64: kpti-ng: simplify page table traversal logicGravatar Ard Biesheuvel 1-64/+36
2022-02-15arm64/mm: Consolidate TCR_EL1 fieldsGravatar Anshuman Khandual 1-1/+1
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueGravatar Mark Rutland 1-2/+1
2021-06-24Merge branch 'for-next/mte' into for-next/coreGravatar Will Deacon 1-3/+7
2021-06-24Merge branch 'for-next/mm' into for-next/coreGravatar Will Deacon 1-2/+0
2021-06-04arm64: mte: handle tags zeroing at page allocation timeGravatar Peter Collingbourne 1-3/+7
2021-06-01arm64: mm: Remove unused support for Normal-WT memory typeGravatar Will Deacon 1-1/+0
2021-06-01arm64: mm: Remove unused support for Device-GRE memory typeGravatar Will Deacon 1-1/+0
2021-05-26arm64: assembler: add set_this_cpu_offsetGravatar Mark Rutland 1-10/+2
2021-05-10arm64: mte: initialize RGSR_EL1.SEED in __cpu_setupGravatar Peter Collingbourne 1-0/+12
2021-03-28arm64: setup: name `tcr` registerGravatar Mark Rutland 1-23/+16
2021-03-28arm64: setup: name `mair` registerGravatar Mark Rutland 1-3/+6
2021-02-08arm64: Turn the MMU-on sequence into a macroGravatar Marc Zyngier 1-11/+1
2021-02-08arm64: Fix outdated TCR setup commentGravatar Marc Zyngier 1-2/+2
2021-01-05arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabledGravatar Catalin Marinas 1-1/+1
2020-12-22arm64: kasan: allow enabling in-kernel MTEGravatar Vincenzo Frascino 1-3/+20
2020-12-09Merge branch 'for-next/misc' into for-next/coreGravatar Catalin Marinas 1-2/+2
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationGravatar Mark Rutland 1-1/+1
2020-11-25kasan: arm64: set TCR_EL1.TBID1 when enabledGravatar Peter Collingbourne 1-1/+1
2020-11-10arm64: consistently use reserved_pg_dirGravatar Mark Rutland 1-1/+1
2020-09-03arm64: mte: CPU feature detection and initial sysreg configurationGravatar Vincenzo Frascino 1-0/+24
2020-09-03arm64: mte: Use Normal Tagged attributes for the linear mapGravatar Catalin Marinas 1-2/+6
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-05-28Merge branch 'for-next/scs' into for-next/coreGravatar Will Deacon 1-0/+14
2020-05-15arm64: Preserve register x18 when CPU is suspendedGravatar Sami Tolvanen 1-0/+14
2020-04-28arm64: simplify ptrauth initializationGravatar Mark Rutland 1-44/+0
2020-04-28arm64: remove ptrauth_keys_install_kernel sync argGravatar Mark Rutland 1-1/+1
2020-03-25Merge branch 'for-next/kernel-ptrauth' into for-next/coreGravatar Catalin Marinas 1-12/+61
2020-03-25Merge branch 'for-next/asm-cleanups' into for-next/coreGravatar Catalin Marinas 1-1/+1
2020-03-25Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Gravatar Catalin Marinas 1-28/+3
2020-03-24arm64: use mov_q instead of literal ldrGravatar Remi Denis-Courmont 1-1/+1
2020-03-18arm64: suspend: restore the kernel ptrauth keysGravatar Amit Daniel Kachhap 1-0/+2
2020-03-18arm64: initialize and switch ptrauth kernel keysGravatar Kristina Martsenko 1-0/+12
2020-03-18arm64: enable ptrauth earlierGravatar Kristina Martsenko 1-0/+31
2020-03-18arm64: ptrauth: Add bootup/runtime flags for __cpu_setupGravatar Amit Daniel Kachhap 1-11/+15
2020-03-06arm64: trap to EL1 accesses to AMU counters from EL0Gravatar Ionela Voinescu 1-0/+3
2020-02-27arm64: mm: convert cpu_do_switch_mm() to CGravatar Mark Rutland 1-28/+0
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreGravatar Will Deacon 1-12/+12
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Gravatar Will Deacon 1-48/+42
2020-01-17arm64: Use macros instead of hard-coded constants for MAIR_EL1Gravatar Catalin Marinas 1-17/+10