summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | coccinelle: semantic patch for missing clk_putJulia Lawall2012-02-251-0/+67
| * | | kbuild: Fix out-of-tree build for 'make deb-pkg'Joerg Roedel2012-02-251-3/+3
| * | | kbuild: Only build linux-image package for UMLJoerg Roedel2012-02-241-5/+9
| * | | kbuild: Fix link to headers in 'make deb-pkg'Joerg Roedel2012-02-241-0/+4
* | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-03-303-22/+28
|\ \ \ \
| * | | | merge_config.sh: Add option to display redundant configsJohn Stultz2012-03-301-0/+9
| * | | | merge_config.sh: Set execute bitJohn Stultz2012-03-301-0/+0
| * | | | merge_config.sh: Use the first file as the initial configJosh Boyer2012-03-241-1/+5
| * | | | kconfig: fix new choices being skipped upon config updateArnaud Lacombe2012-01-262-21/+14
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-1/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: 7333/2: jump label: detect %c support for ARMRabin Vincent2012-03-241-1/+17
| |/ /
* | | checkpatch: check for quoted strings broken across linesJosh Triplett2012-03-231-0/+15
* | | checkpatch: whitespace - add/remove blank linesJoe Perches2012-03-231-1/+3
* | | checkpatch: warn on use of yield()Joe Perches2012-03-231-0/+6
* | | checkpatch: add --strict tests for braces, comments and castsJoe Perches2012-03-231-8/+32
* | | checkpatch: add [] to type extensionsAndy Whitcroft2012-03-231-1/+1
* | | checkpatch: high precedence operators do not require additional parentheses i...Andy Whitcroft2012-03-231-1/+1
* | | checkpatch: handle string concatenation in simple #definesAndy Whitcroft2012-03-231-0/+6
* | | checkpatch: allow simple character constants in #definesAndy Whitcroft2012-03-231-0/+1
* | | checkpatch: catch [ ... ] usage when not at the beginning of definitionAndy Whitcroft2012-03-231-1/+1
* | | checkpatch.pl: be silent when -q and --ignore is givenArtem Bityutskiy2012-03-231-3/+2
* | | checkpatch: add some --strict coding style checksJoe Perches2012-03-231-10/+84
* | | include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches2012-03-231-0/+6
* | | get_maintainer.pl: add support for moderated listsRichard Weinberger2012-03-231-2/+7
* | | get_maintainer: use a default "unknown" S: status/roleJoe Perches2012-03-231-1/+1
* | | Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-096-26/+57
|\ \ \
| * | | mod/file2alias: make modpost compile on darwin againAndreas Bießmann2012-02-271-4/+31
| * | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2012-02-253-21/+10
| |\ \ \ | | | |/ | | |/|
| | * | coccicheck: change handling of C={1,2} when M= is setGreg Dietsche2012-02-241-9/+4
| | * | builddeb: Don't create files in /tmp with predictable namesBen Hutchings2012-02-181-6/+6
| | * | kbuild: do not check for ancient modutils toolsLucas De Marchi2012-01-231-6/+0
| | |/
| * | ARM: 7324/1: modpost: Fix section warnings for ARM for many compilersTony Lindgren2012-02-151-0/+9
| * | module: fix broken isapnp handling in file2aliasOndrej Zary2012-02-141-1/+1
| * | checkpatch: Warn on code with 6+ tab indentationJoe Perches2012-02-071-0/+6
* | | x86/cpu: Clean up modalias feature matchingBen Hutchings2012-02-131-2/+3
* | | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-022-11/+2
|\| |
| * | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-01-281-10/+0
| |\ \
| | * | Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King2012-01-201-10/+0
| | |/
| * / scripts/kernel-doc: fix fatal error caused by cfg80211.hRandy Dunlap2012-01-231-1/+2
| |/
* / Add driver auto probing for x86 features v4Andi Kleen2012-01-261-0/+24
|/
* 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