aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kfifo.c
Commit message (Expand)AuthorAge
* kfifo: fix scatterlist usageIra W. Snyder2010-10-01
* kfifo: implement missing __kfifo_skip_r()Andrea Righi2010-08-20
* kernel/kfifo.c: add handling of chained scatterlistsStefani Seibold2010-08-12
* kfifo: replace the old non generic APIStefani Seibold2010-08-11
* kfifo: Don't use integer as NULL pointerAnton Vorontsov2010-02-16
* kfifo: Make kfifo_initialized work after kfifo_freeAnton Vorontsov2010-02-16
* kfifo: fix kernel-doc notationRandy Dunlap2010-02-02
* kfifo: document everywhere that size has to be power of twoAndi Kleen2010-01-16
* kfifo: add kfifo_out_peekAndi Kleen2010-01-16
* kfifo: sanitize *_user error handlingAndi Kleen2010-01-16
* kfifo: use void * pointers for user buffersAndi Kleen2010-01-16
* kfifo: add record handling functionsStefani Seibold2009-12-22
* kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold2009-12-22
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-22
* kfifo: cleanup namespaceStefani Seibold2009-12-22
* kfifo: move out spinlockStefani Seibold2009-12-22
* kfifo: move struct kfifo in placeStefani Seibold2009-12-22
* kfifo: Use "const" definitionsAlan Cox2009-09-19
* kernel/kfifo.c: replace conditional test with is_power_of_2()Robert P. J. Day2009-06-16
* is_power_of_2: kernel/kfifo.cvignesh babu2007-07-16
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-11
* [PATCH] memory ordering in __kfifo primitivesPaul E. McKenney2006-09-29
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-08
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16