aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09amd-iommu: remove unnecessary "AMD IOMMU: " prefixJoerg Roedel1-3/+2
2009-06-09amd-iommu: detach device explicitly before attaching it to a new domainJoerg Roedel1-1/+1
2009-06-09amd-iommu: remove BUS_NOTIFY_BOUND_DRIVER handlingJoerg Roedel1-11/+0
2009-06-09Merge commit 'tip/core/iommu' into amd-iommu/fixesJoerg Roedel291-3290/+6668
2009-06-07Merge branch 'linus' into core/iommuIngo Molnar285-3064/+6066
2009-06-06x86: enable GART-IOMMU only after setting up protection methodsMark Langsdorf1-2/+8
2009-06-04lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTORRusty Russell2-4/+14
2009-06-03amd_iommu: fix lock imbalanceJiri Slaby1-1/+3
2009-06-02powerpc/pmac: Update PowerMac 32-bit defconfigBenjamin Herrenschmidt1-83/+195
2009-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-4/+5
2009-05-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-2/+2
2009-05-29acpi-cpufreq: fix printk typo and indentationJoe Perches1-2/+2
2009-05-29sparc64: Fix section attribute warnings.David S. Miller2-2/+2
2009-05-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds26-67/+460
2009-05-29x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be shared or notMel Gorman1-1/+5
2009-05-29flat: fix data sections alignmentOskar Schirmer6-8/+0
2009-05-29Merge branch 'for-rmk' of git://gitorious.org/linux-gemini/mainlineRussell King30-309/+549
2009-05-29[ARM] update mach-typesRussell King1-9/+122
2009-05-28[ARM] Add cmpxchg support for ARMv6+ systems (v5)Mathieu Desnoyers1-0/+173
2009-05-28[ARM] barriers: improve xchg, bitops and atomic SMP barriersRussell King5-13/+71
2009-05-28Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resume' and 'amd-iommu/extended-allocator' into amd-iommu/2.6.31Joerg 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