summaryrefslogtreecommitdiffstats
path: root/include/linux/wait.h
Commit message (Expand)AuthorAgeFilesLines
* sched/wait: add wait_event_idle() functions.NeilBrown2018-02-161-0/+114
* annotate poll-related wait keysAl Viro2017-11-271-4/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen2017-09-141-0/+2
* sched/wait: Break up long wake list walkTim Chen2017-09-141-0/+1
* wait: add wait_event_killable_timeout()Luis R. Rodriguez2017-08-181-0/+37
* sched/wait: Clean up some documentation warningsJonathan Corbet2017-07-251-4/+4
* sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-201-10/+10
* sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-201-250/+0
* sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>Ingo Molnar2017-06-201-323/+322
* sched/wait: Improve the bit-wait API parameter names in the API function prot...Ingo Molnar2017-06-201-15/+15
* sched/wait: Standardize wait_bit_queue namingIngo Molnar2017-06-201-4/+4
* sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2017-06-201-3/+3
* sched/wait: Standardize internal naming of wait-queue headsIngo Molnar2017-06-201-38/+38
* sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar2017-06-201-42/+42
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-32/+35
* sched/headers: fix up header file dependency on <linux/sched/signal.h>Linus Torvalds2017-03-081-21/+10
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* sched/wait: Introduce init_wait_entry()Oleg Nesterov2016-09-301-6/+3
* sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()Oleg Nesterov2016-09-301-1/+0
* sched/wait: Avoid abort_exclusive_wait() in ___wait_event()Oleg Nesterov2016-09-301-6/+1
* sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()Oleg Nesterov2016-09-301-3/+3
* new helper: wait_event_killable_exclusive()Al Viro2016-07-191-0/+13
* sched/wait: Fix wait_event_freezable() documentationStafford Horne2016-02-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-121-0/+21
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-5/+5
| |\
| * | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-0/+21
* | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar2016-01-061-5/+5
|\ \ \ | | |/ | |/|
| * | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-5/+5
| |/
* / sched/wait: Document waitqueue_active()Peter Zijlstra2015-11-231-0/+30
|/
* userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli2015-09-221-3/+2
* userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli2015-09-041-2/+3
* Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds2015-06-291-0/+13
|\
| * wait: introduce wait_event_exclusive_cmdYuanhan Liu2015-06-171-0/+13
* | sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void *Palmer Dabbelt2015-05-081-7/+10
|/
* Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-0/+15
|\
| * block: Simplify bsg complete allPeter Zijlstra2015-02-041-0/+15
* | sched/wait: Introduce wait_on_bit_timeout()Johan Hedberg2015-02-041-0/+26
* | sched/wait: Remove might_sleep() from wait_event_cmd()Mikulas Patocka2015-02-031-1/+0
|/
* sched/wait: Reimplement wait_event_freezable()Peter Zijlstra2014-11-041-0/+57
* sched/wait: Add might_sleep() checksPeter Zijlstra2014-10-281-0/+16
* sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra2014-10-281-1/+6
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-6/+10
|\
| * sched/wait: Document timeout corner caseScot Doyle2014-09-051-6/+10
* | SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown2014-09-251-1/+4
|/
* sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown2014-07-161-8/+10
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-4/+111
* wait: explain the shadowing and type inconsistenciesPeter Zijlstra2014-04-181-1/+13
* sched: remove sleep_on() and friendsArnd Bergmann2014-04-071-11/+0