aboutsummaryrefslogtreecommitdiff
path: root/kernel/kfifo.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-01kfifo: fix scatterlist usageGravatar Ira W. Snyder 1-2/+0
2010-08-20kfifo: implement missing __kfifo_skip_r()Gravatar Andrea Righi 1-0/+9
2010-08-12kernel/kfifo.c: add handling of chained scatterlistsGravatar Stefani Seibold 1-7/+6
2010-08-11kfifo: replace the old non generic APIGravatar Stefani Seibold 1-296/+453
2010-02-16kfifo: Don't use integer as NULL pointerGravatar Anton Vorontsov 1-1/+1
2010-02-16kfifo: Make kfifo_initialized work after kfifo_freeGravatar Anton Vorontsov 1-0/+1
2010-02-02kfifo: fix kernel-doc notationGravatar Randy Dunlap 1-1/+2
2010-01-16kfifo: document everywhere that size has to be power of twoGravatar Andi Kleen 1-1/+1
2010-01-16kfifo: add kfifo_out_peekGravatar Andi Kleen 1-0/+21
2010-01-16kfifo: sanitize *_user error handlingGravatar Andi Kleen 1-27/+49
2010-01-16kfifo: use void * pointers for user buffersGravatar Andi Kleen 1-4/+4
2009-12-22kfifo: add record handling functionsGravatar Stefani Seibold 1-93/+193
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userGravatar Stefani Seibold 1-16/+123
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Gravatar Stefani Seibold 1-16/+16
2009-12-22kfifo: cleanup namespaceGravatar Stefani Seibold 1-6/+6
2009-12-22kfifo: move out spinlockGravatar Stefani Seibold 1-11/+6
2009-12-22kfifo: move struct kfifo in placeGravatar Stefani Seibold 1-32/+33
2009-09-19kfifo: Use "const" definitionsGravatar Alan Cox 1-1/+1
2009-06-16kernel/kfifo.c: replace conditional test with is_power_of_2()Gravatar Robert P. J. Day 1-2/+2
2007-07-16is_power_of_2: kernel/kfifo.cGravatar vignesh babu 1-1/+2
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Gravatar Robert P. J. Day 1-5/+5
2006-09-29[PATCH] memory ordering in __kfifo primitivesGravatar Paul E. McKenney 1-0/+28
2005-10-08[PATCH] gfp flags annotations - part 1Gravatar Al Viro 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+168