| Commit message (Expand) | Author | Age | Files | Lines |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | selftests: x86: sysret_ss_attrs doesn't build on a PIE build | Shuah Khan | 2017-10-05 | 1 | -1/+1 |
* | selftests: x86: override clean in lib.mk to fix warnings | Shuah Khan | 2017-04-27 | 1 | -2/+1 |
* | Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-03-04 | 1 | -1/+1 |
|\ |
|
| * | selftests/x86: Add a basic selftest for ioperm | Andy Lutomirski | 2017-03-01 | 1 | -1/+1 |
* | | Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-02-25 | 1 | -7/+10 |
|\ \
| |/
|/| |
|
| * | selftests: enable O and KBUILD_OUTPUT | bamvor.zhangjian@huawei.com | 2017-01-05 | 1 | -7/+10 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-02-20 | 1 | -1/+1 |
|\ \ |
|
| * | | x86/mpx: Re-add MPX to selftests Makefile | Dave Hansen | 2017-02-02 | 1 | -1/+1 |
| |/ |
|
* | | selftests/x86: Add a selftest for SYSRET to noncanonical addresses | Andy Lutomirski | 2017-01-05 | 1 | -1/+1 |
|/ |
|
* | selftests/x86: Add test_vdso to test getcpu() | Andy Lutomirski | 2016-11-17 | 1 | -1/+1 |
* | x86/pkeys: Add self-tests | Dave Hansen | 2016-09-09 | 1 | -1/+2 |
* | Merge branch 'x86/asm' into x86/mm, to resolve conflicts | Ingo Molnar | 2016-07-15 | 1 | -1/+1 |
|\ |
|
| * | x86/mpx, selftests: Add MPX self test | Dave Hansen | 2016-06-14 | 1 | -1/+1 |
* | | selftests/x86: Add vDSO mremap() test | Dmitry Safonov | 2016-07-08 | 1 | -1/+1 |
|/ |
|
* | selftests/x86: Test the FSBASE/GSBASE API and context switching | Andy Lutomirski | 2016-04-13 | 1 | -0/+1 |
* | selftests/x86: Add an iopl test | Andy Lutomirski | 2016-03-17 | 1 | -1/+1 |
* | x86/signal/64: Re-add support for SS in the 64-bit signal context | Andy Lutomirski | 2016-02-17 | 1 | -3/+2 |
* | selftests/x86: Add check_initial_reg_state() | Andy Lutomirski | 2016-01-29 | 1 | -1/+8 |
* | selftests/x86: Extend Makefile to allow 64-bit-only tests | Andy Lutomirski | 2016-01-29 | 1 | -2/+3 |
* | selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturn | Andy Lutomirski | 2016-01-13 | 1 | -1/+2 |
* | selftests/x86: Disable the ldt_gdt_64 test for now | Andy Lutomirski | 2016-01-12 | 1 | -2/+3 |
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-11-03 | 1 | -2/+3 |
|\ |
|
| * | x86/fpu/math-emu, selftests: Add test for FISTTP instructions | Denys Vlasenko | 2015-09-20 | 1 | -1/+1 |
| * | x86/fpu/math-emu, selftests: Add tests for FCMOV and FCOMI insns | Denys Vlasenko | 2015-09-20 | 1 | -2/+3 |
* | | selftests/x86: Add a test for ptrace syscall restart and arg modification | Andy Lutomirski | 2015-10-07 | 1 | -1/+2 |
* | | selftests/x86: Add a test for vDSO unwinding | Andy Lutomirski | 2015-10-07 | 1 | -1/+1 |
* | | x86/asm/entry/32, selftests: Add 'test_syscall_vdso' test | Denys Vlasenko | 2015-09-18 | 1 | -1/+2 |
|/ |
|
* | selftests/x86: Add syscall_nt selftest | Andy Lutomirski | 2015-08-18 | 1 | -1/+1 |
* | selftests/x86: Disable sigreturn_64 | Andy Lutomirski | 2015-08-18 | 1 | -2/+2 |
* | selftests/x86, x86/ldt: Add a selftest for modify_ldt() | Andy Lutomirski | 2015-07-31 | 1 | -1/+1 |
* | x86/entry, selftests/x86: Add a test for 32-bit fast syscall arg faults | Andy Lutomirski | 2015-07-07 | 1 | -1/+1 |
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-22 | 1 | -1/+4 |
|\ |
|
| * | Merge branch 'linus' into x86/asm, to resolve conflicts | Ingo Molnar | 2015-05-17 | 1 | -22/+31 |
| |\ |
|
| * | | x86, selftests: Add a test for the "sysret_ss_attrs" bug | Andy Lutomirski | 2015-05-08 | 1 | -1/+4 |
* | | | x86/asm/entry/32, selftests: Add a selftest for kernel entries from VM86 mode | Andy Lutomirski | 2015-05-30 | 1 | -2/+4 |
| |/
|/| |
|
* | | selftests, x86: Rework x86 target architecture detection | Andy Lutomirski | 2015-05-12 | 1 | -26/+29 |
* | | selftests, x86: Remove useless run_tests rule | Andy Lutomirski | 2015-05-12 | 1 | -5/+2 |
* | | selftests/x86: install tests | Tyler Baker | 2015-05-12 | 1 | -0/+6 |
* | | selftest/x86: have no dependency on all when cross building | Tyler Baker | 2015-05-12 | 1 | -1/+4 |
* | | selftest/x86: build both bitnesses | Tyler Baker | 2015-05-12 | 1 | -2/+2 |
|/ |
|
* | x86, selftests: Add single_step_syscall test | Andy Lutomirski | 2015-04-16 | 1 | -1/+1 |
* | x86, selftests: Add sigreturn selftest | Andy Lutomirski | 2015-04-08 | 1 | -0/+48 |