aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-03-09Merge 3.3-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 6-26/+57
2012-02-27mod/file2alias: make modpost compile on darwin againGravatar Andreas Bießmann 1-4/+31
2012-02-25Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Gravatar Linus Torvalds 3-21/+10
2012-02-24coccicheck: change handling of C={1,2} when M= is setGravatar Greg Dietsche 1-9/+4
2012-02-18builddeb: Don't create files in /tmp with predictable namesGravatar Ben Hutchings 1-6/+6
2012-02-15ARM: 7324/1: modpost: Fix section warnings for ARM for many compilersGravatar Tony Lindgren 1-0/+9
2012-02-14module: fix broken isapnp handling in file2aliasGravatar Ondrej Zary 1-1/+1
2012-02-13x86/cpu: Clean up modalias feature matchingGravatar Ben Hutchings 1-2/+3
2012-02-07checkpatch: Warn on code with 6+ tab indentationGravatar Joe Perches 1-0/+6
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Gravatar Greg Kroah-Hartman 2-11/+2
2012-01-28Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-10/+0
2012-01-26Add driver auto probing for x86 features v4Gravatar Andi Kleen 1-0/+24
2012-01-23scripts/kernel-doc: fix fatal error caused by cfg80211.hGravatar Randy Dunlap 1-1/+2
2012-01-23kbuild: do not check for ancient modutils toolsGravatar Lucas De Marchi 1-6/+0
2012-01-20Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Gravatar Russell King 1-10/+0
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-7/+18
2012-01-16Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 15-83/+587
2012-01-16Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 7-14/+133
2012-01-16Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 5-5/+30
2012-01-16menuconfig: fix a regression when canceling the prompt dialog at exitGravatar Li Zefan 1-1/+2
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2012-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 1-12/+40
2012-01-15kbuild: Fix compiler warning with assertion when calling 'fwrite'Gravatar Arnaud Lacombe 2-2/+5
2012-01-15Improve update-po-config outputGravatar Peter Foley 1-3/+3
2012-01-15scripts/coccinelle: improve the coverage of some semantic patchesGravatar Julia Lawall 11-76/+351
2012-01-15Kbuild: Use dtc's -d (dependency) optionGravatar Stephen Warren 1-1/+1
2012-01-14dtc: Implement -d option to write out a dependency fileGravatar Stephen Warren 3-1/+25
2012-01-14coccinelle: semantic patches related to devm_ functions (part 2)Gravatar Julia Lawall 1-0/+71
2012-01-14coccinelle: semantic patches related to devm_ functions (part 1)Gravatar Julia Lawall 1-0/+105
2012-01-14coccicheck: add M= option to control which dir is processedGravatar Greg Dietsche 1-5/+14
2012-01-14menuconfig: let make not report error when not save configurationGravatar Wang YanQing 1-0/+1
2012-01-14merge_config.sh: fix bug in final checkGravatar John Stultz 1-2/+2
2012-01-14merge_config.sh: whitespace cleanupGravatar Darren Hart 1-2/+2
2012-01-14merge_config.sh: use signal names compatible with dash and bashGravatar Darren Hart 1-1/+1
2012-01-14kconfig: add merge_config.sh scriptGravatar john stultz 1-0/+117
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxGravatar Linus Torvalds 1-125/+92
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Gravatar Linus Torvalds 1-0/+13
2012-01-13kconfig/streamline-config.pl: Fix parsing Makefile with variablesGravatar Steven Rostedt 1-0/+29
2012-01-13kconfig/streamline-config.pl: Simplify backslash line concatinationGravatar Steven Rostedt 1-13/+12
2012-01-13modpost: use linker section to generate table.Gravatar Rusty Russell 1-45/+61
2012-01-13modpost: use a table rather than a giant if/else statement.Gravatar Rusty Russell 1-119/+73
2012-01-10checkpatch: catch all occurences of type and cast spacing errors per lineGravatar Andy Whitcroft 1-4/+7
2012-01-10checkpatch: typeof may have more complex argumentsGravatar Andy Whitcroft 1-1/+1
2012-01-10checkpatch: ensure cast type is unique in the context parserGravatar Andy Whitcroft 1-1/+1
2012-01-10checkpatch: fix complex macros handling of square bracketsGravatar Andy Whitcroft 1-1/+1
2012-01-10checkpatch: fix 'return is not a function' square bracket handlingGravatar Andy Whitcroft 1-1/+1
2012-01-10checkpatch: complex macro should allow the empty do while loopGravatar Andy Whitcroft 1-1/+1
2012-01-10checkpatch: fix EXPORT_SYMBOL handling following a functionGravatar Andy Whitcroft 1-1/+1
2012-01-10checkpatch: only apply kconfig help checks for options which promptGravatar Andy Whitcroft 1-5/+12
2012-01-10checkpatch: optimise statement scanner when mid-statementGravatar Andy Whitcroft 1-2/+20