aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib/mte.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-05arm64/mte: Standardise GMID field name definitionsMark Brown1-1/+1
2022-05-16arm64: mte: Clean up user tag accessorsRobin Murphy1-2/+2
2022-02-15arm64: mte: Define the number of bytes for storing the tags in a pageCatalin Marinas1-2/+2
2021-12-06arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1Reiji Watanabe1-1/+7
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne1-0/+20
2021-02-26arm64: kasan: simplify and inline MTE functionsAndrey Konovalov1-16/+0
2020-12-22arm64: mte: add in-kernel MTE helpersVincenzo Frascino1-0/+16
2020-12-02arm64: uaccess cleanup macro namingMark Rutland1-2/+2
2020-11-09arm64: uaccess: move uao_* alternatives to asm-uaccess.hMark Rutland1-1/+1
2020-09-04arm64: mte: Enable swap of tagged pagesSteven Price1-0/+45
2020-09-04arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas1-0/+53
2020-09-04arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino1-0/+19
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas1-0/+34