summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib/mte.S
Commit message (Expand)AuthorAgeFilesLines
* arm64: mte: Define the number of bytes for storing the tags in a pageCatalin Marinas2022-02-151-2/+2
* arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1Reiji Watanabe2021-12-061-1/+7
* arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne2021-06-041-0/+20
* arm64: kasan: simplify and inline MTE functionsAndrey Konovalov2021-02-261-16/+0
* arm64: mte: add in-kernel MTE helpersVincenzo Frascino2020-12-221-0/+16
* arm64: uaccess cleanup macro namingMark Rutland2020-12-021-2/+2
* arm64: uaccess: move uao_* alternatives to asm-uaccess.hMark Rutland2020-11-091-1/+1
* arm64: mte: Enable swap of tagged pagesSteven Price2020-09-041-0/+45
* arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas2020-09-041-0/+53
* arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino2020-09-041-0/+19
* arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas2020-09-041-0/+34