| Commit message (Expand) | Author | Age | Files | Lines |
* | kconfig: sym_expand_string_value: allow for string termination when reallocing | Andy Whitcroft | 2010-11-01 | 1 | -1/+1 |
*-. | Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git... | Linus Torvalds | 2010-11-01 | 1 | -6/+2 |
|\ \ |
|
| | * | semaphore: Remove mutex emulation | Thomas Gleixner | 2010-10-30 | 1 | -6/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2010-10-29 | 1 | -7/+36 |
|\ \ \ |
|
| * | | | kconfig: Have streamline_config process menuconfigs too | Steven Rostedt | 2010-10-29 | 1 | -2/+2 |
| * | | | kconfig: Fix streamline_config to read multi line deps in Kconfig files | Steven Rostedt | 2010-10-29 | 1 | -1/+18 |
| * | | | kconfig: Fix missing declaration of variable $dir in streamline_config.pl | hiromu | 2010-10-29 | 1 | -1/+3 |
| * | | | kconfig: Fix variable name typo %prompts in streamline_config.pl | hiromu yagura | 2010-10-29 | 1 | -2/+2 |
| * | | | kconfig: Make localmodconfig handle environment variables | Steven Rostedt | 2010-10-29 | 1 | -1/+11 |
| | |/
| |/| |
|
* | | | ftrace/MIPS: Add module support for C version of recordmcount | Wu Zhangjin | 2010-10-29 | 2 | -4/+57 |
* | | | ftrace/MIPS: Add MIPS64 support for C version of recordmcount | John Reiser | 2010-10-29 | 2 | -4/+71 |
|/ / |
|
* | | Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma... | Linus Torvalds | 2010-10-29 | 2 | -2/+4 |
|\ \ |
|
| * | | scripts/package: don't break if %{_smp_mflags} isn't set | Nishanth Aravamudan | 2010-10-14 | 1 | -1/+1 |
| * | | kbuild, deb-pkg: Check if KBUILD_IMAGE exists before copying it | Guillem Jover | 2010-09-06 | 1 | -1/+3 |
* | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2010-10-29 | 26 | -92/+1196 |
|\ \ \ |
|
| * | | | Revert "namespace: add source file location exceptions" | Michal Marek | 2010-10-28 | 1 | -24/+0 |
| * | | | Coccinelle: Add contextual message | Nicolas Palix | 2010-10-28 | 1 | -3/+13 |
| * | | | Coccinelle: Find doubled arguments to boolean or bit operators. | Julia Lawall | 2010-10-28 | 2 | -0/+94 |
| * | | | Coccinelle: Find nested lock+irqsave functions that use the same flags variab... | Julia Lawall | 2010-10-28 | 1 | -0/+80 |
| * | | | namespace: add source file location exceptions | Stephen Hemminger | 2010-10-28 | 1 | -0/+24 |
| * | | | scripts/extract-ikconfig: add support for bzip2, lzma and lzo | Dick Streefland | 2010-10-28 | 1 | -14/+27 |
| * | | | kbuild: check return value of asprintf() | Namhyung Kim | 2010-10-28 | 1 | -1/+4 |
| * | | | Merge commit 'v2.6.36' into kbuild/misc | Michal Marek | 2010-10-28 | 44 | -807/+1893 |
| |\ \ \ |
|
| * | | | | scripts/namespace.pl: improve to get more correct results | Amerigo Wang | 2010-10-28 | 1 | -9/+12 |
| * | | | | scripts/namespace.pl: some bug fixes | Amerigo Wang | 2010-10-28 | 1 | -7/+10 |
| * | | | | scripts/namespace.pl: update file exclusion list | Stephen Hemminger | 2010-10-28 | 1 | -47/+56 |
| * | | | | scripts/namespace.pl: fix wrong source path | Amerigo Wang | 2010-10-28 | 1 | -4/+4 |
| * | | | | Coccinelle: Use the -no_show_diff option for org and report mode | Nicolas Palix | 2010-10-13 | 1 | -4/+6 |
| * | | | | Coccinelle: Add a new mode named 'chain' | Nicolas Palix | 2010-10-13 | 1 | -5/+11 |
| * | | | | Coccinelle: Use new comment format to explain kfree.cocci | Nicolas Palix | 2010-10-13 | 1 | -4/+5 |
| * | | | | Coccinelle: Improve user information with a new kind of comment | Nicolas Palix | 2010-10-13 | 1 | -3/+11 |
| * | | | | Coccinelle: Add misc/ifcol.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+48 |
| * | | | | Coccinelle: Add misc/doubleinit.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+53 |
| * | | | | Coccinelle: Move alloc directory into api directory | Nicolas Palix | 2010-08-31 | 2 | -1/+5 |
| * | | | | Coccinelle: Move resource_size.cocci to the api directory | Nicolas Palix | 2010-08-31 | 1 | -0/+0 |
| * | | | | Coccinelle: Move err_cast.cocci to the api directory | Nicolas Palix | 2010-08-31 | 1 | -0/+0 |
| * | | | | Coccinelle: Add api/memdup_user | Nicolas Palix | 2010-08-31 | 1 | -0/+35 |
| * | | | | Coccinelle: Add api/memdup.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+40 |
| * | | | | Coccinelle: Add api/kstrdup.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+39 |
| * | | | | Coccinelle: Add free/kfree.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+116 |
| * | | | | Coccinelle: Add iterators/list_entry_update.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+62 |
| * | | | | Coccinelle: Add iterators/itnull.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+58 |
| * | | | | Coccinelle: Add iterators/fen.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+64 |
| * | | | | Coccinelle: Add locks/mini_lock.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+95 |
| * | | | | Coccinelle: Add locks/double_lock.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+92 |
| * | | | | Coccinelle: Add locks/call_kern.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+74 |
| * | | | | Coccinelle: Move deref_null.cocci to a more appropriate directory | Nicolas Palix | 2010-08-31 | 1 | -0/+0 |
| * | | | | Coccinelle: Add null/kmerr.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+72 |
| * | | | | Coccinelle: Add null/eno.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+20 |
* | | | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2010-10-29 | 23 | -816/+932 |
|\ \ \ \ \ |
|