aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Merge branch 'akpm'Linus Torvalds7-33/+10
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-20/+3
2009-06-16use printk_once() in several placesMinchan Kim1-8/+3
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is validMel Gorman1-1/+1
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-1/+0
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann3-3/+3
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds33-18/+1439
2009-06-15Driver Core: x86: add nodename for cpuid and msr drivers.Kay Sievers2-0/+12
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers1-0/+1
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum65-2108/+3775
2009-06-15kmemcheck: add opcode self-testing at bootVegard Nossum4-17/+85
2009-06-15x86: unify pte_hiddenJeremy Fitzhardinge1-6/+2
2009-06-15x86: make _PAGE_HIDDEN conditionalJeremy Fitzhardinge1-1/+6
2009-06-15kmemcheck: make kconfig accessible for other architecturesPekka Enberg2-88/+1
2009-06-15kmemcheck: enable in the x86 KconfigVegard Nossum1-0/+88
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum2-2/+10
2009-06-15kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum1-0/+5
2009-06-15kmemcheck: don't track page tablesVegard Nossum3-8/+10
2009-06-15kmemcheck: add DMA hooksVegard Nossum1-0/+2
2009-06-15kmemcheck: add mm functionsVegard Nossum1-1/+1
2009-06-15x86: add hooks for kmemcheckVegard Nossum8-5/+66
2009-06-15kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka Enberg1-6/+1
2009-06-15kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()Pekka Enberg1-2/+7
2009-06-15kmemcheck: remove multiple ifdef'd definitions of the same global variablePekka Enberg1-3/+5
2009-06-15kmemcheck: make initialization message less confusingPekka Enberg1-1/+1
2009-06-15kmemcheck: remove forward declarations from error.cPekka Enberg1-69/+68
2009-06-13Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds34-1660/+2908
2009-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-1/+434
2009-06-13kmemcheck: include module.h to prevent warningsRandy Dunlap1-0/+1
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum15-2/+1266
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds7-11/+18
2009-06-12x86: add save_stack_trace_bp() for tracing from a specific stack frameVegard Nossum1-0/+7
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds5-197/+134
2009-06-12Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+7
2009-06-12PM core: rename suspend and resume functionsAlan Stern1-7/+7
2009-06-12PM: Rename device_power_down/up()Magnus Damm1-4/+4
2009-06-12x86: unify power/cpu_(32|64).cSergio Luis3-260/+1
2009-06-12x86: unify power/cpu_(32|64) copyright notesSergio Luis2-2/+3
2009-06-12x86: unify power/cpu_(32|64) regarding restoring processor stateSergio Luis2-38/+135
2009-06-12x86: unify power/cpu_(32|64) regarding saving processor stateSergio Luis2-1/+76
2009-06-12x86: unify power/cpu_(32|64) global variablesSergio Luis2-0/+17
2009-06-12x86: unify power/cpu_(32|64) headersSergio Luis2-4/+10
2009-06-12PM/ACPI/x86: Fix sparse warning in arch/x86/kernel/acpi/sleep.cJaswinder Singh Rajput1-1/+1
2009-06-12Merge branch 'topic/slab/earlyboot-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds3-5/+9
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds6-55/+187
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-paramLinus Torvalds4-167/+73
2009-06-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-12/+5
2009-06-12lguest: PAE supportMatias Zabaljauregui4-8/+74
2009-06-12lguest: Add support for kvm_hypercall4()Matias Zabaljauregui2-10/+25