aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-30scripts/patch-kernel: digest kernel.org hosted .xz patchesShawn Landden1-0/+4
2012-03-26scripts/coccinelle/api/ptr_ret.cocci: semantic patch for ptr_errJulia Lawall1-0/+70
2012-03-26scripts: refactor remove structure forward declarationsYang Bai1-3/+8
2012-03-26kbuild: incremental tags update for GNU GlobalJianbin Kang1-1/+1
2012-02-25coccinelle: semantic patch for bool issuesJulia Lawall1-0/+178
2012-02-25coccinelle: semantic patch to check for PTR_ERR after reassignmentJulia Lawall1-0/+41
2012-02-25coccinelle: semantic patch converting 0 test to null testJulia Lawall1-0/+237
2012-02-25coccinelle: semantic patch for missing iounmapJulia Lawall1-0/+67
2012-02-25coccinelle: semantic patch for missing clk_putJulia Lawall1-0/+67
2012-02-25kbuild: Fix out-of-tree build for 'make deb-pkg'Joerg Roedel1-3/+3
2012-02-24kbuild: Only build linux-image package for UMLJoerg Roedel1-5/+9
2012-02-24kbuild: Fix link to headers in 'make deb-pkg'Joerg Roedel1-0/+4
2012-02-24coccicheck: change handling of C={1,2} when M= is setGreg Dietsche1-9/+4
2012-02-18builddeb: Don't create files in /tmp with predictable namesBen Hutchings1-6/+6
2012-01-23kbuild: do not check for ancient modutils toolsLucas De Marchi1-6/+0
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+18
2012-01-16Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds15-83/+587
2012-01-16Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds7-14/+133
2012-01-16Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds5-5/+30
2012-01-16menuconfig: fix a regression when canceling the prompt dialog at exitLi Zefan1-1/+2
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfigLinus Torvalds1-12/+40
2012-01-15kbuild: Fix compiler warning with assertion when calling 'fwrite'Arnaud Lacombe2-2/+5
2012-01-15Improve update-po-config outputPeter Foley1-3/+3
2012-01-15scripts/coccinelle: improve the coverage of some semantic patchesJulia Lawall11-76/+351
2012-01-15Kbuild: Use dtc's -d (dependency) optionStephen Warren1-1/+1
2012-01-14dtc: Implement -d option to write out a dependency fileStephen Warren3-1/+25
2012-01-14coccinelle: semantic patches related to devm_ functions (part 2)Julia Lawall1-0/+71
2012-01-14coccinelle: semantic patches related to devm_ functions (part 1)Julia Lawall1-0/+105
2012-01-14coccicheck: add M= option to control which dir is processedGreg Dietsche1-5/+14
2012-01-14menuconfig: let make not report error when not save configurationWang YanQing1-0/+1
2012-01-14merge_config.sh: fix bug in final checkJohn Stultz1-2/+2
2012-01-14merge_config.sh: whitespace cleanupDarren Hart1-2/+2
2012-01-14merge_config.sh: use signal names compatible with dash and bashDarren Hart1-1/+1
2012-01-14kconfig: add merge_config.sh scriptjohn stultz1-0/+117
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-125/+92
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-0/+13
2012-01-13kconfig/streamline-config.pl: Fix parsing Makefile with variablesSteven Rostedt1-0/+29
2012-01-13kconfig/streamline-config.pl: Simplify backslash line concatinationSteven Rostedt1-13/+12
2012-01-13modpost: use linker section to generate table.Rusty Russell1-45/+61
2012-01-13modpost: use a table rather than a giant if/else statement.Rusty Russell1-119/+73
2012-01-10checkpatch: catch all occurences of type and cast spacing errors per lineAndy Whitcroft1-4/+7
2012-01-10checkpatch: typeof may have more complex argumentsAndy Whitcroft1-1/+1
2012-01-10checkpatch: ensure cast type is unique in the context parserAndy Whitcroft1-1/+1
2012-01-10checkpatch: fix complex macros handling of square bracketsAndy Whitcroft1-1/+1
2012-01-10checkpatch: fix 'return is not a function' square bracket handlingAndy Whitcroft1-1/+1
2012-01-10checkpatch: complex macro should allow the empty do while loopAndy Whitcroft1-1/+1
2012-01-10checkpatch: fix EXPORT_SYMBOL handling following a functionAndy Whitcroft1-1/+1
2012-01-10checkpatch: only apply kconfig help checks for options which promptAndy Whitcroft1-5/+12
2012-01-10checkpatch: optimise statement scanner when mid-statementAndy Whitcroft1-2/+20