aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/mte.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas1-2/+2
2021-04-15Merge branch 'for-next/mte-async-kernel-mode' into for-next/coreCatalin Marinas1-0/+48
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne1-2/+2
2021-04-11arm64: mte: Report async tag faults before suspendVincenzo Frascino1-0/+4
2021-04-11arm64: mte: Enable async tag check faultVincenzo Frascino1-0/+29
2021-04-11arm64: mte: Enable TCO in functions that can read beyond buffer limitsVincenzo Frascino1-0/+15
2021-04-08arm64: mte: Remove unused mte_assign_mem_tag_range()Vincenzo Frascino1-6/+0
2021-02-26arm64: kasan: simplify and inline MTE functionsAndrey Konovalov1-2/+0
2020-12-22arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino1-0/+2
2020-12-22arm64: mte: add in-kernel MTE helpersVincenzo Frascino1-6/+14
2020-09-04arm64: mte: Enable swap of tagged pagesSteven Price1-0/+8
2020-09-04arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas1-0/+17
2020-09-04arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas1-4/+4
2020-09-04arm64: mte: Restore the GCR_EL1 register after a suspendCatalin Marinas1-0/+4
2020-09-04arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas1-0/+14
2020-09-04arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino1-0/+4
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas1-0/+16
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino1-0/+23