aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-14Merge tag 'sphinx-4.8' of git://git.lwn.net/linux into topic/drm-miscDaniel Vetter1-139/+254
2016-06-09docs: kernel-doc: Add "example" and "note" to the magic section typesJonathan Corbet1-1/+2
2016-06-04scripts/kernel-doc: Add option to inject line numbersDaniel Vetter1-0/+41
2016-06-03checkpatch: reduce git commit description style false positivesJoe Perches1-0/+1
2016-06-03scripts/kernel-doc: Also give functions symbolic namesDaniel Vetter1-4/+4
2016-06-03scripts/kernel-doc: Remove duplicated DOC: start handlingDaniel Vetter1-18/+1
2016-05-30kernel-doc: reset contents and section harderJani Nikula1-0/+3
2016-05-30kernel-doc: concatenate contents of colliding sectionsJani Nikula1-4/+6
2016-05-30kernel-doc: limit the "section header:" detection to a select fewJani Nikula1-2/+17
2016-05-30kernel-doc/rst: remove fixme commentJani Nikula1-1/+0
2016-05-30kernel-doc/rst: use *undescribed* instead of _undescribed_Jani Nikula1-2/+2
2016-05-30kernel-doc: strip leading whitespace from continued param descsJani Nikula1-1/+15
2016-05-30kernel-doc: improve handling of whitespace on the first line param descriptionJani Nikula1-4/+4
2016-05-30kernel-doc/rst: change the output layoutJani Nikula1-17/+17
2016-05-30kernel-doc: strip leading blank lines from inline doc commentsJani Nikula1-0/+4
2016-05-30kernel-doc/rst: blank lines in output are not neededJani Nikula1-6/+1
2016-05-30kernel-doc: fix wrong code indentationJani Nikula1-1/+1
2016-05-30kernel-doc: do not regard $, %, or & prefixes as special in section namesJani Nikula1-12/+2
2016-05-30kernel-doc/rst: highlight function/struct/enum purpose lines tooJani Nikula1-12/+25
2016-05-30kernel-doc/rst: drop redundant unescape in highlightingJani Nikula1-1/+0
2016-05-30kernel-doc/rst: add support for struct/union/enum member referencesJani Nikula1-0/+5
2016-05-30kernel-doc/rst: add support for &union foo and &typedef foo referencesJani Nikula1-0/+4
2016-05-30kernel-doc/rst: &foo references are more universal than structsJani Nikula1-1/+2
2016-05-30kernel-doc/rst: reference functions according to C domain specJani Nikula1-1/+1
2016-05-30kernel-doc/rst: do not output DOC: section titles for requested onesJani Nikula1-1/+3
2016-05-30kernel-doc: add names for output selectionJani Nikula1-17/+30
2016-05-30kernel-doc: add names for states and substatesJani Nikula1-43/+48
2016-05-30kernel-doc: support printing exported and non-exported symbolsJani Nikula1-2/+27
2016-05-30kernel-doc/rst: fix use of uninitialized valueJani Nikula1-1/+2
2016-05-26Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds6-177/+14
2016-05-26Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-1/+17
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds7-48/+215
2016-05-24headers_check: don't warn about c++ guardsArnd Bergmann1-0/+4
2016-05-23scripts/gdb: decode bytestream on dmesg for Python3Kieran Bingham1-2/+2
2016-05-23scripts/gdb: fix issue with dmesg.py and python 3.XDom Cote1-3/+4
2016-05-23scripts/gdb: improve types abstraction for gdb python scriptsDom Cote1-2/+15
2016-05-23scripts/gdb: add lx_thread_info_by_pid helperKieran Bingham1-0/+19
2016-05-23scripts/gdb: add a Radix Tree ParserKieran Bingham3-0/+105
2016-05-23scripts/gdb: cast CPU numbers to integerJan Kiszka1-1/+1
2016-05-23scripts/gdb: add cpu iteratorsKieran Bingham1-0/+38
2016-05-23scripts/gdb: add mount point list commandKieran Bingham2-0/+119
2016-05-23scripts/gdb: add io resource readersKieran Bingham1-0/+57
2016-05-23scripts/gdb: provide a dentry_name VFS path helperKieran Bingham1-0/+8
2016-05-23scripts/gdb: support !CONFIG_MODULES gracefullyKieran Bingham1-1/+4
2016-05-23scripts/gdb: provide exception catching parserKieran Bingham1-0/+7
2016-05-23scripts/gdb: convert modules usage to lists functionsKieran Bingham1-11/+6
2016-05-23scripts/gdb: provide kernel list item generatorsKieran Bingham1-0/+21
2016-05-23scripts/gdb: provide linux constantsKieran Bingham3-1/+44
2016-05-23scripts/gdb: Adjust module reference counter reported by lx-lsmodJan Kiszka1-1/+1
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+139