summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2010-10-28scripts/namespace.pl: some bug fixesAmerigo Wang-7/+10
2010-10-28scripts/namespace.pl: update file exclusion listStephen Hemminger-47/+56
2010-10-28scripts/namespace.pl: fix wrong source pathAmerigo Wang-4/+4
2010-10-26scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches-0/+5
2010-10-26scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches-0/+12
2010-10-26checkpatch: version 0.31Andy Whitcroft-1/+1
2010-10-26checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft-6/+6
2010-10-26checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft-1/+10
2010-10-26checkpatch: clean up structure definition macro handlineAndy Whitcroft-2/+2
2010-10-26checkpatch: update copyright datesAndy Whitcroft-1/+1
2010-10-26checkpatch: Add additional attribute #definesJoe Perches-0/+14
2010-10-26checkpatch: check for incorrect permissionsRabin Vincent-1/+13
2010-10-26checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft-5/+21
2010-10-26checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft-10/+5
2010-10-26checkpatch: add check for space after struct, union, and enumAndy Whitcroft-0/+10
2010-10-26checkpatch: returning errno typically should be negativeAndy Whitcroft-0/+7
2010-10-26checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft-0/+5
2010-10-26checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft-3/+4
2010-10-26checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft-0/+13
2010-10-26checkpatch: types may sit on a line on their ownAndy Whitcroft-1/+1
2010-10-26checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft-3/+6
2010-10-26scripts/get_maintainer.pl: don't deduplicate unnamed addresses ie: mailing listsJoe Perches-3/+3
2010-10-26scripts/get_maintainer.pl: use mailmap in name deduplication and other updatesJoe Perches-84/+148
2010-10-26scripts/get_maintainer.pl: correct indentation in a few placesJoe Perches-78/+78
2010-10-26scripts/get_maintainer.pl: fix mailmap handlingFlorian Mickler-38/+109
2010-10-26scripts/get_maintainer.pl: use case insensitive name de-duplicationJoe Perches-34/+101
2010-10-26scripts/get_maintainer.pl: improve --interactive UIJoe Perches-275/+596
2010-10-26scripts/get_maintainer.pl: add interactive modeFlorian Mickler-5/+141
2010-10-26scripts/get_maintainer.pl: use .get_maintainer.conf from . then $HOME then sc...Joe Perches-3/+17
2010-10-26scripts/get_maintainer.pl: add default --git-fallback, remove default --gitJoe Perches-2/+9
2010-10-26scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emailsJoe Perches-1/+1
2010-10-26scripts/get_maintainer.pl: use correct indentationJoe Perches-15/+15
2010-10-26scripts/get_maintainer.pl: Add --git-blame --rolestats "Authored lines" infor...Joe Perches-3/+57
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-1/+4
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-75/+747
2010-10-19Merge branch 'devel-stable' into develRussell King-7/+5
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King-5/+183
2010-10-18ftrace: Remove recursion between recordmcount and scripts/mod/emptySteven Rostedt-1/+7
2010-10-15ftrace: Use objtree for C version of recordmcountSteven Rostedt-1/+1
2010-10-15ftrace: Do not process kernel/trace/ftrace.o with C recordmcount programSteven Rostedt-2/+20
2010-10-14ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.cSteven Rostedt-544/+370
2010-10-14ftrace/x86: Add support for C version of recordmcountSteven Rostedt-0/+5
2010-10-14ftrace: Add C version of recordmcount compile time codeJohn Reiser-0/+885
2010-10-14scripts/package: don't break if %{_smp_mflags} isn't setNishanth Aravamudan-1/+1
2010-10-13Coccinelle: Use the -no_show_diff option for org and report modeNicolas Palix-4/+6
2010-10-13Coccinelle: Add a new mode named 'chain'Nicolas Palix-5/+11
2010-10-13Coccinelle: Use new comment format to explain kfree.cocciNicolas Palix-4/+5
2010-10-13Coccinelle: Improve user information with a new kind of commentNicolas Palix-3/+11
2010-10-12Revert "kconfig: Temporarily disable dependency warnings"Michal Marek-2/+0
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek-100/+972