Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / kfifo.c
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2010-10-01 Ira W. Snyderkfifo: fix scatterlist usage
2010-08-20 Andrea Righikfifo: implement missing __kfifo_skip_r()
2010-08-12 Stefani Seiboldkernel/kfifo.c: add handling of chained scatterlists
2010-08-11 Stefani Seiboldkfifo: replace the old non generic API
2010-02-16 Anton Vorontsovkfifo: Don't use integer as NULL pointer
2010-02-16 Anton Vorontsovkfifo: Make kfifo_initialized work after kfifo_free
2010-02-03 Randy Dunlapkfifo: fix kernel-doc notation
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-16 Andi Kleenkfifo: document everywhere that size has to be power...
2010-01-16 Andi Kleenkfifo: add kfifo_out_peek
2010-01-16 Andi Kleenkfifo: sanitize *_user error handling
2010-01-16 Andi Kleenkfifo: use void * pointers for user buffers
2009-12-22 Stefani Seiboldkfifo: add record handling functions
2009-12-22 Stefani Seiboldkfifo: add kfifo_skip, kfifo_from_user and kfifo_to_user
2009-12-22 Stefani Seiboldkfifo: rename kfifo_put... into kfifo_in... and kfifo_g...
2009-12-22 Stefani Seiboldkfifo: cleanup namespace
2009-12-22 Stefani Seiboldkfifo: move out spinlock
2009-12-22 Stefani Seiboldkfifo: move struct kfifo in place
2009-09-19 Alan Coxkfifo: Use "const" definitions
2009-06-17 Robert P. J. Daykernel/kfifo.c: replace conditional test with is_power_...
2007-07-16 vignesh babuis_power_of_2: kernel/kfifo.c
2007-02-11 Robert P. J. Day[PATCH] Numerous fixes to kernel-doc info in source...
2006-09-29 Paul E. McKenney[PATCH] memory ordering in __kfifo primitives
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2004-11-04 Martin Waitz[PATCH] fix wrong kfifo_init buffer size argument
2004-10-19 Stelian Pop[PATCH] A simple FIFO implementation