summaryrefslogtreecommitdiffstats
path: root/include/linux/wait.h
Commit message (Expand)AuthorAgeFilesLines
* 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-191-1/+13
* sched: remove sleep_on() and friendsArnd Bergmann2014-04-071-11/+0Star
* sched: Fix warning on make htmldocs caused by wait.hMasanari Iida2014-01-221-2/+2
* wait: add wait_event_cmd()Shaohua Li2013-11-141-0/+25
* sched/wait: Fix __wait_event_interruptible_lock_irq_timeout()Heiko Carstens2013-11-011-1/+1
* sched/wait: Fix build breakageThierry Reding2013-10-231-1/+1
* sched/wait: Introduce prepare_to_wait_event()Oleg Nesterov2013-10-161-10/+14
* sched/wait: Add ___wait_cond_timeout() to wait_event*_timeout() tooOleg Nesterov2013-10-161-3/+3
* sched/wait: Clean up wait.h details a bitIngo Molnar2013-10-041-64/+60Star
* sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2013-10-041-58/+55Star
* sched/wait: Collapse __wait_event_hrtimeout()Peter Zijlstra2013-10-041-13/+2Star
* sched/wait: Collapse __wait_event_killable()Peter Zijlstra2013-10-041-16/+1Star
* sched/wait: Collapse __wait_event_interruptible_lock_irq_timeout()Peter Zijlstra2013-10-041-19/+6Star
* sched/wait: Collapse __wait_event_interruptible_lock_irq()Peter Zijlstra2013-10-041-20/+6Star
* sched/wait: Collapse __wait_event_lock_irq()Peter Zijlstra2013-10-041-14/+6Star
* sched/wait: Collapse __wait_event_interruptible_exclusive()Peter Zijlstra2013-10-041-20/+2Star
* sched/wait: Collapse __wait_event_interruptible_timeout()Peter Zijlstra2013-10-041-15/+3Star
* sched/wait: Collapse __wait_event_interruptible()Peter Zijlstra2013-10-041-15/+2Star
* sched/wait: Collapse __wait_event_timeout()Peter Zijlstra2013-10-041-11/+3Star
* sched/wait: Collapse __wait_event()Peter Zijlstra2013-10-041-11/+2Star
* sched/wait: Introduce ___wait_event()Peter Zijlstra2013-10-041-0/+36
* sched/wait: Change the wait_exclusive control flowPeter Zijlstra2013-10-041-4/+5
* sched/wait: Change timeout logicPeter Zijlstra2013-10-041-13/+11Star
* sched/wait: Make the signal_pending() checks consistentPeter Zijlstra2013-10-041-19/+16Star
* [SCSI] zfcp: fix lock imbalance by reworking request queue lockingMartin Peschke2013-08-221-0/+57
* Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-021-0/+24
|\
| * Add wait_on_atomic_t() and wake_up_atomic_t()David Howells2013-05-151-0/+24
* | wait: fix false timeouts when using wait_event_timeout()Imre Deak2013-05-251-5/+11
|/
* wait: add wait_event_hrtimeout()Kent Overstreet2013-05-081-0/+86
* wait: add wait_event_lock_irq() interfaceLukas Czerner2012-11-301-0/+164
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-19/+1Star
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* sched/wait: Add __wake_up_all_locked() APIThomas Gleixner2012-03-011-2/+3
* lockdep/waitqueues: Add better annotationPeter Zijlstra2011-12-211-2/+2
* wait: using uninitialized member of wait queueEvgeny Kuznetsov2010-10-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-211-0/+149
|\
| * wait_event_interruptible_locked() interfaceMichal Nazarewicz2010-05-201-0/+149
* | sched, wait: Use wrapper functionsChangli Gao2010-05-111-20/+15Star
|/
* sched: Rename sync argumentsPeter Zijlstra2009-09-151-2/+2
* locking, sched: Give waitqueue spinlocks their own lockdep classesPeter Zijlstra2009-08-101-1/+8
* Merge commit 'v2.6.30-rc5' into sched/coreIngo Molnar2009-05-111-2/+4
|\
| * net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet2009-04-281-2/+4
* | wait: don't use __wake_up_common()Johannes Weiner2009-04-141-2/+0Star
|/
* epoll keyed wakeups: introduce new *_poll() wakeup macrosDavide Libenzi2009-04-011-13/+9Star
* epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key()Davide Libenzi2009-04-011-2/+5
* wait: prevent exclusive waiter starvationJohannes Weiner2009-02-051-2/+9
* wait: kill is_sync_wait()Tejun Heo2008-10-161-9/+0Star
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-141-18/+16Star