Age | Commit message (Expand) | Author | Files | Lines |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -5/+1 |
2009-09-22 | checkpatch: add some common Blackfin checks | Mike Frysinger | 1 | -0/+22 |
2009-09-22 | checkpatch: version 0.29 | Andy Whitcroft | 1 | -1/+1 |
2009-09-22 | checkpatch: limit sN/uN matches to actual bit sizes | Andy Whitcroft | 1 | -2/+2 |
2009-09-22 | checkpatch: format strings should not have brackets in macros | Andy Whitcroft | 1 | -1/+2 |
2009-09-22 | checkpatch: make -f alias --file, add --help, more verbose help message | Hannes Eder | 1 | -13/+42 |
2009-09-22 | checkpatch: indent checks -- stop when we run out of continuation lines | Andy Whitcroft | 1 | -2/+3 |
2009-09-22 | checkpatch: handle C99 comments correctly (performance issue) | Daniel Walker | 1 | -0/+13 |
2009-09-22 | checkpatch: possible types -- else cannot start a type | Andy Whitcroft | 1 | -0/+2 |
2009-09-22 | scripts/get_maintainer.pl: add maintainers in order listed in matched section | Joe Perches | 1 | -16/+54 |
2009-09-22 | scripts/get_maintainer.pl: add --remove-duplicates | Joe Perches | 1 | -53/+55 |
2009-09-22 | scripts/get_maintainer.pl: using --separator implies --nomultiline | Joe Perches | 1 | -0/+5 |
2009-09-22 | scripts/get_maintainer.pl: add .mailmap use, shell and email cleanups | Joe Perches | 1 | -7/+65 |
2009-09-22 | scripts/get_maintainer.pl: better email routines, use perl not shell where po... | Joe Perches | 1 | -56/+96 |
2009-09-22 | scripts/get_maintainer.pl: add --pattern-depth | Joe Perches | 1 | -7/+14 |
2009-09-22 | scripts/get_maintainer.pl: add sections in pattern match depth order | Joe Perches | 1 | -1/+8 |
2009-09-22 | scripts/get_maintainer.pl: add --git-blame | Joe Perches | 1 | -29/+109 |
2009-09-21 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -12/+0 |
2009-09-21 | trivial: kbuild: remove extraneous blank line after declaration of usage() | Trevor Keith | 1 | -1/+0 |
2009-09-21 | trivial: remove references to non-existent include/linux/config.h | Markus Heidelberg | 2 | -4/+1 |
2009-09-21 | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -108/+0 |
2009-09-19 | tracing, perf: Convert the power tracer into an event tracer | Arjan van de Ven | 1 | -108/+0 |
2009-09-18 | tracing: Remove markers | Christoph Hellwig | 1 | -12/+0 |
2009-09-18 | kernel-doc: allow multi-line declaration purpose descriptions | Johannes Weiner | 1 | -5/+16 |
2009-09-16 | sparc: Kill PROM console driver. | David S. Miller | 1 | -1/+0 |
2009-09-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -0/+8 |
2009-09-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 3 | -1/+413 |
2009-08-21 | kconfig: add missing dependency of conf to localyesconfig | Steven Rostedt | 1 | -1/+1 |
2009-08-19 | kconfig: test if a .config already exists | Steven Rostedt | 1 | -10/+20 |
2009-08-19 | kconfig: make local .config default for streamline_config | Steven Rostedt | 1 | -4/+4 |
2009-08-19 | kconfig: test for /boot/config-uname after /proc/config.gz in localconfig | Steven Rostedt | 1 | -0/+4 |
2009-08-19 | kconfig: unset IKCONFIG_PROC and clean up nesting | Steven Rostedt | 1 | -6/+3 |
2009-08-19 | kconfig: search for a config to base the local(mod|yes)config on | Steven Rostedt | 1 | -1/+62 |
2009-08-19 | kconfig: have extract-ikconfig read ELF files | Steven Rostedt | 1 | -0/+10 |
2009-08-19 | kconfig: add check if end exists in extract-ikconfig | Steven Rostedt | 1 | -0/+4 |
2009-08-19 | kconfig: enable CONFIG_IKCONFIG from streamline_config.pl | Steven Rostedt | 1 | -10/+23 |
2009-08-19 | kconfig: do not warn about modules built in | Steven Rostedt | 1 | -3/+5 |
2009-08-19 | kconfig: streamline_config.pl do not stop with no depends | Steven Rostedt | 1 | -5/+3 |
2009-08-19 | kconfig: add make localyesconfig option | Steven Rostedt | 1 | -1/+12 |
2009-08-19 | kconfig: make localmodconfig to run streamline_config.pl | Steven Rostedt | 1 | -1/+12 |
2009-08-19 | kconfig: add streamline_config.pl to scripts | Steven Rostedt | 1 | -0/+291 |
2009-08-14 | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 7 | -14/+54 |
2009-08-11 | Merge branch 'linus' into tracing/core | Ingo Molnar | 6 | -14/+51 |
2009-08-09 | Merge branch 'linus' into tracing/urgent | Ingo Molnar | 2 | -9/+38 |
2009-08-07 | tracing: Fix recordmcount.pl to handle sections with only weak functions | Steven Rostedt | 1 | -2/+2 |
2009-08-06 | tracing: do not use functions starting with .L in recordmcount.pl | Steven Rostedt | 1 | -1/+4 |
2009-08-05 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+3 |
2009-08-04 | Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 3 | -1/+5 |
2009-07-30 | get_maintainerpl-add-git-min-percent-option-fix | Joe Perches | 1 | -1/+1 |
2009-07-30 | get_maintainer.pl: Add git-min-percent option | Joe Perches | 1 | -3/+16 |