summaryrefslogtreecommitdiffstats
path: root/kernel/sched/swait.c
Commit message (Expand)AuthorAgeFilesLines
* sched: add a few helpers to wake up tasks on the current cpuAndrei Vagin2023-07-171-4/+4
* sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar2022-02-231-1/+0
* sched/swait: Prepare usage in completionsThomas Gleixner2020-03-211-1/+14
* kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
* sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-5/+5
* sched/swait: Switch to full exclusive modePeter Zijlstra2018-06-201-5/+17
* sched/swait: Remove __prepare_to_swaitPeter Zijlstra2018-06-201-1/+1
* sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-2/+1
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng2017-08-101-6/+0
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* wait.[ch]: Introduce the simple waitqueue (swait) implementationPeter Zijlstra (Intel)2016-02-251-0/+123