aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2009-06-09amd-iommu: remove BUS_NOTIFY_BOUND_DRIVER handlingJoerg Roedel
2009-06-09Merge commit 'tip/core/iommu' into amd-iommu/fixesJoerg Roedel
2009-06-07Merge branch 'linus' into core/iommuIngo Molnar
2009-06-06x86: enable GART-IOMMU only after setting up protection methodsMark Langsdorf
2009-06-04lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTORRusty Russell
2009-06-03amd_iommu: fix lock imbalanceJiri Slaby
2009-05-29acpi-cpufreq: fix printk typo and indentationJoe Perches
2009-05-29x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman
2009-05-28Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resum...Joerg Roedel
2009-05-28amd-iommu: don't free dma adresses below 512MB with CONFIG_IOMMU_STRESSJoerg Roedel
2009-05-28amd-iommu: don't preallocate page tables with CONFIG_IOMMU_STRESSJoerg Roedel
2009-05-28amd-iommu: disable round-robin allocator for CONFIG_IOMMU_STRESSJoerg Roedel
2009-05-28amd-iommu: remove amd_iommu_size kernel parameterJoerg Roedel
2009-05-28amd-iommu: enlarge the aperture dynamicallyJoerg Roedel
2009-05-28amd-iommu: handle exlusion ranges and unity mappings in alloc_new_rangeJoerg Roedel
2009-05-28amd-iommu: move aperture_range allocation code to seperate functionJoerg Roedel
2009-05-28amd-iommu: change dma_dom->next_bit to dma_dom->next_addressJoerg Roedel
2009-05-28amd-iommu: make address allocator aware of multiple aperture rangesJoerg Roedel
2009-05-28amd-iommu: handle page table allocation failures in dma_ops codeJoerg Roedel
2009-05-28amd-iommu: move page table allocation code to seperate functionJoerg Roedel
2009-05-28amd-iommu: introduce aperture_range structureJoerg Roedel
2009-05-28amd-iommu: implement suspend/resumeJoerg Roedel
2009-05-28amd_iommu: un __init functions required for suspend/resumeJoerg Roedel
2009-05-28amd-iommu: add function to flush tlb for all devicesJoerg Roedel
2009-05-28amd-iommu: add function to flush tlb for all domainsJoerg Roedel
2009-05-28amd-iommu: add function to disable all iommusJoerg Roedel
2009-05-28amd-iommu: remove support for msi-xJoerg Roedel
2009-05-28amd-iommu: drop pointless iommu-loop in msi setup codeJoerg Roedel
2009-05-28amd-iommu: consolidate hardware initialization to one functionJoerg Roedel
2009-05-28amd-iommu: introduce for_each_iommu* macrosJoerg Roedel
2009-05-28amd iommu: properly detach from protection domain on ->removeChris Wright
2009-05-28amd-iommu: make sure only ivmd entries are parsedJoerg Roedel
2009-05-28amd-iommu: fix the handling of device aliases in the AMD IOMMU driver.Neil Turton
2009-05-28amd-iommu: fix an off-by-one error in the AMD IOMMU driver.Neil Turton
2009-05-28amd-iommu: disable device isolation with CONFIG_IOMMU_STRESSJoerg Roedel
2009-05-28x86/iommu: add IOMMU_STRESS Kconfig entryJoerg Roedel
2009-05-28amd-iommu: move protection domain printk to dump codeJoerg Roedel
2009-05-28amd-iommu: print ivmd information to dmesg when requestedJoerg Roedel
2009-05-28amd-iommu: print ivhd information to dmesg when requestedJoerg Roedel
2009-05-28amd-iommu: add dump for iommus described in ivrs tableJoerg Roedel
2009-05-28amd-iommu: add amd_iommu_dump parameterJoerg Roedel
2009-05-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-05-26x86: avoid back to back on_each_cpu in cpa_flush_arrayPallipadi, Venkatesh
2009-05-26[CPUFREQ] powernow-k8: determine exact CPU frequency for HW PstatesAndreas Herrmann
2009-05-26[CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq dataThomas Renninger
2009-05-26[CPUFREQ] powernow-k7 build fix when ACPI=nDave Jones
2009-05-26[CPUFREQ] add atom family to p4-clockmodJarod Wilson
2009-05-25x86, relocs: ignore R_386_NONE in kernel relocation entriesTejun Heo
2009-05-25Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-05-25KVM: Fix PDPTR reloading on CR4 writesAvi Kivity