summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-042-1/+171
|\
| * selftests/x86: Add a basic selftest for iopermAndy Lutomirski2017-03-012-1/+171
* | Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-262-24/+12Star
|\ \ | |/ |/|
| * selftests, x86, protection_keys: fix wrong offset in siginfoDave Hansen2017-02-081-1/+1
| * selftests, x86, protection_keys: fix uninitialized variable warningDave Hansen2017-02-081-1/+1
| * selftests: x86 protection_keys remove dead codeShuah Khan2017-01-111-10/+0Star
| * selftests: x86 protection_keys fix unused variable compile warningsShuah Khan2017-01-111-5/+0Star
| * selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com2017-01-051-7/+10
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-211-1/+1
|\ \
| * | x86/mpx: Re-add MPX to selftests MakefileDave Hansen2017-02-021-1/+1
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-202-1/+196
|\ \ \ | |/ / |/| |
| * | selftests/x86: Add a selftest for SYSRET to noncanonical addressesAndy Lutomirski2017-01-052-1/+196
| |/
* / selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"Colin King2017-01-051-1/+1
|/
* selftests/x86: Add test_vdso to test getcpu()Andy Lutomirski2016-11-172-1/+124
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-103-1/+1631
|\
| * x86/pkeys: Add self-testsDave Hansen2016-09-093-1/+1631
* | selftests/x86/sigreturn: Use CX, not AX, as the scratch registerAndy Lutomirski2016-09-131-8/+8
* | selftests/x86: Fix spelling mistake "preseve" -> "preserve"Colin Ian King2016-09-081-2/+2
|/
* Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar2016-07-156-1/+2230
|\
| * x86/mpx, selftests: Add MPX self testDave Hansen2016-06-146-1/+2230
* | selftests/x86: Add vDSO mremap() testDmitry Safonov2016-07-082-1/+112
|/
* selftests/x86/ldt_gdt: Test set_thread_area() deletion of an active segmentAndy Lutomirski2016-04-291-0/+250
* selftests/x86: Test the FSBASE/GSBASE API and context switchingAndy Lutomirski2016-04-132-0/+399
* selftests/x86: Add an iopl testAndy Lutomirski2016-03-172-1/+136
* selftests/x86: In syscall_nt, test NT|TF as wellAndy Lutomirski2016-03-101-8/+49
* selftests/x86: Add a test for syscall restart under ptraceAndy Lutomirski2016-02-171-0/+126
* selftests/x86: Fix some error messages in ptrace_syscallAndy Lutomirski2016-02-171-3/+3
* selftests/x86: Add tests for UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SSAndy Lutomirski2016-02-171-28/+202
* x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-171-3/+2Star
* selftests/x86: Add check_initial_reg_state()Andy Lutomirski2016-01-292-1/+117
* selftests/x86: Extend Makefile to allow 64-bit-only testsAndy Lutomirski2016-01-291-2/+3
* selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturnAndy Lutomirski2016-01-132-1/+90
* selftests/x86: Disable the ldt_gdt_64 test for nowAndy Lutomirski2016-01-121-2/+3
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-044-2/+564
|\
| * x86/fpu/math-emu, selftests: Add test for FISTTP instructionsDenys Vlasenko2015-09-202-1/+138
| * x86/fpu/math-emu, selftests: Add tests for FCMOV and FCOMI insnsDenys Vlasenko2015-09-203-2/+427
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-046-2/+1011
|\ \
| * | selftests/x86: Style fixes for the 'unwind_vdso' testAndy Lutomirski2015-10-141-2/+4
| * | selftests/x86: Add a test for ptrace syscall restart and arg modificationAndy Lutomirski2015-10-073-1/+342
| * | selftests/x86: Add a test for vDSO unwindingAndy Lutomirski2015-10-072-1/+210
| * | x86/asm/entry/32, selftests: Add 'test_syscall_vdso' testDenys Vlasenko2015-09-183-1/+458
* | | selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugsAndy Lutomirski2015-10-311-0/+4
|/ /
* / x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski2015-09-051-2/+3
|/
* selftests/x86: Add syscall_nt selftestAndy Lutomirski2015-08-182-1/+55
* selftests/x86: Disable sigreturn_64Andy Lutomirski2015-08-181-2/+2
* selftests/x86/vm86: Fix entry_from_vm86 test on 64-bit kernelsAndy Lutomirski2015-07-311-4/+7
* selftests/x86, x86/ldt: Add a selftest for modify_ldt()Andy Lutomirski2015-07-312-1/+577
* x86/selftests, x86/vm86: Improve entry_from_vm86 selftestAndy Lutomirski2015-07-211-8/+124
* x86/entry, selftests/x86: Add a test for 32-bit fast syscall arg faultsAndy Lutomirski2015-07-072-1/+131
* Merge tag 'linux-kselftest-4.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-291-1/+1
|\