summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/arm64/mte (follow)
Commit message (Expand)AuthorAgeFilesLines
* kselftest/arm64: Remove spurious comment from MTE test MakefileMark Brown2023-01-201-1/+0
* kselftest/arm64: Support build of MTE tests with clangMark Brown2023-01-201-5/+15
* kselftest/arm64: fix array_size.cocci warningwangkailong@jari.cn2022-11-141-5/+4
* kselftest/arm64: fix array_size.cocci warningKang Minchul2022-11-081-6/+6
* kselftest/arm64: Don't enable v8.5 for MTE selftest buildsMark Brown2022-09-292-4/+3
* selftests: stop using KSFT_KHDR_INSTALLGuillaume Tucker2022-07-121-1/+0
* selftests/arm64: Use switch statements in mte_common_util.cMark Brown2022-05-151-7/+16
* selftests/arm64: Remove casts to/from void in check_tags_inclusionMark Brown2022-05-151-12/+12
* selftests/arm64: Check failures to set tags in check_tags_inclusionMark Brown2022-05-151-6/+12
* selftests/arm64: Allow zero tags in mte_switch_mode()Mark Brown2022-05-151-1/+1
* selftests/arm64: Log errors in verify_mte_pointer_validity()Mark Brown2022-05-151-3/+9
* kselftest/arm64: fix array_size.cocci warningGuo Zhengkui2022-04-281-4/+4
* kselftest/arm64: Add simple test for MTE prctlMark Brown2022-04-282-0/+120
* kselftest/arm64: Refactor parameter checking in mte_switch_mode()Mark Brown2022-04-281-3/+12
* kselftest/arm64: Log unexpected asynchronous MTE faultsMark Brown2022-04-281-0/+4
* kselftest/arm64: Handle more kselftest result codes in MTE helpersMark Brown2022-04-281-2/+13
* kselftest/arm64: mte: user_mem: test a wider range of valuesJoey Gouly2022-02-151-11/+83
* kselftest/arm64: mte: user_mem: add more test typesJoey Gouly2022-02-151-0/+21
* kselftest/arm64: mte: user_mem: add test type enumJoey Gouly2022-02-151-12/+26
* kselftest/arm64: mte: user_mem: check different offsets and sizesJoey Gouly2022-02-151-18/+27
* kselftest/arm64: mte: user_mem: rework error handlingJoey Gouly2022-02-151-7/+15
* kselftest/arm64: mte: user_mem: introduce tag_offset and tag_lenJoey Gouly2022-02-151-8/+11
* kselftest/arm64: Remove local definitions of MTE prctlsMark Brown2022-02-151-11/+0
* kselftest/arm64: mte: Fix misleading output when skipping testsMark Brown2021-08-201-1/+1
* kselftest/arm64: Ignore check_gcr_el1_cswitch binaryMark Brown2021-08-021-0/+1
* kselftest/arm64: mte: Report filename on failing temp file creationAndre Przywara2021-03-241-0/+1
* kselftest/arm64: mte: Fix clang warningAndre Przywara2021-03-241-1/+1
* kselftest/arm64: mte: Makefile: Fix clang compilationAndre Przywara2021-03-241-1/+1
* kselftest/arm64: mte: Output warning about failing compilerAndre Przywara2021-03-241-0/+3
* kselftest/arm64: mte: Use cross-compiler if specifiedAndre Przywara2021-03-241-0/+5
* kselftest/arm64: mte: Fix MTE feature detectionAndre Przywara2021-03-241-11/+2
* kselftest/arm64: mte: common: Fix write() warningsAndre Przywara2021-03-241-5/+18
* kselftest/arm64: mte: user_mem: Fix write() warningAndre Przywara2021-03-241-1/+2
* kselftest/arm64: mte: ksm_options: Fix fscanf warningAndre Przywara2021-03-231-1/+4
* kselftest/arm64: mte: Fix pthread linkingAndre Przywara2021-03-231-1/+2
* kselftest/arm64: mte: Fix compilation with native compilerAndre Przywara2021-03-231-2/+0
* arm64: mte: style: Simplify bool comparisonYANG LI2021-01-201-1/+1
* kselftest/arm64: check GCR_EL1 after context switchVincenzo Frascino2020-12-222-1/+155
* kselftest/arm64: Fix check_user_mem testVincenzo Frascino2020-10-281-0/+4
* kselftest/arm64: Fix check_ksm_options testVincenzo Frascino2020-10-281-0/+4
* kselftest/arm64: Fix check_mmap_options testVincenzo Frascino2020-10-281-0/+4
* kselftest/arm64: Fix check_child_memory testVincenzo Frascino2020-10-281-0/+3
* kselftest/arm64: Fix check_tags_inclusion testVincenzo Frascino2020-10-281-0/+3
* kselftest/arm64: Fix check_buffer_fill testVincenzo Frascino2020-10-281-0/+3
* kselftest/arm64: Check mte tagged user address in kernelAmit Daniel Kachhap2020-10-054-0/+127
* kselftest/arm64: Verify KSM page merge for MTE pagesAmit Daniel Kachhap2020-10-052-0/+160
* kselftest/arm64: Verify all different mmap MTE optionsAmit Daniel Kachhap2020-10-052-0/+263
* kselftest/arm64: Check forked child mte memory accessibilityAmit Daniel Kachhap2020-10-052-0/+196
* kselftest/arm64: Verify mte tag inclusion via prctlAmit Daniel Kachhap2020-10-052-0/+186
* kselftest/arm64: Add utilities and a test to validate mte memoryAmit Daniel Kachhap2020-10-057-0/+1137