summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* ftrace: default to tilegx if ARCH=tile is specifiedTony Lu2013-12-051-1/+2
* Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-11-211-0/+1
|\
| * checkpatch: fix "Use of uninitialized value" warningsJoe Perches2013-11-211-0/+1
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-211-0/+2
|\ \ | |/ |/|
| * X.509: remove possible code fragility: enumeration values not handledAntonio Alecrim Jr2013-09-251-0/+2
* | Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-11-161-2/+2
|\ \
| * | recordmcount.pl: Add support for __fentry__Jamie Iles2013-11-051-2/+2
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-11-154-117/+12
|\ \ \
| * | | scripts/tags.sh: remove obsolete __devinit[const|data]Michael Opdenacker2013-11-081-2/+2
| * | | scripts/kernel-doc: make unknown function prototype a Warning instead of an E...Randy Dunlap2013-11-061-2/+1
| * | | show_delta: Update script to support python versions 2.5 through 3.3Mike Pagano2013-10-231-6/+6
| * | | scripts/coccinelle/api: remove devm_request_and_ioremap.cocciWolfram Sang2013-10-231-105/+0
| * | | scripts/tags.sh: Increase identifier listKirill Tkhai2013-10-231-2/+3
| | |/ | |/|
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-11-157-39/+43
|\ \ \
| * \ \ Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-10-317-39/+43
| |\ \ \ | | |/ / | |/| |
| | * | xconfig: Fix the filename for GUI settingsBen Hutchings2013-10-082-0/+6
| | * | kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch2013-10-081-1/+1
| | * | kconfig: remove unused definition from scannerMartin Walch2013-10-081-1/+0
| | * | kconfig: adjust warning message for conflicting typesMartin Walch2013-10-081-3/+4
| | * | kconfig: fix trivial typos and update mconf documentationMartin Walch2013-10-083-33/+31
| | * | kconfig: add short explanation to SYMBOL_WRITEMartin Walch2013-10-081-1/+1
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-11-153-4/+11
|\ \ \ \
| * | | | kallsyms: Revert back to 128 max symbol lengthMichal Marek2013-11-131-1/+1
| * | | | scripts: kallsyms: Use %zu to print 'size_t'Fabio Estevam2013-11-081-1/+1
| * | | | scripts/bloat-o-meter: use .startswith rather than fragile slicingJosh Triplett2013-11-071-1/+1
| * | | | 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/+4
* | | | 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/+7
* | | | scripts/mod/modpost.c: handle non ABS crc symbolsAndi Kleen2013-11-131-8/+7
* | | | 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-022-1/+13
| |_|/ |/| |