summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: add test for positional misuse of section specifiers like __initdataJoe Perches2013-09-111-1/+46
* checkpatch: fix perl version 5.12 and earlier incompatibilityJoe Perches2013-09-111-2/+2
* checkpatch: reduce runtime/cpu time usedJoe Perches2013-09-111-1/+3
* checkpatch: better --fix of SPACING errors.Joe Perches2013-09-111-22/+42
* checkpatch: ignore #define TRACE_<foo> macrosJoe Perches2013-09-111-1/+2
* checkpatch: add --types option to report only specific message typesJoe Perches2013-09-111-18/+38
* checkpatch: fix networking kernel-doc block comment defectJoe Perches2013-09-111-0/+1
* checkpatch: warn when using extern with function prototypes in .h filesJoe Perches2013-09-111-0/+10
* checkpatch: check for duplicate signaturesJoe Perches2013-09-111-0/+12
* checkpatch: enforce sane perl versionDave Hansen2013-09-111-0/+12
* checkpatch: check CamelCase by word, not by $LvalJoe Perches2013-09-111-5/+9
* checkpatch: add a few more --fix correctionsJoe Perches2013-09-111-38/+84
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-09-119-340/+408
|\
| * kconfig: do not allow more than one symbol to have 'option modules'Yann E. MORIN2013-09-051-0/+6
| * kconfig: regenerate bison parserYann E. MORIN2013-09-051-264/+298
| * kconfig: do not special-case 'MODULES' symbolYann E. MORIN2013-09-052-13/+3
| * diffconfig: Update script to support python versions 2.5 through 3.3Mike Pagano2013-09-011-15/+13
| * diffconfig: Gracefully exit if the default config files are not presentMike Pagano2013-08-191-2/+7
| * kconfig: silence warning when parsing auto.conf when a symbol has changed typeYann E. MORIN2013-08-151-3/+8
| * scripts/config: use sed's POSIX interfaceClement Chauplannaz2013-08-151-3/+41
| * kconfig: switch to "long long" for sanityKees Cook2013-08-151-9/+10
| * Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-07-233-33/+24
| |\
| | * kconfig: simplify symbol-search codeYann E. MORIN2013-07-161-19/+11
| | * kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN2013-07-161-1/+1
| | * kconfig: minor style fixes in symbol-search codeYann E. MORIN2013-07-161-4/+3
| | * kconfig/[mn]conf: shorten title in search-boxYann E. MORIN2013-07-162-4/+4
| | * kconfig: avoid multiple calls to strlenYann E. MORIN2013-07-161-5/+5
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-09-074-24/+178
|\ \ \
| * | | scripts/checkkconfigsymbols.sh: replace echo -e with printfMax Filippov2013-08-281-2/+2
| * | | Provide version number for Debian firmware packageHeinrich Schuchardt2013-08-151-1/+1
| * | | coccinelle: replace 0/1 with false/true in functions returning boolRasmus Villemoes2013-08-131-0/+58
| * | | deb-pkg: add a hook argument to match debian hooks parametersAnisse Astier2013-07-241-1/+1
| * | | deb-pkg: fix installed image path on parisc, mips and powerpcAnisse Astier2013-07-241-7/+20
| * | | deb-pkg: split debug symbols in their own packageAnisse Astier2013-07-241-1/+49
| * | | deb-pkg: use KCONFIG_CONFIG instead of .config file directlyAnisse Astier2013-07-241-6/+7
| * | | rpm-pkg: add generation of kernel-develMike Marciniszyn2013-07-231-2/+26
| * | | rpm-pkg: install firmware files in kernel relative directoryMike Marciniszyn2013-07-231-4/+5
| * | | rpm-pkg: add %post section to create initramfs and grub hooksMike Marciniszyn2013-07-231-0/+9
| |/ /
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-09-071-8/+0
|\ \ \
| * | | scripts: remove unused function in sortextable.cRamkumar Ramachandra2013-07-251-8/+0
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2013-09-061-0/+4
|\ \ \
| * | | tile: support ftrace on tilegxTony Lu2013-08-301-0/+4
| |/ /
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-041-0/+1
|\ \ \
| * | | scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture.Chen Gang2013-08-201-0/+1
| |/ /
* / / PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-5/+5
|/ /
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-07-1035-51/+173
|\ \
| * | Coccinelle: Update information about the minimal version requiredNicolas Palix2013-07-031-0/+5
| * | Coccinelle: Update the options used to the new option schemeNicolas Palix2013-07-0334-47/+47
| * | scripts: Coccinelle script for pci_free_consistent()strnape1@fel.cvut.cz2013-07-031-0/+52
| * | coccicheck: span checks across CPUsKees Cook2013-07-031-3/+28