summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/mte.h
AgeCommit message (Expand)Author
2023-10-16arm64/mm: Hoist synchronization out of set_ptes() loopRyan Roberts
2023-08-18arm64: mte: simplify swap tag restoration logicPeter Collingbourne
2023-04-05arm64: mte: rename TCO routinesVincenzo Frascino
2022-11-29arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas
2022-11-29arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas
2022-09-22arm64: mte: move register initialization to CPeter Collingbourne
2022-04-25arm64: Add support for user sub-page fault probingCatalin Marinas
2022-02-22arm64: mte: avoid clearing PSTATE.TCO on entry unless necessaryPeter Collingbourne
2021-10-07arm64: mte: Add asymmetric mode supportVincenzo Frascino
2021-09-21arm64: add MTE supported check to thread switching and syscall entry/exitPeter Collingbourne
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-06-22arm64: mte: Sync tags for pages where PTE is untaggedSteven Price
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas
2021-04-15Merge branch 'for-next/mte-async-kernel-mode' into for-next/coreCatalin Marinas
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne
2021-04-11arm64: mte: Report async tag faults before suspendVincenzo Frascino
2021-04-11arm64: mte: Enable async tag check faultVincenzo Frascino
2021-04-11arm64: mte: Enable TCO in functions that can read beyond buffer limitsVincenzo Frascino
2021-04-08arm64: mte: Remove unused mte_assign_mem_tag_range()Vincenzo Frascino
2021-02-26arm64: kasan: simplify and inline MTE functionsAndrey Konovalov
2020-12-22arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino
2020-12-22arm64: mte: add in-kernel MTE helpersVincenzo Frascino
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 tag check mode via prctl()Catalin Marinas
2020-09-04arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino
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