summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar29-82/+151
2009-05-29acpi-cpufreq: fix printk typo and indentationJoe Perches1-2/+2
2009-05-29x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman1-1/+5
2009-05-28Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resum...Joerg Roedel5-224/+594
2009-05-28amd-iommu: don't free dma adresses below 512MB with CONFIG_IOMMU_STRESSJoerg Roedel1-0/+5
2009-05-28amd-iommu: don't preallocate page tables with CONFIG_IOMMU_STRESSJoerg Roedel1-0/+4
2009-05-28amd-iommu: disable round-robin allocator for CONFIG_IOMMU_STRESSJoerg Roedel1-0/+5
2009-05-28amd-iommu: remove amd_iommu_size kernel parameterJoerg Roedel2-29/+4
2009-05-28amd-iommu: enlarge the aperture dynamicallyJoerg Roedel1-2/+18
2009-05-28amd-iommu: handle exlusion ranges and unity mappings in alloc_new_rangeJoerg Roedel1-11/+60
2009-05-28amd-iommu: move aperture_range allocation code to seperate functionJoerg Roedel1-36/+59
2009-05-28amd-iommu: change dma_dom->next_bit to dma_dom->next_addressJoerg Roedel2-9/+10
2009-05-28amd-iommu: make address allocator aware of multiple aperture rangesJoerg Roedel2-39/+110
2009-05-28amd-iommu: handle page table allocation failures in dma_ops codeJoerg Roedel1-2/+18
2009-05-28amd-iommu: move page table allocation code to seperate functionJoerg Roedel1-25/+61
2009-05-28amd-iommu: introduce aperture_range structureJoerg Roedel2-35/+43
2009-05-28amd-iommu: implement suspend/resumeJoerg Roedel1-1/+20
2009-05-28amd_iommu: un __init functions required for suspend/resumeJoerg Roedel1-5/+5
2009-05-28amd-iommu: add function to flush tlb for all devicesJoerg Roedel2-0/+19
2009-05-28amd-iommu: add function to flush tlb for all domainsJoerg Roedel2-0/+12
2009-05-28amd-iommu: add function to disable all iommusJoerg Roedel1-0/+13
2009-05-28amd-iommu: remove support for msi-xJoerg Roedel1-43/+1
2009-05-28amd-iommu: drop pointless iommu-loop in msi setup codeJoerg Roedel1-7/+1
2009-05-28amd-iommu: consolidate hardware initialization to one functionJoerg Roedel1-18/+32
2009-05-28amd-iommu: introduce for_each_iommu* macrosJoerg Roedel3-8/+16
2009-05-28amd iommu: properly detach from protection domain on ->removeChris Wright1-1/+5
2009-05-28amd-iommu: make sure only ivmd entries are parsedJoerg Roedel1-0/+2
2009-05-28amd-iommu: fix the handling of device aliases in the AMD IOMMU driver.Neil Turton1-1/+1
2009-05-28amd-iommu: fix an off-by-one error in the AMD IOMMU driver.Neil Turton1-1/+1
2009-05-28amd-iommu: disable device isolation with CONFIG_IOMMU_STRESSJoerg Roedel1-0/+6
2009-05-28x86/iommu: add IOMMU_STRESS Kconfig entryJoerg Roedel1-0/+8
2009-05-28amd-iommu: move protection domain printk to dump codeJoerg Roedel1-4/+6
2009-05-28amd-iommu: print ivmd information to dmesg when requestedJoerg Roedel1-0/+11
2009-05-28amd-iommu: print ivhd information to dmesg when requestedJoerg Roedel1-0/+73
2009-05-28amd-iommu: add dump for iommus described in ivrs tableJoerg Roedel1-0/+9
2009-05-28amd-iommu: add amd_iommu_dump parameterJoerg Roedel2-0/+16
2009-05-28x86: move rdtsc_barrier() into the TSC vread methodPetr Tesarik2-9/+10
2009-05-28x86: enable_update_mptable should be a macroYinghai Lu1-9/+2
2009-05-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-16/+8
2009-05-26x86: avoid back to back on_each_cpu in cpa_flush_arrayPallipadi, Venkatesh1-14/+3
2009-05-26[CPUFREQ] powernow-k8: determine exact CPU frequency for HW PstatesAndreas Herrmann1-2/+21
2009-05-26[CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq dataThomas Renninger1-14/+5
2009-05-26[CPUFREQ] powernow-k7 build fix when ACPI=nDave Jones1-0/+2
2009-05-26[CPUFREQ] add atom family to p4-clockmodJarod Wilson1-0/+1
2009-05-25x86, relocs: ignore R_386_NONE in kernel relocation entriesTejun Heo1-2/+5
2009-05-25Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+6
2009-05-25KVM: Fix PDPTR reloading on CR4 writesAvi Kivity1-1/+5
2009-05-25KVM: Make paravirt tlb flush also reload the PAE PDPTRsAvi Kivity1-2/+1
2009-05-25x86: Remove remap percpu allocator for the time beingTejun Heo1-1/+3
2009-05-23Merge branch 'x86/urgent' into x86/setupH. Peter Anvin86-571/+849