aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/wait.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-09docs: Add colon clearing sphinx warningTobin C. Harding1-1/+1
2019-02-11sched/wait: Use freezable_schedule() when possibleHugo Lefeuvre1-3/+3
2018-10-16scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE usageNicholas Bellinger1-5/+15
2018-02-16sched/wait: add wait_event_idle() functions.NeilBrown1-0/+114
2017-11-27annotate poll-related wait keysAl Viro1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen1-0/+2
2017-09-14sched/wait: Break up long wake list walkTim Chen1-0/+1
2017-08-18wait: add wait_event_killable_timeout()Luis R. Rodriguez1-0/+37
2017-07-25sched/wait: Clean up some documentation warningsJonathan Corbet1-4/+4
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-10/+10
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h>Ingo Molnar1-250/+0
2017-06-20sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>Ingo Molnar1-323/+322
2017-06-20sched/wait: Improve the bit-wait API parameter names in the API function prototypesIngo Molnar1-15/+15
2017-06-20sched/wait: Standardize wait_bit_queue namingIngo Molnar1-4/+4
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar1-3/+3
2017-06-20sched/wait: Standardize internal naming of wait-queue headsIngo Molnar1-38/+38
2017-06-20sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar1-42/+42
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-32/+35
2017-03-08sched/headers: fix up header file dependency on <linux/sched/signal.h>Linus Torvalds1-21/+10
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-09-30sched/wait: Introduce init_wait_entry()Oleg Nesterov1-6/+3
2016-09-30sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()Oleg Nesterov1-1/+0
2016-09-30sched/wait: Avoid abort_exclusive_wait() in ___wait_event()Oleg Nesterov1-6/+1
2016-09-30sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()Oleg Nesterov1-3/+3
2016-07-19new helper: wait_event_killable_exclusive()Al Viro1-0/+13
2016-02-24sched/wait: Fix wait_event_freezable() documentationStafford Horne1-1/+1
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+21
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging new patchesIngo Molnar1-5/+5
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra1-5/+5
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-0/+21
2015-11-23sched/wait: Document waitqueue_active()Peter Zijlstra1-0/+30
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key"Andrea Arcangeli1-3/+2
2015-09-04userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli1-2/+3
2015-06-29Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds1-0/+13
2015-06-17wait: introduce wait_event_exclusive_cmdYuanhan Liu1-0/+13
2015-05-08sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void *Palmer Dabbelt1-7/+10
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+15
2015-02-04block: Simplify bsg complete allPeter Zijlstra1-0/+15
2015-02-04sched/wait: Introduce wait_on_bit_timeout()Johan Hedberg1-0/+26
2015-02-03sched/wait: Remove might_sleep() from wait_event_cmd()Mikulas Patocka1-1/+0
2014-11-04sched/wait: Reimplement wait_event_freezable()Peter Zijlstra1-0/+57
2014-10-28sched/wait: Add might_sleep() checksPeter Zijlstra1-0/+16
2014-10-28sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra1-1/+6
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+10
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-1/+4
2014-09-05sched/wait: Document timeout corner caseScot Doyle1-6/+10
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-8/+10