Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 2010-08-23 | 4 | -5/+11 |
|\ | |||||
| * | setlocalversion: Ignote SCMs above the linux source tree | Michal Marek | 2010-08-21 | 1 | -2/+2 |
| * | Merge commit 'v2.6.36-rc1' into kbuild/rc-fixes | Michal Marek | 2010-08-20 | 25 | -91/+963 |
| |\ | |||||
| * | | fixes for using make 3.82 | Jan Beulich | 2010-08-17 | 1 | -1/+3 |
| * | | kconfig: fix segfault when detecting recursive dependency | Sam Ravnborg | 2010-08-15 | 1 | -0/+2 |
| * | | kconfig: fix savedefconfig with choice marked optional | Sam Ravnborg | 2010-08-15 | 1 | -2/+4 |
* | | | Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel... | Steven Rostedt | 2010-08-16 | 1 | -1/+6 |
|\ \ \ | |_|/ |/| | | |||||
| * | | tracing: Extend recordmcount to better support Blackfin mcount | Mike Frysinger | 2010-08-12 | 1 | -1/+6 |
* | | | kbuild: drop unifdef-y support | Sam Ravnborg | 2010-08-14 | 1 | -2/+1 |
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2010-08-13 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | setlocalversion: fix version for untaged nontip mercurial revs | Milton Miller | 2010-08-13 | 1 | -1/+1 |
* | | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2010-08-13 | 5 | -43/+97 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | kconfig: Fix warning: ignoring return value of 'fgets' | Jean Sacren | 2010-08-13 | 2 | -2/+16 |
| * | | | kconfig: Fix warning: ignoring return value of 'fwrite' | Jean Sacren | 2010-08-13 | 3 | -2/+9 |
| * | | | nconfig: Fix segfault when menu is empty | Andrej Gelenberg | 2010-08-13 | 1 | -0/+2 |
| * | | | kconfig: fix tristate choice with minimal config | Sam Ravnborg | 2010-08-12 | 1 | -35/+67 |
| * | | | kconfig: fix savedefconfig for tristate choices | Sam Ravnborg | 2010-08-12 | 1 | -4/+3 |
* | | | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2010-08-12 | 1 | -0/+13 |
|\ \ \ \ | |||||
| * | | | | param: silence .init.text references from param ops | Rusty Russell | 2010-08-11 | 1 | -0/+13 |
* | | | | | MN10300: Permit .GCC-command-line sections | David Howells | 2010-08-12 | 1 | -0/+1 |
* | | | | | mtd/nand_base: fix kernel-doc warnings & typos | Randy Dunlap | 2010-08-11 | 1 | -0/+2 |
* | | | | | fix "scripts/mod/modpost.c: fix memory leak" | Andrew Morton | 2010-08-11 | 1 | -2/+3 |
|/ / / / | |||||
* | | | | checkpatch: fix extraneous EXPORT_SYMBOL* warnings | Patrick Pannuto | 2010-08-09 | 1 | -0/+3 |
* | | | | checkpatch: warn about unexpectedly long msleep's | Patrick Pannuto | 2010-08-09 | 1 | -0/+7 |
* | | | | checkpatch: prefer usleep_range over udelay | Patrick Pannuto | 2010-08-09 | 1 | -0/+8 |
* | | | | checkpatch: add more exceptions to 80 char lines | Joe Perches | 2010-08-09 | 1 | -2/+3 |
* | | | | checkpatch: change externals to globals | Joe Eloff | 2010-08-09 | 1 | -2/+2 |
* | | | | checkpatch: fix handling of leading spaces | Raffaele Recalcati | 2010-08-09 | 1 | -0/+7 |
* | | | | checkpatch: refactor 'allowed asm includes' and add memory.h | Wolfram Sang | 2010-08-09 | 1 | -1/+7 |
* | | | | scripts/mod/modpost.c: fix memory leak | Alexey Fomenko | 2010-08-09 | 1 | -14/+40 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2010-08-08 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' into for-linus | Chris Metcalf | 2010-08-06 | 34 | -348/+1515 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into for-linus | Chris Metcalf | 2010-07-06 | 3 | -49/+134 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Add wait4() back to the set of <asm-generic/unistd.h> syscalls. | Chris Metcalf | 2010-06-25 | 1 | -1/+0 |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 2 | -7/+32 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge commit 'v2.6.35' into perf/core | Ingo Molnar | 2010-08-02 | 3 | -8/+12 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2010-07-23 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | tracing: Fix $mcount_regex for MIPS in recordmcount.pl | David Daney | 2010-07-22 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-07-21 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge commit 'v2.6.35-rc4' into perf/core | Ingo Molnar | 2010-07-05 | 2 | -48/+133 |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge branch 'linus' into perf/core | Thomas Gleixner | 2010-06-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge commit 'v2.6.35-rc3' into perf/core | Ingo Molnar | 2010-06-18 | 42 | -370/+2824 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | perf tools: Make target to generate self contained source tarball | Arnaldo Carvalho de Melo | 2010-06-05 | 1 | -6/+31 |
* | | | | | | | | | | kconfig: fix make oldconfig | Sam Ravnborg | 2010-08-06 | 1 | -1/+1 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2010-08-05 | 11 | -6/+682 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | scripts/dtc: Fix a resource leak | Martin Ettl | 2010-07-02 | 1 | -0/+1 |
| * | | | | | | | | | Add support for the C variable in the coccicheck script | Nicolas Palix | 2010-06-28 | 1 | -25/+51 |
| * | | | | | | | | | Merge branch 'kbuild/coccinelle' into kbuild/misc | Michal Marek | 2010-06-12 | 7 | -0/+648 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Add scripts/coccinelle/deref_null.cocci | Nicolas Palix | 2010-06-12 | 1 | -0/+293 |
| | * | | | | | | | | | Add scripts/coccinelle/err_cast.cocci | Nicolas Palix | 2010-06-12 | 1 | -0/+56 |