aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/x86/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-03selftests/x86/mm: Add new test that userspace stack is in fact NXAlexey Dobriyan1-0/+4
2023-08-02selftests/x86: Add shadow stack testRick Edgecombe1-1/+1
2023-03-16selftests/x86/lam: Add malloc and tag-bits test cases for linear-address maskingWeihong Zhang1-1/+1
2023-02-13selftests: x86: Fix incorrect kernel headers search pathMathieu Desnoyers1-1/+1
2022-04-04selftests: x86: add 32bit build warnings for SUSEGeliang Tang1-0/+4
2022-03-22selftests, x86: fix how check_cc.sh is being invokedGuillaume Tucker1-3/+3
2021-10-28selftests/x86/amx: Add test cases for AMX state managementChang S. Bae1-1/+1
2021-06-09selftests/x86: Test signal frame XSTATE header corruption handlingAndy Lutomirski1-1/+2
2021-05-19selftest/x86/signal: Include test cases for validating sigaltstackChang S. Bae1-1/+1
2020-10-27kselftest: Move test_vdso to the vDSO test suiteVincenzo Frascino1-1/+1
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-07-01x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbaseAndy Lutomirski1-1/+1
2020-07-01selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski1-2/+2
2020-06-04selftests/x86/pkeys: move selftests to arch-neutral directoryRam Pai1-1/+1
2019-09-16Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-07-22x86/mpx: Remove selftests Makefile entryDave Hansen1-1/+1
2019-07-22x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski1-1/+1
2019-07-02selftests/x86: Test SYSCALL and SYSENTER manually with TF setAndy Lutomirski1-2/+3
2018-05-30selftests/x86: Detect -no-pie availabilityFlorian Weimer1-1/+7
2018-05-14x86/selftests: Add mov_to_ss testAndy Lutomirski1-1/+1
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+16
2018-02-15selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systemsDominik Brodowski1-7/+13
2018-02-15selftests/x86: Do not rely on "int $0x80" in single_step_syscall.cDominik Brodowski1-0/+2
2018-02-13selftests/x86: Fix build bug caused by the 5lvl test which has been moved to the VM directoryDominik Brodowski1-1/+1
2018-02-03Merge tag 'linux-kselftest-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+12
2018-01-23selftests/x86: Add <test_name>{,_32,_64} targetsDmitry Safonov1-0/+12
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-01-13selftests/x86: Add test_vsyscallAndy Lutomirski1-1/+1
2017-11-16x86/selftests: Add test for mapping placement for 5-level pagingKirill A. Shutemov1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-05selftests: x86: sysret_ss_attrs doesn't build on a PIE buildShuah Khan1-1/+1
2017-04-27selftests: x86: override clean in lib.mk to fix warningsShuah Khan1-2/+1
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2017-03-01selftests/x86: Add a basic selftest for iopermAndy Lutomirski1-1/+1
2017-02-25Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-7/+10
2017-02-20Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-02-02x86/mpx: Re-add MPX to selftests MakefileDave Hansen1-1/+1
2017-01-05selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com1-7/+10
2017-01-05selftests/x86: Add a selftest for SYSRET to noncanonical addressesAndy Lutomirski1-1/+1
2016-11-17selftests/x86: Add test_vdso to test getcpu()Andy Lutomirski1-1/+1
2016-09-09x86/pkeys: Add self-testsDave Hansen1-1/+2
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar1-1/+1
2016-07-08selftests/x86: Add vDSO mremap() testDmitry Safonov1-1/+1
2016-06-14x86/mpx, selftests: Add MPX self testDave Hansen1-1/+1
2016-04-13selftests/x86: Test the FSBASE/GSBASE API and context switchingAndy Lutomirski1-0/+1
2016-03-17selftests/x86: Add an iopl testAndy Lutomirski1-1/+1
2016-02-17x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski1-3/+2
2016-01-29selftests/x86: Add check_initial_reg_state()Andy Lutomirski1-1/+8
2016-01-29selftests/x86: Extend Makefile to allow 64-bit-only testsAndy Lutomirski1-2/+3
2016-01-13selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturnAndy Lutomirski1-1/+2