aboutsummaryrefslogtreecommitdiff
path: root/include/linux/wait.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-20wait: Remove uapi header file from main header fileGravatar Matthew Wilcox (Oracle) 1-1/+0
2023-10-18sched: remove wait bookmarksGravatar Matthew Wilcox (Oracle) 1-6/+3
2023-07-17sched: add a few helpers to wake up tasks on the current cpuGravatar Andrei Vagin 1-0/+3
2022-11-16wait: Return number of exclusive waiters awakenGravatar Gabriel Krisman Bertazi 1-1/+1
2022-09-28sched: Fix TASK_state comparisonsGravatar Peter Zijlstra 1-1/+1
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 1-6/+6
2022-09-07sched/wait: Add wait_event_state()Gravatar Peter Zijlstra 1-0/+28
2022-07-28wait: Fix __wait_event_hrtimeout for RT/DL tasksGravatar Juri Lelli 1-4/+5
2021-12-09wait: add wake_up_pollfree()Gravatar Eric Biggers 1-0/+26
2021-10-07sched,rcu: Rework try_invoke_on_locked_down_task()Gravatar Peter Zijlstra 1-1/+2
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-06-28wait: use LIST_HEAD_INIT() to initialize wait_queue_headGravatar Julian Wiedmann 1-1/+1
2021-06-08rq-qos: fix missed wake-ups in rq_qos_throttle try twoGravatar Jan Kara 1-1/+1
2020-11-15sched/wait: Add add_wait_queue_priority()Gravatar David Woodhouse 1-1/+11
2020-09-17mm: allow a controlled amount of unfairness in the page lockGravatar Linus Torvalds 1-0/+1
2020-04-27sched/core: Add function to sample state of locked-down taskGravatar Paul E. McKenney 1-0/+2
2020-02-11locking/percpu-rwsem: Remove the embedded rwsemGravatar Peter Zijlstra 1-0/+1
2019-10-31Add wake_up_interruptible_sync_poll_locked()Gravatar David Howells 1-0/+3
2019-10-23Remove the nr_exclusive argument from __wake_up_sync_key()Gravatar David Howells 1-4/+4
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsGravatar Sebastian Andrzej Siewior 1-2/+2
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Gravatar Thomas Gleixner 1-1/+1
2019-07-18wait: add wq_has_single_sleeper helperGravatar Josef Bacik 1-0/+13
2019-04-09docs: Add colon clearing sphinx warningGravatar Tobin C. Harding 1-1/+1
2019-02-11sched/wait: Use freezable_schedule() when possibleGravatar Hugo Lefeuvre 1-3/+3
2018-10-16scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE usageGravatar Nicholas Bellinger 1-5/+15
2018-02-16sched/wait: add wait_event_idle() functions.Gravatar NeilBrown 1-0/+114
2017-11-27annotate poll-related wait keysGravatar Al Viro 1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitGravatar Tim Chen 1-0/+2
2017-09-14sched/wait: Break up long wake list walkGravatar Tim Chen 1-0/+1
2017-08-18wait: add wait_event_killable_timeout()Gravatar Luis R. Rodriguez 1-0/+37
2017-07-25sched/wait: Clean up some documentation warningsGravatar Jonathan Corbet 1-4/+4
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingGravatar Ingo Molnar 1-10/+10
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Gravatar Ingo Molnar 1-250/+0
2017-06-20sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>Gravatar Ingo Molnar 1-323/+322
2017-06-20sched/wait: Improve the bit-wait API parameter names in the API function prot...Gravatar Ingo Molnar 1-15/+15
2017-06-20sched/wait: Standardize wait_bit_queue namingGravatar Ingo Molnar 1-4/+4
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameGravatar Ingo Molnar 1-3/+3
2017-06-20sched/wait: Standardize internal naming of wait-queue headsGravatar Ingo Molnar 1-38/+38
2017-06-20sched/wait: Standardize internal naming of wait-queue entriesGravatar Ingo Molnar 1-42/+42
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-32/+35
2017-03-08sched/headers: fix up header file dependency on <linux/sched/signal.h>Gravatar Linus Torvalds 1-21/+10
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-1/+1
2016-09-30sched/wait: Introduce init_wait_entry()Gravatar Oleg Nesterov 1-6/+3
2016-09-30sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()Gravatar Oleg Nesterov 1-1/+0
2016-09-30sched/wait: Avoid abort_exclusive_wait() in ___wait_event()Gravatar Oleg Nesterov 1-6/+1
2016-09-30sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()Gravatar Oleg Nesterov 1-3/+3
2016-07-19new helper: wait_event_killable_exclusive()Gravatar Al Viro 1-0/+13