summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-06AMD IOMMU: use iommu_device_max_index, fixThomas Gleixner1-0/+5
2008-10-02AMD IOMMU: use iommu_device_max_indexFUJITA Tomonori1-7/+3
2008-10-01x86: add PCI IDs for AMD Barcelona PCI devicesIngo Molnar1-0/+5
2008-09-27x86/iommu: use __GFP_ZERO instead of memset for GARTJoerg Roedel1-8/+5
2008-09-27x86/iommu: convert GART need_flush to boolJoerg Roedel1-5/+5
2008-09-27x86/iommu: make GART driver checkpatch cleanJoerg Roedel2-8/+11
2008-09-25x86 gart: remove unnecessary initializationFUJITA Tomonori1-6/+0
2008-09-25x86: restore old GART alloc_coherent behaviorFUJITA Tomonori1-23/+20
2008-09-25revert "x86: make GART to respect device's dma_mask about virtual mappings"FUJITA Tomonori1-28/+11
2008-09-25x86: export pci-nommu's alloc_coherentFUJITA Tomonori3-38/+35
2008-09-22iommu: remove fullflush and nofullflush in IOMMU generic optionFUJITA Tomonori8-21/+32
2008-09-22x86: remove set_bit_string()FUJITA Tomonori1-10/+0
2008-09-22iommu: export iommu_area_reserve helper functionFUJITA Tomonori5-6/+6
2008-09-19AMD IOMMU: use coherent_dma_mask in alloc_coherentJoerg Roedel1-7/+22
2008-09-19add AMD IOMMU tree to MAINTAINERS fileJoerg Roedel1-0/+1
2008-09-19AMD IOMMU: use cmd_buf_size when freeing the command bufferJoerg Roedel1-1/+2
2008-09-19AMD IOMMU: calculate IVHD size with a functionJoerg Roedel1-2/+10
2008-09-19AMD IOMMU: remove unnecessary cast to u64 in the init codeJoerg Roedel1-1/+1
2008-09-19AMD IOMMU: free domain bitmap with its allocation orderJoerg Roedel1-1/+2
2008-09-19AMD IOMMU: simplify dma_mask_to_pagesJoerg Roedel1-2/+1
2008-09-19AMD IOMMU: replace memset with __GFP_ZERO in alloc_coherentJoerg Roedel1-1/+1
2008-09-19AMD IOMMU: avoid unnecessary low zone allocation in alloc_coherentFUJITA Tomonori1-2/+3
2008-09-19AMD IOMMU: some set_device_domain cleanupsJoerg Roedel2-4/+8
2008-09-19AMD IOMMU: don't assign preallocated protection domains to devicesJoerg Roedel2-5/+44
2008-09-19AMD IOMMU: add dma_supported callbackJoerg Roedel1-0/+25
2008-09-19AMD IOMMU: allow IO page faults from devicesJoerg Roedel1-1/+0
2008-09-19AMD IOMMU: enable event loggingJoerg Roedel1-0/+8
2008-09-19AMD IOMMU: add event handling codeJoerg Roedel3-2/+108
2008-09-19AMD IOMMU: add MSI interrupt supportJoerg Roedel5-1/+120
2008-09-19AMD IOMMU: save pci_dev instead of devidJoerg Roedel2-11/+19
2008-09-19AMD IOMMU: save pci segment from ACPI tablesJoerg Roedel2-0/+4
2008-09-19AMD IOMMU: add event buffer allocationJoerg Roedel2-0/+38
2008-09-19AMD IOMMU: align alloc_coherent addresses properlyJoerg Roedel1-8/+14
2008-09-19AMD IOMMU: add branch hints to completion wait checksJoerg Roedel1-6/+6
2008-09-19AMD IOMMU: implement lazy IO/TLB flushingJoerg Roedel3-5/+31
2008-09-19x86: move GART TLB flushing options to generic codeJoerg Roedel5-15/+18
2008-09-19AMD IOMMU: move TLB flushing to the map/unmap helper functionsJoerg Roedel1-14/+5
2008-09-19AMD IOMMU: check for invalid device pointersJoerg Roedel1-8/+35
2008-09-19convert swiotlb to use dma_get_maskFUJITA Tomonori2-6/+2
2008-09-14x86: gart alloc_coherent does virtual mapppings only when necessaryFUJITA Tomonori1-1/+9
2008-09-14x86: avoid unnecessary low zone allocation in Calgary's alloc_coherentFUJITA Tomonori1-0/+2
2008-09-14x86: make GART to respect device's dma_mask about virtual mappingsFUJITA Tomonori1-11/+28
2008-09-14iommu: add dma_get_mask helper functionFUJITA Tomonori1-0/+7
2008-09-14iommu: add iommu_device_max_index IOMMU helper functionFUJITA Tomonori1-0/+10
2008-09-14Merge branch 'linus' into x86/iommuIngo Molnar92-784/+1212
2008-09-14Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds6-40/+131
2008-09-14Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+4
2008-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds5-8/+47
2008-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-1/+88
2008-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-108/+16