aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-09-24checkpatch: make extern in .h prototypes quieterGravatar Joe Perches 1-2/+2
2013-09-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-1/+1
2013-09-13scripts/config: fix variable substitution commandGravatar Clement Chauplannaz 1-1/+1
2013-09-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+21
2013-09-11checkpatch: add test for positional misuse of section specifiers like __initdataGravatar Joe Perches 1-1/+46
2013-09-11checkpatch: fix perl version 5.12 and earlier incompatibilityGravatar Joe Perches 1-2/+2
2013-09-11checkpatch: reduce runtime/cpu time usedGravatar Joe Perches 1-1/+3
2013-09-11checkpatch: better --fix of SPACING errors.Gravatar Joe Perches 1-22/+42
2013-09-11checkpatch: ignore #define TRACE_<foo> macrosGravatar Joe Perches 1-1/+2
2013-09-11checkpatch: add --types option to report only specific message typesGravatar Joe Perches 1-18/+38
2013-09-11checkpatch: fix networking kernel-doc block comment defectGravatar Joe Perches 1-0/+1
2013-09-11checkpatch: warn when using extern with function prototypes in .h filesGravatar Joe Perches 1-0/+10
2013-09-11checkpatch: check for duplicate signaturesGravatar Joe Perches 1-0/+12
2013-09-11checkpatch: enforce sane perl versionGravatar Dave Hansen 1-0/+12
2013-09-11checkpatch: check CamelCase by word, not by $LvalGravatar Joe Perches 1-5/+9
2013-09-11checkpatch: add a few more --fix correctionsGravatar Joe Perches 1-38/+84
2013-09-11Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 9-340/+408
2013-09-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 4-24/+178
2013-09-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-8/+0
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-0/+4
2013-09-05kconfig: do not allow more than one symbol to have 'option modules'Gravatar Yann E. MORIN 1-0/+6
2013-09-05kconfig: regenerate bison parserGravatar Yann E. MORIN 1-264/+298
2013-09-05kconfig: do not special-case 'MODULES' symbolGravatar Yann E. MORIN 2-13/+3
2013-09-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2013-09-01diffconfig: Update script to support python versions 2.5 through 3.3Gravatar Mike Pagano 1-15/+13
2013-08-30tile: support ftrace on tilegxGravatar Tony Lu 1-0/+4
2013-08-28scripts/checkkconfigsymbols.sh: replace echo -e with printfGravatar Max Filippov 1-2/+2
2013-08-26kbuild: Add MIPS specific files to generated package.Gravatar Stuart Longland 1-0/+21
2013-08-20scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture.Gravatar Chen Gang 1-0/+1
2013-08-19diffconfig: Gracefully exit if the default config files are not presentGravatar Mike Pagano 1-2/+7
2013-08-15kconfig: silence warning when parsing auto.conf when a symbol has changed typeGravatar Yann E. MORIN 1-3/+8
2013-08-15scripts/config: use sed's POSIX interfaceGravatar Clement Chauplannaz 1-3/+41
2013-08-15kconfig: switch to "long long" for sanityGravatar Kees Cook 1-9/+10
2013-08-15Provide version number for Debian firmware packageGravatar Heinrich Schuchardt 1-1/+1
2013-08-13coccinelle: replace 0/1 with false/true in functions returning boolGravatar Rasmus Villemoes 1-0/+58
2013-07-25scripts: remove unused function in sortextable.cGravatar Ramkumar Ramachandra 1-8/+0
2013-07-24deb-pkg: add a hook argument to match debian hooks parametersGravatar Anisse Astier 1-1/+1
2013-07-24deb-pkg: fix installed image path on parisc, mips and powerpcGravatar Anisse Astier 1-7/+20
2013-07-24deb-pkg: split debug symbols in their own packageGravatar Anisse Astier 1-1/+49
2013-07-24deb-pkg: use KCONFIG_CONFIG instead of .config file directlyGravatar Anisse Astier 1-6/+7
2013-07-23Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Gravatar Michal Marek 3-33/+24
2013-07-23rpm-pkg: add generation of kernel-develGravatar Mike Marciniszyn 1-2/+26
2013-07-23rpm-pkg: install firmware files in kernel relative directoryGravatar Mike Marciniszyn 1-4/+5
2013-07-23rpm-pkg: add %post section to create initramfs and grub hooksGravatar Mike Marciniszyn 1-0/+9
2013-07-16kconfig: simplify symbol-search codeGravatar Yann E. MORIN 1-19/+11
2013-07-16kconfig: don't allocate n+1 elements in temporary arrayGravatar Yann E. MORIN 1-1/+1
2013-07-16kconfig: minor style fixes in symbol-search codeGravatar Yann E. MORIN 1-4/+3
2013-07-16kconfig/[mn]conf: shorten title in search-boxGravatar Yann E. MORIN 2-4/+4
2013-07-16kconfig: avoid multiple calls to strlenGravatar Yann E. MORIN 1-5/+5
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Gravatar Rusty Russell 1-5/+5