summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/x86
AgeCommit message (Expand)AuthorFilesLines
2018-08-24selftests/x86/sigreturn: Do minor cleanupsAndy Lutomirski1-6/+7
2018-08-24selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUsAndy Lutomirski1-17/+29
2018-03-28selftests: x86: sysret_ss_attrs doesn't build on a PIE buildShuah Khan1-1/+1
2018-03-28x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen1-5/+5
2018-03-28signal/testing: Don't look for __SI_FAULT in userspaceEric W. Biederman2-9/+7
2018-03-28selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski1-6/+18
2018-03-28selftests, x86, protection_keys: fix wrong offset in siginfoDave Hansen1-1/+1
2018-03-28selftests/x86/ptrace_syscall: Fix for yet more glibc interferenceAndy Lutomirski1-2/+6
2018-03-22selftests/x86/entry_from_vm86: Add test cases for POPFAndy Lutomirski1-3/+27
2018-03-22selftests/x86: Add tests for the STR and SLDT instructionsRicardo Neri1-1/+17
2018-03-22selftests/x86: Add tests for User-Mode Instruction PreventionRicardo Neri1-1/+72
2018-03-22selftests/x86/entry_from_vm86: Exit with 1 if we failAndy Lutomirski1-1/+1
2018-02-22selftests/x86/mpx: Fix incorrect bounds with old _sigfaultRui Wang1-2/+30
2018-02-22selftests/x86: Do not rely on "int $0x80" in single_step_syscall.cDominik Brodowski2-1/+6
2018-02-22selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.cDominik Brodowski1-0/+4
2018-02-22selftests/x86/pkeys: Remove unused functionsIngo Molnar1-28/+0
2018-01-17selftests/x86: Add test_vsyscallAndy Lutomirski2-1/+501
2017-12-14x86/mpx/selftests: Fix up weird arraysDave Hansen1-2/+2
2017-12-14x86/selftests: Add clobbers for int80 on x86_64Dmitry Safonov4-8/+18
2017-12-10selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski1-1/+16
2017-09-14selftests/x86/fsgsbase: Test selectors 1, 2, and 3Andy Lutomirski1-6/+35
2017-05-20selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bugAndy Lutomirski1-0/+46
2017-05-14x86/mpx: Re-add MPX to selftests MakefileDave Hansen1-1/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+1631
2016-09-13selftests/x86/sigreturn: Use CX, not AX, as the scratch registerAndy Lutomirski1-8/+8
2016-09-09x86/pkeys: Add self-testsDave Hansen3-1/+1631
2016-09-08selftests/x86: Fix spelling mistake "preseve" -> "preserve"Colin Ian King1-2/+2
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar6-1/+2230
2016-07-08selftests/x86: Add vDSO mremap() testDmitry Safonov2-1/+112
2016-06-14x86/mpx, selftests: Add MPX self testDave Hansen6-1/+2230
2016-04-29selftests/x86/ldt_gdt: Test set_thread_area() deletion of an active segmentAndy Lutomirski1-0/+250
2016-04-13selftests/x86: Test the FSBASE/GSBASE API and context switchingAndy Lutomirski2-0/+399
2016-03-17selftests/x86: Add an iopl testAndy Lutomirski2-1/+136
2016-03-10selftests/x86: In syscall_nt, test NT|TF as wellAndy Lutomirski1-8/+49
2016-02-17selftests/x86: Add a test for syscall restart under ptraceAndy Lutomirski1-0/+126
2016-02-17selftests/x86: Fix some error messages in ptrace_syscallAndy Lutomirski1-3/+3
2016-02-17selftests/x86: Add tests for UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SSAndy Lutomirski1-28/+202
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 Lutomirski2-1/+117
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 Lutomirski2-1/+90
2016-01-12selftests/x86: Disable the ldt_gdt_64 test for nowAndy Lutomirski1-2/+3
2015-11-04Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-2/+564
2015-11-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-2/+1011
2015-10-31selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugsAndy Lutomirski1-0/+4
2015-10-14selftests/x86: Style fixes for the 'unwind_vdso' testAndy Lutomirski1-2/+4
2015-10-07selftests/x86: Add a test for ptrace syscall restart and arg modificationAndy Lutomirski3-1/+342
2015-10-07selftests/x86: Add a test for vDSO unwindingAndy Lutomirski2-1/+210
2015-09-20x86/fpu/math-emu, selftests: Add test for FISTTP instructionsDenys Vlasenko2-1/+138
2015-09-20x86/fpu/math-emu, selftests: Add tests for FCMOV and FCOMI insnsDenys Vlasenko3-2/+427