summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2010-10-26scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches
2010-10-26scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches
2010-10-26checkpatch: version 0.31Andy Whitcroft
2010-10-26checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft
2010-10-26checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft
2010-10-26checkpatch: clean up structure definition macro handlineAndy Whitcroft
2010-10-26checkpatch: update copyright datesAndy Whitcroft
2010-10-26checkpatch: Add additional attribute #definesJoe Perches
2010-10-26checkpatch: check for incorrect permissionsRabin Vincent
2010-10-26checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft
2010-10-26checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft
2010-10-26checkpatch: add check for space after struct, union, and enumAndy Whitcroft
2010-10-26checkpatch: returning errno typically should be negativeAndy Whitcroft
2010-10-26checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft
2010-10-26checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft
2010-10-26checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft
2010-10-26checkpatch: types may sit on a line on their ownAndy Whitcroft
2010-10-26checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft
2010-10-26scripts/get_maintainer.pl: don't deduplicate unnamed addresses ie: mailing listsJoe Perches
2010-10-26scripts/get_maintainer.pl: use mailmap in name deduplication and other updatesJoe Perches
2010-10-26scripts/get_maintainer.pl: correct indentation in a few placesJoe Perches
2010-10-26scripts/get_maintainer.pl: fix mailmap handlingFlorian Mickler
2010-10-26scripts/get_maintainer.pl: use case insensitive name de-duplicationJoe Perches
2010-10-26scripts/get_maintainer.pl: improve --interactive UIJoe Perches
2010-10-26scripts/get_maintainer.pl: add interactive modeFlorian Mickler
2010-10-26scripts/get_maintainer.pl: use .get_maintainer.conf from . then $HOME then sc...Joe Perches
2010-10-26scripts/get_maintainer.pl: add default --git-fallback, remove default --gitJoe Perches
2010-10-26scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emailsJoe Perches
2010-10-26scripts/get_maintainer.pl: use correct indentationJoe Perches
2010-10-26scripts/get_maintainer.pl: Add --git-blame --rolestats "Authored lines" infor...Joe Perches
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-19Merge branch 'devel-stable' into develRussell King
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King
2010-10-18ftrace: Remove recursion between recordmcount and scripts/mod/emptySteven Rostedt
2010-10-15ftrace: Use objtree for C version of recordmcountSteven Rostedt
2010-10-15ftrace: Do not process kernel/trace/ftrace.o with C recordmcount programSteven Rostedt
2010-10-14ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.cSteven Rostedt
2010-10-14ftrace/x86: Add support for C version of recordmcountSteven Rostedt
2010-10-14ftrace: Add C version of recordmcount compile time codeJohn Reiser
2010-10-11Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds
2010-10-09kbuild: fix oldnoconfig to do the right thingKyle McMartin
2010-10-09kconfig: Temporarily disable dependency warningsMichal Marek
2010-10-04kconfig: delay symbol direct dependency initializationArnaud Lacombe
2010-09-24jump label: Fix GCC feature check when distcc is usedIngo Molnar
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron
2010-09-22jump label: Base patch for jump labelJason Baron
2010-09-11docbook: warn on unused doc entriesJohannes Berg
2010-09-11kernel-doc: ignore case when stripping attributesJohannes Berg
2010-09-02ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftraceRabin Vincent