summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/x86
AgeCommit message (Expand)AuthorFilesLines
2025-04-01selftests: x86: test_mremap_vdso: skip if vdso is msealedJeff Xu1-0/+43
2025-03-24Merge tag 'x86-cleanups-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2025-03-24Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds22-720/+753
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar1-11/+136
2025-03-03selftests/x86/syscall: Fix coccinelle WARNING recommending the use of ARRAY_S...Mirsad Todorovac1-1/+2
2025-02-27selftests/x86/xstate: Fix spelling mistake "hader" -> "header"Colin Ian King1-1/+1
2025-02-26selftests/x86/avx: Add AVX testsChang S. Bae2-1/+15
2025-02-26selftests/x86/xstate: Clarify supported xstatesChang S. Bae1-0/+24
2025-02-26selftests/x86/xstate: Consolidate test invocations into a single entryChang S. Bae3-19/+35
2025-02-26selftests/x86/xstate: Introduce signal ABI testChang S. Bae3-0/+111
2025-02-26selftests/x86/xstate: Refactor ptrace ABI testChang S. Bae3-107/+131
2025-02-26selftests/x86/xstate: Refactor context switching testChang S. Bae4-164/+204
2025-02-26selftests/x86/xstate: Enumerate and name xstate componentsChang S. Bae2-2/+60
2025-02-26selftests/x86/xstate: Refactor XSAVE helpers for general useChang S. Bae2-132/+142
2025-02-26selftests/x86: Consolidate redundant signal helper functionsChang S. Bae18-315/+51
2025-02-25selftests/x86/lam: Fix minor memory in do_uring()liuye1-1/+3
2025-02-22selftests/lam: Test get_user() LAM pointer handlingMaciej Wieczor-Retman1-0/+108
2025-02-22selftests/lam: Skip test if LAM is disabledMaciej Wieczor-Retman1-5/+18
2025-02-22selftests/lam: Move cpu_has_la57() to use cpuinfo flagMaciej Wieczor-Retman1-6/+10
2024-12-06x86/mm/selftests: Fix typo in lam.cGautam Somani1-1/+1
2024-08-27Documentation/srso: Document a method for checking safe RET operates properlyBorislav Petkov (AMD)2-1/+71
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+145
2024-07-11selftests/x86: fix printk warnings reported by clangJohn Hubbard2-6/+6
2024-07-11selftests/x86: remove (or use) unused variables and functionsJohn Hubbard5-28/+2
2024-07-11selftests/x86: avoid -no-pie warnings from clang during compilationJohn Hubbard1-0/+7
2024-07-11selftests/x86: build sysret_rip.c with clangJohn Hubbard3-14/+23
2024-07-11selftests/x86: build fsgsbase_restore.c with clangJohn Hubbard4-6/+30
2024-07-11selftests: x86: test_FISTTP: use fisttps instead of ambiguous fisttpMuhammad Usama Anjum1-4/+4
2024-07-11selftests/x86: fix Makefile dependencies to work with clangJohn Hubbard1-6/+15
2024-06-12selftests/x86: Add return uprobe shadow stack testJiri Olsa1-0/+145
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+63
2024-05-14Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-291/+260
2024-05-06selftests: x86: ksft_exit_pass() does not returnNathan Chancellor1-1/+1
2024-05-06selftests: x86: test_mremap_vdso: conform test to TAP format outputMuhammad Usama Anjum1-22/+21
2024-05-06selftests: x86: test_vsyscall: conform test to TAP format outputMuhammad Usama Anjum1-188/+168
2024-05-06selftests: x86: test_vsyscall: reorder code to reduce #ifdef blocksMuhammad Usama Anjum1-93/+83
2024-04-25selftests/x86: add placement guard gap test for shstkRick Edgecombe1-4/+63
2024-03-29x86/selftests: Skip the tests if prerequisites aren't fulfilledMuhammad Usama Anjum2-18/+11
2023-11-30selftests:x86: Fix Format String Warnings in lam.cangquan yu1-2/+2
2023-10-16selftests/x86/lam: Zero out buffer for readlink()Binbin Wu1-3/+3
2023-10-03selftests/x86/mm: Add new test that userspace stack is in fact NXAlexey Dobriyan2-0/+216
2023-09-01selftests/x86: Update map_shadow_stack syscall nrRick Edgecombe1-1/+1
2023-08-02selftests/x86: Add shadow stack testRick Edgecombe2-1/+885
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-1/+1242
2023-03-22selftests/x86/amx: Add a ptrace testChang S. Bae1-3/+105
2023-03-16selftests/x86/lam: Add test cases for LAM vs thread creationKirill A. Shutemov1-0/+92
2023-03-16selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA test cases for linear-address ma...Weihong Zhang1-2/+235
2023-03-16selftests/x86/lam: Add inherit test cases for linear-address maskingWeihong Zhang1-4/+121
2023-03-16selftests/x86/lam: Add io_uring test cases for linear-address maskingWeihong Zhang1-2/+339
2023-03-16selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address maskingWeihong Zhang1-4/+140