summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2016-08-028-20/+162
|\
| * Fix the Debian packaging script on systems with no codenameMarcin Mielniczuk2016-07-261-1/+2
| * builddeb: fix file permissions before packagingHenning Schild2016-07-261-0/+2
| * scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_continue.cocciLuis R. Rodriguez2016-07-221-0/+3
| * coccicheck: refer to Documentation/coccinelle.txt and wikiLuis R. Rodriguez2016-07-221-2/+3
| * coccicheck: add support for requring a coccinelle versionLuis R. Rodriguez2016-07-221-0/+14
| * coccicheck: replace --very-quiet with --quiet when debuggingLuis R. Rodriguez2016-07-221-0/+21
| * coccicheck: add support for DEBUG_FILELuis R. Rodriguez2016-07-221-1/+9
| * coccicheck: enable parmap supportLuis R. Rodriguez2016-07-221-3/+32
| * coccicheck: make SPFLAGS more usefulLuis R. Rodriguez2016-07-221-1/+4
| * coccicheck: move spatch binary check upLuis R. Rodriguez2016-07-221-5/+5
| * builddeb: really include objtool binary in headers packageWilfried Klaebe2016-07-191-3/+3
| * coccinelle: catch krealloc() on devm_*() allocated memoryYann Droneaud2016-06-211-0/+4
| * coccinelle: recognize more devm_* memory allocation functionsYann Droneaud2016-06-211-0/+20
| * coccinelle: also catch kzfree() issuesYann Droneaud2016-06-214-5/+25
| * coccicheck: Allow for overriding spatch flagsDeepa Dinamani2016-06-201-2/+2
| * Coccinelle: noderef: Add new rules and correct the old ruleVaishali Thakkar2016-06-201-1/+17
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-0220-11/+2051
|\ \
| * | scripts: Fix size mismatch of kexec_purgatory_sizeTautschnig, Michael2016-07-221-1/+2
| * | Kbuild: don't add obj tree in additional includesArnd Bergmann2016-07-182-4/+5
| * | Kbuild: don't add ../../ to include pathArnd Bergmann2016-07-181-1/+1
| * | kbuild: setlocalversion: print error to STDERRWolfram Sang2016-06-201-1/+1
| * | Add sancov pluginEmese Revfy2016-06-073-1/+170
| * | Add Cyclomatic complexity GCC pluginEmese Revfy2016-06-073-0/+75
| * | GCC plugin infrastructureEmese Revfy2016-06-0711-2/+1741
| * | Shared library supportEmese Revfy2016-06-073-3/+58
| |/
* | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-302-1/+1214
|\ \
| * | scripts/dtc: dt_to_config - kernel config options for a devicetreeGaurav Minocha2016-07-222-1/+1214
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-291-8/+26
|\ \ \
| * | | modsign: Make sign-file determine the format of the X.509 certDavid Howells2016-06-141-8/+26
* | | | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-1/+0
|\ \ \ \
| * | | | pmem: kill __pmem address spaceDan Williams2016-07-121-1/+0
| | |/ / | |/| |
* | | | Merge tag 'media/v4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-07-272-0/+2659
|\ \ \ \
| * \ \ \ Merge branch 'topic/docs-next' into v4l_for_linusMauro Carvalho Chehab2016-07-272-0/+2659
| |\ \ \ \
| | * | | | doc-rst: kernel-doc: fix a change introduced by mistakeMauro Carvalho Chehab2016-07-231-1/+1
| | * | | | Merge branch 'patchwork' into topic/docs-nextMauro Carvalho Chehab2016-07-232-1/+2
| | |\ \ \ \ | | | |/ / /
| | * | | | Merge branch 'docs-next' of git://git.lwn.net/linux into topic/docs-nextMauro Carvalho Chehab2016-07-231-1/+5
| | |\ \ \ \
| | * | | | | [media] extract_xc3028.pl: move it to scripts/dirMauro Carvalho Chehab2016-07-171-0/+1717
| | * | | | | [media] doc-rst: move DVB avulse docs to Documentation/mediaMauro Carvalho Chehab2016-07-171-0/+942
| | * | | | | doc-rst: linux_tv: remove trailing commentsMauro Carvalho Chehab2016-07-031-0/+0
| | * | | | | doc-rst: linux_tv: supress lots of warningsMauro Carvalho Chehab2016-07-031-1/+1
* | | | | | | Disable "maybe-uninitialized" warning globallyLinus Torvalds2016-07-271-4/+0
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-262-2/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | mm: clean up non-standard page->_mapcount usersVladimir Davydov2016-07-261-0/+3
| * | | | | | scripts/bloat-o-meter: fix percent on <1% changesRiku Voipio2016-07-261-2/+2
* | | | | | | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-07-261-1167/+2474
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki2016-07-251-1167/+2474
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | PM / tools: scripts: AnalyzeSuspend v4.2Todd Brandt2016-07-151-1167/+2474
| | |/ / / / / /
* | | | | | | | Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds2016-07-261-151/+306
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | doc-rst: kernel-doc: fix handling of address_space tagsMauro Carvalho Chehab2016-07-221-0/+4
OpenPOWER on IntegriCloud