summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/mte.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino2020-12-221-3/+28
* arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino2020-12-221-14/+15
* arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino2020-12-221-0/+7
* arm64: mte: reset the page tag in page->flagsVincenzo Frascino2020-12-221-0/+9
* arm64: mte: add in-kernel MTE helpersVincenzo Frascino2020-12-221-0/+48
* arm64: mte: fix prctl(PR_GET_TAGGED_ADDR_CTRL) if TCF0=NONEPeter Collingbourne2020-12-031-1/+2
* arm64: mte: Enable swap of tagged pagesSteven Price2020-09-041-1/+18
* arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas2020-09-041-0/+138
* arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas2020-09-041-6/+12
* arm64: mte: Restore the GCR_EL1 register after a suspendCatalin Marinas2020-09-041-0/+8
* arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas2020-09-041-3/+32
* arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas2020-09-041-0/+77
* arm64: mte: Tags-aware aware memcmp_pages() implementationCatalin Marinas2020-09-041-0/+26
* arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas2020-09-041-0/+14
* arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino2020-09-041-0/+21