summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings2017-01-261-4/+11
* scripts/has-stack-protector: add -fno-PIESebastian Andrzej Siewior2016-11-241-1/+1
* CRIS: Fix headers_installSam Ravnborg2016-10-061-2/+0
* ftrace/recordmcount: Work around for addition of metag magic but not relocationsLaura Abbott2016-08-191-1/+8
* X.509: remove possible code fragility: enumeration values not handledAntonio Alecrim Jr2016-05-191-0/+2
* kbuild/mkspec: fix grub2 installkernel issueJiri Kosina2016-04-111-4/+4
* scripts/coccinelle: modernize &Julia Lawall2016-04-111-1/+1
* genksyms: Handle string literals with spaces in reference filesMichal Marek2016-03-071-2/+4
* scripts: recordmcount: break hardlinksRussell King2016-03-031-0/+14
* scripts/bloat-o-meter: fix python3 syntax errorSergey Senozhatsky2016-02-251-4/+4
* recordmcount: Fix endianness handling bug for nop_mcountlibin2016-02-121-1/+1
* scripts/recordmcount.pl: support data in text section on powerpcUlrich Weigand2016-02-121-1/+2
* localmodconfig: Use Kbuild files tooRichard Weinberger2015-08-251-1/+1
* scripts/sortextable: suppress warning: `relocs_size' may be used uninitializedTim Gardner2015-06-231-1/+1
* kconfig: Fix warning "‘jump’ may be used uninitialized"Peter Kümmel2015-02-091-2/+2
* kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch2015-02-091-1/+1
* scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymoreMichael Karcher2015-01-291-1/+0
* scripts/kernel-doc: don't eat struct members with __alignedJohannes Berg2015-01-261-1/+1
* recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modulesAlex Smith2014-07-171-2/+2
* builddeb: use $OBJCOPY variable instead of objcopyFathi Boudra2014-07-021-3/+3
* module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen2014-07-021-5/+9
* powerpc: Add vr save/restore functionsAndreas Schwab2014-05-151-2/+6
* deb-pkg: Fix cross-building linux-headers packageBen Hutchings2014-03-311-5/+4
* deb-pkg: Fix building for MIPS big-endian or ARM OABIBen Hutchings2014-03-311-2/+2
* Modpost: fixed USB alias generation for ranges including 0x9 and 0xAJan Moskyto Matejka2014-02-221-2/+2
* scripts/link-vmlinux.sh: only filter kernel symbols for armMing Lei2014-01-091-1/+3
* scripts/kallsyms: filter symbols not in kernel address spaceMing Lei2013-11-022-1/+13
* checkpatch: make extern in .h prototypes quieterJoe Perches2013-09-241-2/+2
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-09-131-1/+1
|\
| * scripts/config: fix variable substitution commandClement Chauplannaz2013-09-131-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-09-121-0/+21
|\ \
| * | kbuild: Add MIPS specific files to generated package.Stuart Longland2013-08-261-0/+21
* | | 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