| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2008-07-27 | 11 | -266/+490 |
|\ |
|
| * | setlocalversion: do not describe if there is nothing to describe | Sebastian Siewior | 2008-07-25 | 1 | -1/+3 |
| * | kconfig: make defconfig is no longer chatty | Sam Ravnborg | 2008-07-25 | 1 | -8/+3 |
| * | kconfig: make oldconfig is now less chatty | Sam Ravnborg | 2008-07-25 | 1 | -1/+1 |
| * | kconfig: speed up all*config + randconfig | Sam Ravnborg | 2008-07-25 | 1 | -86/+68 |
| * | kconfig: set all new symbols automatically | Roman Zippel | 2008-07-25 | 2 | -0/+79 |
| * | kconfig: add diffconfig utility | Tim Bird | 2008-07-25 | 1 | -0/+129 |
| * | kernel-doc: handle/strip __init | Randy Dunlap | 2008-07-25 | 1 | -0/+1 |
| * | kbuild: prepare headers_* for arch/$ARCH/include | Sam Ravnborg | 2008-07-25 | 1 | -0/+41 |
| * | kbuild: install all headers when arch is changed | Sam Ravnborg | 2008-07-25 | 2 | -8/+12 |
| * | kbuild: optimize headers_* targets | Sam Ravnborg | 2008-07-25 | 4 | -92/+161 |
| * | kbuild: only one call for include/ in make headers_* | Sam Ravnborg | 2008-07-25 | 1 | -9/+0 |
| * | kbuild: code refactoring in Makefile.headerinst | Sam Ravnborg | 2008-07-25 | 1 | -29/+35 |
| * | kbuild: drop support of ALTARCH for headers_* | Sam Ravnborg | 2008-07-25 | 1 | -75/+9 |
| * | kbuild: always unifdef files in headers_install* | Sam Ravnborg | 2008-07-25 | 1 | -19/+10 |
* | | Merge git://git.infradead.org/~dwmw2/random-2.6 | Linus Torvalds | 2008-07-25 | 1 | -4/+6 |
|\ \
| |/
|/| |
|
| * | firmware: create firmware binaries during 'make modules'. | David Woodhouse | 2008-07-25 | 1 | -4/+6 |
* | | fix checkstack.pl arch detection | Eric Sandeen | 2008-07-25 | 1 | -1/+2 |
* | | find dynamic stack allocations in checkstack.pl | Eric Sandeen | 2008-07-25 | 1 | -1/+23 |
|/ |
|
* | checkpatch: version 0.21 | Andy Whitcroft | 2008-07-24 | 1 | -1/+1 |
* | checkpatch: types cannot start mid word for pointer tests | Andy Whitcroft | 2008-07-24 | 1 | -2/+2 |
* | checkpatch: complex macros need to ignore comments | Andy Whitcroft | 2008-07-24 | 1 | -0/+1 |
* | checkpatch: variants -- move the main unary/binary operators to use variants | Andy Whitcroft | 2008-07-24 | 1 | -18/+18 |
* | checkpatch: add checks for question mark and colon spacing | Andy Whitcroft | 2008-07-24 | 1 | -9/+72 |
* | checkpatch: possible modifiers -- handle multiple modifiers and trailing | Andy Whitcroft | 2008-07-24 | 1 | -3/+5 |
* | checkpatch: possible types -- known modifiers cannot be types | Andy Whitcroft | 2008-07-24 | 1 | -1/+1 |
* | checkpatch: handle return types of pointers to functions | Andy Whitcroft | 2008-07-24 | 1 | -1/+1 |
* | checkpatch: macro complexity checks are meaningless in linker scripts | Andy Whitcroft | 2008-07-24 | 1 | -1/+2 |
* | checkpatch: possible modifiers are not being correctly matched | Andy Whitcroft | 2008-07-24 | 1 | -4/+3 |
* | checkpatch: improve type matcher debug | Andy Whitcroft | 2008-07-24 | 1 | -4/+7 |
* | checkpatch: allow for type modifiers on multiple declarations | Andy Whitcroft | 2008-07-24 | 1 | -0/+4 |
* | checkpatch: correct spelling in kfree checks | Wolfram Sang | 2008-07-24 | 1 | -1/+1 |
* | checkpatch: usb_free_urb() can take NULL | Greg Kroah-Hartman | 2008-07-24 | 1 | -0/+7 |
* | checkpatch: condition/loop indent checks | Andy Whitcroft | 2008-07-24 | 1 | -4/+55 |
* | checkpatch: toughen trailing if statement checks and extend them to while and... | Andy Whitcroft | 2008-07-24 | 1 | -5/+5 |
* | checkpatch: check spacing for square brackets | Andy Whitcroft | 2008-07-24 | 1 | -0/+11 |
* | checkpatch: switch -- report trailing statements on case and default | Andy Whitcroft | 2008-07-24 | 1 | -0/+4 |
* | checkpatch: allow printk strings to exceed 80 characters to maintain their se... | Andy Whitcroft | 2008-07-24 | 1 | -1/+3 |
* | checkpatch: trailing statement indent: fix end of statement location | Andy Whitcroft | 2008-07-24 | 1 | -5/+10 |
* | checkpatch: macros: fix statement counting block end detection | Andy Whitcroft | 2008-07-24 | 1 | -12/+11 |
* | checkpatch: types: unary -- goto introduces unary context | Andy Whitcroft | 2008-07-24 | 1 | -1/+1 |
* | checkpatch: comment detection: ignore macro continuation when detecting assoc... | Andy Whitcroft | 2008-07-24 | 1 | -1/+1 |
* | checkpatch: possible types: __asm__ is never a type | Andy Whitcroft | 2008-07-24 | 1 | -1/+1 |
* | checkpatch: add a checkpatch warning for new uses of __initcall(). | Michael Ellerman | 2008-07-24 | 1 | -0/+4 |
* | checkpatch: types: some types may also be identifiers | Andy Whitcroft | 2008-07-24 | 1 | -5/+6 |
* | checkpatch: return is not a function -- parentheses for casts are ok too | Andy Whitcroft | 2008-07-24 | 1 | -0/+1 |
* | checkpatch: Version: 0.20 | Andy Whitcroft | 2008-07-24 | 1 | -1/+1 |
* | remove the v850 port | Adrian Bunk | 2008-07-24 | 3 | -4/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-07-22 | 1 | -8/+16 |
|\ |
|
| * | pnp: add acpi:* modalias entries | Kay Sievers | 2008-07-22 | 1 | -8/+16 |