1. b20cb7e futex: Fix a race condition between REQUEUE_PI and task death by Brian Silverman · 12 years ago
  2. 97e5fd7 futex: Ensure get_futex_key_refs() always implies a barrier by Catalin Marinas · 12 years ago
  3. 1097d78 Merge tag 'v3.4.105' into cm-12.0 by Paul · 11 years ago
  4. 40ee8d0 futex: Unlock hb->lock in futex_wait_requeue_pi() error path by Thomas Gleixner · 12 years ago
  5. 11b9a7a futex: Make lookup_pi_state more robust by Thomas Gleixner · 12 years ago
  6. a8f96ab futex: Always cleanup owner tid in unlock_pi by Thomas Gleixner · 12 years ago
  7. 2397889 futex: Validate atomic acquisition in futex_lock_pi_atomic() by Thomas Gleixner · 12 years ago
  8. 4cca4db futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1) by Thomas Gleixner · 12 years ago
  9. 6427aed futex: Prevent attaching to kernel threads by Thomas Gleixner · 12 years ago
  10. 7bf0aee futex: Add another early deadlock detection check by Thomas Gleixner · 12 years ago
  11. 1d1424c futex: Make lookup_pi_state more robust by Thomas Gleixner · 12 years ago
  12. 1a63c03 futex: Always cleanup owner tid in unlock_pi by Thomas Gleixner · 12 years ago
  13. 9315d5e futex: Validate atomic acquisition in futex_lock_pi_atomic() by Thomas Gleixner · 12 years ago
  14. 8a2c412 futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1) by Thomas Gleixner · 12 years ago
  15. ad3005b futex: Add another early deadlock detection check by Thomas Gleixner · 12 years ago
  16. 0e80727 futex: Prevent attaching to kernel threads by Thomas Gleixner · 12 years ago
  17. de0f9a5 Merge tag 'v3.4.75' into cm-11.0 by Ethan Chen · 12 years ago
  18. ee4bb25 futex: fix handling of read-only-mapped hugepages by Linus Torvalds · 12 years ago
  19. 2a38ada Merge tag 'v3.4.72' into tmp by Ethan Chen · 13 years ago
  20. a42efb7 futex: Take hugepages into account when generating futex_key by Zhang Yi · 13 years ago
  21. 943ea4a futex: use freezable blocking call by Colin Cross · 13 years ago
  22. 8034372 futex: Revert "futex: Mark get_robust_list as deprecated" by Thomas Gleixner · 13 years ago
  23. fceca5e futex: avoid wake_futex() for a PI futex_q by Darren Hart · 14 years ago
  24. c4cbedf futex: Handle futex_pi OWNER_DIED take over correctly by Thomas Gleixner · 14 years ago
  25. b3f9576 futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() by Darren Hart · 14 years ago
  26. 47b6ff7 futex: Fix bug in WARN_ON for NULL q.pi_state by Darren Hart · 14 years ago
  27. d48c1ba futex: Test for pi_mutex on fault in futex_wait_requeue_pi() by Darren Hart · 14 years ago
  28. ec0c427 futex: Mark get_robust_list as deprecated by Kees Cook · 14 years ago
  29. bdbb776 futex: Do not leak robust list to unprivileged process by Kees Cook · 14 years ago
  30. 5ed59af Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  31. 81b4053 futex: Simplify return logic by Thomas Gleixner · 14 years ago
  32. 59263b5 futex: Cover all PI opcodes with cmpxchg enabled check by Thomas Gleixner · 14 years ago
  33. e6780f7 futex: Fix uninterruptible loop due to gate_area by Hugh Dickins · 14 years ago
  34. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 15 years ago
  35. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  36. ca4a04c futex: Fix spelling in a source code comment by Bart Van Assche · 15 years ago
  37. 7cfdaf3 futex: uninitialized warning corrections by Vitaliy Ivanov · 15 years ago
  38. d7619fe Merge branch 'linus' into core/urgent by Ingo Molnar · 15 years ago
  39. 9ea7150 futex: Fix regression with read only mappings by Shawn Bohrer · 15 years ago
  40. 2efaca9 mm/futex: fix futex writes on archs with SW tracking of dirty & young by Benjamin Herrenschmidt · 15 years ago
  41. 732375c plist: Remove the need to supply locks to plist heads by Dima Zavin · 15 years ago
  42. 0cd9c64 futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setup by Darren Hart · 15 years ago
  43. 94df491 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  44. 2909620 futex: Fix WARN_ON() test for UP by Steven Rostedt · 15 years ago
  45. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 15 years ago
  46. 0586bed Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  47. 6e0aa9f futex: Deobfuscate handle_futex_death() by Thomas Gleixner · 15 years ago
  48. 9956121 Merge branch 'tip/futex/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-rt into core/futexes by Thomas Gleixner · 15 years ago
  49. 017f2b2 futex,plist: Remove debug lock assignment from plist_node by Lai Jiangshan · 15 years ago
  50. 2e12978 futex,plist: Pass the real head of the priority list to plist_del() by Lai Jiangshan · 15 years ago
  51. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 15 years ago
  52. c0c9ed1 futex: Avoid redudant evaluation of task_pid_vnr() by Thomas Gleixner · 15 years ago
  53. 8fe8f54 futex: Update futex_wait_setup comments about locking by Michel Lespinasse · 15 years ago
  54. 8161239 rtmutex: Simplify PI algorithm and make highest prio task get lock by Lai Jiangshan · 15 years ago
  55. f9ee7f6 Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  56. a5b338f thp: update futex compound knowledge by Andrea Arcangeli · 15 years ago
  57. f123c98 rtmutex: Fix comment about why new_owner can be NULL in wake_futex_pi() by Steven Rostedt · 15 years ago
  58. 5bdb05f futex: Add futex_q static initializer by Darren Hart · 16 years ago
  59. b41277d futex: Replace fshared and clockrt with combined flags by Darren Hart · 16 years ago
  60. ae791a2 futex: Cleanup stale fshared flag interfaces by Thomas Gleixner · 16 years ago
  61. 4c115e9 futex: Address compiler warnings in exit_robust_list by Darren Hart · 16 years ago
  62. 7de9c6e new helper: ihold() by Al Viro · 16 years ago
  63. b61f6a5 Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  64. 7ada876 futex: Fix errors in nested key ref-counting by Darren Hart · 16 years ago
  65. fb62db2 futex: Fix kernel-doc notation & typos by Randy Dunlap · 16 years ago
  66. 15e408c futex: Add lock context annotations by Namhyung Kim · 16 years ago
  67. a3c74c5 futex: Mark restart_block.futex.uaddr[2] __user by Namhyung Kim · 16 years ago
  68. 1dcc41b futex: Change 3rd arg of fetch_robust_entry() to unsigned int* by Namhyung Kim · 16 years ago
  69. 7a0ea09 futex: futex_find_get_task remove credentails check by Michal Hocko · 16 years ago
  70. 59647b6 futex: Handle futex value corruption gracefully by Thomas Gleixner · 16 years ago
  71. 51246bf futex: Handle user space corruption gracefully by Thomas Gleixner · 16 years ago
  72. 5ecb01c futex_lock_pi() key refcnt fix by Mikael Pettersson · 16 years ago
  73. 7485d0d futexes: Remove rw parameter from get_futex_key() by KOSAKI Motohiro · 16 years ago
  74. d209d74 rtmutes: Convert rtmutex.lock to raw_spinlock by Thomas Gleixner · 17 years ago
  75. 1d61548 sched: Convert pi_lock to raw_spinlock by Thomas Gleixner · 17 years ago
  76. a267245 plist: Make plist debugging raw_spinlock aware by Thomas Gleixner · 17 years ago
  77. 722d017 futex: Take mmap_sem for get_user_pages in fault_in_user_writeable by Andi Kleen · 17 years ago
  78. 11df6dd futex: Fix spurious wakeup for requeue_pi really by Thomas Gleixner · 17 years ago
  79. 89061d3 futex: Move drop_futex_key_refs out of spinlock'ed region by Darren Hart · 17 years ago
  80. 2bc8720 futex: Check for NULL keys in match_futex by Darren Hart · 17 years ago
  81. d58e657 futex: Handle spurious wake up by Thomas Gleixner · 17 years ago
  82. f579bbc Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  83. da08568 futex: fix requeue_pi key imbalance by Darren Hart · 17 years ago
  84. eaaea80 futex: Fix locking imbalance by Thomas Gleixner · 17 years ago
  85. 9beba3c futex: Add memory barrier commentary to futex_wait_queue_me() by Darren Hart · 17 years ago
  86. 0729e19 futex: Fix wakeup race by setting TASK_INTERRUPTIBLE before queue_me() by Darren Hart · 17 years ago
  87. d8d88fb futex: Correct futex_q woken state commentary by Darren Hart · 17 years ago
  88. d96ee56 futex: Make function kernel-doc commentary consistent by Darren Hart · 17 years ago
  89. d40d65c futex: Correct queue_me and unqueue_me commentary by Darren Hart · 17 years ago
  90. 56ec160 futex: Correct futex_wait_requeue_pi() commentary by Darren Hart · 17 years ago
  91. 7193bea Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  92. 84bc4af futex: Detect mismatched requeue targets by Darren Hart · 17 years ago
  93. 392741e futex: Fix handling of bad requeue syscall pairing by Darren Hart · 17 years ago
  94. beda2c7 futex: Update futex_q lock_ptr on requeue proxy lock by Darren Hart · 17 years ago
  95. cc6db4e futex: Correct futex_wait_requeue_pi() commentary by Darren Hart · 17 years ago
  96. ce2ae53 futexes: Fix infinite loop in get_futex_key() on huge page by Sonny Rao · 17 years ago
  97. aa71528 futex: request only one page from get_user_pages() by Thomas Gleixner · 17 years ago
  98. d072599 futex: Fix the write access fault problem for real by Thomas Gleixner · 17 years ago
  99. 2070887 futex: fix restart in wait_requeue_pi by Thomas Gleixner · 17 years ago
  100. 1c840c1 futex: fix restart for early wakeup in futex_wait_requeue_pi() by Thomas Gleixner · 17 years ago