aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/intel-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar1-4/+9
2009-05-11intel-iommu: PAE memory corruption fixDavid Woodhouse1-4/+9
2009-04-19x86, intr-remap: enable interrupt remapping earlyWeidong Han1-9/+0
2009-04-13Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-2/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-04-06Intel-IOMMU Alignment Issue in dma_pte_clear_range()Fenghua Yu1-2/+2
2009-04-06intel-iommu: Fix oops in device_to_iommu() when devices not found.David Woodhouse1-1/+2
2009-04-04intel-iommu: Handle PCI domains appropriately.David Woodhouse1-28/+48
2009-04-04intel-iommu: Fix device-to-iommu mapping for PCI-PCI bridges.David Woodhouse1-1/+6
2009-04-04x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong1-0/+9
2009-04-03Intel IOMMU Suspend/Resume Support - DMARFenghua Yu1-0/+146
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-19/+96
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+1
2009-03-30Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-17/+33
2009-03-25intel-iommu: Fix address wrap on 32-bit kernel.Zhao, Yu1-1/+3
2009-03-25intel-iommu: Enable DMAR on 32-bit kernel.David Woodhouse1-12/+8
2009-03-25intel-iommu: fix PCI device detach from virtual machineHan, Weidong1-0/+29
2009-03-24intel-iommu: VT-d page table to support snooping control bitSheng Yang1-1/+11
2009-03-24iommu: Add domain_has_cap iommu_opsSheng Yang1-0/+12
2009-03-24intel-iommu: Snooping control supportSheng Yang1-5/+33
2009-03-19PCI: add missing KERN_* constants to printksFrank Seidel1-1/+1
2009-03-17x86, dmar: start with sane state while enabling dma and interrupt-remappingSuresh Siddha1-0/+29
2009-03-17x86, x2apic: enable fault handling for intr-remappingSuresh Siddha1-2/+1
2009-03-17x86, dmar: move page fault handling code to dmar.cSuresh Siddha1-188/+0
2009-03-05Merge branch 'linus' into core/iommuIngo Molnar1-4/+26
2009-02-14iommu: fix Intel IOMMU write-buffer flushingDavid Woodhouse1-1/+15
2009-02-05x86: disable intel_iommu support by defaultKyle McMartin1-3/+11
2009-01-29intel-iommu: make dma mapping functions staticFUJITA Tomonori1-18/+11
2009-01-29IA64: fix VT-d dma_mapping_errorFUJITA Tomonori1-0/+6
2009-01-16Merge branch 'linus' into core/iommuIngo Molnar1-1/+2
2009-01-13Prevent oops at boot with VT-dDirk Hohndel1-1/+2
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori1-5/+4
2009-01-06x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori1-2/+0
2009-01-06intel-iommu: add map_page and unmap_pageFUJITA Tomonori1-2/+22
2009-01-03intel-iommu: fix bit shift at DOMAIN_FLAG_P2P_MULTIPLE_DEVICESMike Day1-1/+1
2009-01-03VT-d: remove now unused intel_iommu_found functionJoerg Roedel1-6/+0
2009-01-03VT-d: register functions for the IOMMU APIJoerg Roedel1-0/+15
2009-01-03VT-d: adapt domain iova_to_phys function for IOMMU APIJoerg Roedel1-3/+4
2009-01-03VT-d: adapt domain map and unmap functions for IOMMU APIJoerg Roedel1-13/+20
2009-01-03VT-d: adapt device attach and detach functions for IOMMU APIJoerg Roedel1-12/+15
2009-01-03VT-d: adapt domain init and destroy functions for IOMMU APIJoerg Roedel1-15/+18
2009-01-03Check agaw is sufficient for mapped memoryWeidong Han1-0/+61
2009-01-03Change intel iommu APIs of virtual machine domainWeidong Han1-70/+59
2009-01-03Change domain_context_mapping_one for virtual machine domainWeidong Han1-3/+52
2009-01-03Allocation and free functions of virtual machine domainWeidong Han1-2/+105
2009-01-03Add domain_flush_cacheWeidong Han1-17/+26
2009-01-03Add/remove domain device info for virtual machine domainWeidong Han1-5/+166
2009-01-03Add domain flag DOMAIN_FLAG_VIRTUAL_MACHINEWeidong Han1-0/+7
2009-01-03iommu coherencyWeidong Han1-0/+24