1. 8bf6c67 completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all() by Sebastian Siewior · 4 years, 9 months ago
  2. a5c6234 completion: Use simple wait queues by Thomas Gleixner · 4 years, 9 months ago
  3. 7696f99 sched/Documentation: Update wake_up() & co. memory-barrier guarantees by Andrea Parri · 6 years ago
  4. d17067e sched/completions: Use bool in try_wait_for_completion() by gaurav jindal · 7 years ago
  5. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  6. 527187d locking/lockdep: Remove cross-release leftovers by Ingo Molnar · 7 years ago
  7. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  8. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  9. f213a6c Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  10. dec13c4 completion: Replace spin_unlock_wait() with lock/unlock pair by Paul E. McKenney · 8 years ago
  11. 9c878320 sched/completion: Document that reinit_completion() must be called after complete_all() by Steven Rostedt · 7 years ago
  12. cd8084f locking/lockdep: Apply crossrelease to completions by Byungchul Park · 7 years ago
  13. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  14. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  15. 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
  16. da9647e sched/completions: Fix complete_all() semantics by Peter Zijlstra · 8 years ago
  17. bc95601 sched/completion: Serialize completion_done() with complete() by Oleg Nesterov · 10 years ago
  18. 7c34e31 sched/completion: Add lock-free checking of the blocking case by Nicholas Mc Guire · 10 years ago
  19. de30ec4 sched/completion: Remove unnecessary ->wait.lock serialization when reading completion state by Nicholas Mc Guire · 10 years ago
  20. a1bd537 sched/completion: Document when to use wait_for_completion_io_*() by Wolfram Sang · 10 years ago
  21. b8a2162 sched: Move completion code from core.c to completion.c by Peter Zijlstra · 11 years ago