aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAge
...
* | | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-30
|\ \ \
| * | | scripts/dtc: dt_to_config - kernel config options for a devicetreeGaurav Minocha2016-07-22
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-29
|\ \ \ \
| * | | | modsign: Make sign-file determine the format of the X.509 certDavid Howells2016-06-14
* | | | | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-28
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | pmem: kill __pmem address spaceDan Williams2016-07-12
| | |/ / | |/| |
* | | | Merge tag 'media/v4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-07-27
|\ \ \ \
| * \ \ \ Merge branch 'topic/docs-next' into v4l_for_linusMauro Carvalho Chehab2016-07-27
| |\ \ \ \
| | * | | | doc-rst: kernel-doc: fix a change introduced by mistakeMauro Carvalho Chehab2016-07-23
| | * | | | Merge branch 'patchwork' into topic/docs-nextMauro Carvalho Chehab2016-07-23
| | |\| | |
| | * | | | Merge branch 'docs-next' of git://git.lwn.net/linux into topic/docs-nextMauro Carvalho Chehab2016-07-23
| | |\ \ \ \
| | * | | | | [media] extract_xc3028.pl: move it to scripts/dirMauro Carvalho Chehab2016-07-17
| | * | | | | [media] doc-rst: move DVB avulse docs to Documentation/mediaMauro Carvalho Chehab2016-07-17
| | * | | | | doc-rst: linux_tv: remove trailing commentsMauro Carvalho Chehab2016-07-03
| | * | | | | doc-rst: linux_tv: supress lots of warningsMauro Carvalho Chehab2016-07-03
* | | | | | | Disable "maybe-uninitialized" warning globallyLinus Torvalds2016-07-27
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | mm: clean up non-standard page->_mapcount usersVladimir Davydov2016-07-26
| * | | | | | scripts/bloat-o-meter: fix percent on <1% changesRiku Voipio2016-07-26
* | | | | | | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-07-26
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki2016-07-25
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | PM / tools: scripts: AnalyzeSuspend v4.2Todd Brandt2016-07-15
| | |/ / / / / /
* | | | | | | | Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds2016-07-26
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | doc-rst: kernel-doc: fix handling of address_space tagsMauro Carvalho Chehab2016-07-22
| * | | | | | kernel-doc: Fix up warning outputDaniel Vetter2016-07-17
| | |_|/ / / | |/| | | |
| * | | | | 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