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
/
scripts
/
kernel-doc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-11
kernel-doc: fix syscall wrapper processing
Randy Dunlap
1
-1
/
+39
2008-12-19
kernel-doc: check for extra kernel-doc notations
Randy Dunlap
1
-1
/
+66
2008-12-01
kernel-doc: handle varargs cleanly
Randy Dunlap
1
-3
/
+7
2008-10-26
kernel-doc: allow more whitespace in macros
Randy Dunlap
1
-3
/
+3
2008-09-23
kernel-doc: allow structs whose members are all private
Randy Dunlap
1
-0
/
+4
2008-08-05
kernel-doc: skip nested struct/union cleanly
Randy Dunlap
1
-1
/
+1
2008-07-25
kernel-doc: handle/strip __init
Randy Dunlap
1
-0
/
+1
2008-05-19
kernel-doc: allow unnamed bit-fields
Randy Dunlap
1
-1
/
+3
2008-04-28
kernel-doc: detect trailing kernel-doc line trash
Randy Dunlap
1
-0
/
+5
2008-04-28
kernel-doc: detect/prevent duplicate doc section names
Randy Dunlap
1
-7
/
+13
2008-03-13
kernel-doc: set verbose mode via environment
Randy Dunlap
1
-0
/
+4
2008-02-23
kernel-doc: fix function-pointer-parameter parsing
Richard Kennedy
1
-3
/
+3
2008-02-14
kernel-doc: remove fastcall
Harvey Harrison
1
-1
/
+0
2008-02-07
kernel-doc: warn on badly formatted short description
Randy Dunlap
1
-0
/
+8
2008-02-07
kernel-doc: prevent duplicate description: output
Randy Dunlap
1
-1
/
+1
2008-02-07
kernel-doc: fix for vunmap function prototype
Randy Dunlap
1
-1
/
+1
2008-01-28
kernel-doc: process functions, not DOC:
Johannes Berg
1
-2
/
+12
2008-01-28
kernel-doc: single DOC: selection
Johannes Berg
1
-20
/
+43
2008-01-28
kernel-doc: init kernel version
Johannes Berg
1
-1
/
+1
2008-01-28
kernel-doc: fix xml output mode
Johannes Berg
1
-3
/
+3
2007-10-17
kernel-doc: fix doc blocks and html
Randy Dunlap
1
-9
/
+32
2007-07-19
kernel-doc: fix leading dot in man-mode output
Randy Dunlap
1
-1
/
+5
2007-07-19
kernel-doc: strip C99 comments
Randy Dunlap
1
-1
/
+7
2007-07-19
kernel-doc: fix unnamed struct/union warning
Randy Dunlap
1
-4
/
+10
2007-05-09
kernel-doc: small kernel-doc optimization
Borislav Petkov
1
-3
/
+4
2007-05-08
kill warnings when building mandocs
Borislav Petkov
1
-0
/
+12
2007-05-08
kernel-doc: html mode struct highlights
Randy Dunlap
1
-6
/
+15
2007-05-08
kernel-doc: handle arrays with arithmetic expressions as initializers
Borislav Petkov
1
-1
/
+10
2007-05-08
scripts: kernel-doc whitespace cleanup
Randy Dunlap
1
-48
/
+48
2007-03-01
[PATCH] kernel-doc: allow space after __attribute__
Randy Dunlap
1
-1
/
+1
2007-02-20
[PATCH] kernel-doc: include struct short description in title output
Randy Dunlap
1
-2
/
+2
2007-02-11
[PATCH] fix fatal kernel-doc error
Randy Dunlap
1
-1
/
+2
2007-02-11
[PATCH] kernel-doc: fix some odd spacing issues
Randy Dunlap
1
-4
/
+20
2007-02-11
[PATCH] kernel-doc: allow more whitespace
Randy Dunlap
1
-2
/
+2
2007-02-11
[PATCH] kernel-doc: allow a little whitespace
Randy Dunlap
1
-2
/
+2
2007-02-11
[PATCH] DocBook/HTML: correction of recursive A tags in HTML output
Pavel Pisa
1
-8
/
+8
2006-12-22
[PATCH] kernel-doc: allow unnamed structs/unions
Randy Dunlap
1
-2
/
+15
2006-12-07
[PATCH] kernel-doc: stricter function pointer recognition
Randy Dunlap
1
-1
/
+1
2006-10-11
[PATCH] kernel-doc: make parameter description indentation uniform
Randy Dunlap
1
-5
/
+7
2006-10-11
[PATCH] kernel-doc: drop various "inline" qualifiers
Randy Dunlap
1
-0
/
+3
2006-10-03
Fix copy&waste bug in comment in scripts/kernel-doc
Rolf Eike Beer
1
-2
/
+2
2006-07-31
[PATCH] kernel-doc: ignore __devinit
Randy Dunlap
1
-0
/
+1
2006-07-01
[PATCH] kernel-doc: make man/text mode function output same
Randy Dunlap
1
-1
/
+4
2006-07-01
[PATCH] kernel-doc: consistent text/man mode output
Randy.Dunlap
1
-3
/
+5
2006-06-25
[PATCH] kernel-doc: use Members for struct fields consistently
Randy Dunlap
1
-1
/
+1
2006-06-25
[PATCH] kernel-doc: don't use XML escapes in text or man output mode
Randy Dunlap
1
-0
/
+3
2006-06-25
[PATCH] kernel-doc: warn on malformed function docs.
Randy Dunlap
1
-0
/
+7
2006-06-25
[PATCH] kernel-doc: script cleanups
Randy Dunlap
1
-2
/
+2
2006-06-25
[PATCH] kernel-doc: drop leading space in sections
Randy Dunlap
1
-0
/
+3
2006-02-01
[PATCH] kernel-doc: clean up the script (whitespace)
Randy Dunlap
1
-34
/
+34
[next]