index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
arm64
/
mte
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-24
Merge branch 'for-next/feat_mte_store_only' into for-next/core
Catalin Marinas
10
-40
/
+397
2025-07-24
Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/...
Catalin Marinas
11
-93
/
+564
2025-07-17
kselftest/arm4: Provide local defines for AT_HWCAP3
Mark Brown
1
-0
/
+4
2025-07-02
kselftest/arm64/mte: Add MTE_STORE_ONLY testcases
Yeoreum Yun
2
-20
/
+366
2025-07-02
kselftest/arm64/mte: Preparation for mte store only test
Yeoreum Yun
9
-22
/
+33
2025-07-02
kselftest/arm64/mte: Add mtefar tests on check_mmap_options
Yeoreum Yun
1
-23
/
+171
2025-07-02
kselftest/arm64/mte: Refactor check_mmap_option test
Yeoreum Yun
1
-54
/
+313
2025-07-02
kselftest/arm64/mte: Add verification for address tag in signal handler
Yeoreum Yun
1
-10
/
+28
2025-07-02
kselftest/arm64/mte: Add address tag related macro and function
Yeoreum Yun
3
-0
/
+27
2025-07-02
kselftest/arm64/mte: Check MTE_FAR feature is supported
Yeoreum Yun
2
-0
/
+5
2025-07-02
kselftest/arm64/mte: Register mte signal handler with SA_EXPOSE_TAGBITS
Yeoreum Yun
9
-13
/
+23
2025-03-05
kselftest/arm64: mte: Skip the hugetlb tests if MTE not supported on such map...
Catalin Marinas
1
-0
/
+11
2025-03-05
kselftest/arm64: mte: Use the correct naming for tag check modes in check_hug...
Catalin Marinas
1
-4
/
+4
2024-11-14
Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...
Catalin Marinas
6
-23
/
+307
2024-11-11
kselftest/arm64: Fix printf() warning in the arm64 MTE prctl() test
Catalin Marinas
1
-1
/
+1
2024-11-01
kselftest/arm64: Use ksft_perror() to log MTE failures
Mark Brown
1
-7
/
+7
2024-10-17
kselftest/arm64: mte: fix printf type warnings about longs
Andre Przywara
1
-2
/
+2
2024-10-17
kselftest/arm64: mte: fix printf type warnings about pointers
Andre Przywara
2
-4
/
+4
2024-10-17
kselftest/arm64: mte: fix printf type warnings about __u64
Andre Przywara
1
-2
/
+2
2024-10-17
kselftest/arm64: mte: use string literal for printf-style functions
Andre Przywara
1
-3
/
+3
2024-10-17
kselftest/arm64: mte: use proper SKIP syntax
Andre Przywara
1
-4
/
+3
2024-10-16
selftests: arm64: add hugetlb mte tests
Yang Shi
1
-0
/
+285
2023-01-20
kselftest/arm64: Remove spurious comment from MTE test Makefile
Mark Brown
1
-1
/
+0
2023-01-20
kselftest/arm64: Support build of MTE tests with clang
Mark Brown
1
-5
/
+15
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
[next]