summaryrefslogtreecommitdiff
path: root/kernel/kfifo.c
AgeCommit message (Expand)Author
2010-10-01kfifo: fix scatterlist usageIra W. Snyder
2010-08-20kfifo: implement missing __kfifo_skip_r()Andrea Righi
2010-08-12kernel/kfifo.c: add handling of chained scatterlistsStefani Seibold
2010-08-11kfifo: replace the old non generic APIStefani Seibold
2010-02-16kfifo: Don't use integer as NULL pointerAnton Vorontsov
2010-02-16kfifo: Make kfifo_initialized work after kfifo_freeAnton Vorontsov
2010-02-02kfifo: fix kernel-doc notationRandy Dunlap
2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen
2010-01-16kfifo: add kfifo_out_peekAndi Kleen
2010-01-16kfifo: sanitize *_user error handlingAndi Kleen
2010-01-16kfifo: use void * pointers for user buffersAndi Kleen
2009-12-22kfifo: add record handling functionsStefani Seibold
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold
2009-12-22kfifo: cleanup namespaceStefani Seibold
2009-12-22kfifo: move out spinlockStefani Seibold
2009-12-22kfifo: move struct kfifo in placeStefani Seibold
2009-09-19kfifo: Use "const" definitionsAlan Cox
2009-06-16kernel/kfifo.c: replace conditional test with is_power_of_2()Robert P. J. Day
2007-07-16is_power_of_2: kernel/kfifo.cvignesh babu
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2006-09-29[PATCH] memory ordering in __kfifo primitivesPaul E. McKenney
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds
2005-03-11[PATCH] docbook: kernel-docify commentsMartin Waitz
2004-11-03[PATCH] fix wrong kfifo_init buffer size argumentMartin Waitz
2004-10-18[PATCH] A simple FIFO implementationStelian Pop