summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/arm64/mte
AgeCommit message (Expand)Author
2023-01-20kselftest/arm64: Remove spurious comment from MTE test MakefileMark Brown
2023-01-20kselftest/arm64: Support build of MTE tests with clangMark Brown
2022-11-14kselftest/arm64: fix array_size.cocci warningwangkailong@jari.cn
2022-11-08kselftest/arm64: fix array_size.cocci warningKang Minchul
2022-09-29kselftest/arm64: Don't enable v8.5 for MTE selftest buildsMark Brown
2022-07-11selftests: stop using KSFT_KHDR_INSTALLGuillaume Tucker
2022-05-15selftests/arm64: Use switch statements in mte_common_util.cMark Brown
2022-05-15selftests/arm64: Remove casts to/from void in check_tags_inclusionMark Brown
2022-05-15selftests/arm64: Check failures to set tags in check_tags_inclusionMark Brown
2022-05-15selftests/arm64: Allow zero tags in mte_switch_mode()Mark Brown
2022-05-15selftests/arm64: Log errors in verify_mte_pointer_validity()Mark Brown
2022-04-28kselftest/arm64: fix array_size.cocci warningGuo Zhengkui
2022-04-28kselftest/arm64: Add simple test for MTE prctlMark Brown
2022-04-28kselftest/arm64: Refactor parameter checking in mte_switch_mode()Mark Brown
2022-04-28kselftest/arm64: Log unexpected asynchronous MTE faultsMark Brown
2022-04-28kselftest/arm64: Handle more kselftest result codes in MTE helpersMark Brown
2022-02-15kselftest/arm64: mte: user_mem: test a wider range of valuesJoey Gouly
2022-02-15kselftest/arm64: mte: user_mem: add more test typesJoey Gouly
2022-02-15kselftest/arm64: mte: user_mem: add test type enumJoey Gouly
2022-02-15kselftest/arm64: mte: user_mem: check different offsets and sizesJoey Gouly
2022-02-15kselftest/arm64: mte: user_mem: rework error handlingJoey Gouly
2022-02-15kselftest/arm64: mte: user_mem: introduce tag_offset and tag_lenJoey Gouly
2022-02-15kselftest/arm64: Remove local definitions of MTE prctlsMark Brown
2021-08-20kselftest/arm64: mte: Fix misleading output when skipping testsMark Brown
2021-08-02kselftest/arm64: Ignore check_gcr_el1_cswitch binaryMark Brown
2021-03-24kselftest/arm64: mte: Report filename on failing temp file creationAndre Przywara
2021-03-24kselftest/arm64: mte: Fix clang warningAndre Przywara
2021-03-24kselftest/arm64: mte: Makefile: Fix clang compilationAndre Przywara
2021-03-24kselftest/arm64: mte: Output warning about failing compilerAndre Przywara
2021-03-24kselftest/arm64: mte: Use cross-compiler if specifiedAndre Przywara
2021-03-24kselftest/arm64: mte: Fix MTE feature detectionAndre Przywara
2021-03-24kselftest/arm64: mte: common: Fix write() warningsAndre Przywara
2021-03-24kselftest/arm64: mte: user_mem: Fix write() warningAndre Przywara
2021-03-23kselftest/arm64: mte: ksm_options: Fix fscanf warningAndre Przywara
2021-03-23kselftest/arm64: mte: Fix pthread linkingAndre Przywara
2021-03-23kselftest/arm64: mte: Fix compilation with native compilerAndre Przywara
2021-01-20arm64: mte: style: Simplify bool comparisonYANG LI
2020-12-22kselftest/arm64: check GCR_EL1 after context switchVincenzo Frascino
2020-10-28kselftest/arm64: Fix check_user_mem testVincenzo Frascino
2020-10-28kselftest/arm64: Fix check_ksm_options testVincenzo Frascino
2020-10-28kselftest/arm64: Fix check_mmap_options testVincenzo Frascino
2020-10-28kselftest/arm64: Fix check_child_memory testVincenzo Frascino
2020-10-28kselftest/arm64: Fix check_tags_inclusion testVincenzo Frascino
2020-10-28kselftest/arm64: Fix check_buffer_fill testVincenzo Frascino
2020-10-05kselftest/arm64: Check mte tagged user address in kernelAmit Daniel Kachhap
2020-10-05kselftest/arm64: Verify KSM page merge for MTE pagesAmit Daniel Kachhap
2020-10-05kselftest/arm64: Verify all different mmap MTE optionsAmit Daniel Kachhap
2020-10-05kselftest/arm64: Check forked child mte memory accessibilityAmit Daniel Kachhap
2020-10-05kselftest/arm64: Verify mte tag inclusion via prctlAmit Daniel Kachhap
2020-10-05kselftest/arm64: Add utilities and a test to validate mte memoryAmit Daniel Kachhap