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