summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sphinx-4.8' of git://git.lwn.net/linux into topic/drm-miscDaniel Vetter2016-06-141-139/+254
|\
| * docs: kernel-doc: Add "example" and "note" to the magic section typesJonathan Corbet2016-06-091-1/+2
| * scripts/kernel-doc: Add option to inject line numbersDaniel Vetter2016-06-041-0/+41
| * scripts/kernel-doc: Also give functions symbolic namesDaniel Vetter2016-06-031-4/+4
| * scripts/kernel-doc: Remove duplicated DOC: start handlingDaniel Vetter2016-06-031-18/+1Star
| * kernel-doc: reset contents and section harderJani Nikula2016-05-301-0/+3
| * kernel-doc: concatenate contents of colliding sectionsJani Nikula2016-05-301-4/+6
| * kernel-doc: limit the "section header:" detection to a select fewJani Nikula2016-05-301-2/+17
| * kernel-doc/rst: remove fixme commentJani Nikula2016-05-301-1/+0Star
| * kernel-doc/rst: use *undescribed* instead of _undescribed_Jani Nikula2016-05-301-2/+2
| * kernel-doc: strip leading whitespace from continued param descsJani Nikula2016-05-301-1/+15
| * kernel-doc: improve handling of whitespace on the first line param descriptionJani Nikula2016-05-301-4/+4
| * kernel-doc/rst: change the output layoutJani Nikula2016-05-301-17/+17
| * kernel-doc: strip leading blank lines from inline doc commentsJani Nikula2016-05-301-0/+4
| * kernel-doc/rst: blank lines in output are not neededJani Nikula2016-05-301-6/+1Star
| * kernel-doc: fix wrong code indentationJani Nikula2016-05-301-1/+1
| * kernel-doc: do not regard $, %, or & prefixes as special in section namesJani Nikula2016-05-301-12/+2Star
| * kernel-doc/rst: highlight function/struct/enum purpose lines tooJani Nikula2016-05-301-12/+25
| * kernel-doc/rst: drop redundant unescape in highlightingJani Nikula2016-05-301-1/+0Star
| * kernel-doc/rst: add support for struct/union/enum member referencesJani Nikula2016-05-301-0/+5
| * kernel-doc/rst: add support for &union foo and &typedef foo referencesJani Nikula2016-05-301-0/+4
| * kernel-doc/rst: &foo references are more universal than structsJani Nikula2016-05-301-1/+2
| * kernel-doc/rst: reference functions according to C domain specJani Nikula2016-05-301-1/+1
| * kernel-doc/rst: do not output DOC: section titles for requested onesJani Nikula2016-05-301-1/+3
| * kernel-doc: add names for output selectionJani Nikula2016-05-301-17/+30
| * kernel-doc: add names for states and substatesJani Nikula2016-05-301-43/+48
| * kernel-doc: support printing exported and non-exported symbolsJani Nikula2016-05-301-2/+27
| * kernel-doc/rst: fix use of uninitialized valueJani Nikula2016-05-301-1/+2
* | checkpatch: reduce git commit description style false positivesJoe Perches2016-06-041-0/+1
|/
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2016-05-276-177/+14Star
|\
| * coccicheck: Fix missing 0 index in kill loopKees Cook2016-05-191-1/+1
| * scripts/package/Makefile: rpmbuild add support of RPMOPTSSrinivas Pandruvada2016-05-161-2/+2
| * builddeb: fix missing headers in linux-headers packageAzriel Samson2016-05-101-1/+1
| * builddeb: include objtool binary in headers packageBjørn Mork2016-05-101-0/+3
| * kbuild/mkspec: support 'update-bootloader'-based systemsJiri Kosina2016-04-201-0/+5
| * scripts: coccinelle: remove check to move constants to rightWolfram Sang2016-04-201-171/+0Star
| * Coccinelle: setup_timer: Add space in front of parenthesesVaishali Thakkar2016-04-201-2/+2
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2016-05-272-1/+17
|\ \
| * | kconfig/symbol.c: handle choice_values that depend on 'm' symbolsDirk Gouders2016-05-101-0/+14
| * | kconfig: add unexpected data itself to warningPaul Bolle2016-05-101-1/+3
| |/
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-277-48/+215
|\ \
| * | kbuild: move -Wunused-const-variable to W=1 warning levelArnd Bergmann2016-05-111-0/+1
| * | kbuild: fix if_change and friends to consider argument orderMasahiro Yamada2016-05-101-6/+5Star
| * | kbuild: fix adjust_autoksyms.sh for modules that need only one symbolNicolas Pitre2016-05-101-1/+1
| * | kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same lineNicolas Pitre2016-05-101-1/+1
| * | kbuild: adjust ksym_dep_filter for some cmd_* renamesNicolas Pitre2016-04-271-4/+6
| * | kbuild: Get rid of KBUILD_STRMichal Marek2016-04-201-4/+4
| * | kbuild: rename cmd_as_s_S to cmd_cpp_s_SMasahiro Yamada2016-04-201-3/+3
| * | kbuild: rename cmd_cc_i_c to cmd_cpp_i_cMasahiro Yamada2016-04-201-3/+3
| * | scripts: genksyms: fix resource leakMaxim Zhukov2016-04-201-0/+3