summaryrefslogtreecommitdiff
path: root/include/linux/wait.h
AgeCommit message (Expand)Author
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-01sched/wait: Add __wake_up_all_locked() APIThomas Gleixner
2011-12-21lockdep/waitqueues: Add better annotationPeter Zijlstra
2010-10-05wait: using uninitialized member of wait queueEvgeny Kuznetsov
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-05-20wait_event_interruptible_locked() interfaceMichal Nazarewicz
2010-05-11sched, wait: Use wrapper functionsChangli Gao
2009-09-15sched: Rename sync argumentsPeter Zijlstra
2009-08-10locking, sched: Give waitqueue spinlocks their own lockdep classesPeter Zijlstra
2009-05-11Merge commit 'v2.6.30-rc5' into sched/coreIngo Molnar
2009-04-28net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet
2009-04-14wait: don't use __wake_up_common()Johannes Weiner
2009-04-01epoll keyed wakeups: introduce new *_poll() wakeup macrosDavide Libenzi
2009-04-01epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key()Davide Libenzi
2009-02-05wait: prevent exclusive waiter starvationJohannes Weiner
2008-10-16wait: kill is_sync_wait()Tejun Heo
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison
2008-02-05lockdep: annotate epollPeter Zijlstra
2007-12-06Add wait_event_killableMatthew Wilcox
2007-12-06wait: Use TASK_NORMALMatthew Wilcox
2007-07-09sched: clean up sleep_on() APIsIngo Molnar
2006-10-30[PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra
2006-07-10[PATCH] uninline init_waitqueue_head()Ingo Molnar
2006-07-03[PATCH] lockdep: annotate waitqueuesIngo Molnar
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2005-11-07[PATCH] fix remaining missing includesTim Schmielau
2005-06-23[PATCH] aio: make wait_queue ->task ->privateBenjamin LaHaise
2005-05-24[PATCH] Cleanup DEFINE_WAITblaisorblade@yahoo.it
2005-03-13[PATCH] Unified spinlock initialization include/linux/wait.hDomen Puncer
2005-03-11[PATCH] docbook: new kernel-doc comments for might_sleep & wait_event_*Martin Waitz
2004-12-16[PATCH] parenthesize init_wait() macro parametersAndrew Morton
2004-10-18[PATCH] remove wake_up_all_syncChristoph Hellwig
2004-10-18[PATCH] reduce number of parameters to __wait_on_bit() and __wait_on_bit_lock()William Lee Irwin III
2004-10-18[PATCH] move wait ops' contention case completely out of lineWilliam Lee Irwin III
2004-10-18[PATCH] eliminate bh waitqueue hashtableWilliam Lee Irwin III
2004-10-18[PATCH] consolidate bit waiting code patternsWilliam Lee Irwin III
2004-10-18[PATCH] standardize bit waiting data typeWilliam Lee Irwin III
2004-09-26[PATCH] Add wait_event_timeout()Russell King
2004-08-30[PATCH] waitid system callRoland McGrath
2004-08-23[PATCH] AIO: retry infrastructure fixes and enhancementsSuparna Bhattacharya
2004-06-23[PATCH] Use fancy wakeups in wait.hAndrew Morton
2004-06-20[PATCH] add wait_event_interruptible_exclusive() macroDean Nelson
2004-05-14[PATCH] filtered wakeups: wakeup enhancementsAndrew Morton
2004-05-14[PATCH] filtered wakeupsAndrew Morton
2003-08-31[PATCH] remove add_wait_queue_cond()Andrew Morton
2003-05-18[PATCH] sync wakeup on UPIngo Molnar
2002-11-15[PATCH] Move wait queue handling from sched.h to wait.hMatthew Wilcox
2002-09-25[PATCH] prepare_to_wait/finish_wait sleep/wakeup APIAndrew Morton