index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
arm64
/
mte
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-14
kselftest/arm64: fix array_size.cocci warning
wangkailong@jari.cn
1
-5
/
+4
2022-11-08
kselftest/arm64: fix array_size.cocci warning
Kang Minchul
1
-6
/
+6
2022-09-29
kselftest/arm64: Don't enable v8.5 for MTE selftest builds
Mark Brown
2
-4
/
+3
2022-07-11
selftests: stop using KSFT_KHDR_INSTALL
Guillaume Tucker
1
-1
/
+0
2022-05-15
selftests/arm64: Use switch statements in mte_common_util.c
Mark Brown
1
-7
/
+16
2022-05-15
selftests/arm64: Remove casts to/from void in check_tags_inclusion
Mark Brown
1
-12
/
+12
2022-05-15
selftests/arm64: Check failures to set tags in check_tags_inclusion
Mark Brown
1
-6
/
+12
2022-05-15
selftests/arm64: Allow zero tags in mte_switch_mode()
Mark Brown
1
-1
/
+1
2022-05-15
selftests/arm64: Log errors in verify_mte_pointer_validity()
Mark Brown
1
-3
/
+9
2022-04-28
kselftest/arm64: fix array_size.cocci warning
Guo Zhengkui
1
-4
/
+4
2022-04-28
kselftest/arm64: Add simple test for MTE prctl
Mark Brown
2
-0
/
+120
2022-04-28
kselftest/arm64: Refactor parameter checking in mte_switch_mode()
Mark Brown
1
-3
/
+12
2022-04-28
kselftest/arm64: Log unexpected asynchronous MTE faults
Mark Brown
1
-0
/
+4
2022-04-28
kselftest/arm64: Handle more kselftest result codes in MTE helpers
Mark Brown
1
-2
/
+13
2022-02-15
kselftest/arm64: mte: user_mem: test a wider range of values
Joey Gouly
1
-11
/
+83
2022-02-15
kselftest/arm64: mte: user_mem: add more test types
Joey Gouly
1
-0
/
+21
2022-02-15
kselftest/arm64: mte: user_mem: add test type enum
Joey Gouly
1
-12
/
+26
2022-02-15
kselftest/arm64: mte: user_mem: check different offsets and sizes
Joey Gouly
1
-18
/
+27
2022-02-15
kselftest/arm64: mte: user_mem: rework error handling
Joey Gouly
1
-7
/
+15
2022-02-15
kselftest/arm64: mte: user_mem: introduce tag_offset and tag_len
Joey Gouly
1
-8
/
+11
2022-02-15
kselftest/arm64: Remove local definitions of MTE prctls
Mark Brown
1
-11
/
+0
2021-08-20
kselftest/arm64: mte: Fix misleading output when skipping tests
Mark Brown
1
-1
/
+1
2021-08-02
kselftest/arm64: Ignore check_gcr_el1_cswitch binary
Mark Brown
1
-0
/
+1
2021-03-24
kselftest/arm64: mte: Report filename on failing temp file creation
Andre Przywara
1
-0
/
+1
2021-03-24
kselftest/arm64: mte: Fix clang warning
Andre Przywara
1
-1
/
+1
2021-03-24
kselftest/arm64: mte: Makefile: Fix clang compilation
Andre Przywara
1
-1
/
+1
2021-03-24
kselftest/arm64: mte: Output warning about failing compiler
Andre Przywara
1
-0
/
+3
2021-03-24
kselftest/arm64: mte: Use cross-compiler if specified
Andre Przywara
1
-0
/
+5
2021-03-24
kselftest/arm64: mte: Fix MTE feature detection
Andre Przywara
1
-11
/
+2
2021-03-24
kselftest/arm64: mte: common: Fix write() warnings
Andre Przywara
1
-5
/
+18
2021-03-24
kselftest/arm64: mte: user_mem: Fix write() warning
Andre Przywara
1
-1
/
+2
2021-03-23
kselftest/arm64: mte: ksm_options: Fix fscanf warning
Andre Przywara
1
-1
/
+4
2021-03-23
kselftest/arm64: mte: Fix pthread linking
Andre Przywara
1
-1
/
+2
2021-03-23
kselftest/arm64: mte: Fix compilation with native compiler
Andre Przywara
1
-2
/
+0
2021-01-20
arm64: mte: style: Simplify bool comparison
YANG LI
1
-1
/
+1
2020-12-22
kselftest/arm64: check GCR_EL1 after context switch
Vincenzo Frascino
2
-1
/
+155
2020-10-28
kselftest/arm64: Fix check_user_mem test
Vincenzo Frascino
1
-0
/
+4
2020-10-28
kselftest/arm64: Fix check_ksm_options test
Vincenzo Frascino
1
-0
/
+4
2020-10-28
kselftest/arm64: Fix check_mmap_options test
Vincenzo Frascino
1
-0
/
+4
2020-10-28
kselftest/arm64: Fix check_child_memory test
Vincenzo Frascino
1
-0
/
+3
2020-10-28
kselftest/arm64: Fix check_tags_inclusion test
Vincenzo Frascino
1
-0
/
+3
2020-10-28
kselftest/arm64: Fix check_buffer_fill test
Vincenzo Frascino
1
-0
/
+3
2020-10-05
kselftest/arm64: Check mte tagged user address in kernel
Amit Daniel Kachhap
4
-0
/
+127
2020-10-05
kselftest/arm64: Verify KSM page merge for MTE pages
Amit Daniel Kachhap
2
-0
/
+160
2020-10-05
kselftest/arm64: Verify all different mmap MTE options
Amit Daniel Kachhap
2
-0
/
+263
2020-10-05
kselftest/arm64: Check forked child mte memory accessibility
Amit Daniel Kachhap
2
-0
/
+196
2020-10-05
kselftest/arm64: Verify mte tag inclusion via prctl
Amit Daniel Kachhap
2
-0
/
+186
2020-10-05
kselftest/arm64: Add utilities and a test to validate mte memory
Amit Daniel Kachhap
7
-0
/
+1137