1. 5a07168 futex: Ensure that futex address is aligned in handle_futex_death() by Chen Jie · 6 years ago
  2. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  3. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  4. 0614621d Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  5. 49262de futex: Convert futex_pi_state.refcount to refcount_t by Elena Reshetova · 6 years ago
  6. 41ea391 Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  7. 1a1fb98 futex: Handle early deadlock return correctly by Thomas Gleixner · 6 years ago
  8. 6f568eb futex: Fix barrier comment by Davidlohr Bueso · 6 years ago
  9. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  10. 07879c6 sched/wake_q: Reduce reference counting for special users by Davidlohr Bueso · 6 years ago
  11. 0365aeb futex: No need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  12. b061c38 futex: Fix (possible) missed wakeup by Peter Zijlstra · 6 years ago
  13. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  14. b12a912 Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  15. da791a6 futex: Cure exit race by Thomas Gleixner · 6 years ago
  16. bec2f7c y2038: futex: Add support for __kernel_timespec by Arnd Bergmann · 7 years ago
  17. 04e7712 y2038: futex: Move compat implementation into futex.c by Arnd Bergmann · 7 years ago
  18. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  19. 4de1a29 futex: Replace spin_is_locked() with lockdep by Lance Roy · 6 years ago
  20. b639186 futex: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  21. 2ee0826 pids: introduce find_get_task_by_vpid() helper by Mike Rapoport · 7 years ago
  22. a97cb0e futex: Fix OWNER_DEAD fixup by Peter Zijlstra · 7 years ago
  23. fbe0e83 futex: Prevent overflow by strengthen input validation by Li Jinyue · 7 years ago
  24. c1e2f0e futex: Avoid violating the 10th rule of futex by Peter Zijlstra · 7 years ago
  25. d70ef22 futex: futex_wake_op, fix sign_extend32 sign bits by Jiri Slaby · 7 years ago
  26. 649e441 Merge branch 'linus' into core/urgent, to pick up dependent commits by Ingo Molnar · 7 years ago
  27. e78c38f6 futex: futex_wake_op, do not fail on invalid op by Jiri Slaby · 7 years ago
  28. 153fbd1 futex: Fix more put_pi_state() vs. exit_pi_state_list() races by Peter Zijlstra · 7 years ago
  29. c74aef2 futex: Fix pi_state->owner serialization by Peter Zijlstra · 7 years ago
  30. 30d6e0a futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  31. 388f8e1 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  32. 48fb6f4 futex: Remove unnecessary warning from get_futex_key by Mel Gorman · 7 years ago
  33. bc2eecd futex: Allow for compiling out PI support by Nicolas Pitre · 7 years ago
  34. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  35. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  36. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
  37. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  38. 7b4ff1a mutex, futex: adjust kernel-doc markups to generate ReST by Mauro Carvalho Chehab · 8 years ago
  39. 38fcd06 futex: Clarify mark_wake_futex memory barrier usage by Darren Hart (VMware) · 8 years ago
  40. 94ffac5 futex: Fix small (and harmless looking) inconsistencies by Peter Zijlstra · 8 years ago
  41. 97181f9 futex: Avoid freeing an active timer by Thomas Gleixner · 8 years ago
  42. aa2bfe5 rtmutex: Clean up by Peter Zijlstra · 8 years ago
  43. 2a1c602 rtmutex: Deboost before waking up the top waiter by Xunlei Pang · 8 years ago
  44. 56222b2 futex: Drop hb->lock before enqueueing on the rtmutex by Peter Zijlstra · 8 years ago
  45. bebe5b5 futex: Futex_unlock_pi() determinism by Peter Zijlstra · 8 years ago
  46. cfafcd1 futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() by Peter Zijlstra · 8 years ago
  47. 38d589f futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() by Peter Zijlstra · 8 years ago
  48. 5080935 futex,rt_mutex: Introduce rt_mutex_init_waiter() by Peter Zijlstra · 8 years ago
  49. 16ffa12 futex: Pull rt_mutex_futex_unlock() out from under hb->lock by Peter Zijlstra · 8 years ago
  50. 73d786b futex: Rework inconsistent rt_mutex/futex_q state by Peter Zijlstra · 8 years ago
  51. bf92cf3 futex: Cleanup refcounting by Peter Zijlstra · 8 years ago
  52. 734009e futex: Change locking rules by Peter Zijlstra · 8 years ago
  53. 5293c2e futex,rt_mutex: Provide futex specific rt_mutex API by Peter Zijlstra · 8 years ago
  54. 1b367ec futex: Use smp_store_release() in mark_wake_futex() by Peter Zijlstra · 8 years ago
  55. 499f5ac futex: Cleanup variable names for futex_top_waiter() by Peter Zijlstra · 8 years ago
  56. 9bbb25a futex: Add missing error handling to FUTEX_REQUEUE_PI by Peter Zijlstra · 8 years ago
  57. c236c8e futex: Fix potential use-after-free in FUTEX_REQUEUE_PI by Peter Zijlstra · 8 years ago
  58. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  59. 84f001e sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h> by Ingo Molnar · 8 years ago
  60. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  61. 25f71d1 futex: Move futex_init() to core_initcall by Yang Yang · 8 years ago
  62. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  63. 194a6b5 sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q by Waiman Long · 8 years ago
  64. e8b61b3 futex: Add some more function commentry by Thomas Gleixner · 9 years ago
  65. 784bdf3 futex: Assume all mappings are private on !MMU systems by Thomas Gleixner · 8 years ago
  66. 077fa7a futex: Calculate the futex key based on a tail page for file-based futexes by Mel Gorman · 9 years ago
  67. bd28b14 x86: remove more uaccess_32.h complexity by Linus Torvalds · 9 years ago
  68. fe1bce9 futex: Acknowledge a new waiter in counter before plist by Davidlohr Bueso · 9 years ago
  69. 89e9e66 futex: Handle unlock_pi race gracefully by Sebastian Andrzej Siewior · 9 years ago
  70. 29b75eb futex: Replace barrier() in unqueue_me() with READ_ONCE() by Jianyu Zhan · 9 years ago
  71. 65d8fc7 futex: Remove requirement for lock_page() in get_futex_key() by Mel Gorman · 9 years ago
  72. 8ad7b37 futex: Rename barrier references in ordering guarantees by Davidlohr Bueso · 9 years ago
  73. b4abf91 rtmutex: Make wait_lock irq safe by Thomas Gleixner · 9 years ago
  74. caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 9 years ago
  75. 4a9e1cd mm: bring in additional flag for fixup_user_fault to signal unlock by Dominik Dingel · 9 years ago
  76. 14d27ab futex, thp: remove special case for THP in get_futex_key by Kirill A. Shutemov · 9 years ago
  77. 337f130 futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op by Darren Hart · 9 years ago
  78. 885c2cb futex: Cleanup the goto confusion in requeue_pi() by Thomas Gleixner · 9 years ago
  79. 4959f2d futex: Remove pointless put_pi_state calls in requeue() by Thomas Gleixner · 9 years ago
  80. ecb38b7 futex: Document pi_state refcounting in requeue code by Thomas Gleixner · 9 years ago
  81. 29e9ee5 futex: Rename free_pi_state() to put_pi_state() by Thomas Gleixner · 9 years ago
  82. fb75a42 futex: Drop refcount if requeue_pi() acquired the rtmutex by Thomas Gleixner · 9 years ago
  83. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  84. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  85. ac742d3 futex: Force hot variables into a single cache line by Rasmus Villemoes · 9 years ago
  86. 5d285a7 futex: Make should_fail_futex() static by kbuild test robot · 9 years ago
  87. ab51fba futex: Fault/error injection capabilities by Davidlohr Bueso · 10 years ago
  88. 767f509 futex: Enhance comments in futex_lock_pi() for blocking paths by Davidlohr Bueso · 10 years ago
  89. a262948 Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  90. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  91. 23b7776 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  92. 802ab58 futex: Lower the lock contention on the HB lock during wake up by Sebastian Andrzej Siewior · 10 years ago
  93. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 10 years ago
  94. 1d0dcb3 futex: Implement lockless wakeups by Davidlohr Bueso · 10 years ago
  95. 2e4b0d3 futex: Remove bogus hrtimer_active() check by Thomas Gleixner · 10 years ago
  96. 2ae7902 Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging new changes by Ingo Molnar · 10 years ago
  97. a212946 locking/futex: Check PF_KTHREAD rather than !p->mm to filter out kthreads by Oleg Nesterov · 10 years ago
  98. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  99. 996636d futex: Fix argument handling in futex_lock_pi() calls by Michael Kerrisk · 10 years ago
  100. 30a6b80 futex: Fix a race condition between REQUEUE_PI and task death by Brian Silverman · 10 years ago