Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / wait.c
2011-12-21 Peter Zijlstralockdep/waitqueues: Add better annotation
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-03-31 Lucas De MarchiFix common misspellings
2010-10-27 Randy Dunlapdocbook: add more wait/wake/completion to device-driver...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-08-17 Jeff Mahoney- Updated to 2.6.31-rc6.
2009-08-10 Peter Zijlstralocking, sched: Give waitqueue spinlocks their own...
2009-07-03 Jeff Mahoney- Update to 2.6.31-rc1-git10.
2009-04-14 Johannes Weinerwait: don't use __wake_up_common()
2009-02-09 Jeff Mahoney- Updated to 2.6.29-rc4.
2009-02-05 Johannes Weinerwait: prevent exclusive waiter starvation
2009-02-02 Jeff Mahoney- Updated to 2.6.29-rc3.
2009-01-14 Jeff Mahoney- Enabled patches.suse/unlock_page-speedup.patch
2008-10-16 Tejun Heowait: kill is_sync_wait()
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-08 Harvey Harrisonkernel: remove fastcall in kernel/*
2007-12-06 Matthew Wilcoxwait: Use TASK_NORMAL
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2006-07-10 Ingo Molnar[PATCH] uninline init_waitqueue_head()
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate waitqueues
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2004-10-19 William Lee Irwin III[PATCH] document wake_up_bit()'s requirement for preced...
2004-10-19 William Lee Irwin III[PATCH] reduce number of parameters to __wait_on_bit...
2004-10-19 William Lee Irwin III[PATCH] move wait ops' contention case completely out...
2004-10-19 William Lee Irwin III[PATCH] eliminate inode waitqueue hashtable
2004-10-19 William Lee Irwin III[PATCH] eliminate bh waitqueue hashtable
2004-10-19 William Lee Irwin III[PATCH] consolidate bit waiting code patterns
2004-10-19 William Lee Irwin III[PATCH] standardize bit waiting data type
2004-10-19 William Lee Irwin III[PATCH] move waitqueue functions to kernel/wait.c