summaryrefslogtreecommitdiffstats
path: root/kernel/kfifo.c
AgeCommit message (Expand)AuthorLines
2010-02-16kfifo: Don't use integer as NULL pointerAnton Vorontsov-1/+1
2010-02-16kfifo: Make kfifo_initialized work after kfifo_freeAnton Vorontsov-0/+1
2010-02-02kfifo: fix kernel-doc notationRandy Dunlap-1/+2
2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen-1/+1
2010-01-16kfifo: add kfifo_out_peekAndi Kleen-0/+21
2010-01-16kfifo: sanitize *_user error handlingAndi Kleen-27/+49
2010-01-16kfifo: use void * pointers for user buffersAndi Kleen-4/+4
2009-12-22kfifo: add record handling functionsStefani Seibold-93/+193
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold-16/+123
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold-16/+16
2009-12-22kfifo: cleanup namespaceStefani Seibold-6/+6
2009-12-22kfifo: move out spinlockStefani Seibold-11/+6
2009-12-22kfifo: move struct kfifo in placeStefani Seibold-32/+33
2009-09-19kfifo: Use "const" definitionsAlan Cox-1/+1
2009-06-16kernel/kfifo.c: replace conditional test with is_power_of_2()Robert P. J. Day-2/+2
2007-07-16is_power_of_2: kernel/kfifo.cvignesh babu-1/+2
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day-5/+5
2006-09-29[PATCH] memory ordering in __kfifo primitivesPaul E. McKenney-0/+28
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+168