1. 11c7aa0 rq-qos: fix missed wake-ups in rq_qos_throttle try two by Jan Kara · 3 years, 7 months ago
  2. c4d51a5 sched/wait: Add add_wait_queue_priority() by David Woodhouse · 4 years, 2 months ago
  3. c6fe44d list: add "list_del_init_careful()" to go with "list_empty_careful()" by Linus Torvalds · 4 years, 5 months ago
  4. f94df98 Add wake_up_interruptible_sync_poll_locked() by David Howells · 5 years ago
  5. ce4dd44 Remove the nr_exclusive argument from __wake_up_sync_key() by David Howells · 5 years ago
  6. 016190a sched/wait: Deduplicate code with do-while by Pavel Begunkov · 6 years ago
  7. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  8. 34ec35a kernel/sched/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  9. e05a8e4 sched/wait: assert the wait_queue_head lock is held in __wake_up_common by Christoph Hellwig · 6 years ago
  10. 7696f99 sched/Documentation: Update wake_up() & co. memory-barrier guarantees by Andrea Parri · 6 years ago
  11. 76e079f sched/core: Use smp_mb() in wake_woken_function() by Andrea Parri · 6 years ago
  12. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  13. 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
  14. c6b9d9a sched/wait: Fix add_wait_queue() behavioral change by Omar Sandoval · 7 years ago
  15. 11a19c7 sched/wait: Introduce wakeup boomark in wake_up_page_bit by Tim Chen · 7 years ago
  16. 2554db9 sched/wait: Break up long wake list walk by Tim Chen · 7 years ago
  17. 3510ca2 Minor page waitqueue cleanups by Linus Torvalds · 7 years ago
  18. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 8 years ago
  19. 5dd43ce sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h> by Ingo Molnar · 8 years ago
  20. 76c85dd sched/wait: Standardize wait_bit_queue naming by Ingo Molnar · 8 years ago
  21. 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
  22. 9d9d676 sched/wait: Standardize internal naming of wait-queue heads by Ingo Molnar · 8 years ago
  23. 50816c4 sched/wait: Standardize internal naming of wait-queue entries by Ingo Molnar · 8 years ago
  24. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  25. bd0f9b3 sched/headers: fix up header file dependency on <linux/sched/signal.h> by Linus Torvalds · 8 years ago
  26. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  27. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  28. 9dcb8b6 mm: remove per-zone hashtable of bitlock waitqueues by Linus Torvalds · 8 years ago
  29. 0176bea sched/wait: Introduce init_wait_entry() by Oleg Nesterov · 8 years ago
  30. eaf9ef5 sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock() by Oleg Nesterov · 8 years ago
  31. b1ea06a sched/wait: Avoid abort_exclusive_wait() in ___wait_event() by Oleg Nesterov · 8 years ago
  32. 38a3e1f sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up() by Oleg Nesterov · 8 years ago
  33. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 9 years ago
  34. 6898563 sched/wait: Fix signal handling in bit wait helpers by Peter Zijlstra · 9 years ago
  35. ac5be6b userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key" by Andrea Arcangeli · 9 years ago
  36. 5136015 userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key by Andrea Arcangeli · 9 years ago
  37. 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
  38. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 10 years ago
  39. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 10 years ago
  40. cb6538e sched/wait: Fix a kthread race with wait_woken() by Peter Zijlstra · 10 years ago
  41. 61ada52 sched/wait: Provide infrastructure to deal with nested blocking by Peter Zijlstra · 10 years ago
  42. cbbce82 SCHED: add some "wait..on_bit...timeout()" interfaces. by NeilBrown · 10 years ago
  43. c122132 sched: Allow wait_on_bit_action() functions to support a timeout by NeilBrown · 10 years ago
  44. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  45. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  46. b414587 sched: Move wait code from core.c to wait.c by Peter Zijlstra · 11 years ago
  47. 7a6354e sched: Move wait.c into kernel/sched/ by Peter Zijlstra · 11 years ago[Renamed from kernel/wait.c]
  48. c2d8164 sched/wait: Introduce prepare_to_wait_event() by Oleg Nesterov · 11 years ago
  49. 2203547 kernel: fix new kernel-doc warning in wait.c by Randy Dunlap · 11 years ago
  50. 42577ca Fix __wait_on_atomic_t() to call the action func if the counter != 0 by David Howells · 11 years ago
  51. cb65537 Add wait_on_atomic_t() and wake_up_atomic_t() by David Howells · 12 years ago
  52. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  53. f07fdec lockdep/waitqueues: Add better annotation by Peter Zijlstra · 13 years ago
  54. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  55. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  56. ee2f154 docbook: add more wait/wake/completion to device-drivers docbook by Randy Dunlap · 14 years ago
  57. 2fc3911 locking, sched: Give waitqueue spinlocks their own lockdep classes by Peter Zijlstra · 15 years ago
  58. 78ddb08 wait: don't use __wake_up_common() by Johannes Weiner · 16 years ago
  59. 777c6c5 wait: prevent exclusive waiter starvation by Johannes Weiner · 16 years ago
  60. a25d644 wait: kill is_sync_wait() by Tejun Heo · 16 years ago
  61. 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 17 years ago
  62. e64d66c wait: Use TASK_NORMAL by Matthew Wilcox · 17 years ago
  63. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 18 years ago
  64. 21d71f5 [PATCH] uninline init_waitqueue_head() by Ingo Molnar · 18 years ago
  65. eb4542b [PATCH] lockdep: annotate waitqueues by Ingo Molnar · 19 years ago
  66. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago