summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/mte.c
AgeCommit message (Expand)Author
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