summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAge
* kernel-doc: unify all EXPORT_SYMBOL scanning to one placeJani Nikula2016-06-10
* kernel-doc: add support for specifying extra files for EXPORT_SYMBOLsJani Nikula2016-06-10
* kernel-doc: abstract filename mappingJani Nikula2016-06-10
* kernel-doc: add missing semi-colons in option parsingJani Nikula2016-06-10
* kernel-doc: do not warn about duplicate default section namesJani Nikula2016-06-10
* kernel-doc: remove old debug cruft from dump_section()Jani Nikula2016-06-10
* docs: kernel-doc: Add "example" and "note" to the magic section typesJonathan Corbet2016-06-09
* scripts/kernel-doc: Add option to inject line numbersDaniel Vetter2016-06-04
* scripts/kernel-doc: Also give functions symbolic namesDaniel Vetter2016-06-03
* scripts/kernel-doc: Remove duplicated DOC: start handlingDaniel Vetter2016-06-03
* kernel-doc: reset contents and section harderJani Nikula2016-05-30
* kernel-doc: concatenate contents of colliding sectionsJani Nikula2016-05-30
* kernel-doc: limit the "section header:" detection to a select fewJani Nikula2016-05-30
* kernel-doc/rst: remove fixme commentJani Nikula2016-05-30
* kernel-doc/rst: use *undescribed* instead of _undescribed_Jani Nikula2016-05-30
* kernel-doc: strip leading whitespace from continued param descsJani Nikula2016-05-30
* kernel-doc: improve handling of whitespace on the first line param descriptionJani Nikula2016-05-30
* kernel-doc/rst: change the output layoutJani Nikula2016-05-30
* kernel-doc: strip leading blank lines from inline doc commentsJani Nikula2016-05-30
* kernel-doc/rst: blank lines in output are not neededJani Nikula2016-05-30
* kernel-doc: fix wrong code indentationJani Nikula2016-05-30
* kernel-doc: do not regard $, %, or & prefixes as special in section namesJani Nikula2016-05-30
* kernel-doc/rst: highlight function/struct/enum purpose lines tooJani Nikula2016-05-30
* kernel-doc/rst: drop redundant unescape in highlightingJani Nikula2016-05-30
* kernel-doc/rst: add support for struct/union/enum member referencesJani Nikula2016-05-30
* kernel-doc/rst: add support for &union foo and &typedef foo referencesJani Nikula2016-05-30
* kernel-doc/rst: &foo references are more universal than structsJani Nikula2016-05-30
* kernel-doc/rst: reference functions according to C domain specJani Nikula2016-05-30
* kernel-doc/rst: do not output DOC: section titles for requested onesJani Nikula2016-05-30
* kernel-doc: add names for output selectionJani Nikula2016-05-30
* kernel-doc: add names for states and substatesJani Nikula2016-05-30
* kernel-doc: support printing exported and non-exported symbolsJani Nikula2016-05-30
* kernel-doc/rst: fix use of uninitialized valueJani Nikula2016-05-30
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2016-05-26
|\
| * coccicheck: Fix missing 0 index in kill loopKees Cook2016-05-19
| * scripts/package/Makefile: rpmbuild add support of RPMOPTSSrinivas Pandruvada2016-05-16
| * builddeb: fix missing headers in linux-headers packageAzriel Samson2016-05-10
| * builddeb: include objtool binary in headers packageBjørn Mork2016-05-10
| * kbuild/mkspec: support 'update-bootloader'-based systemsJiri Kosina2016-04-20
| * scripts: coccinelle: remove check to move constants to rightWolfram Sang2016-04-20
| * Coccinelle: setup_timer: Add space in front of parenthesesVaishali Thakkar2016-04-20
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2016-05-26
|\ \
| * | kconfig/symbol.c: handle choice_values that depend on 'm' symbolsDirk Gouders2016-05-10
| * | kconfig: add unexpected data itself to warningPaul Bolle2016-05-10
| |/
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-26
|\ \
| * | kbuild: move -Wunused-const-variable to W=1 warning levelArnd Bergmann2016-05-11
| * | kbuild: fix if_change and friends to consider argument orderMasahiro Yamada2016-05-10
| * | kbuild: fix adjust_autoksyms.sh for modules that need only one symbolNicolas Pitre2016-05-10
| * | kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same lineNicolas Pitre2016-05-10
| * | kbuild: adjust ksym_dep_filter for some cmd_* renamesNicolas Pitre2016-04-27