1. 2e12978 futex,plist: Pass the real head of the priority list to plist_del() by Lai Jiangshan · 13 years ago
  2. 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 · 13 years ago
  3. a5b338f thp: update futex compound knowledge by Andrea Arcangeli · 13 years ago
  4. f123c98 rtmutex: Fix comment about why new_owner can be NULL in wake_futex_pi() by Steven Rostedt · 13 years ago
  5. 5bdb05f futex: Add futex_q static initializer by Darren Hart · 14 years ago
  6. b41277d futex: Replace fshared and clockrt with combined flags by Darren Hart · 14 years ago
  7. ae791a2 futex: Cleanup stale fshared flag interfaces by Thomas Gleixner · 14 years ago
  8. 4c115e9 futex: Address compiler warnings in exit_robust_list by Darren Hart · 14 years ago
  9. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  10. b61f6a5 Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  11. 7ada876 futex: Fix errors in nested key ref-counting by Darren Hart · 14 years ago
  12. fb62db2 futex: Fix kernel-doc notation & typos by Randy Dunlap · 14 years ago
  13. 15e408c futex: Add lock context annotations by Namhyung Kim · 14 years ago
  14. a3c74c5 futex: Mark restart_block.futex.uaddr[2] __user by Namhyung Kim · 14 years ago
  15. 1dcc41b futex: Change 3rd arg of fetch_robust_entry() to unsigned int* by Namhyung Kim · 14 years ago
  16. 7a0ea09 futex: futex_find_get_task remove credentails check by Michal Hocko · 14 years ago
  17. 59647b6 futex: Handle futex value corruption gracefully by Thomas Gleixner · 14 years ago
  18. 51246bf futex: Handle user space corruption gracefully by Thomas Gleixner · 14 years ago
  19. 5ecb01c futex_lock_pi() key refcnt fix by Mikael Pettersson · 14 years ago
  20. 7485d0d futexes: Remove rw parameter from get_futex_key() by KOSAKI Motohiro · 14 years ago
  21. d209d74 rtmutes: Convert rtmutex.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  22. 1d61548 sched: Convert pi_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  23. a267245 plist: Make plist debugging raw_spinlock aware by Thomas Gleixner · 15 years ago
  24. 722d017 futex: Take mmap_sem for get_user_pages in fault_in_user_writeable by Andi Kleen · 14 years ago
  25. 11df6dd futex: Fix spurious wakeup for requeue_pi really by Thomas Gleixner · 15 years ago
  26. 89061d3 futex: Move drop_futex_key_refs out of spinlock'ed region by Darren Hart · 15 years ago
  27. 2bc8720 futex: Check for NULL keys in match_futex by Darren Hart · 15 years ago
  28. d58e657 futex: Handle spurious wake up by Thomas Gleixner · 15 years ago
  29. 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 · 15 years ago
  30. da08568 futex: fix requeue_pi key imbalance by Darren Hart · 15 years ago
  31. eaaea80 futex: Fix locking imbalance by Thomas Gleixner · 15 years ago
  32. 9beba3c futex: Add memory barrier commentary to futex_wait_queue_me() by Darren Hart · 15 years ago
  33. 0729e19 futex: Fix wakeup race by setting TASK_INTERRUPTIBLE before queue_me() by Darren Hart · 15 years ago
  34. d8d88fb futex: Correct futex_q woken state commentary by Darren Hart · 15 years ago
  35. d96ee56 futex: Make function kernel-doc commentary consistent by Darren Hart · 15 years ago
  36. d40d65c futex: Correct queue_me and unqueue_me commentary by Darren Hart · 15 years ago
  37. 56ec160 futex: Correct futex_wait_requeue_pi() commentary by Darren Hart · 15 years ago
  38. 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 · 15 years ago
  39. 84bc4af futex: Detect mismatched requeue targets by Darren Hart · 15 years ago
  40. 392741e futex: Fix handling of bad requeue syscall pairing by Darren Hart · 15 years ago
  41. beda2c7 futex: Update futex_q lock_ptr on requeue proxy lock by Darren Hart · 15 years ago
  42. cc6db4e futex: Correct futex_wait_requeue_pi() commentary by Darren Hart · 15 years ago
  43. ce2ae53 futexes: Fix infinite loop in get_futex_key() on huge page by Sonny Rao · 15 years ago
  44. aa71528 futex: request only one page from get_user_pages() by Thomas Gleixner · 15 years ago
  45. d072599 futex: Fix the write access fault problem for real by Thomas Gleixner · 15 years ago
  46. 2070887 futex: fix restart in wait_requeue_pi by Thomas Gleixner · 15 years ago
  47. 1c840c1 futex: fix restart for early wakeup in futex_wait_requeue_pi() by Thomas Gleixner · 15 years ago
  48. c8b15a7 futex: cleanup error exit by Thomas Gleixner · 15 years ago
  49. 521c180 Merge branch 'core/urgent' into core/futexes by Thomas Gleixner · 15 years ago
  50. 64d1304 futex: setup writeable mapping for futex ops which modify user space data by Thomas Gleixner · 15 years ago
  51. f1a11e0 futex: remove the wait queue by Thomas Gleixner · 15 years ago
  52. ba9c22f futex: remove FUTEX_REQUEUE_PI (non CMP) by Darren Hart · 15 years ago
  53. a5a2a0c futex: fix futex_wait_setup key handling by Darren Hart · 15 years ago
  54. bab5bc9 futex: fixup unlocked requeue pi case by Darren Hart · 15 years ago
  55. 52400ba futex: add requeue_pi functionality by Darren Hart · 15 years ago
  56. f801073 futex: split out futex value validation code by Darren Hart · 15 years ago
  57. 9121e47 futex: distangle futex_requeue() by Darren Hart · 15 years ago
  58. a72188d futex: add FUTEX_HAS_TIMEOUT flag to restart.futex.flags by Darren Hart · 15 years ago
  59. dd97399 futex: split out fixup owner logic from futex_lock_pi() by Darren Hart · 15 years ago
  60. 1a52084 futex: split out atomic logic from futex_lock_pi() by Darren Hart · 15 years ago
  61. 4b1c486 futex: add helper to find the top prio waiter of a futex by Darren Hart · 15 years ago
  62. ca5f952 futex: separate futex_wait_queue_me() logic from futex_wait() by Darren Hart · 15 years ago
  63. cd84a42 futex: comment requeue key reference semantics by Darren Hart · 15 years ago
  64. 88f502f futex: remove the pointer math from double_unlock_hb, fix by Ingo Molnar · 15 years ago
  65. f061d35 futex: remove the pointer math from double_unlock_hb by Darren Hart · 15 years ago
  66. e4dc5b7 futex: clean up fault logic by Darren Hart · 15 years ago
  67. e8f6386 futex: unlock before returning -EFAULT by Darren Hart · 15 years ago
  68. 16f4993 futex: use current->time_slack_ns for rt tasks too by Darren Hart · 15 years ago
  69. 5eb3dc6 futex: add double_unlock_hb() by Darren Hart · 15 years ago
  70. de87fcc futex: additional (get|put)_futex_key() fixes by Darren Hart · 15 years ago
  71. b2d0994 futex: update futex commentary by Darren Hart · 15 years ago
  72. 2fff78c futex: fix reference leak by Peter Zijlstra · 15 years ago
  73. 836f92a [CVE-2009-0029] System call wrappers part 31 by Heiko Carstens · 15 years ago
  74. 17da2bd [CVE-2009-0029] System call wrappers part 08 by Heiko Carstens · 15 years ago
  75. fdbc045 Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent by Ingo Molnar · 15 years ago
  76. 90621c4 futex: catch certain assymetric (get|put)_futex_key calls by Darren Hart · 15 years ago
  77. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  78. 42d35d4 futex: make futex_(get|put)_key() calls symmetric by Darren Hart · 15 years ago
  79. b568636 futex: clean up futex_(un)lock_pi fault handling by Darren Hart · 15 years ago
  80. 73500ac futex: rename field in futex_q to clarify single waiter semantics by Darren Hart · 15 years ago
  81. 1acdac1 futex: make clock selectable for FUTEX_WAIT_BITSET by Thomas Gleixner · 16 years ago
  82. 3e1d7a6 Merge branch 'linus' into core/futexes by Thomas Gleixner · 16 years ago
  83. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  84. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  85. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
  86. 42569c3 futex: fixup get_futex_key() for private futexes by Peter Zijlstra · 16 years ago
  87. c2f9f20 futex: cleanup fshared by Peter Zijlstra · 16 years ago
  88. 734b05b futex: use fast_gup() by Peter Zijlstra · 16 years ago
  89. 6127070 futex: reduce mmap_sem usage by Peter Zijlstra · 16 years ago
  90. 38d47c1 futex: rely on get_user_pages() for shared futexes by Peter Zijlstra · 16 years ago
  91. ae4b748 hrtimer: make the futex() system call use the per process slack value by Arjan van de Ven · 16 years ago
  92. cc584b2 hrtimer: convert kernel/* to the new hrtimer apis by Arjan van de Ven · 16 years ago
  93. 1b7558e futexes: fix fault handling in futex_lock_pi by Thomas Gleixner · 16 years ago
  94. 82af7ac Removal of FUTEX_FD by Eric Sesterhenn · 16 years ago
  95. 237fc6e add hrtimer specific debugobjects code by Thomas Gleixner · 16 years ago
  96. 9dce07f NULL noise: fs/*, mm/*, kernel/* by Al Viro · 16 years ago
  97. f6d107f Give futex init a proper name by Benjamin Herrenschmidt · 16 years ago
  98. a0c1e90 futex: runtime enable pi and robust functionality by Thomas Gleixner · 16 years ago
  99. 3e4ab74 futex: fix init order by Thomas Gleixner · 16 years ago
  100. 5a7780e hrtimer: check relative timeouts for overflow by Thomas Gleixner · 16 years ago