1. d404d57 docs: kernel-doc: fix parsing of arrays by Mauro Carvalho Chehab · 6 years ago
  2. 0891f95 kernel-doc: Remove __sched markings by Matthew Wilcox · 6 years ago
  3. fcdf1df Merge branch 'kerneldoc2' into docs-next by Jonathan Corbet · 6 years ago
  4. 3847637 docs: Add an SPDX header to kernel-doc by Jonathan Corbet · 6 years ago
  5. fe7bc49 scripts: kernel-doc: support in-line comments on nested structs/unions by Mauro Carvalho Chehab · 6 years ago
  6. a8dae20 scripts: kernel_doc: fixup reporting of function identifiers by Mike Rapoport · 6 years ago
  7. af25029 docs: kernel-doc: Don't mangle literal code blocks in comments by Jonathan Corbet · 6 years ago
  8. c17add5 docs: kernel-doc: Finish moving STATE_* code out of process_file() by Jonathan Corbet · 6 years ago
  9. cc79481 docs: kernel-doc: Move STATE_PROTO processing into its own function by Jonathan Corbet · 6 years ago
  10. d742f24 docs: kernel-doc: Move STATE_BODY processing to a separate function by Jonathan Corbet · 6 years ago
  11. 3cac2bc docs: kernel-doc: Move STATE_NAME processing into its own function by Jonathan Corbet · 6 years ago
  12. 07048d1 docs: kernel-doc: Move STATE_NORMAL processing into its own function by Jonathan Corbet · 6 years ago
  13. 17b7871 docs: kernel-doc: Rename and split STATE_FIELD by Jonathan Corbet · 6 years ago
  14. 0bba924 docs: kernel-doc: Get rid of xml_escape() and friends by Jonathan Corbet · 6 years ago
  15. 85afe60 scripts: kernel_doc: better handle show warnings logic by Mauro Carvalho Chehab · 7 years ago
  16. 2defb27 scripts: kernel-doc: apply filtering rules to warnings by Mauro Carvalho Chehab · 7 years ago
  17. 84ce5b9 scripts: kernel-doc: improve nested logic to handle multiple identifiers by Mauro Carvalho Chehab · 7 years ago
  18. 7c0d7e8 scripts: kernel-doc: handle nested struct function arguments by Mauro Carvalho Chehab · 7 years ago
  19. 151c468 scripts: kernel-doc: print the declaration name on warnings by Mauro Carvalho Chehab · 7 years ago
  20. 1081de2 scripts: kernel-doc: get rid of $nested parameter by Mauro Carvalho Chehab · 7 years ago
  21. 8ad7216 scripts: kernel-doc: parse next structs/unions by Mauro Carvalho Chehab · 7 years ago
  22. 7c9aa01 scripts: kernel-doc: replace tabs by spaces by Mauro Carvalho Chehab · 7 years ago
  23. bdfe2be scripts: kernel-doc: change default to ReST format by Mauro Carvalho Chehab · 7 years ago
  24. b031ac4 scripts: kernel-doc: improve argument handling by Mauro Carvalho Chehab · 7 years ago
  25. b051426 scripts: kernel-doc: get rid of unused output formats by Mauro Carvalho Chehab · 7 years ago
  26. 857af3b docs: get rid of kernel-doc-nano-HOWTO.txt by Mauro Carvalho Chehab · 7 years ago
  27. 45005b2 kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR() by Mauro Carvalho Chehab · 7 years ago
  28. e814bcc scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none by Will Deacon · 7 years ago
  29. 1d3bc63 Merge tag 'docs-4.15-2' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  30. 3a025e1 Add optional check for bad kernel-doc comments by Matthew Wilcox · 7 years ago
  31. 4675ff0 kmemcheck: rip it out by Levin, Alexander (Sasha Levin) · 7 years ago
  32. 5cb5c31 scripts/kernel-doc: warn on excess enum value descriptions by Johannes Berg · 7 years ago
  33. 463a0fd kernel-doc parser mishandles declarations split into lines by Markus Heiser · 7 years ago
  34. 16ffc4c3 Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  35. 1cb566b scripts/kernel-doc: handle DECLARE_HASHTABLE by Jakub Kicinski · 7 years ago
  36. cb77f0d scripts: Switch to more portable Perl shebang by Kamil Rytarowski · 7 years ago
  37. f9b5c53 scripts/kernel-doc: fix handling of parameters with parenthesis by Mauro Carvalho Chehab · 7 years ago
  38. b97f193 scripts/kernel-doc: fix parser for apostrophes by Mauro Carvalho Chehab · 7 years ago
  39. 5a0bc57 kernel-doc: Handle returning pointers to pointers by Matthew Wilcox · 8 years ago
  40. ada5f44 kernel-doc: properly document array arguments of function by Gabriel Krisman Bertazi · 8 years ago
  41. df31175 kernel-doc: make highlights more homogenous for the various backends by Paolo Bonzini · 8 years ago
  42. 5267dd3 kernel-doc: make member highlighting available in all backends by Paolo Bonzini · 8 years ago
  43. fc6d7af kernel-doc: include parameter type in docbook output by Paolo Bonzini · 8 years ago
  44. b1aaa54 kernel-doc: strip attributes even if they have an argument by Paolo Bonzini · 8 years ago
  45. 02a4f4f kernel-doc: cleanup parameter type in function-typed arguments by Paolo Bonzini · 8 years ago
  46. 0c9aa20 kernel-doc: add support for one line inline struct member doc comments by Jani Nikula · 8 years ago
  47. c950a17 kernel-doc: better parsing of named variable arguments by Silvio Fricke · 8 years ago
  48. 5219f18 docs: Special-case function-pointer parameters in kernel-doc by Jonathan Corbet · 8 years ago
  49. ef00028 docs: make kernel-doc handle varargs properly by Jonathan Corbet · 8 years ago
  50. 82801d0 docs-rst: kernel-doc: fix typedef output in RST format by Mauro Carvalho Chehab · 8 years ago
  51. d37c43c docs-rst: improve typedef parser by Mauro Carvalho Chehab · 8 years ago
  52. 6d232c8 docs-rst: kernel-doc: better output struct members by Mauro Carvalho Chehab · 8 years ago
  53. aa10a78 doc-rst: Revert "kernel-doc: fix handling of address_space tags" by Markus Heiser · 8 years ago
  54. a88b167 doc-rst: kernel-doc: fix handling of address_space tags by Mauro Carvalho Chehab · 8 years ago
  55. e7ca311 kernel-doc: Fix up warning output by Daniel Vetter · 8 years ago
  56. c9b2cfb kernel-doc: unify all EXPORT_SYMBOL scanning to one place by Jani Nikula · 8 years ago
  57. 88c2b57 kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs by Jani Nikula · 8 years ago
  58. 1ad560e kernel-doc: abstract filename mapping by Jani Nikula · 8 years ago
  59. da9726e kernel-doc: add missing semi-colons in option parsing by Jani Nikula · 8 years ago
  60. 95b6be9 kernel-doc: do not warn about duplicate default section names by Jani Nikula · 8 years ago
  61. 5668604 kernel-doc: remove old debug cruft from dump_section() by Jani Nikula · 8 years ago
  62. 8569de6 docs: kernel-doc: Add "example" and "note" to the magic section types by Jonathan Corbet · 8 years ago
  63. 0b0f5f29 scripts/kernel-doc: Add option to inject line numbers by Daniel Vetter · 8 years ago
  64. b7afa92 scripts/kernel-doc: Also give functions symbolic names by Daniel Vetter · 8 years ago
  65. ebff7f9 scripts/kernel-doc: Remove duplicated DOC: start handling by Daniel Vetter · 8 years ago
  66. 2f4ad40 kernel-doc: reset contents and section harder by Jani Nikula · 8 years ago
  67. 3221776 kernel-doc: concatenate contents of colliding sections by Jani Nikula · 8 years ago
  68. f624ade kernel-doc: limit the "section header:" detection to a select few by Jani Nikula · 8 years ago
  69. cddfe32 kernel-doc/rst: remove fixme comment by Jani Nikula · 8 years ago
  70. d4b08e0 kernel-doc/rst: use *undescribed* instead of _undescribed_ by Jani Nikula · 8 years ago
  71. b7886de kernel-doc: strip leading whitespace from continued param descs by Jani Nikula · 8 years ago
  72. 0a72630 kernel-doc: improve handling of whitespace on the first line param description by Jani Nikula · 8 years ago
  73. ecbcfba kernel-doc/rst: change the output layout by Jani Nikula · 8 years ago
  74. 6450c89 kernel-doc: strip leading blank lines from inline doc comments by Jani Nikula · 8 years ago
  75. 830066a kernel-doc/rst: blank lines in output are not needed by Jani Nikula · 8 years ago
  76. a0b96c2 kernel-doc: fix wrong code indentation by Jani Nikula · 8 years ago
  77. 13901ef kernel-doc: do not regard $, %, or & prefixes as special in section names by Jani Nikula · 8 years ago
  78. c099ff6 kernel-doc/rst: highlight function/struct/enum purpose lines too by Jani Nikula · 8 years ago
  79. 9c9193c kernel-doc/rst: drop redundant unescape in highlighting by Jani Nikula · 8 years ago
  80. f3341dc kernel-doc/rst: add support for struct/union/enum member references by Jani Nikula · 8 years ago
  81. 47ae7ae kernel-doc/rst: add support for &union foo and &typedef foo references by Jani Nikula · 8 years ago
  82. a7291e7 kernel-doc/rst: &foo references are more universal than structs by Jani Nikula · 8 years ago
  83. a19bce6 kernel-doc/rst: reference functions according to C domain spec by Jani Nikula · 8 years ago
  84. 9e72184 kernel-doc/rst: do not output DOC: section titles for requested ones by Jani Nikula · 8 years ago
  85. b6c3f45 kernel-doc: add names for output selection by Jani Nikula · 8 years ago
  86. 48af606 kernel-doc: add names for states and substates by Jani Nikula · 8 years ago
  87. 86ae2e3 kernel-doc: support printing exported and non-exported symbols by Jani Nikula · 9 years ago
  88. 5e64fa9 kernel-doc/rst: fix use of uninitialized value by Jani Nikula · 8 years ago
  89. 6285097 kernel-doc: use rst C domain directives and references for types by Jani Nikula · 8 years ago
  90. c0d1b6e kernel-doc: produce RestructuredText output by Jonathan Corbet · 8 years ago
  91. fadc0b3 kernel-doc: rewrite usage description, remove duplicated comments by Jani Nikula · 8 years ago
  92. e535d74 Merge tag 'docs-4.5' of git://git.lwn.net/linux by Linus Torvalds · 9 years ago
  93. b22b5a9 kernel-doc: Fix parsing of DECLARE_BITMAP in struct by Conchúr Navid · 9 years ago
  94. 4468e21 kernel-doc: Strip #ifdef/#endif in enums by Conchúr Navid · 9 years ago
  95. 8a9260a kernel-doc: Fix stripping of #define in enums by Conchúr Navid · 9 years ago
  96. 1ef0623 kernel-doc: Make it compatible with Perl versions below 5.12 again by Mauro Carvalho Chehab · 9 years ago
  97. 5ebe0ee Merge tag 'docs-for-linus' of git://git.lwn.net/linux by Linus Torvalds · 9 years ago
  98. 0d8c39e DocBook: Fix kernel-doc to be case-insensitive for private: by Mauro Carvalho Chehab · 9 years ago
  99. 8376645 kernel-doc: better format typedef function output by Mauro Carvalho Chehab · 9 years ago
  100. 3a80a76 kernel-doc: Add a parser for function typedefs by Mauro Carvalho Chehab · 9 years ago