| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-02-26 | 1 | -2/+2 |
|\ |
|
| * | kbuild: do not print extra logs for V=2 | Masahiro Yamada | 2023-01-22 | 1 | -2/+2 |
* | | scripts: kernel-doc: Remove workaround for @param... syntax | Jonathan Neuschäfer | 2023-01-31 | 1 | -11/+0 |
|/ |
|
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-12-14 | 1 | -1/+5 |
|\ |
|
| * | string: Rewrite and add more kern-doc for the str*() functions | Kees Cook | 2022-10-28 | 1 | -1/+5 |
* | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-12-14 | 1 | -4/+8 |
|\ \ |
|
| * | | scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -export | Jason Gunthorpe | 2022-11-29 | 1 | -4/+8 |
| |/ |
|
* | | docs: improve the HTML formatting of kerneldoc comments | Jonathan Corbet | 2022-10-18 | 1 | -21/+33 |
|/ |
|
* | scripts: kernel-doc: Always increment warnings counter | Niklas Söderlund | 2022-06-13 | 1 | -47/+35 |
* | scripts/kernel-doc: change the line number meta info | Mauro Carvalho Chehab | 2022-03-28 | 1 | -2/+2 |
* | docs: scripts/kernel-doc: Detect absence of FILE arg | Akira Yokosawa | 2022-02-24 | 1 | -8/+17 |
* | scripts: kernel-doc: Refresh the copyright lines | Tomasz Warniełło | 2022-02-24 | 1 | -0/+2 |
* | scripts: kernel-doc: Drop obsolete comments | Tomasz Warniełło | 2022-02-24 | 1 | -143/+0 |
* | scripts: kernel-doc: Replace the usage function | Tomasz Warniełło | 2022-02-24 | 1 | -10/+1 |
* | scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONS | Tomasz Warniełło | 2022-02-24 | 1 | -5/+18 |
* | scripts: kernel-doc: Translate the "Output selection modifiers" subsection of... | Tomasz Warniełło | 2022-02-24 | 1 | -8/+29 |
* | scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONS | Tomasz Warniełło | 2022-02-24 | 1 | -13/+29 |
* | scripts: kernel-doc: Translate the "Output format selection modifier" subsect... | Tomasz Warniełło | 2022-02-24 | 1 | -7/+15 |
* | scripts: kernel-doc: Translate the "Output format selection" subsection of OP... | Tomasz Warniełło | 2022-02-24 | 1 | -5/+26 |
* | scripts: kernel-doc: Translate the DESCRIPTION section | Tomasz Warniełło | 2022-02-24 | 1 | -6/+9 |
* | scripts: kernel-doc: Relink argument parsing error handling to pod2usage | Tomasz Warniełło | 2022-02-24 | 1 | -3/+17 |
* | scripts: kernel-doc: Add the basic POD sections | Tomasz Warniełło | 2022-02-24 | 1 | -0/+25 |
* | Merge tag 'docs-5.16' of git://git.lwn.net/linux | Linus Torvalds | 2021-11-02 | 1 | -0/+2 |
|\ |
|
| * | kernel-doc: support DECLARE_PHY_INTERFACE_MASK() | Randy Dunlap | 2021-11-01 | 1 | -0/+1 |
| * | scripts: kernel-doc: Ignore __alloc_size() attribute | Kees Cook | 2021-10-12 | 1 | -0/+1 |
* | | stddef: Introduce DECLARE_FLEX_ARRAY() helper | Kees Cook | 2021-10-18 | 1 | -0/+2 |
* | | stddef: Introduce struct_group() helper macro | Kees Cook | 2021-09-25 | 1 | -0/+7 |
|/ |
|
* | scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERROR | Laurent Pinchart | 2021-08-12 | 1 | -4/+4 |
* | scripts: kernel-doc: reduce repeated regex expressions into variables | Aditya Srivastava | 2021-05-17 | 1 | -37/+34 |
* | kernel-doc: Add support for __deprecated | Matthew Wilcox | 2021-04-27 | 1 | -0/+1 |
* | scripts: kernel-doc: improve parsing for kernel-doc comments syntax | Aditya Srivastava | 2021-04-15 | 1 | -4/+15 |
* | scripts: kernel-doc: add warning for comment not following kernel-doc syntax | Aditya Srivastava | 2021-03-29 | 1 | -4/+13 |
* | docs: kernel-doc: properly recognize parameter lines with colons | Jonathan Corbet | 2021-03-26 | 1 | -1/+7 |
* | kernel-doc: better handle '::' sequences | Mauro Carvalho Chehab | 2021-03-25 | 1 | -1/+1 |
* | scripts/kernel-doc: ignore identifier on anonymous enums | Mauro Carvalho Chehab | 2021-03-08 | 1 | -2/+7 |
* | scripts: kernel-doc: fix attribute capture in function parsing | Aditya Srivastava | 2021-03-08 | 1 | -0/+2 |
* | scripts: kernel-doc: fix typedef support for struct/union parsing | Aditya Srivastava | 2021-03-06 | 1 | -3/+14 |
* | scripts: kernel-doc: fix array element capture in pointer-to-func parsing | Aditya Srivastava | 2021-02-22 | 1 | -1/+1 |
* | scripts/kernel-doc: add internal hyperlink to DOC: sections | Michal Wajdeczko | 2021-01-28 | 1 | -0/+1 |
* | scripts: kernel-doc: validate kernel-doc markup with the actual names | Mauro Carvalho Chehab | 2021-01-18 | 1 | -16/+46 |
* | scripts: kernel-doc: fix parsing function-like typedefs | Mauro Carvalho Chehab | 2020-12-03 | 1 | -1/+1 |
* | scripts: kernel-doc: Restore anonymous enum parsing | Andy Shevchenko | 2020-11-13 | 1 | -1/+1 |
* | scripts: kernel-doc: use :c:union when needed | Mauro Carvalho Chehab | 2020-10-28 | 1 | -1/+5 |
* | scripts: kernel-doc: split typedef complex regex | Mauro Carvalho Chehab | 2020-10-28 | 1 | -5/+9 |
* | scripts: kernel-doc: fix typedef parsing | Mauro Carvalho Chehab | 2020-10-28 | 1 | -2/+3 |
* | scripts: kernel-doc: try to use c:function if possible | Mauro Carvalho Chehab | 2020-10-15 | 1 | -9/+14 |
* | scripts: kernel-doc: fix line number handling | Mauro Carvalho Chehab | 2020-10-15 | 1 | -2/+4 |
* | scripts: kernel-doc: allow passing desired Sphinx C domain dialect | Mauro Carvalho Chehab | 2020-10-15 | 1 | -8/+43 |
* | scripts: kernel-doc: don't mangle with parameter list | Mauro Carvalho Chehab | 2020-10-15 | 1 | -12/+14 |
* | scripts: kernel-doc: fix typedef identification | Mauro Carvalho Chehab | 2020-10-15 | 1 | -23/+41 |