a name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/kernel/kfifo.c
AgeCommit message (Expand)Author
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
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