Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2887fe45522843149ccf72e01f43813be4fb36c5
/
scripts
/
kernel-doc
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8484baa
kernel-doc: code reorganization
by Randy Dunlap
· 14 years ago
2b35f4d
kernel-doc: escape xml for structs
by Randy Dunlap
· 14 years ago
eda603f
docbook: warn on unused doc entries
by Johannes Berg
· 14 years ago
1f3a668
kernel-doc: ignore case when stripping attributes
by Johannes Berg
· 14 years ago
b6d676d
mtd/nand_base: fix kernel-doc warnings & typos
by Randy Dunlap
· 14 years ago
2007220
scripts/kernel-doc: fix fatal error on function prototype
by Randy Dunlap
· 15 years ago
ef5da59
scripts/kernel-doc: handle struct member __aligned
by Randy Dunlap
· 15 years ago
4c98eca
scripts/kernel-doc: fix empty function description section
by Randy Dunlap
· 15 years ago
1c32fd0
kernel-doc: drop the -filelist option, it doesn't work
by Ilya Dryomov
· 15 years ago
a9e7314
kernel-doc: track line numbers for each file separately
by Ilya Dryomov
· 15 years ago
3a9089f
tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbook
by Jason Baron
· 15 years ago
6423133
kernel-doc: allow multi-line declaration purpose descriptions
by Johannes Weiner
· 15 years ago
d960eea
kernel-doc: move ignoring kmemcheck
by Randy Dunlap
· 15 years ago
e34e7db
kernel-doc: fix param matching for array params
by Randy Dunlap
· 15 years ago
b2fd6db
kernel-doc: ignore kmemcheck_bitfield_begin/end
by Randy Dunlap
· 15 years ago
45e3e19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
by Linus Torvalds
· 15 years ago
b9d97328
kernel-doc: cleanup perl script
by Randy Dunlap
· 15 years ago
44347d9
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
52dc5ae
kernel-doc: restrict syntax for private: and public:
by Randy Dunlap
· 16 years ago
56afb0f
kerneldoc, tracing: make kernel-doc understand TRACE_EVENT() macro (take #2)
by Jason Baron
· 16 years ago
b4870bc
kernel-doc: fix syscall wrapper processing
by Randy Dunlap
· 16 years ago
a1d94aa
kernel-doc: check for extra kernel-doc notations
by Randy Dunlap
· 16 years ago
ced6909
kernel-doc: handle varargs cleanly
by Randy Dunlap
· 16 years ago
890c78c
kernel-doc: allow more whitespace in macros
by Randy Dunlap
· 16 years ago
39f00c0
kernel-doc: allow structs whose members are all private
by Randy Dunlap
· 16 years ago
32ab8f9
kernel-doc: skip nested struct/union cleanly
by Randy Dunlap
· 16 years ago
74fc5c6
kernel-doc: handle/strip __init
by Randy Dunlap
· 16 years ago
7b97887
kernel-doc: allow unnamed bit-fields
by Randy Dunlap
· 16 years ago
46b958e
kernel-doc: detect trailing kernel-doc line trash
by Randy Dunlap
· 17 years ago
94dc7ad
kernel-doc: detect/prevent duplicate doc section names
by Randy Dunlap
· 17 years ago
bd0e88e
kernel-doc: set verbose mode via environment
by Randy Dunlap
· 17 years ago
00d6296
kernel-doc: fix function-pointer-parameter parsing
by Richard Kennedy
· 17 years ago
34ff8a5
kernel-doc: remove fastcall
by Harvey Harrison
· 17 years ago
77cc23b
kernel-doc: warn on badly formatted short description
by Randy Dunlap
· 17 years ago
792aa2f
kernel-doc: prevent duplicate description: output
by Randy Dunlap
· 17 years ago
94b3e03
kernel-doc: fix for vunmap function prototype
by Randy Dunlap
· 17 years ago
4b44595
kernel-doc: process functions, not DOC:
by Johannes Berg
· 17 years ago
b112e0f
kernel-doc: single DOC: selection
by Johannes Berg
· 17 years ago
1b9bc22
kernel-doc: init kernel version
by Johannes Berg
· 17 years ago
5c98fc0
kernel-doc: fix xml output mode
by Johannes Berg
· 17 years ago
6b5b55f
kernel-doc: fix doc blocks and html
by Randy Dunlap
· 17 years ago
cdccb31
kernel-doc: fix leading dot in man-mode output
by Randy Dunlap
· 17 years ago
51f5a0c
kernel-doc: strip C99 comments
by Randy Dunlap
· 17 years ago
5f8c7c9
kernel-doc: fix unnamed struct/union warning
by Randy Dunlap
· 17 years ago
0366299
kernel-doc: small kernel-doc optimization
by Borislav Petkov
· 17 years ago
53f049f
kill warnings when building mandocs
by Borislav Petkov
· 18 years ago
3eb014a
kernel-doc: html mode struct highlights
by Randy Dunlap
· 18 years ago
884f281
kernel-doc: handle arrays with arithmetic expressions as initializers
by Borislav Petkov
· 18 years ago
3c30879
scripts: kernel-doc whitespace cleanup
by Randy Dunlap
· 18 years ago
328d244
[PATCH] kernel-doc: allow space after __attribute__
by Randy Dunlap
· 18 years ago
262d9b0
[PATCH] kernel-doc: include struct short description in title output
by Randy Dunlap
· 18 years ago
412ecd7
[PATCH] fix fatal kernel-doc error
by Randy Dunlap
· 18 years ago
a21217d
[PATCH] kernel-doc: fix some odd spacing issues
by Randy Dunlap
· 18 years ago
996a07b
[PATCH] kernel-doc: allow more whitespace
by Randy Dunlap
· 18 years ago
891dcd2
[PATCH] kernel-doc: allow a little whitespace
by Randy Dunlap
· 18 years ago
5449bc9
[PATCH] DocBook/HTML: correction of recursive A tags in HTML output
by Pavel Pisa
· 18 years ago
134fe01
[PATCH] kernel-doc: allow unnamed structs/unions
by Randy Dunlap
· 18 years ago
ea82c74
[PATCH] kernel-doc: stricter function pointer recognition
by Randy Dunlap
· 18 years ago
2720574
[PATCH] kernel-doc: make parameter description indentation uniform
by Randy Dunlap
· 18 years ago
32e7940
[PATCH] kernel-doc: drop various "inline" qualifiers
by Randy Dunlap
· 18 years ago
a073a8b
Fix copy&waste bug in comment in scripts/kernel-doc
by Rolf Eike Beer
· 18 years ago
0129a05
[PATCH] kernel-doc: ignore __devinit
by Randy Dunlap
· 18 years ago
f47634b
[PATCH] kernel-doc: make man/text mode function output same
by Randy Dunlap
· 18 years ago
1d7e1d4
[PATCH] kernel-doc: consistent text/man mode output
by Randy.Dunlap
· 18 years ago
c51d3da
[PATCH] kernel-doc: use Members for struct fields consistently
by Randy Dunlap
· 18 years ago
ecfb251
[PATCH] kernel-doc: don't use XML escapes in text or man output mode
by Randy Dunlap
· 18 years ago
850622d
[PATCH] kernel-doc: warn on malformed function docs.
by Randy Dunlap
· 18 years ago
232acbc
[PATCH] kernel-doc: script cleanups
by Randy Dunlap
· 18 years ago
0518949
[PATCH] kernel-doc: drop leading space in sections
by Randy Dunlap
· 18 years ago
3c3b809
[PATCH] kernel-doc: clean up the script (whitespace)
by Randy Dunlap
· 19 years ago
d28bee0
[PATCH] Doc/kernel-doc: add more usage info
by Randy Dunlap
· 19 years ago
9598f91
[PATCH] DocBook: allow even longer return types
by Martin Waitz
· 19 years ago
a6d3fe7
[PATCH] DocBook: warn for missing macro parameters
by Martin Waitz
· 19 years ago
aeec46b
[PATCH] DocBook: allow to mark structure members private
by Martin Waitz
· 19 years ago
2283a11
[PATCH] scripts/kernel-doc: don't use uninitialized SRCTREE
by Randy Dunlap
· 19 years ago
8b0c2d9
[PATCH] DocBook: Use xmlto to process the DocBook files.
by Martin Waitz
· 20 years ago
c73894c
[PATCH] DocBook: use <informalexample> for examples
by Rich Walker
· 20 years ago
6013d54
[PATCH] DocBook: fix <void/> xml tag
by Martin Waitz
· 20 years ago
4dc3b16
[PATCH] DocBook: changes and extensions to the kernel documentation
by Pavel Pisa
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago