index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
mte.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: kasan: mte: remove redundant mte_report_once logic
Mark Rutland
2021-08-02
1
-12
/
+0
*
arm64: kasan: mte: use a constant kernel GCR_EL1 value
Mark Rutland
2021-08-02
1
-31
/
+0
*
arm64: mte: introduce a per-CPU tag checking mode preference
Peter Collingbourne
2021-07-28
1
-2
/
+63
*
arm64: move preemption disablement to prctl handlers
Peter Collingbourne
2021-07-28
1
-4
/
+4
*
arm64: mte: change ASYNC and SYNC TCF settings into bitfields
Peter Collingbourne
2021-07-28
1
-42
/
+28
*
arm64: mte: rename gcr_user_excl to mte_ctrl
Peter Collingbourne
2021-07-28
1
-6
/
+8
*
arm64: mte: fix restoration of GCR_EL1 from suspend
Mark Rutland
2021-07-15
1
-13
/
+2
*
arm64: mte: Sync tags for pages where PTE is untagged
Steven Price
2021-06-22
1
-5
/
+13
*
arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
Peter Collingbourne
2021-04-13
1
-1
/
+1
*
arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
Peter Collingbourne
2021-04-13
1
-39
/
+10
*
arm64: mte: Report async tag faults before suspend
Vincenzo Frascino
2021-04-11
1
-0
/
+16
*
arm64: mte: Enable async tag check fault
Vincenzo Frascino
2021-04-11
1
-0
/
+36
*
arm64: mte: Conditionally compile mte_enable_kernel_*()
Vincenzo Frascino
2021-04-11
1
-0
/
+4
*
arm64: mte: Enable TCO in functions that can read beyond buffer limits
Vincenzo Frascino
2021-04-11
1
-0
/
+22
*
arm64: mte: Add asynchronous mode support
Vincenzo Frascino
2021-04-11
1
-2
/
+14
*
arm64: kasan: simplify and inline MTE functions
Andrey Konovalov
2021-02-26
1
-46
/
+0
*
kasan, arm64: allow using KUnit tests with HW_TAGS mode
Andrey Konovalov
2021-02-24
1
-0
/
+12
*
arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero page
Catalin Marinas
2021-02-12
1
-1
/
+2
*
arm64: mte: switch GCR_EL1 in kernel entry and exit
Vincenzo Frascino
2020-12-22
1
-3
/
+28
*
arm64: mte: convert gcr_user into an exclude mask
Vincenzo Frascino
2020-12-22
1
-14
/
+15
*
arm64: kasan: allow enabling in-kernel MTE
Vincenzo Frascino
2020-12-22
1
-0
/
+7
*
arm64: mte: reset the page tag in page->flags
Vincenzo Frascino
2020-12-22
1
-0
/
+9
*
arm64: mte: add in-kernel MTE helpers
Vincenzo Frascino
2020-12-22
1
-0
/
+48
*
arm64: mte: fix prctl(PR_GET_TAGGED_ADDR_CTRL) if TCF0=NONE
Peter Collingbourne
2020-12-03
1
-1
/
+2
*
arm64: mte: Enable swap of tagged pages
Steven Price
2020-09-04
1
-1
/
+18
*
arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
Catalin Marinas
2020-09-04
1
-0
/
+138
*
arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
Catalin Marinas
2020-09-04
1
-6
/
+12
*
arm64: mte: Restore the GCR_EL1 register after a suspend
Catalin Marinas
2020-09-04
1
-0
/
+8
*
arm64: mte: Allow user control of the generated random tags via prctl()
Catalin Marinas
2020-09-04
1
-3
/
+32
*
arm64: mte: Allow user control of the tag check mode via prctl()
Catalin Marinas
2020-09-04
1
-0
/
+77
*
arm64: mte: Tags-aware aware memcmp_pages() implementation
Catalin Marinas
2020-09-04
1
-0
/
+26
*
arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
Catalin Marinas
2020-09-04
1
-0
/
+14
*
arm64: mte: Handle synchronous and asynchronous tag check faults
Vincenzo Frascino
2020-09-04
1
-0
/
+21