Age | Commit message (Expand) | Author |
2023-12-02 | cache: enforce cache groups | Coco Li |
2023-10-30 | scripts/kernel-doc: Fix the regex for matching -Werror flag | Yujie Liu |
2023-10-22 | scripts/kernel-doc: match -Werror flag strictly | Yujie Liu |
2023-08-18 | scripts: kernel-doc: fix macro handling in enums | Pavan Kumar Linga |
2023-08-18 | scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN] | Pavan Kumar Linga |
2023-07-06 | Merge tag 'docs-6.5-2' of git://git.lwn.net/linux | Linus Torvalds |
2023-07-04 | scripts: kernel-doc: support private / public marking for enums | Jakub Kicinski |
2023-07-01 | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2023-06-10 | kernel-doc: don't let V=1 change outcome | Johannes Berg |
2023-06-05 | docs: scripts: kernel-doc: accept bitwise negation like ~@var | Mark Rutland |
2023-02-26 | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2023-01-31 | scripts: kernel-doc: Remove workaround for @param... syntax | Jonathan Neuschäfer |
2023-01-22 | kbuild: do not print extra logs for V=2 | Masahiro Yamada |
2022-12-14 | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-12-14 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-11-29 | scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -export | Jason Gunthorpe |
2022-10-28 | string: Rewrite and add more kern-doc for the str*() functions | Kees Cook |
2022-10-18 | docs: improve the HTML formatting of kerneldoc comments | Jonathan Corbet |
2022-06-13 | scripts: kernel-doc: Always increment warnings counter | Niklas Söderlund |
2022-03-28 | scripts/kernel-doc: change the line number meta info | Mauro Carvalho Chehab |
2022-02-24 | docs: scripts/kernel-doc: Detect absence of FILE arg | Akira Yokosawa |
2022-02-24 | scripts: kernel-doc: Refresh the copyright lines | Tomasz Warniełło |
2022-02-24 | scripts: kernel-doc: Drop obsolete comments | Tomasz Warniełło |
2022-02-24 | scripts: kernel-doc: Replace the usage function | Tomasz Warniełło |
2022-02-24 | scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONS | Tomasz Warniełło |
2022-02-24 | scripts: kernel-doc: Translate the "Output selection modifiers" subsection of... | Tomasz Warniełło |
2022-02-24 | scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONS | Tomasz Warniełło |
2022-02-24 | scripts: kernel-doc: Translate the "Output format selection modifier" subsect... | Tomasz Warniełło |
2022-02-24 | scripts: kernel-doc: Translate the "Output format selection" subsection of OP... | Tomasz Warniełło |
2022-02-24 | scripts: kernel-doc: Translate the DESCRIPTION section | Tomasz Warniełło |
2022-02-24 | scripts: kernel-doc: Relink argument parsing error handling to pod2usage | Tomasz Warniełło |
2022-02-24 | scripts: kernel-doc: Add the basic POD sections | Tomasz Warniełło |
2021-11-02 | Merge tag 'docs-5.16' of git://git.lwn.net/linux | Linus Torvalds |
2021-11-01 | kernel-doc: support DECLARE_PHY_INTERFACE_MASK() | Randy Dunlap |
2021-10-18 | stddef: Introduce DECLARE_FLEX_ARRAY() helper | Kees Cook |
2021-10-12 | scripts: kernel-doc: Ignore __alloc_size() attribute | Kees Cook |
2021-09-25 | stddef: Introduce struct_group() helper macro | Kees Cook |
2021-08-12 | scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERROR | Laurent Pinchart |
2021-05-17 | scripts: kernel-doc: reduce repeated regex expressions into variables | Aditya Srivastava |
2021-04-27 | kernel-doc: Add support for __deprecated | Matthew Wilcox |
2021-04-15 | scripts: kernel-doc: improve parsing for kernel-doc comments syntax | Aditya Srivastava |
2021-03-29 | scripts: kernel-doc: add warning for comment not following kernel-doc syntax | Aditya Srivastava |
2021-03-26 | docs: kernel-doc: properly recognize parameter lines with colons | Jonathan Corbet |
2021-03-25 | kernel-doc: better handle '::' sequences | Mauro Carvalho Chehab |
2021-03-08 | scripts/kernel-doc: ignore identifier on anonymous enums | Mauro Carvalho Chehab |
2021-03-08 | scripts: kernel-doc: fix attribute capture in function parsing | Aditya Srivastava |
2021-03-06 | scripts: kernel-doc: fix typedef support for struct/union parsing | Aditya Srivastava |
2021-02-22 | scripts: kernel-doc: fix array element capture in pointer-to-func parsing | Aditya Srivastava |
2021-01-28 | scripts/kernel-doc: add internal hyperlink to DOC: sections | Michal Wajdeczko |
2021-01-18 | scripts: kernel-doc: validate kernel-doc markup with the actual names | Mauro Carvalho Chehab |