index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kfifo.h
Age
Commit message (
Expand
)
Author
2010-10-28
kfifo: fix kfifo_alloc() to return a signed int value
Stefani Seibold
2010-10-26
kfifo: disable __kfifo_must_check_helper()
Andrew Morton
2010-09-10
kfifo: add parenthesis for macro parameter reference
Huang Ying
2010-08-20
kfifo: implement missing __kfifo_skip_r()
Andrea Righi
2010-08-11
kfifo: replace the old non generic API
Stefani Seibold
2010-08-11
kfifo: kfifo_is_{full,empty} should return bools, not ints
Robert P. J. Day
2010-04-23
Merge branch 'master' into for-next
Jiri Kosina
2010-04-07
include/linux/kfifo.h: fix INIT_KFIFO()
David Härdeman
2010-03-24
kfifo: fix KFIFO_INIT in include/linux/kfifo.h
David Härdeman
2010-03-18
kfifo: fix kerneldoc for kfifo_avail and kfifo_in_locked
Viral Mehta
2010-02-16
kfifo: Don't use integer as NULL pointer
Anton Vorontsov
2010-01-16
kfifo: document everywhere that size has to be power of two
Andi Kleen
2010-01-16
kfifo: add kfifo_initialized
Andi Kleen
2010-01-16
kfifo: add kfifo_out_peek
Andi Kleen
2010-01-16
kfifo: sanitize *_user error handling
Andi Kleen
2010-01-16
kfifo: use void * pointers for user buffers
Andi Kleen
2010-01-16
kfifo: fix kfifo_out_locked race bug
Stefani Seibold
2009-12-30
kfifo: Fix typo in comment
Rolf Eike Beer
2009-12-23
kfifo: fix Error/broken kernel-doc notation
Randy Dunlap
2009-12-22
kfifo: add record handling functions
Stefani Seibold
2009-12-22
kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_user
Stefani Seibold
2009-12-22
kfifo: add DEFINE_KFIFO and friends, add very tiny functions
Stefani Seibold
2009-12-22
kfifo: fix warn_unused_result
Stefani Seibold
2009-12-22
kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...
Stefani Seibold
2009-12-22
kfifo: cleanup namespace
Stefani Seibold
2009-12-22
kfifo: move out spinlock
Stefani Seibold
2009-12-22
kfifo: move struct kfifo in place
Stefani Seibold
2009-09-19
kfifo: Use "const" definitions
Alan Cox
2008-04-30
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert 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 1
Al Viro
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds