aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/swait.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-5/+5
2018-06-20sched/swait: Switch to full exclusive modePeter Zijlstra1-5/+17
2018-06-20sched/swait: Remove __prepare_to_swaitPeter Zijlstra1-1/+1
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-2/+1
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-10sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng1-6/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-02-25wait.[ch]: Introduce the simple waitqueue (swait) implementationPeter Zijlstra (Intel)1-0/+123