summaryrefslogtreecommitdiff
path: root/kernel/sched/swait.c
AgeCommit message (Expand)Author
2023-07-17sched: add a few helpers to wake up tasks on the current cpuAndrei Vagin
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar
2020-03-21sched/swait: Prepare usage in completionsThomas Gleixner
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra
2018-06-20sched/swait: Switch to full exclusive modePeter Zijlstra
2018-06-20sched/swait: Remove __prepare_to_swaitPeter Zijlstra
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-10sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-02-25wait.[ch]: Introduce the simple waitqueue (swait) implementationPeter Zijlstra (Intel)