| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-10-28 | scripts/namespace.pl: improve to get more correct results |  Amerigo Wang | 1 | -9/+12 |
| 2010-10-28 | scripts/namespace.pl: some bug fixes |  Amerigo Wang | 1 | -7/+10 |
| 2010-10-28 | scripts/namespace.pl: update file exclusion list |  Stephen Hemminger | 1 | -47/+56 |
| 2010-10-28 | scripts/namespace.pl: fix wrong source path |  Amerigo Wang | 1 | -4/+4 |
| 2010-10-26 | scripts/checkpatch.pl: add check for declaration of pci_device_id |  Joe Perches | 1 | -0/+5 |
| 2010-10-26 | scripts/checkpatch.pl: add warnings for static char that could be static const char |  Joe Perches | 1 | -0/+12 |
| 2010-10-26 | checkpatch: version 0.31 |  Andy Whitcroft | 1 | -1/+1 |
| 2010-10-26 | checkpatch: statement/block context analyser should look at sanitised lines |  Andy Whitcroft | 1 | -6/+6 |
| 2010-10-26 | checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar |  Andy Whitcroft | 1 | -1/+10 |
| 2010-10-26 | checkpatch: clean up structure definition macro handline |  Andy Whitcroft | 1 | -2/+2 |
| 2010-10-26 | checkpatch: update copyright dates |  Andy Whitcroft | 1 | -1/+1 |
| 2010-10-26 | checkpatch: Add additional attribute #defines |  Joe Perches | 1 | -0/+14 |
| 2010-10-26 | checkpatch: check for incorrect permissions |  Rabin Vincent | 1 | -1/+13 |
| 2010-10-26 | checkpatch: ensure kconfig help checks only apply when we are adding help |  Andy Whitcroft | 1 | -5/+21 |
| 2010-10-26 | checkpatch: simplify and consolidate "missing space after" checks |  Andy Whitcroft | 1 | -10/+5 |
| 2010-10-26 | checkpatch: add check for space after struct, union, and enum |  Andy Whitcroft | 1 | -0/+10 |
| 2010-10-26 | checkpatch: returning errno typically should be negative |  Andy Whitcroft | 1 | -0/+7 |
| 2010-10-26 | checkpatch: handle casts better fixing false categorisation of : as binary |  Andy Whitcroft | 1 | -0/+5 |
| 2010-10-26 | checkpatch: ensure we do not collapse bracketed sections into constants |  Andy Whitcroft | 1 | -3/+4 |
| 2010-10-26 | checkpatch: suggest cleanpatch and cleanfile when appropriate |  Andy Whitcroft | 1 | -0/+13 |
| 2010-10-26 | checkpatch: types may sit on a line on their own |  Andy Whitcroft | 1 | -1/+1 |
| 2010-10-26 | checkpatch: fix regressions in "fix handling of leading spaces" |  Andy Whitcroft | 1 | -3/+6 |
| 2010-10-26 | scripts/get_maintainer.pl: don't deduplicate unnamed addresses ie: mailing lists |  Joe Perches | 1 | -3/+3 |
| 2010-10-26 | scripts/get_maintainer.pl: use mailmap in name deduplication and other updates |  Joe Perches | 1 | -84/+148 |
| 2010-10-26 | scripts/get_maintainer.pl: correct indentation in a few places |  Joe Perches | 1 | -77/+77 |
| 2010-10-26 | scripts/get_maintainer.pl: fix mailmap handling |  Florian Mickler | 1 | -38/+109 |
| 2010-10-26 | scripts/get_maintainer.pl: use case insensitive name de-duplication |  Joe Perches | 1 | -34/+101 |
| 2010-10-26 | scripts/get_maintainer.pl: improve --interactive UI |  Joe Perches | 1 | -273/+594 |
| 2010-10-26 | scripts/get_maintainer.pl: add interactive mode |  Florian Mickler | 1 | -5/+141 |
| 2010-10-26 | scripts/get_maintainer.pl: use .get_maintainer.conf from . then $HOME then scripts |  Joe Perches | 1 | -3/+17 |
| 2010-10-26 | scripts/get_maintainer.pl: add default --git-fallback, remove default --git |  Joe Perches | 1 | -2/+9 |
| 2010-10-26 | scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emails |  Joe Perches | 1 | -1/+1 |
| 2010-10-26 | scripts/get_maintainer.pl: use correct indentation |  Joe Perches | 1 | -15/+15 |
| 2010-10-26 | scripts/get_maintainer.pl: Add --git-blame --rolestats "Authored lines" information |  Joe Perches | 1 | -3/+57 |
| 2010-10-21 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm |  Linus Torvalds | 2 | -1/+4 |
| 2010-10-21 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 8 | -75/+747 |
| 2010-10-19 | Merge branch 'devel-stable' into devel |  Russell King | 4 | -7/+5 |
| 2010-10-18 | Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into devel |  Russell King | 4 | -5/+183 |
| 2010-10-18 | ftrace: Remove recursion between recordmcount and scripts/mod/empty |  Steven Rostedt | 1 | -1/+7 |
| 2010-10-15 | ftrace: Use objtree for C version of recordmcount |  Steven Rostedt | 1 | -1/+1 |
| 2010-10-15 | ftrace: Do not process kernel/trace/ftrace.o with C recordmcount program |  Steven Rostedt | 1 | -2/+20 |
| 2010-10-14 | ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.c |  Steven Rostedt | 2 | -544/+370 |
| 2010-10-14 | ftrace/x86: Add support for C version of recordmcount |  Steven Rostedt | 2 | -0/+5 |
| 2010-10-14 | ftrace: Add C version of recordmcount compile time code |  John Reiser | 1 | -0/+885 |
| 2010-10-14 | scripts/package: don't break if %{_smp_mflags} isn't set |  Nishanth Aravamudan | 1 | -1/+1 |
| 2010-10-13 | Coccinelle: Use the -no_show_diff option for org and report mode |  Nicolas Palix | 1 | -4/+6 |
| 2010-10-13 | Coccinelle: Add a new mode named 'chain' |  Nicolas Palix | 1 | -5/+11 |
| 2010-10-13 | Coccinelle: Use new comment format to explain kfree.cocci |  Nicolas Palix | 1 | -4/+5 |
| 2010-10-13 | Coccinelle: Improve user information with a new kind of comment |  Nicolas Palix | 1 | -3/+11 |
| 2010-10-12 | Revert "kconfig: Temporarily disable dependency warnings" |  Michal Marek | 1 | -2/+0 |