summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-06-17Merge branch 'linus' into x86/urgentIngo Molnar65-2099/+3773
2009-06-17x86, boot: use .code16gcc instead of .code16H. Peter Anvin1-1/+1
2009-06-17x86: correct the conversion of EFI memory typesCliff Wickman1-3/+28
2009-06-17x86: cap iomem_resource to addressable physical memoryH. Peter Anvin1-0/+3
2009-06-16Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar5-7/+45
2009-06-16x86: mm: Read cr2 before prefetching the mmap_lockIngo Molnar1-2/+2
2009-06-16amd-iommu: resume cleanupChris Wright1-7/+1
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2009-06-15amd-iommu: set event buffer head and tail to 0 manuallyJoerg Roedel1-0/+4
2009-06-15amd-iommu: disable cmd buffer and evt logging before reprogramming iommuChris Wright1-0/+9
2009-06-15amd-iommu: flush domain tlb when attaching a new deviceChris Wright1-0/+16
2009-06-15x86: disable IOMMUs on kernel crashJoerg Roedel1-0/+6
2009-06-15amd-iommu: disable IOMMU hardware on shutdownJoerg Roedel3-0/+9
2009-06-14x86: hpet: Mark per cpu interrupts IRQF_TIMER to prevent resume failureThomas Gleixner1-1/+2
2009-06-14x86: atomic_32.h: Fix kernel-doc warningsRandy Dunlap1-2/+1
2009-06-14Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds34-1660/+2908
2009-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-1/+434
2009-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds7-11/+18
2009-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-197/+134
2009-06-13Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus 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/...Linus 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-an...Linus Torvalds4-167/+73
2009-06-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+5
2009-06-12lguest: PAE supportMatias Zabaljauregui4-8/+74
2009-06-12lguest: Add support for kvm_hypercall4()Matias Zabaljauregui2-10/+25
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui2-2/+2
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui1-4/+4
2009-06-12lguest: optimize by coding restore_flags and irq_enable in assembler.Rusty Russell3-30/+74
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell3-8/+16
2009-06-12lguest: clean up lguest_init_IRQRusty Russell1-5/+4
2009-06-12x86: change kernel_physical_mapping_init() __init to __meminitShaohua Li1-1/+1
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-12module: merge module_alloc() finallyAmerigo Wang2-10/+6
2009-06-12x86 module: merge the rest functions with macrosAmerigo Wang4-224/+161
2009-06-12x86 module: merge the same functions in module_32.c and module_64.cAmerigo Wang4-124/+99
2009-06-12perf_counter/x86: Add a quirk for Atom processorsYong Wang1-0/+7
2009-06-12x86: make zap_low_mapping could be used earlyYinghai Lu3-5/+9
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann216-5807/+9416
2009-06-12x86: Provide _sdata in the vmlinux.lds.S fileCatalin Marinas1-0/+2
2009-06-12x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu1-2/+2