index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
mte.h
Age
Commit message (
Expand
)
Author
2024-06-12
arm64: mte: Make mte_check_tfsr_*() conditional on KASAN instead of MTE
Peter Collingbourne
2023-10-16
arm64/mm: Hoist synchronization out of set_ptes() loop
Ryan Roberts
2023-08-18
arm64: mte: simplify swap tag restoration logic
Peter Collingbourne
2023-04-05
arm64: mte: rename TCO routines
Vincenzo Frascino
2022-11-29
arm64: mte: Lock a page for MTE tag initialisation
Catalin Marinas
2022-11-29
arm64: mte: Fix/clarify the PG_mte_tagged semantics
Catalin Marinas
2022-09-22
arm64: mte: move register initialization to C
Peter Collingbourne
2022-04-25
arm64: Add support for user sub-page fault probing
Catalin Marinas
2022-02-22
arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary
Peter Collingbourne
2021-10-07
arm64: mte: Add asymmetric mode support
Vincenzo Frascino
2021-09-21
arm64: add MTE supported check to thread switching and syscall entry/exit
Peter Collingbourne
2021-08-02
arm64: kasan: mte: use a constant kernel GCR_EL1 value
Mark Rutland
2021-06-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-06-22
arm64: mte: Sync tags for pages where PTE is untagged
Steven Price
2021-06-04
arm64: mte: handle tags zeroing at page allocation time
Peter Collingbourne
2021-04-15
Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/core
Catalin Marinas
2021-04-15
Merge branch 'for-next/mte-async-kernel-mode' into for-next/core
Catalin Marinas
2021-04-13
arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
Peter Collingbourne
2021-04-11
arm64: mte: Report async tag faults before suspend
Vincenzo Frascino
2021-04-11
arm64: mte: Enable async tag check fault
Vincenzo Frascino
2021-04-11
arm64: mte: Enable TCO in functions that can read beyond buffer limits
Vincenzo Frascino
2021-04-08
arm64: mte: Remove unused mte_assign_mem_tag_range()
Vincenzo Frascino
2021-02-26
arm64: kasan: simplify and inline MTE functions
Andrey Konovalov
2020-12-22
arm64: mte: switch GCR_EL1 in kernel entry and exit
Vincenzo Frascino
2020-12-22
arm64: mte: add in-kernel MTE helpers
Vincenzo Frascino
2020-09-04
arm64: mte: Enable swap of tagged pages
Steven Price
2020-09-04
arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
Catalin Marinas
2020-09-04
arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
Catalin Marinas
2020-09-04
arm64: mte: Restore the GCR_EL1 register after a suspend
Catalin Marinas
2020-09-04
arm64: mte: Allow user control of the tag check mode via prctl()
Catalin Marinas
2020-09-04
arm64: mte: Tags-aware copy_{user_,}highpage() implementations
Vincenzo Frascino
2020-09-04
arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
Catalin Marinas
2020-09-04
arm64: mte: Handle synchronous and asynchronous tag check faults
Vincenzo Frascino