summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/x86
Commit message (Expand)AuthorAgeFilesLines
* Documentation/srso: Document a method for checking safe RET operates properlyBorislav Petkov (AMD)2024-08-272-1/+71
* Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-07-181-0/+145
|\
| * selftests/x86: Add return uprobe shadow stack testJiri Olsa2024-06-121-0/+145
* | selftests/x86: fix printk warnings reported by clangJohn Hubbard2024-07-112-6/+6
* | selftests/x86: remove (or use) unused variables and functionsJohn Hubbard2024-07-115-28/+2
* | selftests/x86: avoid -no-pie warnings from clang during compilationJohn Hubbard2024-07-111-0/+7
* | selftests/x86: build sysret_rip.c with clangJohn Hubbard2024-07-113-14/+23
* | selftests/x86: build fsgsbase_restore.c with clangJohn Hubbard2024-07-114-6/+30
* | selftests: x86: test_FISTTP: use fisttps instead of ambiguous fisttpMuhammad Usama Anjum2024-07-111-4/+4
* | selftests/x86: fix Makefile dependencies to work with clangJohn Hubbard2024-07-111-6/+15
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-4/+63
|\
| * selftests/x86: add placement guard gap test for shstkRick Edgecombe2024-04-251-4/+63
* | Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-05-143-291/+260
|\ \
| * | selftests: x86: ksft_exit_pass() does not returnNathan Chancellor2024-05-061-1/+1
| * | selftests: x86: test_mremap_vdso: conform test to TAP format outputMuhammad Usama Anjum2024-05-061-22/+21
| * | selftests: x86: test_vsyscall: conform test to TAP format outputMuhammad Usama Anjum2024-05-061-188/+168
| * | selftests: x86: test_vsyscall: reorder code to reduce #ifdef blocksMuhammad Usama Anjum2024-05-061-93/+83
| |/
* / x86/selftests: Skip the tests if prerequisites aren't fulfilledMuhammad Usama Anjum2024-03-292-18/+11
|/
* selftests:x86: Fix Format String Warnings in lam.cangquan yu2023-11-301-2/+2
* selftests/x86/lam: Zero out buffer for readlink()Binbin Wu2023-10-161-3/+3
* selftests/x86/mm: Add new test that userspace stack is in fact NXAlexey Dobriyan2023-10-032-0/+216
* selftests/x86: Update map_shadow_stack syscall nrRick Edgecombe2023-09-011-1/+1
* selftests/x86: Add shadow stack testRick Edgecombe2023-08-022-1/+885
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-282-1/+1242
|\
| * selftests/x86/lam: Add test cases for LAM vs thread creationKirill A. Shutemov2023-03-161-0/+92
| * selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA test cases for linear-address ma...Weihong Zhang2023-03-161-2/+235
| * selftests/x86/lam: Add inherit test cases for linear-address maskingWeihong Zhang2023-03-161-4/+121
| * selftests/x86/lam: Add io_uring test cases for linear-address maskingWeihong Zhang2023-03-161-2/+339
| * selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address maskingWeihong Zhang2023-03-161-4/+140
| * selftests/x86/lam: Add malloc and tag-bits test cases for linear-address maskingWeihong Zhang2023-03-162-1/+327
* | selftests/x86/amx: Add a ptrace testChang S. Bae2023-03-221-3/+105
|/
* Merge tag 'linux-kselftest-next-6.3-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-02-231-1/+1
|\
| * selftests: x86: Fix incorrect kernel headers search pathMathieu Desnoyers2023-02-131-1/+1
* | selftests: Emit a warning if getcpu() is missing on 32bitSebastian Andrzej Siewior2023-02-061-5/+2
|/
* selftests/x86/corrupt_xstate_header: Use provided __cpuid_count() macroReinette Chatre2022-04-251-14/+2
* selftests/x86/amx: Use provided __cpuid_count() macroReinette Chatre2022-04-251-17/+7
* selftests: x86: add 32bit build warnings for SUSEGeliang Tang2022-04-041-0/+4
* selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM testChang S. Bae2022-03-231-2/+14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-3/+3
|\
| * selftests, x86: fix how check_cc.sh is being invokedGuillaume Tucker2022-03-221-3/+3
* | selftests/x86: Add validity check and allow field splittingMuhammad Usama Anjum2022-02-171-1/+1
|/
* Merge tag 'linux-kselftest-next-5.16-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-11-021-1/+1
|\
| * selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()Shuah Khan2021-10-251-1/+1
* | Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-021-20/+58
|\ \
| * | selftests/x86/iopl: Adjust to the faked iopl CLI/STI usageBorislav Petkov2021-10-301-20/+58
| |/
* | selftests/x86/amx: Add context switch testChang S. Bae2021-10-281-3/+157
* | selftests/x86/amx: Add test cases for AMX state managementChang S. Bae2021-10-282-1/+698
|/
* selftests/x86: Fix error: variably modified 'altstack_data' at file scopeJun Miao2021-08-254-12/+10
* Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-073-2/+245
|\
| * selftests/x86: Test signal frame XSTATE header corruption handlingAndy Lutomirski2021-06-092-1/+116