summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Kbuild: centralize MKIMAGE and cmd_uimage definitionsStephen Warren2012-03-261-0/+24
* headers_check: recursively search for linux/types.h inclusionBobby Powers2012-03-261-1/+37
* scripts/Kbuild.include: Fix portability problem of "echo -e"Bernhard Walle2012-03-241-1/+1
* scripts: dtc: fix compile warningsFelipe Balbi2012-03-242-6/+1
* kbuild: disable -Wmissing-field-initializers for W=1Kirill A. Shutemov2012-01-261-0/+2
* Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-162-7/+18
|\
| * kbuild, headers.sh: Don't make archheaders explicitlyH. Peter Anvin2011-11-221-1/+0
| * checksyscalls: Use arch/x86/syscalls/syscall_32.tbl as sourceH. Peter Anvin2011-11-171-5/+10
| * kbuild: Add support for an "archheaders" targetH. Peter Anvin2011-11-171-0/+1
| * kbuild: Add support for installing generated asm headersH. Peter Anvin2011-11-171-2/+8
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2012-01-1615-83/+587
|\ \
| * | scripts/coccinelle: improve the coverage of some semantic patchesJulia Lawall2012-01-1511-76/+351
| * | coccinelle: semantic patches related to devm_ functions (part 2)Julia Lawall2012-01-141-0/+71
| * | coccinelle: semantic patches related to devm_ functions (part 1)Julia Lawall2012-01-141-0/+105
| * | coccicheck: add M= option to control which dir is processedGreg Dietsche2012-01-141-5/+14
| * | ctags: remove struct forward declarationsAlexey Dobriyan2011-12-181-0/+2
| * | scripts/tags.sh: Add Page flag function magicStephen Boyd2011-11-141-2/+44
| |/
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-01-167-14/+133
|\ \
| * | menuconfig: fix a regression when canceling the prompt dialog at exitLi Zefan2012-01-161-1/+2
| * | kbuild: Fix compiler warning with assertion when calling 'fwrite'Arnaud Lacombe2012-01-152-2/+5
| * | Improve update-po-config outputPeter Foley2012-01-151-3/+3
| * | menuconfig: let make not report error when not save configurationWang YanQing2012-01-141-0/+1
| * | merge_config.sh: fix bug in final checkJohn Stultz2012-01-141-2/+2
| * | merge_config.sh: whitespace cleanupDarren Hart2012-01-141-2/+2
| * | merge_config.sh: use signal names compatible with dash and bashDarren Hart2012-01-141-1/+1
| * | kconfig: add merge_config.sh scriptjohn stultz2012-01-141-0/+117
| * | kconfig: use xfwrite wrapper function to silence warningsPeter Foley2011-12-181-2/+2
| * | kconfig: fix set but not used warningsPeter Foley2011-12-111-4/+1
| * | kconfig: fix warnings by specifing format argumentsPeter Foley2011-12-111-3/+3
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-01-165-5/+30
|\ \ \
| * | | Kbuild: Use dtc's -d (dependency) optionStephen Warren2012-01-151-1/+1
| * | | dtc: Implement -d option to write out a dependency fileStephen Warren2012-01-143-1/+25
| * | | kbuild: Fix comment in Makefile.libMichal Marek2012-01-081-3/+3
| * | | scripts/genksyms: clean lex/yacc generated filesFernando Luis Vázquez Cao2012-01-081-0/+1
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-151-1/+1
|\ \ \ \
| * | | | recordmcount: Fix handling of elf64 big-endian objects.David Daney2012-01-061-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2012-01-141-12/+40
|\ \ \ \ \
| * | | | | kconfig/streamline-config.pl: Fix parsing Makefile with variablesSteven Rostedt2012-01-131-0/+29
| * | | | | kconfig/streamline-config.pl: Simplify backslash line concatinationSteven Rostedt2012-01-131-13/+12
| |/ / / /
* | | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-141-125/+92
|\ \ \ \ \
| * | | | | modpost: use linker section to generate table.Rusty Russell2012-01-131-45/+61
| * | | | | modpost: use a table rather than a giant if/else statement.Rusty Russell2012-01-131-119/+73
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2012-01-131-0/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich2012-01-091-0/+13
| |/ / / /
* | | | | checkpatch: catch all occurences of type and cast spacing errors per lineAndy Whitcroft2012-01-101-4/+7
* | | | | checkpatch: typeof may have more complex argumentsAndy Whitcroft2012-01-101-1/+1
* | | | | checkpatch: ensure cast type is unique in the context parserAndy Whitcroft2012-01-101-1/+1
* | | | | checkpatch: fix complex macros handling of square bracketsAndy Whitcroft2012-01-101-1/+1
* | | | | checkpatch: fix 'return is not a function' square bracket handlingAndy Whitcroft2012-01-101-1/+1
* | | | | checkpatch: complex macro should allow the empty do while loopAndy Whitcroft2012-01-101-1/+1