aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/x86/Makefile
AgeCommit message (Expand)Author
2020-03-30x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski
2018-05-30selftests/x86: Detect -no-pie availabilityFlorian Weimer
2018-05-14x86/selftests: Add mov_to_ss testAndy Lutomirski
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-15selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systemsDominik Brodowski
2018-02-15selftests/x86: Do not rely on "int $0x80" in single_step_syscall.cDominik Brodowski
2018-02-13selftests/x86: Fix build bug caused by the 5lvl test which has been moved to ...Dominik Brodowski
2018-02-03Merge tag 'linux-kselftest-4.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-01-23selftests/x86: Add <test_name>{,_32,_64} targetsDmitry Safonov
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-13selftests/x86: Add test_vsyscallAndy Lutomirski
2017-11-16x86/selftests: Add test for mapping placement for 5-level pagingKirill A. Shutemov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-05selftests: x86: sysret_ss_attrs doesn't build on a PIE buildShuah Khan
2017-04-27selftests: x86: override clean in lib.mk to fix warningsShuah Khan
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-03-01selftests/x86: Add a basic selftest for iopermAndy Lutomirski
2017-02-25Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-20Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-02-02x86/mpx: Re-add MPX to selftests MakefileDave Hansen
2017-01-05selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com
2017-01-05selftests/x86: Add a selftest for SYSRET to noncanonical addressesAndy Lutomirski
2016-11-17selftests/x86: Add test_vdso to test getcpu()Andy Lutomirski
2016-09-09x86/pkeys: Add self-testsDave Hansen
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar
2016-07-08selftests/x86: Add vDSO mremap() testDmitry Safonov
2016-06-14x86/mpx, selftests: Add MPX self testDave Hansen
2016-04-13selftests/x86: Test the FSBASE/GSBASE API and context switchingAndy Lutomirski
2016-03-17selftests/x86: Add an iopl testAndy Lutomirski
2016-02-17x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski
2016-01-29selftests/x86: Add check_initial_reg_state()Andy Lutomirski
2016-01-29selftests/x86: Extend Makefile to allow 64-bit-only testsAndy Lutomirski
2016-01-13selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturnAndy Lutomirski
2016-01-12selftests/x86: Disable the ldt_gdt_64 test for nowAndy Lutomirski
2015-11-03Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-10-07selftests/x86: Add a test for ptrace syscall restart and arg modificationAndy Lutomirski
2015-10-07selftests/x86: Add a test for vDSO unwindingAndy Lutomirski
2015-09-20x86/fpu/math-emu, selftests: Add test for FISTTP instructionsDenys Vlasenko
2015-09-20x86/fpu/math-emu, selftests: Add tests for FCMOV and FCOMI insnsDenys Vlasenko
2015-09-18x86/asm/entry/32, selftests: Add 'test_syscall_vdso' testDenys Vlasenko
2015-08-18selftests/x86: Add syscall_nt selftestAndy Lutomirski
2015-08-18selftests/x86: Disable sigreturn_64Andy Lutomirski
2015-07-31selftests/x86, x86/ldt: Add a selftest for modify_ldt()Andy Lutomirski
2015-07-07x86/entry, selftests/x86: Add a test for 32-bit fast syscall arg faultsAndy Lutomirski
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-05-30x86/asm/entry/32, selftests: Add a selftest for kernel entries from VM86 modeAndy Lutomirski
2015-05-17Merge branch 'linus' into x86/asm, to resolve conflictsIngo Molnar
2015-05-12selftests, x86: Rework x86 target architecture detectionAndy Lutomirski
2015-05-12selftests, x86: Remove useless run_tests ruleAndy Lutomirski
2015-05-12selftests/x86: install testsTyler Baker