| Commit message (Expand) | Author | Age |
* | Merge branch 'akpm' | Linus Torvalds | 2009-06-16 |
|\ |
|
| * | kmap_types: make most arches use generic header file | Randy Dunlap | 2009-06-16 |
| * | use printk_once() in several places | Minchan Kim | 2009-06-16 |
| * | page allocator: do not check NUMA node ID when the caller knows the node is v... | Mel Gorman | 2009-06-16 |
| * | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-16 |
| * | time: move PIT_TICK_RATE to linux/timex.h | Arnd Bergmann | 2009-06-16 |
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve... | Linus Torvalds | 2009-06-16 |
|\ \ |
|
| * \ | Merge commit 'linus/master' into HEAD | Vegard Nossum | 2009-06-15 |
| |\ \ |
|
| * | | | kmemcheck: add opcode self-testing at boot | Vegard Nossum | 2009-06-15 |
| * | | | x86: unify pte_hidden | Jeremy Fitzhardinge | 2009-06-15 |
| * | | | x86: make _PAGE_HIDDEN conditional | Jeremy Fitzhardinge | 2009-06-15 |
| * | | | kmemcheck: make kconfig accessible for other architectures | Pekka Enberg | 2009-06-15 |
| * | | | kmemcheck: enable in the x86 Kconfig | Vegard Nossum | 2009-06-15 |
| * | | | kmemcheck: add hooks for the page allocator | Vegard Nossum | 2009-06-15 |
| * | | | kmemcheck: add hooks for page- and sg-dma-mappings | Vegard Nossum | 2009-06-15 |
| * | | | kmemcheck: don't track page tables | Vegard Nossum | 2009-06-15 |
| * | | | kmemcheck: add DMA hooks | Vegard Nossum | 2009-06-15 |
| * | | | kmemcheck: add mm functions | Vegard Nossum | 2009-06-15 |
| * | | | x86: add hooks for kmemcheck | Vegard Nossum | 2009-06-15 |
| * | | | kmemcheck: use kmemcheck_pte_lookup() instead of open-coding it | Pekka Enberg | 2009-06-15 |
| * | | | kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode() | Pekka Enberg | 2009-06-15 |
| * | | | kmemcheck: remove multiple ifdef'd definitions of the same global variable | Pekka Enberg | 2009-06-15 |
| * | | | kmemcheck: make initialization message less confusing | Pekka Enberg | 2009-06-15 |
| * | | | kmemcheck: remove forward declarations from error.c | Pekka Enberg | 2009-06-15 |
| * | | | kmemcheck: include module.h to prevent warnings | Randy Dunlap | 2009-06-13 |
| * | | | kmemcheck: add the kmemcheck core | Vegard Nossum | 2009-06-13 |
| * | | | x86: add save_stack_trace_bp() for tracing from a specific stack frame | Vegard Nossum | 2009-06-12 |
* | | | | Driver Core: x86: add nodename for cpuid and msr drivers. | Kay Sievers | 2009-06-16 |
* | | | | Driver Core: misc: add nodename support for misc devices. | Kay Sievers | 2009-06-16 |
| |_|/
|/| | |
|
* | | | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2009-06-15 |
|\ \ \
| |_|/
|/| | |
|
| * | | timers: Identifying the existing pinned timers | Arun R Bharadwaj | 2009-05-13 |
* | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-13 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into x86/mce3 | Ingo Molnar | 2009-06-11 |
| |\ \ \ |
|
| * | | | | x86, mce: Add boot options for corrected errors | Hidetoshi Seto | 2009-06-11 |
| * | | | | x86, mce: Fix mce printing | Hidetoshi Seto | 2009-06-11 |
| * | | | | x86, mce: fix for mce counters | Hidetoshi Seto | 2009-06-03 |
| * | | | | x86, mce: support action-optional machine checks | Andi Kleen | 2009-06-03 |
| * | | | | x86, mce: define MCE_VECTOR | Andi Kleen | 2009-06-03 |
| * | | | | x86, mce: rename mce_notify_user to mce_notify_irq | Andi Kleen | 2009-06-03 |
| * | | | | x86: fix panic with interrupts off (needed for MCE) | Andi Kleen | 2009-06-03 |
| * | | | | x86, mce: export MCE severities coverage via debugfs | Huang Ying | 2009-06-03 |
| * | | | | x86, mce: implement new status bits | Andi Kleen | 2009-06-03 |
| * | | | | x86, mce: print header/footer only once for multiple MCEs | Andi Kleen | 2009-06-03 |
| * | | | | x86, mce: default to panic timeout for machine checks | Andi Kleen | 2009-06-03 |
| * | | | | x86, mce: improve mce_get_rip | Huang Ying | 2009-06-03 |
| * | | | | x86, mce: make non Monarch panic message "Fatal machine check" too | Andi Kleen | 2009-06-03 |
| * | | | | x86, mce: switch x86 machine check handler to Monarch election. | Andi Kleen | 2009-06-03 |
| * | | | | x86, mce: implement panic synchronization | Andi Kleen | 2009-06-03 |
| * | | | | x86, mce: implement bootstrapping for machine check wakeups | Andi Kleen | 2009-06-03 |
| * | | | | x86, mce: check early in exception handler if panic is needed | Andi Kleen | 2009-06-03 |