1. 3667daf x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space by Joerg Roedel · 7 years ago
  2. 48131dd x86/mpx: Use compatible types in comparison to fix sparse error by Tobias Klauser · 7 years ago
  3. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  4. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  5. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  6. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 8 years ago
  7. 9bf148cb x86/mpx: Fix off-by-one comparison with nr_registers by Colin Ian King · 8 years ago
  8. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 8 years ago
  9. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  10. 8e8efe0 x86/mpx: Fix instruction decoder condition by Dave Hansen · 9 years ago
  11. f3119b8 x86/mpx: Fix 32-bit address space calculation by Dave Hansen · 9 years ago
  12. 46561c3 x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernels by Dave Hansen · 9 years ago
  13. 1126cb45 x86/fpu/mpx: Rework MPX 'xstate' types by Dave Hansen · 9 years ago
  14. d91cab7 x86/fpu: Rename XSAVE macros by Dave Hansen · 9 years ago
  15. 1fcfd8d mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() by Oleg Nesterov · 9 years ago
  16. a8965276 x86/mpx: Do not set ->vm_ops on MPX VMAs by Kirill A. Shutemov · 9 years ago
  17. 97ac46a x86/mpx: Allow 32-bit binaries on 64-bit kernels again by Dave Hansen · 9 years ago
  18. bea03c5 x86/mpx: Do not count MPX VMAs as neighbors when unmapping by Dave Hansen · 9 years ago
  19. 3ceaccd x86/mpx: Rewrite the unmap code by Dave Hansen · 9 years ago
  20. 613fcb7 x86/mpx: Support 32-bit binaries on 64-bit kernels by Dave Hansen · 9 years ago
  21. 6ac52bb x86/mpx: Use 32-bit-only cmpxchg() for 32-bit apps by Dave Hansen · 9 years ago
  22. 5458765 x86/mpx: Introduce new 'directory entry' to 'addr' helper function by Dave Hansen · 9 years ago
  23. a1149fc x86/mpx: Add temporary variable to reduce masking by Dave Hansen · 9 years ago
  24. cd4996d x86/mpx: Trace allocation of new bounds tables by Dave Hansen · 9 years ago
  25. 2a1dcb1 x86/mpx: Trace the attempts to find bounds tables by Dave Hansen · 9 years ago
  26. 97efebf x86/mpx: Trace entry to bounds exception paths by Dave Hansen · 9 years ago
  27. e7126cf x86/mpx: Trace #BR exceptions by Dave Hansen · 9 years ago
  28. eb099e5 x86/mpx: Restrict the mmap() size check to bounds tables by Dave Hansen · 9 years ago
  29. 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 9 years ago
  30. a84eeaa x86/mpx: Use the new get_xsave_field_ptr()API by Dave Hansen · 9 years ago
  31. c47ada3 x86/fpu: Harmonize FPU register state types by Ingo Molnar · 9 years ago
  32. c681314 x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions by Ingo Molnar · 9 years ago
  33. 7366ed7 x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again) by Ingo Molnar · 9 years ago
  34. 4f83634 x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate() by Ingo Molnar · 9 years ago
  35. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 9 years ago
  36. 0afc4a9 x86/fpu: Remove fpu_xsave() by Ingo Molnar · 9 years ago
  37. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 9 years ago
  38. 814564a x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernels by Dave Hansen · 9 years ago
  39. 68c009c x86 mpx: Change return type of get_reg_offset() by Dave Hansen · 10 years ago
  40. 1de4fa1 x86, mpx: Cleanup unused bound tables by Dave Hansen · 10 years ago
  41. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  42. fcc7ffd x86, mpx: Decode MPX instruction to get bound violation information by Dave Hansen · 10 years ago
  43. 57319d8 x86, mpx: Add MPX-specific mmap interface by Qiaowei Ren · 10 years ago