aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/mte.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-16arm64/mm: Hoist synchronization out of set_ptes() loopGravatar Ryan Roberts 1-2/+2
2023-08-18arm64: mte: simplify swap tag restoration logicGravatar Peter Collingbourne 1-2/+2
2023-04-05arm64: mte: rename TCO routinesGravatar Vincenzo Frascino 1-12/+0
2022-11-29arm64: mte: Lock a page for MTE tag initialisationGravatar Catalin Marinas 1-1/+34
2022-11-29arm64: mte: Fix/clarify the PG_mte_tagged semanticsGravatar Catalin Marinas 1-0/+30
2022-09-22arm64: mte: move register initialization to CGravatar Peter Collingbourne 1-0/+5
2022-04-25arm64: Add support for user sub-page fault probingGravatar Catalin Marinas 1-0/+1
2022-02-22arm64: mte: avoid clearing PSTATE.TCO on entry unless necessaryGravatar Peter Collingbourne 1-0/+22
2021-10-07arm64: mte: Add asymmetric mode supportGravatar Vincenzo Frascino 1-4/+4
2021-09-21arm64: add MTE supported check to thread switching and syscall entry/exitGravatar Peter Collingbourne 1-0/+6
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueGravatar Mark Rutland 1-6/+0
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-2/+2
2021-06-22arm64: mte: Sync tags for pages where PTE is untaggedGravatar Steven Price 1-2/+2
2021-06-04arm64: mte: handle tags zeroing at page allocation timeGravatar Peter Collingbourne 1-0/+4
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreGravatar Catalin Marinas 1-2/+2
2021-04-15Merge branch 'for-next/mte-async-kernel-mode' into for-next/coreGravatar Catalin Marinas 1-0/+48
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Gravatar Peter Collingbourne 1-2/+2
2021-04-11arm64: mte: Report async tag faults before suspendGravatar Vincenzo Frascino 1-0/+4
2021-04-11arm64: mte: Enable async tag check faultGravatar Vincenzo Frascino 1-0/+29
2021-04-11arm64: mte: Enable TCO in functions that can read beyond buffer limitsGravatar Vincenzo Frascino 1-0/+15
2021-04-08arm64: mte: Remove unused mte_assign_mem_tag_range()Gravatar Vincenzo Frascino 1-6/+0
2021-02-26arm64: kasan: simplify and inline MTE functionsGravatar Andrey Konovalov 1-2/+0
2020-12-22arm64: mte: switch GCR_EL1 in kernel entry and exitGravatar Vincenzo Frascino 1-0/+2
2020-12-22arm64: mte: add in-kernel MTE helpersGravatar Vincenzo Frascino 1-6/+14
2020-09-04arm64: mte: Enable swap of tagged pagesGravatar Steven Price 1-0/+8
2020-09-04arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportGravatar Catalin Marinas 1-0/+17
2020-09-04arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksGravatar Catalin Marinas 1-4/+4
2020-09-04arm64: mte: Restore the GCR_EL1 register after a suspendGravatar Catalin Marinas 1-0/+4
2020-09-04arm64: mte: Allow user control of the tag check mode via prctl()Gravatar Catalin Marinas 1-0/+14
2020-09-04arm64: mte: Tags-aware copy_{user_,}highpage() implementationsGravatar Vincenzo Frascino 1-0/+4
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTEGravatar Catalin Marinas 1-0/+16
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsGravatar Vincenzo Frascino 1-0/+23