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