aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/wait.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli1-3/+4
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-2/+2
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()Jason Low1-2/+2
2014-11-04sched/wait: Fix a kthread race with wait_woken()Peter Zijlstra1-1/+6
2014-10-28sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra1-0/+61
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-0/+36
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-8/+8
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-0/+18
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2013-11-06sched: Move wait code from core.c to wait.cPeter Zijlstra1-0/+103
2013-11-06sched: Move wait.c into kernel/sched/Peter Zijlstra1-0/+401