1. a9e017d selftests/x86: Add tests for the STR and SLDT instructions by Ricardo Neri · 7 years ago
  2. 9390afe selftests/x86: Add tests for User-Mode Instruction Prevention by Ricardo Neri · 7 years ago
  3. fec8f5a selftests/x86/ldt_get: Add a few additional tests for limits by Andy Lutomirski · 7 years ago
  4. adedf28 selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as well by Andy Lutomirski · 7 years ago
  5. d744dca selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area() by Andy Lutomirski · 7 years ago
  6. d60ad74 selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR oddities by Andy Lutomirski · 7 years ago
  7. 693cb55 selftests/x86/protection_keys: Fix syscall NR redefinition warnings by Andy Lutomirski · 7 years ago
  8. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  9. 3346a6a selftests: x86: sysret_ss_attrs doesn't build on a PIE build by Shuah Khan · 7 years ago
  10. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  11. 23d98c2 selftests/x86/fsgsbase: Test selectors 1, 2, and 3 by Andy Lutomirski · 7 years ago
  12. d12fe87 signal/testing: Don't look for __SI_FAULT in userspace by Eric W. Biederman · 8 years ago
  13. 2868b25 Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  14. 945f8f5 selftests: x86: add missing executables to .gitignore by Shuah Khan · 8 years ago
  15. eebed11 selftests: x86: override clean in lib.mk to fix warnings by Shuah Khan · 8 years ago
  16. 5f2173e x86/mpx, selftests: Only check bounds-vs-shadow when we keep shadow by Joerg Roedel · 8 years ago
  17. 65973dd selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug by Andy Lutomirski · 8 years ago
  18. ec3b93ae Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  19. 2d62e07 Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  20. 0eb1d0f selftests/x86: Add a basic selftest for ioperm by Andy Lutomirski · 8 years ago
  21. 2a4d0c6 x86/selftests: Add clobbers for int80 on x86_64 by Dmitry Safonov · 8 years ago
  22. c4f3f22 Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  23. 8b5abde Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  24. 4abaa80 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  25. 2195bff selftests, x86, protection_keys: fix wrong offset in siginfo by Dave Hansen · 8 years ago
  26. 16846c2 selftests, x86, protection_keys: fix uninitialized variable warning by Dave Hansen · 8 years ago
  27. e64d5fb x86/mpx: Re-add MPX to selftests Makefile by Dave Hansen · 8 years ago
  28. 3e91293 selftests: x86 protection_keys remove dead code by Shuah Khan · 8 years ago
  29. fbb02ed selftests: x86 protection_keys fix unused variable compile warnings by Shuah Khan · 8 years ago
  30. a8ba798 selftests: enable O and KBUILD_OUTPUT by bamvor.zhangjian@huawei.com · 8 years ago
  31. 7738789 selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration" by Colin King · 8 years ago
  32. 6606021 selftests/x86: Add a selftest for SYSRET to noncanonical addresses by Andy Lutomirski · 8 years ago
  33. 3200ca8 selftests/x86: Add test_vdso to test getcpu() by Andy Lutomirski · 8 years ago
  34. 93c26d7 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  35. 1ef0199 selftests/x86/sigreturn: Use CX, not AX, as the scratch register by Andy Lutomirski · 8 years ago
  36. 5f23f6d x86/pkeys: Add self-tests by Dave Hansen · 8 years ago
  37. 1d723de7 selftests/x86: Fix spelling mistake "preseve" -> "preserve" by Colin Ian King · 8 years ago
  38. 38452af Merge branch 'x86/asm' into x86/mm, to resolve conflicts by Ingo Molnar · 9 years ago
  39. f80fd3a selftests/x86: Add vDSO mremap() test by Dmitry Safonov · 9 years ago
  40. e754aed x86/mpx, selftests: Add MPX self test by Dave Hansen · 9 years ago
  41. d63f4b52 selftests/x86/ldt_gdt: Test set_thread_area() deletion of an active segment by Andy Lutomirski · 9 years ago
  42. 0051202 selftests/x86: Test the FSBASE/GSBASE API and context switching by Andy Lutomirski · 9 years ago
  43. b089830 selftests/x86: Add an iopl test by Andy Lutomirski · 9 years ago
  44. a318bee selftests/x86: In syscall_nt, test NT|TF as well by Andy Lutomirski · 9 years ago
  45. 4036134 selftests/x86: Add a test for syscall restart under ptrace by Andy Lutomirski · 9 years ago
  46. adcfd23 selftests/x86: Fix some error messages in ptrace_syscall by Andy Lutomirski · 9 years ago
  47. 4f6c893 selftests/x86: Add tests for UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SS by Andy Lutomirski · 9 years ago
  48. 6c25da5 x86/signal/64: Re-add support for SS in the 64-bit signal context by Andy Lutomirski · 9 years ago
  49. e21d50f selftests/x86: Add check_initial_reg_state() by Andy Lutomirski · 9 years ago
  50. c31b342 selftests/x86: Extend Makefile to allow 64-bit-only tests by Andy Lutomirski · 9 years ago
  51. 65cacec selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturn by Andy Lutomirski · 9 years ago
  52. 0f67280 selftests/x86: Disable the ldt_gdt_64 test for now by Andy Lutomirski · 9 years ago
  53. ce4d72f Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  54. a75a3f6 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  55. 226f1f7 selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugs by Andy Lutomirski · 9 years ago
  56. 893a3ec selftests/x86: Style fixes for the 'unwind_vdso' test by Andy Lutomirski · 9 years ago
  57. 04235c0 selftests/x86: Add a test for ptrace syscall restart and arg modification by Andy Lutomirski · 9 years ago
  58. 3b56aae selftests/x86: Add a test for vDSO unwinding by Andy Lutomirski · 9 years ago
  59. a58e2ec x86/fpu/math-emu, selftests: Add test for FISTTP instructions by Denys Vlasenko · 9 years ago
  60. 57ca689 x86/fpu/math-emu, selftests: Add tests for FCMOV and FCOMI insns by Denys Vlasenko · 9 years ago
  61. c25be94 x86/asm/entry/32, selftests: Add 'test_syscall_vdso' test by Denys Vlasenko · 9 years ago
  62. 76fc5e7 x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0 by Andy Lutomirski · 9 years ago
  63. a9c909c selftests/x86: Add syscall_nt selftest by Andy Lutomirski · 9 years ago
  64. 33f3df4 selftests/x86: Disable sigreturn_64 by Andy Lutomirski · 9 years ago
  65. e800eb3 selftests/x86/vm86: Fix entry_from_vm86 test on 64-bit kernels by Andy Lutomirski · 9 years ago
  66. 014dc90 selftests/x86, x86/ldt: Add a selftest for modify_ldt() by Andy Lutomirski · 9 years ago
  67. f2a50f8 x86/selftests, x86/vm86: Improve entry_from_vm86 selftest by Andy Lutomirski · 10 years ago
  68. 5e5c684 x86/entry, selftests/x86: Add a test for 32-bit fast syscall arg faults by Andy Lutomirski · 10 years ago
  69. d93a74a Merge tag 'linux-kselftest-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 10 years ago
  70. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  71. c2affbf x86/asm/entry/32, selftests: Add a selftest for kernel entries from VM86 mode by Andy Lutomirski · 10 years ago
  72. 390db01 selftest, x86: fix incorrect comment by Martin Kelly · 10 years ago
  73. 75d95d8 Merge branch 'linus' into x86/asm, to resolve conflicts by Ingo Molnar · 10 years ago
  74. e9886ac selftests, x86: Rework x86 target architecture detection by Andy Lutomirski · 10 years ago
  75. c1e6e5c selftests, x86: Remove useless run_tests rule by Andy Lutomirski · 10 years ago
  76. 07620ab selftests/x86: install tests by Tyler Baker · 10 years ago
  77. 1872d01 selftest/x86: have no dependency on all when cross building by Tyler Baker · 10 years ago
  78. f9ea4a3 selftest/x86: build both bitnesses by Tyler Baker · 10 years ago
  79. e22438f x86, selftests: Add a test for the "sysret_ss_attrs" bug by Andy Lutomirski · 10 years ago
  80. 0a15584 x86, selftests: Add single_step_syscall test by Andy Lutomirski · 10 years ago
  81. 3f705df x86, selftests: Add sigreturn selftest by Andy Lutomirski · 10 years ago