summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-081-0/+84
|\
| * coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocciSean O. Stalley2015-09-081-0/+84
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2015-09-0815-61/+339
|\ \
| * | deb-pkg: add source packageRiku Voipio2015-09-042-6/+49
| * | package/Makefile: move source tar creation to a functionRiku Voipio2015-09-041-13/+16
| * | scripts: add stackdelta scriptRasmus Villemoes2015-08-281-0/+59
| * | scripts: add stackusage scriptRasmus Villemoes2015-08-281-0/+33
| * | kbuild: avoid listing /lib/modules in kernel spec fileMike Marciniszyn2015-08-261-1/+0
| * | fallback to hostname in scripts/package/builddebChristian Kujau2015-08-191-1/+1
| * | coccinelle: api: extend spatch for dropping unnecessary ownerKrzysztof Kozlowski2015-08-191-0/+73
| * | deb-pkg: simplify directory creationRiku Voipio2015-08-191-14/+5
| * | scripts/tags.sh: Include trace_*_rcuidle() in tagsStephen Boyd2015-08-191-0/+4
| * | scripts/package/Makefile: rpmbuild is needed for rpm targetsJim Davis2015-06-151-6/+2
| * | coccinelle: simple_return: Add a blank lineFabio Estevam2015-06-031-1/+1
| * | coccinelle: irqf_oneshot.cocci: Improve the generated commit logFabio Estevam2015-05-251-2/+5
| * | coccinelle: api: add vma_pages.cocciDmitry Kalinkin2015-05-211-0/+60
| * | scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammarFabio Estevam2015-05-211-1/+1
| * | scripts/coccinelle/misc/semicolon.cocci: Use imperative moodFabio Estevam2015-05-211-1/+1
| * | coccinelle: simple_open: Use imperative moodFabio Estevam2015-05-201-2/+2
| * | coccinelle: ifaddr: Fix the sentenceFabio Estevam2015-05-201-2/+1
| * | coccinelle: returnvar: Use imperative moodFabio Estevam2015-05-201-1/+1
| * | coccinelle: pm_runtime: Insert blank lineFabio Estevam2015-05-201-1/+1
| * | deb-pkg: Add device tree blobs to the packageArnaud Patard (Rtp)2015-05-201-0/+7
| * | builddeb: fix stripped module signatures if CONFIG_DEBUG_INFO and CONFIG_MODU...Andrey Skvortsov2015-05-061-0/+6
| * | deb-pkg: move setting debarch for a separate functionRiku Voipio2015-04-271-7/+11
| * | kbuild/mkspec: Simplify vmlinux.bz2 creationBorislav Petkov2015-04-271-3/+1
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-09-087-207/+211
|\ \ \
| * | | merge_config.sh: exit on missing input filesSam Bobroff2015-08-201-0/+4
| * | | kconfig: Regenerate shipped zconf.{hash,lex}.c filesAndreas Ruprecht2015-08-192-191/+192
| * | | kconfig: warn of unhandled characters in Kconfig commandsAndreas Ruprecht2015-08-192-9/+12
| * | | kconfig: Delete unnecessary checks before the function call "sym_calc_value"Markus Elfring2015-08-192-7/+3
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-09-087-366/+378
|\ \ \ \
| * | | | kbuild: Fix clang detectionMichal Marek2015-09-042-1/+5
| * | | | kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada2015-08-241-19/+0
| * | | | kbuild: fixdep: optimize code slightlyMasahiro Yamada2015-08-241-3/+4
| * | | | genksyms: Regenerate parserMichal Marek2015-08-202-343/+354
| * | | | genksyms: Duplicate function pointer type definitions segfaultRichard Yao2015-08-201-0/+9
| * | | | Avoid conflict with host definitions when cross-compilingPavel Fedin2015-08-201-0/+6
| |/ / /
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-089-516/+639
|\ \ \ \ | |_|_|/ |/| | |
| * | | scripts: add extract-cert and sign-file to .gitignorePaul Gortmaker2015-08-271-0/+2
| * | | Merge tag 'modsign-pkcs7-20150814' of git://git.kernel.org/pub/scm/linux/kern...James Morris2015-08-261-0/+51
| |\ \ \
| | * | | modsign: Handle signing key in source treeDavid Woodhouse2015-08-141-0/+51
| * | | | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2015-08-151-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | selinux: explicitly declare the role "base_r"Laurent Bigonville2015-07-131-0/+1
| | | |/ | | |/|
| * | | sign-file: Fix warning about BIO_reset() return valueDavid Howells2015-08-131-1/+1
| * | | PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-121-2/+3
| * | | modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYSDavid Woodhouse2015-08-121-1/+2
| * | | extract-cert: Cope with multiple X.509 certificates in a single fileDavid Woodhouse2015-08-121-12/+46
| * | | sign-file: Generate CMS message as signature instead of PKCS#7David Howells2015-08-121-24/+27
| * | | modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse2015-08-072-1/+134
OpenPOWER on IntegriCloud