summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/mte.c
AgeCommit message (Expand)Author
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne
2021-04-13arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne
2021-04-11arm64: mte: Report async tag faults before suspendVincenzo Frascino
2021-04-11arm64: mte: Enable async tag check faultVincenzo Frascino
2021-04-11arm64: mte: Conditionally compile mte_enable_kernel_*()Vincenzo Frascino
2021-04-11arm64: mte: Enable TCO in functions that can read beyond buffer limitsVincenzo Frascino
2021-04-11arm64: mte: Add asynchronous mode supportVincenzo Frascino
2021-02-26arm64: kasan: simplify and inline MTE functionsAndrey Konovalov
2021-02-24kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov
2021-02-12arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero pageCatalin Marinas
2020-12-22arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino
2020-12-22arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino
2020-12-22arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino
2020-12-22arm64: mte: reset the page tag in page->flagsVincenzo Frascino
2020-12-22arm64: mte: add in-kernel MTE helpersVincenzo Frascino
2020-12-03arm64: mte: fix prctl(PR_GET_TAGGED_ADDR_CTRL) if TCF0=NONEPeter Collingbourne
2020-09-04arm64: mte: Enable swap of tagged pagesSteven Price
2020-09-04arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas
2020-09-04arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas
2020-09-04arm64: mte: Restore the GCR_EL1 register after a suspendCatalin Marinas
2020-09-04arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas
2020-09-04arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas
2020-09-04arm64: mte: Tags-aware aware memcmp_pages() implementationCatalin Marinas
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino