summaryrefslogtreecommitdiffstats
path: root/include/linux/wait.h
Commit message (Expand)AuthorAgeFilesLines
* 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-241-5/+11
|/
* wait: add wait_event_hrtimeout()Kent Overstreet2013-05-071-0/+86
* wait: add wait_event_lock_irq() interfaceLukas Czerner2012-11-301-0/+164
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-19/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* 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-201-0/+149
|\
| * wait_event_interruptible_locked() interfaceMichal Nazarewicz2010-05-201-0/+149
* | sched, wait: Use wrapper functionsChangli Gao2010-05-111-20/+15
|/
* 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/+0
|/
* epoll keyed wakeups: introduce new *_poll() wakeup macrosDavide Libenzi2009-04-011-13/+9
* 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/+0
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-131-18/+16
* lockdep: annotate epollPeter Zijlstra2008-02-051-0/+16
* Add wait_event_killableMatthew Wilcox2007-12-061-0/+41
* wait: Use TASK_NORMALMatthew Wilcox2007-12-061-5/+6
* sched: clean up sleep_on() APIsIngo Molnar2007-07-091-8/+8
* [PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra2006-10-301-0/+9
* [PATCH] uninline init_waitqueue_head()Ingo Molnar2006-07-101-11/+1
* [PATCH] lockdep: annotate waitqueuesIngo Molnar2006-07-031-0/+6
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-031-1/+1
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [PATCH] fix remaining missing includesTim Schmielau2005-11-071-0/+1
* [PATCH] aio: make wait_queue ->task ->privateBenjamin LaHaise2005-06-231-8/+8
* [PATCH] Cleanup DEFINE_WAITblaisorblade@yahoo.it2005-05-241-3/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+460