| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-17 | 1193 | -18010/+71502 |
|\ |
|
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2009-06-16 | 1 | -7/+16 |
| |\ |
|
| | * | V4L/DVB (11607): soc-camera: add a free_bus method to struct soc_camera_link | Guennadi Liakhovetski | 2009-06-16 | 1 | -7/+16 |
| * | | Merge branch 'akpm' | Linus Torvalds | 2009-06-16 | 91 | -522/+128 |
| |\ \ |
|
| | * | | fbdev: move logo externs to header file | Geert Uytterhoeven | 2009-06-16 | 3 | -14/+2 |
| | * | | kmap_types: make most arches use generic header file | Randy Dunlap | 2009-06-16 | 16 | -317/+30 |
| | * | | use printk_once() in several places | Minchan Kim | 2009-06-16 | 1 | -8/+3 |
| | * | | remove put_cpu_no_resched() | Thomas Gleixner | 2009-06-16 | 1 | -1/+1 |
| | * | | uml: bad macro expansion, parameter is member | Roel Kluin | 2009-06-16 | 1 | -22/+22 |
| | * | | uml: fix a section warning | Amerigo Wang | 2009-06-16 | 2 | -2/+2 |
| | * | | um: remove obsolete hw_interrupt_type | Thomas Gleixner | 2009-06-16 | 1 | -3/+3 |
| | * | | uml: UML net driver does not allow for vlans | Alan Cox | 2009-06-16 | 1 | -1/+1 |
| | * | | m32r: remove obsolete hw_interrupt_type | Thomas Gleixner | 2009-06-16 | 8 | -15/+15 |
| | * | | alpha: bad macro expansion, parameter is member | Roel Kluin | 2009-06-16 | 2 | -6/+6 |
| | * | | alpha: remove obsolete hw_interrupt_type | Thomas Gleixner | 2009-06-16 | 20 | -27/+27 |
| | * | | page allocator: use allocation flags as an index to the zone watermark | Mel Gorman | 2009-06-16 | 1 | -3/+3 |
| | * | | page allocator: do not check NUMA node ID when the caller knows the node is v... | Mel Gorman | 2009-06-16 | 6 | -8/+9 |
| | * | | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-16 | 21 | -76/+0 |
| | * | | time: move PIT_TICK_RATE to linux/timex.h | Arnd Bergmann | 2009-06-16 | 7 | -19/+4 |
| * | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve... | Linus Torvalds | 2009-06-16 | 33 | -18/+1439 |
| |\ \ \ |
|
| | * \ \ | Merge commit 'linus/master' into HEAD | Vegard Nossum | 2009-06-15 | 1120 | -16484/+71300 |
| | |\ \ \ |
|
| | * | | | | kmemcheck: add opcode self-testing at boot | Vegard Nossum | 2009-06-15 | 4 | -17/+85 |
| | * | | | | x86: unify pte_hidden | Jeremy Fitzhardinge | 2009-06-15 | 1 | -6/+2 |
| | * | | | | x86: make _PAGE_HIDDEN conditional | Jeremy Fitzhardinge | 2009-06-15 | 1 | -1/+6 |
| | * | | | | kmemcheck: make kconfig accessible for other architectures | Pekka Enberg | 2009-06-15 | 2 | -88/+1 |
| | * | | | | kmemcheck: enable in the x86 Kconfig | Vegard Nossum | 2009-06-15 | 1 | -0/+88 |
| | * | | | | kmemcheck: add hooks for the page allocator | Vegard Nossum | 2009-06-15 | 2 | -2/+10 |
| | * | | | | kmemcheck: add hooks for page- and sg-dma-mappings | Vegard Nossum | 2009-06-15 | 1 | -0/+5 |
| | * | | | | kmemcheck: don't track page tables | Vegard Nossum | 2009-06-15 | 3 | -8/+10 |
| | * | | | | kmemcheck: add DMA hooks | Vegard Nossum | 2009-06-15 | 1 | -0/+2 |
| | * | | | | kmemcheck: add mm functions | Vegard Nossum | 2009-06-15 | 1 | -1/+1 |
| | * | | | | x86: add hooks for kmemcheck | Vegard Nossum | 2009-06-15 | 8 | -5/+66 |
| | * | | | | kmemcheck: use kmemcheck_pte_lookup() instead of open-coding it | Pekka Enberg | 2009-06-15 | 1 | -6/+1 |
| | * | | | | kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode() | Pekka Enberg | 2009-06-15 | 1 | -2/+7 |
| | * | | | | kmemcheck: remove multiple ifdef'd definitions of the same global variable | Pekka Enberg | 2009-06-15 | 1 | -3/+5 |
| | * | | | | kmemcheck: make initialization message less confusing | Pekka Enberg | 2009-06-15 | 1 | -1/+1 |
| | * | | | | kmemcheck: remove forward declarations from error.c | Pekka Enberg | 2009-06-15 | 1 | -69/+68 |
| | * | | | | kmemcheck: include module.h to prevent warnings | Randy Dunlap | 2009-06-13 | 1 | -0/+1 |
| | * | | | | kmemcheck: add the kmemcheck core | Vegard Nossum | 2009-06-13 | 15 | -2/+1266 |
| | * | | | | x86: add save_stack_trace_bp() for tracing from a specific stack frame | Vegard Nossum | 2009-06-12 | 1 | -0/+7 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-06-16 | 2 | -0/+427 |
| |\ \ \ \ \ |
|
| | * | | | | | USB: Gadget driver for Samsung HS/OtG block | Ben Dooks | 2009-06-15 | 2 | -0/+427 |
| | | |_|/ /
| | |/| | | |
|
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-06-16 | 6 | -5/+18 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | uml: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2009-06-15 | 2 | -4/+4 |
| | * | | | | mips: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2009-06-15 | 1 | -1/+1 |
| | * | | | | Driver Core: x86: add nodename for cpuid and msr drivers. | Kay Sievers | 2009-06-15 | 2 | -0/+12 |
| | * | | | | Driver Core: misc: add nodename support for misc devices. | Kay Sievers | 2009-06-15 | 1 | -0/+1 |
| | |/ / / |
|
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 2009-06-16 | 37 | -1280/+1681 |
| |\ \ \ \ |
|
| | * | | | | sparc64: Update defconfig. | David S. Miller | 2009-06-16 | 1 | -18/+45 |
| | * | | | | sparc: Wire up sys_rt_tgsigqueueinfo(). | David S. Miller | 2009-06-16 | 3 | -4/+9 |