1. 6901530 futex: Don't enable IRQs unconditionally in put_pi_state() by Ben Hutchings · 3 years, 10 months ago
  2. da1b9ad futex: Fix more put_pi_state() vs. exit_pi_state_list() races by Ben Hutchings · 3 years, 10 months ago
  3. 9787adc futex: Fix pi_state->owner serialization by Ben Hutchings · 3 years, 10 months ago
  4. 25a678d futex: Futex_unlock_pi() determinism by Ben Hutchings · 3 years, 10 months ago
  5. 312d9d6 futex: Pull rt_mutex_futex_unlock() out from under hb->lock by Ben Hutchings · 3 years, 10 months ago
  6. 921a7e3 futex: Cleanup refcounting by Ben Hutchings · 3 years, 10 months ago
  7. bfefc9e futex: Cleanup variable names for futex_top_waiter() by Ben Hutchings · 3 years, 10 months ago
  8. 91509e8 futex: fix dead code in attach_to_pi_owner() by Thomas Gleixner · 3 years, 10 months ago
  9. 0d35180 futex: Fix OWNER_DEAD fixup by Peter Zijlstra · 7 years ago
  10. 9c3f398 futex: Cure exit race by Thomas Gleixner · 3 years, 11 months ago
  11. dc3f2ff futex: Change locking rules by Peter Zijlstra · 3 years, 11 months ago
  12. ad8fdba futex: Ensure the correct return value from futex_lock_pi() by Thomas Gleixner · 3 years, 11 months ago
  13. b960d9a futex: Handle faults correctly for PI futexes by Thomas Gleixner · 3 years, 11 months ago
  14. 48ab8e8 futex: Simplify fixup_pi_state_owner() by Thomas Gleixner · 3 years, 11 months ago
  15. 7d455bb futex: Use pi_state_update_owner() in put_pi_state() by Thomas Gleixner · 3 years, 11 months ago
  16. 285b624 rtmutex: Remove unused argument from rt_mutex_proxy_unlock() by Thomas Gleixner · 3 years, 11 months ago
  17. 76bc0ec futex: Provide and use pi_state_update_owner() by Thomas Gleixner · 3 years, 11 months ago
  18. 083895e futex: Replace pointless printk in fixup_owner() by Thomas Gleixner · 3 years, 11 months ago
  19. 781691c futex: Avoid violating the 10th rule of futex by Peter Zijlstra · 3 years, 11 months ago
  20. 71f093c futex: Rework inconsistent rt_mutex/futex_q state by Peter Zijlstra · 3 years, 11 months ago
  21. 2c60d4a futex,rt_mutex: Provide futex specific rt_mutex API by Peter Zijlstra · 3 years, 11 months ago
  22. cf16e42 futex: Prevent exit livelock by Thomas Gleixner · 4 years ago
  23. c27f392 futex: Provide distinct return value when owner is exiting by Thomas Gleixner · 4 years ago
  24. ad3466a futex: Add mutex around futex exit by Thomas Gleixner · 4 years ago
  25. ff3a33f futex: Provide state handling for exec() as well by Thomas Gleixner · 4 years ago
  26. 0ba263f futex: Sanitize exit state handling by Thomas Gleixner · 4 years ago
  27. 32d7828 futex: Mark the begin of futex exit explicitly by Thomas Gleixner · 4 years ago
  28. c2fd4e1 futex: Set task::futex_state to DEAD right after handling futex exit by Thomas Gleixner · 4 years ago
  29. 8a16d8a futex: Split futex_mm_release() for exit/exec by Thomas Gleixner · 4 years ago
  30. 2c11689 futex: Replace PF_EXITPIDONE with a state by Thomas Gleixner · 4 years ago
  31. 25f319b futex: Move futex exit handling into futex code by Thomas Gleixner · 4 years ago
  32. bdb116c y2038: futex: Move compat implementation into futex.c by Arnd Bergmann · 4 years ago
  33. 95c5383 futex: Unbreak futex hashing by Thomas Gleixner · 4 years, 10 months ago
  34. fb099f3b futex: Fix inode life-time issue by Peter Zijlstra · 4 years, 10 months ago
  35. 726c28f futex: Ensure that futex address is aligned in handle_futex_death() by Chen Jie · 6 years ago
  36. ce81355 futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() by Peter Zijlstra · 8 years ago
  37. da92e8a futex: futex_wake_op, do not fail on invalid op by Jiri Slaby · 7 years ago
  38. a164009 futex: futex_wake_op, fix sign_extend32 sign bits by Jiri Slaby · 7 years ago
  39. 81da9f8 futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  40. d8a3170 futex: Prevent overflow by strengthen input validation by Li Jinyue · 7 years ago
  41. 0041042 futex: Remove unnecessary warning from get_futex_key by Mel Gorman · 7 years ago
  42. 1522181 futex: Add missing error handling to FUTEX_REQUEUE_PI by Peter Zijlstra · 8 years ago
  43. 6244ffc futex: Fix potential use-after-free in FUTEX_REQUEUE_PI by Peter Zijlstra · 8 years ago
  44. 808de34 futex: Move futex_init() to core_initcall by Yang Yang · 8 years ago
  45. e8b61b3 futex: Add some more function commentry by Thomas Gleixner · 9 years ago
  46. 784bdf3 futex: Assume all mappings are private on !MMU systems by Thomas Gleixner · 8 years ago
  47. 077fa7a futex: Calculate the futex key based on a tail page for file-based futexes by Mel Gorman · 9 years ago
  48. bd28b14 x86: remove more uaccess_32.h complexity by Linus Torvalds · 9 years ago
  49. fe1bce9 futex: Acknowledge a new waiter in counter before plist by Davidlohr Bueso · 9 years ago
  50. 89e9e66 futex: Handle unlock_pi race gracefully by Sebastian Andrzej Siewior · 9 years ago
  51. 29b75eb futex: Replace barrier() in unqueue_me() with READ_ONCE() by Jianyu Zhan · 9 years ago
  52. 65d8fc7 futex: Remove requirement for lock_page() in get_futex_key() by Mel Gorman · 9 years ago
  53. 8ad7b37 futex: Rename barrier references in ordering guarantees by Davidlohr Bueso · 9 years ago
  54. b4abf91 rtmutex: Make wait_lock irq safe by Thomas Gleixner · 9 years ago
  55. caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 9 years ago
  56. 4a9e1cd mm: bring in additional flag for fixup_user_fault to signal unlock by Dominik Dingel · 9 years ago
  57. 14d27ab futex, thp: remove special case for THP in get_futex_key by Kirill A. Shutemov · 9 years ago
  58. 337f130 futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op by Darren Hart · 9 years ago
  59. 885c2cb futex: Cleanup the goto confusion in requeue_pi() by Thomas Gleixner · 9 years ago
  60. 4959f2d futex: Remove pointless put_pi_state calls in requeue() by Thomas Gleixner · 9 years ago
  61. ecb38b7 futex: Document pi_state refcounting in requeue code by Thomas Gleixner · 9 years ago
  62. 29e9ee5 futex: Rename free_pi_state() to put_pi_state() by Thomas Gleixner · 9 years ago
  63. fb75a42 futex: Drop refcount if requeue_pi() acquired the rtmutex by Thomas Gleixner · 9 years ago
  64. 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
  65. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  66. ac742d3 futex: Force hot variables into a single cache line by Rasmus Villemoes · 9 years ago
  67. 5d285a7 futex: Make should_fail_futex() static by kbuild test robot · 9 years ago
  68. ab51fba futex: Fault/error injection capabilities by Davidlohr Bueso · 10 years ago
  69. 767f509 futex: Enhance comments in futex_lock_pi() for blocking paths by Davidlohr Bueso · 10 years ago
  70. 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
  71. 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
  72. 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
  73. 802ab58 futex: Lower the lock contention on the HB lock during wake up by Sebastian Andrzej Siewior · 10 years ago
  74. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 10 years ago
  75. 1d0dcb3 futex: Implement lockless wakeups by Davidlohr Bueso · 10 years ago
  76. 2e4b0d3 futex: Remove bogus hrtimer_active() check by Thomas Gleixner · 10 years ago
  77. 2ae7902 Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging new changes by Ingo Molnar · 10 years ago
  78. a212946 locking/futex: Check PF_KTHREAD rather than !p->mm to filter out kthreads by Oleg Nesterov · 10 years ago
  79. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  80. 996636d futex: Fix argument handling in futex_lock_pi() calls by Michael Kerrisk · 10 years ago
  81. 30a6b80 futex: Fix a race condition between REQUEUE_PI and task death by Brian Silverman · 10 years ago
  82. 993b2ff futex: Mention key referencing differences between shared and private futexes by Davidlohr Bueso · 10 years ago
  83. 76835b0e futex: Ensure get_futex_key_refs() always implies a barrier by Catalin Marinas · 10 years ago
  84. 13c42c2 futex: Unlock hb->lock in futex_wait_requeue_pi() error path by Thomas Gleixner · 10 years ago
  85. af54d6a futex: Simplify futex_lock_pi_atomic() and make it more robust by Thomas Gleixner · 11 years ago
  86. 04e1b2e futex: Split out the first waiter attachment from lookup_pi_state() by Thomas Gleixner · 11 years ago
  87. e60cbc5 futex: Split out the waiter check from lookup_pi_state() by Thomas Gleixner · 11 years ago
  88. bd1dbcc futex: Use futex_top_waiter() in lookup_pi_state() by Thomas Gleixner · 11 years ago
  89. ccf9e6a futex: Make unlock_pi more robust by Thomas Gleixner · 11 years ago
  90. c051b21 rtmutex: Confine deadlock logic to futex by Thomas Gleixner · 11 years ago
  91. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 11 years ago
  92. 54a2178 futex: Make lookup_pi_state more robust by Thomas Gleixner · 11 years ago
  93. 13fbca4 futex: Always cleanup owner tid in unlock_pi by Thomas Gleixner · 11 years ago
  94. b3eaa9f futex: Validate atomic acquisition in futex_lock_pi_atomic() by Thomas Gleixner · 11 years ago
  95. e9c243a futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1) by Thomas Gleixner · 11 years ago
  96. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  97. f0d71b3 futex: Prevent attaching to kernel threads by Thomas Gleixner · 11 years ago
  98. 866293e futex: Add another early deadlock detection check by Thomas Gleixner · 11 years ago
  99. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  100. d7e8af1 futex: update documentation for ordering guarantees by Davidlohr Bueso · 11 years ago