aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/riscv
AgeCommit message (Expand)AuthorFilesLines
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley1-2/+2
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley1-2/+2
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley1-2/+3
2026-04-04selftests: riscv: Add braces around EXPECT_EQ()Charlie Jenkins1-6/+9
2026-04-04riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley1-2/+2
2026-02-09selftests: riscv: vstate_exec_nolibc: Use the regular prctl() functionThomas Weißschuh1-4/+4
2026-02-09selftests: riscv: verify ptrace accepts valid vector csr valuesSergey Matyukevich1-0/+261
2026-02-09selftests: riscv: verify ptrace rejects invalid vector csr inputsSergey Matyukevich1-0/+317
2026-02-09selftests: riscv: verify syscalls discard vector contextSergey Matyukevich1-0/+123
2026-02-09selftests: riscv: verify initial vector state with ptraceSergey Matyukevich1-0/+135
2026-02-09selftests: riscv: test ptrace vector interfaceSergey Matyukevich5-1/+115
2026-01-29kselftest/riscv: add kselftest for user mode CFIDeepak Gupta7-1/+693
2026-01-29riscv: hwprobe: add support for RISCV_HWPROBE_KEY_IMA_EXT_1Paul Walmsley1-5/+13
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds10-10/+10
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy10-10/+10
2025-11-19selftests/riscv: Add Zicbop prefetch testYao Zihong1-28/+135
2025-11-19selftests: riscv: Add test for the Vector ptrace interfaceYong-Xuan Wang2-1/+138
2025-09-18selftests: riscv: Add README for RISC-V KSelfTestBala-Vignesh-Reddy1-0/+24
2025-04-01selftests: riscv: fix v_exec_initval_nolibc.cIgnacio Encinas1-7/+3
2025-03-18RISC-V: selftests: Add TEST_ZICBOM into CBO testsYunhui Cui1-11/+55
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds9-203/+402
2025-01-18selftests: riscv: Support xtheadvector in vector testsCharlie Jenkins6-52/+113
2025-01-18selftests: riscv: Fix vector testsCharlie Jenkins8-191/+335
2025-01-09Merge patch series "selftest: fix riscv/vector tests"Palmer Dabbelt2-0/+6
2025-01-09tools: selftests: riscv: Add test count for vstate_prctlYong-Xuan Wang1-0/+2
2025-01-09tools: selftests: riscv: Add pass message for v_initval_nolibcYong-Xuan Wang1-0/+4
2024-12-17riscv: selftests: Fix warnings pointer masking testCharlie Jenkins1-6/+22
2024-10-24riscv: selftests: Add a pointer masking testSamuel Holland4-1/+344
2024-08-29riscv: selftests: Remove mmap hint address checksCharlie Jenkins3-71/+0
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-3/+3
2024-07-10selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw1-1/+1
2024-07-03riscv: selftests: Fix vsetivli args for clangCharlie Jenkins1-1/+1
2024-05-30selftest: run vector prctl test for ZVE32XAndy Chiu1-3/+3
2024-05-22riscv: selftests: Add signal handling vector testsCharlie Jenkins4-1/+96
2024-05-22riscv: selftests: Add hwprobe binaries to .gitignoreCharlie Jenkins1-0/+2
2024-04-26RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2Andrew Jones2-1/+11
2024-03-15Merge patch series "riscv: mm: Extend mappable memory up to hint address"Palmer Dabbelt3-86/+67
2024-03-14selftests: riscv: Generalize mm selftestsCharlie Jenkins3-86/+67
2024-01-17RISC-V: selftests: cbo: Ensure asm operands match constraintsAndrew Jones1-10/+8
2024-01-11Merge patch series "tools: selftests: riscv: Fix compiler warnings"Palmer Dabbelt6-8/+14
2024-01-11tools: selftests: riscv: Fix compile warnings in mm testsChristoph Müllner1-0/+3
2024-01-11tools: selftests: riscv: Fix compile warnings in vector testsChristoph Müllner2-3/+3
2024-01-11tools: selftests: riscv: Add missing include for vector testChristoph Müllner1-0/+3
2024-01-11tools: selftests: riscv: Fix compile warnings in cboChristoph Müllner1-3/+3
2024-01-11tools: selftests: riscv: Fix compile warnings in hwprobeChristoph Müllner1-2/+2
2024-01-03RISC-V: selftests: Add which-cpus hwprobe testAndrew Jones2-1/+158
2024-01-03RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones3-11/+3
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds4-46/+270
2023-09-21RISC-V: selftests: Add CBO testsAndrew Jones4-12/+250