aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22checkpatch: add some common Blackfin checksMike Frysinger1-0/+22
2009-09-22checkpatch: version 0.29Andy Whitcroft1-1/+1
2009-09-22checkpatch: limit sN/uN matches to actual bit sizesAndy Whitcroft1-2/+2
2009-09-22checkpatch: format strings should not have brackets in macrosAndy Whitcroft1-1/+2
2009-09-22checkpatch: make -f alias --file, add --help, more verbose help messageHannes Eder1-13/+42
2009-09-22checkpatch: indent checks -- stop when we run out of continuation linesAndy Whitcroft1-2/+3
2009-09-22checkpatch: handle C99 comments correctly (performance issue)Daniel Walker1-0/+13
2009-09-22checkpatch: possible types -- else cannot start a typeAndy Whitcroft1-0/+2
2009-09-22scripts/get_maintainer.pl: add maintainers in order listed in matched sectionJoe Perches1-16/+54
2009-09-22scripts/get_maintainer.pl: add --remove-duplicatesJoe Perches1-53/+55
2009-09-22scripts/get_maintainer.pl: using --separator implies --nomultilineJoe Perches1-0/+5
2009-09-22scripts/get_maintainer.pl: add .mailmap use, shell and email cleanupsJoe Perches1-7/+65
2009-09-22scripts/get_maintainer.pl: better email routines, use perl not shell where possibleJoe Perches1-56/+96
2009-09-22scripts/get_maintainer.pl: add --pattern-depthJoe Perches1-7/+14
2009-09-22scripts/get_maintainer.pl: add sections in pattern match depth orderJoe Perches1-1/+8
2009-09-22scripts/get_maintainer.pl: add --git-blameJoe Perches1-29/+109
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-12/+0
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-108/+0
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven1-108/+0
2009-09-18tracing: Remove markersChristoph Hellwig1-12/+0
2009-09-18kernel-doc: allow multi-line declaration purpose descriptionsJohannes Weiner1-5/+16
2009-09-15sparc: Kill PROM console driver.David S. Miller1-1/+0
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-0/+8
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-kconfigLinus Torvalds3-1/+413
2009-08-21kconfig: add missing dependency of conf to localyesconfigSteven Rostedt1-1/+1
2009-08-18kconfig: test if a .config already existsSteven Rostedt1-10/+20
2009-08-18kconfig: make local .config default for streamline_configSteven Rostedt1-4/+4
2009-08-18kconfig: test for /boot/config-uname after /proc/config.gz in localconfigSteven Rostedt1-0/+4
2009-08-18kconfig: unset IKCONFIG_PROC and clean up nestingSteven Rostedt1-6/+3
2009-08-18kconfig: search for a config to base the local(mod|yes)config onSteven Rostedt1-1/+62
2009-08-18kconfig: have extract-ikconfig read ELF filesSteven Rostedt1-0/+10
2009-08-18kconfig: add check if end exists in extract-ikconfigSteven Rostedt1-0/+4
2009-08-18kconfig: enable CONFIG_IKCONFIG from streamline_config.plSteven Rostedt1-10/+23
2009-08-18kconfig: do not warn about modules built inSteven Rostedt1-3/+5
2009-08-18kconfig: streamline_config.pl do not stop with no dependsSteven Rostedt1-5/+3
2009-08-18kconfig: add make localyesconfig optionSteven Rostedt1-1/+12
2009-08-18kconfig: make localmodconfig to run streamline_config.plSteven Rostedt1-1/+12
2009-08-18kconfig: add streamline_config.pl to scriptsSteven Rostedt1-0/+291
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo7-14/+54
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar6-14/+51
2009-08-09Merge branch 'linus' into tracing/urgentIngo Molnar2-9/+38
2009-08-07tracing: Fix recordmcount.pl to handle sections with only weak functionsSteven Rostedt1-2/+2
2009-08-05tracing: do not use functions starting with .L in recordmcount.plSteven Rostedt1-1/+4
2009-08-04Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+3
2009-08-04Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgentIngo Molnar3-1/+5
2009-07-29get_maintainerpl-add-git-min-percent-option-fixJoe Perches1-1/+1
2009-07-29get_maintainer.pl: Add git-min-percent optionJoe Perches1-3/+16
2009-07-29scripts/get_maintainer.pl: Add -f directory useJoe Perches1-4/+19
2009-07-29markup_oops: fix it with 32-bit userspace on a 64-bit kernelMatthew Wilcox1-2/+3
2009-07-23ftrace: Only update $offset when we update $ref_funcMatt Fleming1-1/+2