1. 399ea57 selftests/x86: fix spelling mistake "FAILT" -> "FAIL" by Colin Ian King · 6 years ago
  2. c7ca0b6 Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix the test by Andy Lutomirski · 5 years ago
  3. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  4. 13324c4 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  5. 697096b selftests/x86/fsgsbase: Fix some test case bugs by Andy Lutomirski · 6 years ago
  6. 9402eaf4 selftests/x86: Test SYSCALL and SYSENTER manually with TF set by Andy Lutomirski · 6 years ago
  7. 7f0a5e0 selftests/x86: Add a test for process_vm_readv() on the vsyscall page by Andy Lutomirski · 6 years ago
  8. b038697 selftests/x86/vsyscall: Verify that vsyscall=none blocks execution by Andy Lutomirski · 6 years ago
  9. e0a446c x86/vsyscall: Document odd SIGSEGV error code for vsyscalls by Andy Lutomirski · 6 years ago
  10. a87730c selftests/x86/fsgsbase: Test ptracer-induced GSBASE write with FSGSBASE by Chang S. Bae · 6 years ago
  11. 9ad75a0 selftests/x86/fsgsbase: Test RD/WRGSBASE by Andy Lutomirski · 6 years ago
  12. 1b6858d selftests/x86/fsgsbase: Test ptracer-induced GSBASE write by Chang S. Bae · 6 years ago
  13. 8afecfb Merge tag 'v5.2-rc4' into mauro by Jonathan Corbet · 6 years ago
  14. 1eecbcd docs: move protection-keys.rst to the core-api book by Mauro Carvalho Chehab · 6 years ago
  15. eeac88a treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 444 by Thomas Gleixner · 6 years ago
  16. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  17. fb9e53c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257 by Thomas Gleixner · 6 years ago
  18. a20d452 selftests/x86: Support Atom for syscall_arg_fault test by Tong Bo · 6 years ago
  19. d11a7e3 selftest/x86/mpx-dig.c: Remove duplicate header by Sabyasachi Gupta · 6 years ago
  20. 8a5f060 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  21. e181293 x86/selftests/pkeys: Fork() to check for state being preserved by Dave Hansen · 6 years ago
  22. b686057 tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header by Sabyasachi Gupta · 6 years ago
  23. a180ac1 x86/mpx/selftests: fix spelling mistake "succeded" -> "succeeded" by Colin Ian King · 6 years ago
  24. 02e4256 x86/vdso: Fix vDSO syscall fallback asm constraint regression by Andy Lutomirski · 6 years ago
  25. 7c03e70 selftests/x86: Add clock_gettime() tests to test_vdso by Andy Lutomirski · 6 years ago
  26. e8a445d selftests/x86/sigreturn: Do minor cleanups by Andy Lutomirski · 7 years ago
  27. ec34802 selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUs by Andy Lutomirski · 7 years ago
  28. 0dd3a69 selftests/x86: Detect -no-pie availability by Florian Weimer · 7 years ago
  29. 3488a60 x86/pkeys/selftests: Add a test for pkey 0 by Dave Hansen · 7 years ago
  30. acb25d7 x86/pkeys/selftests: Save off 'prot' for allocations by Dave Hansen · 7 years ago
  31. 3d64f4e x86/pkeys/selftests: Fix pointer math by Dave Hansen · 7 years ago
  32. f50b487 x86/pkeys/selftests: Fix pkey exhaustion test off-by-one by Dave Hansen · 7 years ago
  33. 6af17cf x86/pkeys/selftests: Add PROT_EXEC test by Dave Hansen · 7 years ago
  34. 3fcd2b2 x86/pkeys/selftests: Factor out "instruction page" by Dave Hansen · 7 years ago
  35. 7e7fd67 x86/pkeys/selftests: Allow faults on unknown keys by Dave Hansen · 7 years ago
  36. caf9eb6 x86/pkeys/selftests: Avoid printf-in-signal deadlocks by Dave Hansen · 7 years ago
  37. a50093d x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal by Dave Hansen · 7 years ago
  38. 86b9eea x86/pkeys/selftests: Stop using assert() by Dave Hansen · 7 years ago
  39. 55556b0 x86/pkeys/selftests: Give better unexpected fault error messages by Dave Hansen · 7 years ago
  40. 59c2a72 x86/selftests: Add mov_to_ss test by Andy Lutomirski · 7 years ago
  41. 73bb4d6 x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABI by Ingo Molnar · 7 years ago
  42. 0fb9662 x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pkeys ABI by Ingo Molnar · 7 years ago
  43. 8bb2610 x86/entry/64/compat: Preserve r8-r11 in int $0x80 by Andy Lutomirski · 7 years ago
  44. 4b0b37d selftests/x86/ptrace_syscall: Fix for yet more glibc interference by Andy Lutomirski · 7 years ago
  45. 78393fd selftests/x86/entry_from_vm86: Add test cases for POPF by Andy Lutomirski · 7 years ago
  46. 327d53d selftests/x86/entry_from_vm86: Exit with 1 if we fail by Andy Lutomirski · 7 years ago
  47. 076ca27 x86/vsyscall/64: Drop "native" vsyscalls by Andy Lutomirski · 7 years ago
  48. d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  49. 961888b selftests/x86/mpx: Fix incorrect bounds with old _sigfault by Rui Wang · 7 years ago
  50. 9279ddf selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems by Dominik Brodowski · 7 years ago
  51. 4105c69 selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c by Dominik Brodowski · 7 years ago
  52. 2cbc0d6 selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c by Dominik Brodowski · 7 years ago
  53. 7f95122 selftests/x86: Fix build bug caused by the 5lvl test which has been moved to the VM directory by Dominik Brodowski · 7 years ago
  54. ce67663 selftests/x86/pkeys: Remove unused functions by Ingo Molnar · 7 years ago
  55. d8e92de selftests/x86: Clean up and document sscanf() usage by Dominik Brodowski · 7 years ago
  56. 198ee8e selftests/x86: Fix vDSO selftest segfault for vsyscall=none by Dominik Brodowski · 7 years ago
  57. 6cb7903 Merge tag 'linux-kselftest-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
  58. 235266b selftests/vm: move 128TB mmap boundary test to generic directory by Aneesh Kumar K.V · 7 years ago
  59. cc08d1b selftests/x86: Add <test_name>{,_32,_64} targets by Dmitry Safonov · 7 years ago
  60. 40548c6 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  61. 352909b selftests/x86: Add test_vsyscall by Andy Lutomirski · 7 years ago
  62. 5aa90a8 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  63. 9f5cb6b x86/ldt: Make the LDT mapping RO by Thomas Gleixner · 7 years ago
  64. caf9a82 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  65. a4828f8 x86/ldt: Prevent LDT inheritance on exec by Thomas Gleixner · 7 years ago
  66. 7b659ee x86/pkeys/selftests: Fix protection keys write() warning by Dave Hansen · 7 years ago
  67. 91c49c2 x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey' by Dave Hansen · 7 years ago
  68. a640012 x86/mpx/selftests: Fix up weird arrays by Dave Hansen · 7 years ago
  69. 97f404a x86/selftests: Add test for mapping placement for 5-level paging by Kirill A. Shutemov · 7 years ago
  70. a9e017d selftests/x86: Add tests for the STR and SLDT instructions by Ricardo Neri · 7 years ago
  71. 9390afe selftests/x86: Add tests for User-Mode Instruction Prevention by Ricardo Neri · 7 years ago
  72. fec8f5a selftests/x86/ldt_get: Add a few additional tests for limits by Andy Lutomirski · 7 years ago
  73. adedf28 selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as well by Andy Lutomirski · 7 years ago
  74. d744dca selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area() by Andy Lutomirski · 7 years ago
  75. d60ad74 selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR oddities by Andy Lutomirski · 7 years ago
  76. 693cb55 selftests/x86/protection_keys: Fix syscall NR redefinition warnings by Andy Lutomirski · 7 years ago
  77. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  78. 3346a6a selftests: x86: sysret_ss_attrs doesn't build on a PIE build by Shuah Khan · 7 years ago
  79. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  80. 23d98c2 selftests/x86/fsgsbase: Test selectors 1, 2, and 3 by Andy Lutomirski · 7 years ago
  81. d12fe87 signal/testing: Don't look for __SI_FAULT in userspace by Eric W. Biederman · 8 years ago
  82. 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
  83. 945f8f5 selftests: x86: add missing executables to .gitignore by Shuah Khan · 8 years ago
  84. eebed11 selftests: x86: override clean in lib.mk to fix warnings by Shuah Khan · 8 years ago
  85. 5f2173e x86/mpx, selftests: Only check bounds-vs-shadow when we keep shadow by Joerg Roedel · 8 years ago
  86. 65973dd selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug by Andy Lutomirski · 8 years ago
  87. 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
  88. 2d62e07 Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  89. 0eb1d0f selftests/x86: Add a basic selftest for ioperm by Andy Lutomirski · 8 years ago
  90. 2a4d0c6 x86/selftests: Add clobbers for int80 on x86_64 by Dmitry Safonov · 8 years ago
  91. 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
  92. 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
  93. 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
  94. 2195bff selftests, x86, protection_keys: fix wrong offset in siginfo by Dave Hansen · 8 years ago
  95. 16846c2 selftests, x86, protection_keys: fix uninitialized variable warning by Dave Hansen · 8 years ago
  96. e64d5fb x86/mpx: Re-add MPX to selftests Makefile by Dave Hansen · 8 years ago
  97. 3e91293 selftests: x86 protection_keys remove dead code by Shuah Khan · 8 years ago
  98. fbb02ed selftests: x86 protection_keys fix unused variable compile warnings by Shuah Khan · 8 years ago
  99. a8ba798 selftests: enable O and KBUILD_OUTPUT by bamvor.zhangjian@huawei.com · 8 years ago
  100. 7738789 selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration" by Colin King · 8 years ago