aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kfifo.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida1-1/+1
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2013-11-15kfifo API type safetyStefani Seibold1-33/+14
2010-10-27kfifo: fix kfifo_alloc() to return a signed int valueStefani Seibold1-12/+21
2010-10-26kfifo: disable __kfifo_must_check_helper()Andrew Morton1-5/+2
2010-09-09kfifo: add parenthesis for macro parameter referenceHuang Ying1-29/+29
2010-08-20kfifo: implement missing __kfifo_skip_r()Andrea Righi1-0/+2
2010-08-11kfifo: replace the old non generic APIStefani Seibold1-482/+711
2010-08-11kfifo: kfifo_is_{full,empty} should return bools, not intsRobert P. J. Day1-2/+2
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-3/+2
2010-04-07include/linux/kfifo.h: fix INIT_KFIFO()David Härdeman1-1/+2
2010-03-24kfifo: fix KFIFO_INIT in include/linux/kfifo.hDavid Härdeman1-2/+0
2010-03-18kfifo: fix kerneldoc for kfifo_avail and kfifo_in_lockedViral Mehta1-2/+2
2010-02-16kfifo: Don't use integer as NULL pointerAnton Vorontsov1-1/+1
2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen1-2/+2
2010-01-16kfifo: add kfifo_initializedAndi Kleen1-0/+10
2010-01-16kfifo: add kfifo_out_peekAndi Kleen1-0/+3
2010-01-16kfifo: sanitize *_user error handlingAndi Kleen1-4/+4
2010-01-16kfifo: use void * pointers for user buffersAndi Kleen1-5/+5
2010-01-16kfifo: fix kfifo_out_locked race bugStefani Seibold1-7/+0
2009-12-30kfifo: Fix typo in commentRolf Eike Beer1-1/+1
2009-12-23kfifo: fix Error/broken kernel-doc notationRandy Dunlap1-16/+15
2009-12-22kfifo: add record handling functionsStefani Seibold1-0/+330
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold1-0/+47
2009-12-22kfifo: add DEFINE_KFIFO and friends, add very tiny functionsStefani Seibold1-2/+92
2009-12-22kfifo: fix warn_unused_resultStefani Seibold1-2/+2
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-10/+29
2009-12-22kfifo: cleanup namespaceStefani Seibold1-25/+7
2009-12-22kfifo: move out spinlockStefani Seibold1-45/+35
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-5/+6
2009-09-19kfifo: Use "const" definitionsAlan Cox1-2/+2
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day1-5/+0
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-3/+3
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+157