summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/proc.S
AgeCommit message (Expand)AuthorFilesLines
2021-01-05arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabledCatalin Marinas1-1/+1
2020-12-22arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino1-3/+20
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas1-2/+2
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland1-1/+1
2020-11-25kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne1-1/+1
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland1-1/+1
2020-09-03arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino1-0/+24
2020-09-03arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas1-2/+6
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon1-0/+14
2020-05-15arm64: Preserve register x18 when CPU is suspendedSami Tolvanen1-0/+14
2020-04-28arm64: simplify ptrauth initializationMark Rutland1-44/+0
2020-04-28arm64: remove ptrauth_keys_install_kernel sync argMark Rutland1-1/+1
2020-03-25Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas1-12/+61
2020-03-25Merge branch 'for-next/asm-cleanups' into for-next/coreCatalin Marinas1-1/+1
2020-03-25Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas1-28/+3
2020-03-24arm64: use mov_q instead of literal ldrRemi Denis-Courmont1-1/+1
2020-03-18arm64: suspend: restore the kernel ptrauth keysAmit Daniel Kachhap1-0/+2
2020-03-18arm64: initialize and switch ptrauth kernel keysKristina Martsenko1-0/+12
2020-03-18arm64: enable ptrauth earlierKristina Martsenko1-0/+31
2020-03-18arm64: ptrauth: Add bootup/runtime flags for __cpu_setupAmit Daniel Kachhap1-11/+15
2020-03-06arm64: trap to EL1 accesses to AMU counters from EL0Ionela Voinescu1-0/+3
2020-02-27arm64: mm: convert cpu_do_switch_mm() to CMark Rutland1-28/+0
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon1-12/+12
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon1-48/+42
2020-01-17arm64: Use macros instead of hard-coded constants for MAIR_EL1Catalin Marinas1-17/+10
2020-01-16arm64: mm: avoid x18 in idmap_kpti_install_ng_mappingsSami Tolvanen1-31/+32
2020-01-08arm64: mm: Use modern annotations for assembly functionsMark Brown1-12/+12
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon1-5/+6
2019-08-28arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland1-0/+9
2019-08-09arm64: mm: Remove vabits_userSteve Capper1-1/+1
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper1-1/+2
2019-08-09arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper1-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-09arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker1-16/+18
2019-02-28arm64: Add workaround for Fujitsu A64FX erratum 010001Zhang Lei1-0/+1
2019-02-06arm64: Unmask PMR before going idleJulien Thierry1-11/+0
2018-12-28kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov1-1/+7
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon1-2/+2
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper1-1/+9
2018-12-10arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper1-0/+4
2018-09-18arm64: mm: Support Common Not Private translationsVladimir Murzin1-3/+8
2018-06-22arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon1-2/+3
2018-03-26arm64: Delay enabling hardware DBM featureSuzuki K Poulose1-7/+6
2018-03-06arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=yWill Deacon1-1/+8
2018-02-14arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon1-5/+9
2018-02-06arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon1-4/+4
2018-02-06arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon1-3/+3
2018-02-06arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon1-8/+196