1. 5219f18 docs: Special-case function-pointer parameters in kernel-doc by Jonathan Corbet · 8 years ago
  2. ef00028 docs: make kernel-doc handle varargs properly by Jonathan Corbet · 8 years ago
  3. 82801d0 docs-rst: kernel-doc: fix typedef output in RST format by Mauro Carvalho Chehab · 8 years ago
  4. d37c43c docs-rst: improve typedef parser by Mauro Carvalho Chehab · 8 years ago
  5. 6d232c8 docs-rst: kernel-doc: better output struct members by Mauro Carvalho Chehab · 8 years ago
  6. aa10a78 doc-rst: Revert "kernel-doc: fix handling of address_space tags" by Markus Heiser · 8 years ago
  7. a88b167 doc-rst: kernel-doc: fix handling of address_space tags by Mauro Carvalho Chehab · 8 years ago
  8. e7ca311 kernel-doc: Fix up warning output by Daniel Vetter · 8 years ago
  9. c9b2cfb kernel-doc: unify all EXPORT_SYMBOL scanning to one place by Jani Nikula · 8 years ago
  10. 88c2b57 kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs by Jani Nikula · 8 years ago
  11. 1ad560e kernel-doc: abstract filename mapping by Jani Nikula · 8 years ago
  12. da9726e kernel-doc: add missing semi-colons in option parsing by Jani Nikula · 8 years ago
  13. 95b6be9 kernel-doc: do not warn about duplicate default section names by Jani Nikula · 8 years ago
  14. 5668604 kernel-doc: remove old debug cruft from dump_section() by Jani Nikula · 8 years ago
  15. 8569de6 docs: kernel-doc: Add "example" and "note" to the magic section types by Jonathan Corbet · 8 years ago
  16. 0b0f5f29 scripts/kernel-doc: Add option to inject line numbers by Daniel Vetter · 8 years ago
  17. b7afa92 scripts/kernel-doc: Also give functions symbolic names by Daniel Vetter · 8 years ago
  18. ebff7f9 scripts/kernel-doc: Remove duplicated DOC: start handling by Daniel Vetter · 8 years ago
  19. 2f4ad40 kernel-doc: reset contents and section harder by Jani Nikula · 8 years ago
  20. 3221776 kernel-doc: concatenate contents of colliding sections by Jani Nikula · 8 years ago
  21. f624ade kernel-doc: limit the "section header:" detection to a select few by Jani Nikula · 8 years ago
  22. cddfe32 kernel-doc/rst: remove fixme comment by Jani Nikula · 8 years ago
  23. d4b08e0 kernel-doc/rst: use *undescribed* instead of _undescribed_ by Jani Nikula · 8 years ago
  24. b7886de kernel-doc: strip leading whitespace from continued param descs by Jani Nikula · 8 years ago
  25. 0a72630 kernel-doc: improve handling of whitespace on the first line param description by Jani Nikula · 8 years ago
  26. ecbcfba kernel-doc/rst: change the output layout by Jani Nikula · 8 years ago
  27. 6450c89 kernel-doc: strip leading blank lines from inline doc comments by Jani Nikula · 8 years ago
  28. 830066a kernel-doc/rst: blank lines in output are not needed by Jani Nikula · 8 years ago
  29. a0b96c2 kernel-doc: fix wrong code indentation by Jani Nikula · 8 years ago
  30. 13901ef kernel-doc: do not regard $, %, or & prefixes as special in section names by Jani Nikula · 8 years ago
  31. c099ff6 kernel-doc/rst: highlight function/struct/enum purpose lines too by Jani Nikula · 8 years ago
  32. 9c9193c kernel-doc/rst: drop redundant unescape in highlighting by Jani Nikula · 8 years ago
  33. f3341dc kernel-doc/rst: add support for struct/union/enum member references by Jani Nikula · 8 years ago
  34. 47ae7ae kernel-doc/rst: add support for &union foo and &typedef foo references by Jani Nikula · 8 years ago
  35. a7291e7 kernel-doc/rst: &foo references are more universal than structs by Jani Nikula · 8 years ago
  36. a19bce6 kernel-doc/rst: reference functions according to C domain spec by Jani Nikula · 8 years ago
  37. 9e72184 kernel-doc/rst: do not output DOC: section titles for requested ones by Jani Nikula · 8 years ago
  38. b6c3f45 kernel-doc: add names for output selection by Jani Nikula · 8 years ago
  39. 48af606 kernel-doc: add names for states and substates by Jani Nikula · 8 years ago
  40. 86ae2e3 kernel-doc: support printing exported and non-exported symbols by Jani Nikula · 8 years ago
  41. 5e64fa9 kernel-doc/rst: fix use of uninitialized value by Jani Nikula · 8 years ago
  42. 6285097 kernel-doc: use rst C domain directives and references for types by Jani Nikula · 8 years ago
  43. c0d1b6e kernel-doc: produce RestructuredText output by Jonathan Corbet · 8 years ago
  44. fadc0b3 kernel-doc: rewrite usage description, remove duplicated comments by Jani Nikula · 8 years ago
  45. e535d74 Merge tag 'docs-4.5' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  46. b22b5a9 kernel-doc: Fix parsing of DECLARE_BITMAP in struct by Conchúr Navid · 8 years ago
  47. 4468e21 kernel-doc: Strip #ifdef/#endif in enums by Conchúr Navid · 8 years ago
  48. 8a9260a kernel-doc: Fix stripping of #define in enums by Conchúr Navid · 8 years ago
  49. 1ef0623 kernel-doc: Make it compatible with Perl versions below 5.12 again by Mauro Carvalho Chehab · 8 years ago
  50. 5ebe0ee Merge tag 'docs-for-linus' of git://git.lwn.net/linux by Linus Torvalds · 9 years ago
  51. 0d8c39e DocBook: Fix kernel-doc to be case-insensitive for private: by Mauro Carvalho Chehab · 9 years ago
  52. 8376645 kernel-doc: better format typedef function output by Mauro Carvalho Chehab · 9 years ago
  53. 3a80a76 kernel-doc: Add a parser for function typedefs by Mauro Carvalho Chehab · 9 years ago
  54. 4d73270 scripts/kernel-doc: Replacing highlights hash by an array by Danilo Cesar Lemes de Paula · 9 years ago
  55. 68f8666 Documentation: Avoid creating man pages in source tree by Ben Hutchings · 9 years ago
  56. 23aebb3 scripts/kernel-doc: Processing -nofunc for functions only by Danilo Cesar Lemes de Paula · 9 years ago
  57. d40e1e6 kerneldoc: Convert error messages to GNU error message format by Bart Van Assche · 9 years ago
  58. f007492 kernel-doc: ignore unneeded attribute information by Jonathan Corbet · 9 years ago
  59. a4c6ebe scripts/kernel-doc Allow struct arguments documentation in struct body by Danilo Cesar Lemes de Paula · 9 years ago
  60. b2c4105 scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page date by Ben Hutchings · 9 years ago
  61. 2e106e4 scripts/kernel-doc: parse kernel-doc deterministically by Jérémy Bobbio · 9 years ago
  62. 7b99078 scripts/kernel-doc: don't eat struct members with __aligned by Johannes Berg · 9 years ago
  63. 270a009 scripts/kernel-doc: recognize __meminit by Randy Dunlap · 10 years ago
  64. cbb4d3e scripts/kernel-doc: handle object-like macros by Horia Geanta · 10 years ago
  65. e4528d6 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  66. e946c43a kernel-doc: improve "no structured comments found" error by Johannes Berg · 10 years ago
  67. 9645ae8 scripts/kernel-doc: make unknown function prototype a Warning instead of an Error by Randy Dunlap · 11 years ago
  68. 9dc3091 scripts/kernel-doc: handle struct member __aligned without numbers by Nishanth Menon · 11 years ago
  69. 6ae1417 misc: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  70. 4092bac scripts/kernel-doc: check that non-void fcts describe their return value by Yacine Belkadi · 11 years ago
  71. cbd8aca Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  72. 12ae677 kernel-doc: don't mangle whitespace in Example section by Daniel Santos · 12 years ago
  73. e314ba3 kernel-doc: bugfix - empty line in Example section by Daniel Santos · 12 years ago
  74. 6547842 kernel-doc: bugfix - multi-line macros by Daniel Santos · 12 years ago
  75. 1b40c19 scripts/kernel-doc: added support for html5 by Dan Luedtke · 12 years ago
  76. 0df7c0e scripts/kernel-doc: fix fatal script error by Randy Dunlap · 12 years ago
  77. 70c95b0 scripts/kernel-doc: fix fatal error caused by cfg80211.h by Randy Dunlap · 12 years ago
  78. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  79. 8484baa kernel-doc: code reorganization by Randy Dunlap · 13 years ago
  80. 2b35f4d kernel-doc: escape xml for structs by Randy Dunlap · 13 years ago
  81. eda603f docbook: warn on unused doc entries by Johannes Berg · 14 years ago
  82. 1f3a668 kernel-doc: ignore case when stripping attributes by Johannes Berg · 14 years ago
  83. b6d676d mtd/nand_base: fix kernel-doc warnings & typos by Randy Dunlap · 14 years ago
  84. 2007220 scripts/kernel-doc: fix fatal error on function prototype by Randy Dunlap · 14 years ago
  85. ef5da59 scripts/kernel-doc: handle struct member __aligned by Randy Dunlap · 14 years ago
  86. 4c98eca scripts/kernel-doc: fix empty function description section by Randy Dunlap · 14 years ago
  87. 1c32fd0 kernel-doc: drop the -filelist option, it doesn't work by Ilya Dryomov · 14 years ago
  88. a9e7314 kernel-doc: track line numbers for each file separately by Ilya Dryomov · 14 years ago
  89. 3a9089f tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbook by Jason Baron · 14 years ago
  90. 6423133 kernel-doc: allow multi-line declaration purpose descriptions by Johannes Weiner · 15 years ago
  91. d960eea kernel-doc: move ignoring kmemcheck by Randy Dunlap · 15 years ago
  92. e34e7db kernel-doc: fix param matching for array params by Randy Dunlap · 15 years ago
  93. b2fd6db kernel-doc: ignore kmemcheck_bitfield_begin/end by Randy Dunlap · 15 years ago
  94. 45e3e19 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  95. b9d97328 kernel-doc: cleanup perl script by Randy Dunlap · 15 years ago
  96. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  97. 52dc5ae kernel-doc: restrict syntax for private: and public: by Randy Dunlap · 15 years ago
  98. 56afb0f kerneldoc, tracing: make kernel-doc understand TRACE_EVENT() macro (take #2) by Jason Baron · 15 years ago
  99. b4870bc kernel-doc: fix syscall wrapper processing by Randy Dunlap · 15 years ago
  100. a1d94aa kernel-doc: check for extra kernel-doc notations by Randy Dunlap · 15 years ago