summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | scripts/bloat-o-meter: ignore changes in the size of linux_bannerJosh Triplett2013-11-071-0/+1
| * | | | kbuild: replace unbounded sprintf call in modpostKees Cook2013-11-061-1/+1
| * | | | kbuild, bloat-o-meter: fix static detectionAndi Kleen2013-11-061-2/+2
| * | | | Kbuild: Handle longer symbols in kallsyms.cAndi Kleen2013-11-061-1/+7
| |/ / /
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-152-5/+21
|\ \ \ \
| * | | | modpost: fix bogus 'exported twice' warnings.Rusty Russell2013-11-071-2/+5
| * | | | asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visibleAndi Kleen2013-10-291-1/+1
| * | | | modpost: Optionally ignore secondary errors seen if a single module build failsGuenter Roeck2013-09-232-2/+15
| |/ / /
* | | | kernel-doc: improve "no structured comments found" errorJohannes Berg2013-11-132-5/+15
* | | | initramfs: read CONFIG_RD_ variables for initramfs compressionP J P2013-11-131-6/+18
* | | | checkpatch: add check for sscanf without return useJoe Perches2013-11-131-0/+17
* | | | checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsJoe Perches2013-11-131-7/+12
* | | | checkpatch: improve "return is not a function" testJoe Perches2013-11-131-14/+4Star
* | | | checkpatch.pl: check for the FSF mailing addressJosh Triplett2013-11-131-0/+12
* | | | checkpatch: make the memory barrier test noisierJoe Perches2013-11-131-2/+2
* | | | checkpatch: add rules to check init attribute and const defectsJoe Perches2013-11-131-2/+34
* | | | checkpatch: add test for #defines of ARCH_HAS_<foo>Joe Perches2013-11-131-8/+14
* | | | checkpatch: find CamelCase definitions of struct/union/enumJoe Perches2013-11-131-2/+3
* | | | checkpatch: update seq_<foo> testsJoe Perches2013-11-131-3/+4
* | | | checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patchJoe Perches2013-11-131-2/+10
* | | | checkpatch: report missing spaces around trigraphs with --strictJoe Perches2013-11-131-9/+7Star
* | | | scripts/mod/modpost.c: handle non ABS crc symbolsAndi Kleen2013-11-131-8/+7Star
* | | | scripts/sortextable: support objects with more than 64K sections.Jamie Iles2013-11-132-3/+47
* | | | perf tools: Fix version when building out of treeDavid Ahern2013-11-071-1/+3
* | | | scripts/kallsyms: filter symbols not in kernel address spaceMing Lei2013-11-012-1/+13
| |_|/ |/| |
* | | checkpatch: make extern in .h prototypes quieterJoe Perches2013-09-251-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-131-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-121-1/+46
* | | checkpatch: fix perl version 5.12 and earlier incompatibilityJoe Perches2013-09-121-2/+2
* | | checkpatch: reduce runtime/cpu time usedJoe Perches2013-09-121-1/+3
* | | checkpatch: better --fix of SPACING errors.Joe Perches2013-09-121-22/+42
* | | checkpatch: ignore #define TRACE_<foo> macrosJoe Perches2013-09-121-1/+2
* | | checkpatch: add --types option to report only specific message typesJoe Perches2013-09-121-18/+38
* | | checkpatch: fix networking kernel-doc block comment defectJoe Perches2013-09-121-0/+1
* | | checkpatch: warn when using extern with function prototypes in .h filesJoe Perches2013-09-121-0/+10
* | | checkpatch: check for duplicate signaturesJoe Perches2013-09-121-0/+12
* | | checkpatch: enforce sane perl versionDave Hansen2013-09-121-0/+12
* | | checkpatch: check CamelCase by word, not by $LvalJoe Perches2013-09-121-5/+9
* | | checkpatch: add a few more --fix correctionsJoe Perches2013-09-121-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/+3Star
| * | diffconfig: Update script to support python versions 2.5 through 3.3Mike Pagano2013-09-011-15/+13Star
| * | 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