aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kfifo.h
AgeCommit message (Expand)Author
2010-10-27kfifo: fix kfifo_alloc() to return a signed int valueStefani Seibold
2010-10-26kfifo: disable __kfifo_must_check_helper()Andrew Morton
2010-09-09kfifo: add parenthesis for macro parameter referenceHuang Ying
2010-08-20kfifo: implement missing __kfifo_skip_r()Andrea Righi
2010-08-11kfifo: replace the old non generic APIStefani Seibold
2010-08-11kfifo: kfifo_is_{full,empty} should return bools, not intsRobert P. J. Day
2010-04-23Merge branch 'master' into for-nextJiri Kosina
2010-04-07include/linux/kfifo.h: fix INIT_KFIFO()David Härdeman
2010-03-24kfifo: fix KFIFO_INIT in include/linux/kfifo.hDavid Härdeman
2010-03-18kfifo: fix kerneldoc for kfifo_avail and kfifo_in_lockedViral Mehta
2010-02-16kfifo: Don't use integer as NULL pointerAnton Vorontsov
2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen
2010-01-16kfifo: add kfifo_initializedAndi 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
2010-01-16kfifo: fix kfifo_out_locked race bugStefani Seibold
2009-12-30kfifo: Fix typo in commentRolf Eike Beer
2009-12-23kfifo: fix Error/broken kernel-doc notationRandy Dunlap
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: add DEFINE_KFIFO and friends, add very tiny functionsStefani Seibold
2009-12-22kfifo: fix warn_unused_resultStefani 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
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds