Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-09-04 | arm64: mte: Enable swap of tagged pages | Steven Price | 1 | -1/+18 |
2020-09-04 | arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support | Catalin Marinas | 1 | -0/+138 |
2020-09-04 | arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks | Catalin Marinas | 1 | -6/+12 |
2020-09-04 | arm64: mte: Restore the GCR_EL1 register after a suspend | Catalin Marinas | 1 | -0/+8 |
2020-09-04 | arm64: mte: Allow user control of the generated random tags via prctl() | Catalin Marinas | 1 | -3/+32 |
2020-09-04 | arm64: mte: Allow user control of the tag check mode via prctl() | Catalin Marinas | 1 | -0/+77 |
2020-09-04 | arm64: mte: Tags-aware aware memcmp_pages() implementation | Catalin Marinas | 1 | -0/+26 |
2020-09-04 | arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE | Catalin Marinas | 1 | -0/+14 |
2020-09-04 | arm64: mte: Handle synchronous and asynchronous tag check faults | Vincenzo Frascino | 1 | -0/+21 |