summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2015-09-08Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-366/+378
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-516/+639
2015-09-04scripts/spelling.txt: add some typo-wordsZhao Lei-0/+24
2015-09-04scripts: decode_stacktrace: fix ARM architecture decodingRobert Jarzmik-1/+4
2015-09-04scripts/Lindent: handle missing indent gracefullyJean Delvare-0/+3
2015-09-04kerneldoc: Convert error messages to GNU error message formatBart Van Assche-19/+19
2015-09-04scripts/spelling.txt: spelling of uninitializedSudip Mukherjee-0/+1
2015-09-04scripts/spelling.txt: add misspelled words for checkManinder Singh-0/+4
2015-09-04kbuild: Fix clang detectionMichal Marek-1/+5
2015-09-04deb-pkg: add source packageRiku Voipio-6/+49
2015-09-04package/Makefile: move source tar creation to a functionRiku Voipio-13/+16
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1533/+0
2015-08-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+19
2015-08-31Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds-6/+288
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+46
2015-08-28scripts: add stackdelta scriptRasmus Villemoes-0/+59
2015-08-28scripts: add stackusage scriptRasmus Villemoes-0/+33
2015-08-27scripts: add extract-cert and sign-file to .gitignorePaul Gortmaker-0/+2
2015-08-26kbuild: avoid listing /lib/modules in kernel spec fileMike Marciniszyn-1/+0
2015-08-26Merge tag 'modsign-pkcs7-20150814' of git://git.kernel.org/pub/scm/linux/kern...James Morris-0/+51
2015-08-24kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada-19/+0
2015-08-24kbuild: fixdep: optimize code slightlyMasahiro Yamada-3/+4
2015-08-23kernel-doc: ignore unneeded attribute informationJonathan Corbet-0/+2
2015-08-20genksyms: Regenerate parserMichal Marek-343/+354
2015-08-20genksyms: Duplicate function pointer type definitions segfaultRichard Yao-0/+9
2015-08-20Avoid conflict with host definitions when cross-compilingPavel Fedin-0/+6
2015-08-20merge_config.sh: exit on missing input filesSam Bobroff-0/+4
2015-08-19fallback to hostname in scripts/package/builddebChristian Kujau-1/+1
2015-08-19coccinelle: api: extend spatch for dropping unnecessary ownerKrzysztof Kozlowski-0/+73
2015-08-19kconfig: Regenerate shipped zconf.{hash,lex}.c filesAndreas Ruprecht-191/+192
2015-08-19kconfig: warn of unhandled characters in Kconfig commandsAndreas Ruprecht-9/+12
2015-08-19kconfig: Delete unnecessary checks before the function call "sym_calc_value"Markus Elfring-7/+3
2015-08-19deb-pkg: simplify directory creationRiku Voipio-14/+5
2015-08-19scripts/tags.sh: Include trace_*_rcuidle() in tagsStephen Boyd-0/+4
2015-08-16scripts/kernel-doc: Adding cross-reference links to html documentation.Danilo Cesar Lemes de Paula-0/+198
2015-08-15Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris-0/+1
2015-08-14modsign: Handle signing key in source treeDavid Woodhouse-0/+51
2015-08-13sign-file: Fix warning about BIO_reset() return valueDavid Howells-1/+1
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells-2/+3
2015-08-12modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYSDavid Woodhouse-1/+2
2015-08-12extract-cert: Cope with multiple X.509 certificates in a single fileDavid Woodhouse-12/+46
2015-08-12sign-file: Generate CMS message as signature instead of PKCS#7David Howells-24/+27
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+19
2015-08-11localmodconfig: Use Kbuild files tooRichard Weinberger-1/+1
2015-08-08modpost: abort if a module symbol is too longTakashi Iwai-0/+11
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse-1/+134
2015-08-07modsign: Allow signing key to be PKCS#11David Woodhouse-5/+24
2015-08-07modsign: Allow password to be specified for signing keyDavid Woodhouse-1/+26
2015-08-07modsign: Abort modules_install when signing failsDavid Woodhouse-1/+1
2015-08-07sign-file: Add option to only create signature fileLuis R. Rodriguez-3/+10