index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kfifo.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-27
kfifo: fix kfifo_alloc() to return a signed int value
Stefani Seibold
1
-12
/
+21
2010-10-26
kfifo: disable __kfifo_must_check_helper()
Andrew Morton
1
-5
/
+2
2010-09-09
kfifo: add parenthesis for macro parameter reference
Huang Ying
1
-29
/
+29
2010-08-20
kfifo: implement missing __kfifo_skip_r()
Andrea Righi
1
-0
/
+2
2010-08-11
kfifo: replace the old non generic API
Stefani Seibold
1
-482
/
+711
2010-08-11
kfifo: kfifo_is_{full,empty} should return bools, not ints
Robert P. J. Day
1
-2
/
+2
2010-04-23
Merge branch 'master' into for-next
Jiri Kosina
1
-3
/
+2
2010-04-07
include/linux/kfifo.h: fix INIT_KFIFO()
David Härdeman
1
-1
/
+2
2010-03-24
kfifo: fix KFIFO_INIT in include/linux/kfifo.h
David Härdeman
1
-2
/
+0
2010-03-18
kfifo: fix kerneldoc for kfifo_avail and kfifo_in_locked
Viral Mehta
1
-2
/
+2
2010-02-16
kfifo: Don't use integer as NULL pointer
Anton Vorontsov
1
-1
/
+1
2010-01-16
kfifo: document everywhere that size has to be power of two
Andi Kleen
1
-2
/
+2
2010-01-16
kfifo: add kfifo_initialized
Andi Kleen
1
-0
/
+10
2010-01-16
kfifo: add kfifo_out_peek
Andi Kleen
1
-0
/
+3
2010-01-16
kfifo: sanitize *_user error handling
Andi Kleen
1
-4
/
+4
2010-01-16
kfifo: use void * pointers for user buffers
Andi Kleen
1
-5
/
+5
2010-01-16
kfifo: fix kfifo_out_locked race bug
Stefani Seibold
1
-7
/
+0
2009-12-30
kfifo: Fix typo in comment
Rolf Eike Beer
1
-1
/
+1
2009-12-23
kfifo: fix Error/broken kernel-doc notation
Randy Dunlap
1
-16
/
+15
2009-12-22
kfifo: add record handling functions
Stefani Seibold
1
-0
/
+330
2009-12-22
kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_user
Stefani Seibold
1
-0
/
+47
2009-12-22
kfifo: add DEFINE_KFIFO and friends, add very tiny functions
Stefani Seibold
1
-2
/
+92
2009-12-22
kfifo: fix warn_unused_result
Stefani Seibold
1
-2
/
+2
2009-12-22
kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...
Stefani Seibold
1
-10
/
+29
2009-12-22
kfifo: cleanup namespace
Stefani Seibold
1
-25
/
+7
2009-12-22
kfifo: move out spinlock
Stefani Seibold
1
-45
/
+35
2009-12-22
kfifo: move struct kfifo in place
Stefani Seibold
1
-5
/
+6
2009-09-19
kfifo: Use "const" definitions
Alan Cox
1
-2
/
+2
2008-04-30
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
1
-5
/
+0
2007-02-11
[PATCH] Numerous fixes to kernel-doc info in source files.
Robert P. J. Day
1
-3
/
+3
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-2
/
+2
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+157