summaryrefslogtreecommitdiffstats
path: root/drivers/pci/intel-iommu.c
AgeCommit message (Expand)Author
2009-04-13Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-04-06Intel-IOMMU Alignment Issue in dma_pte_clear_range()Fenghua Yu
2009-04-06intel-iommu: Fix oops in device_to_iommu() when devices not found.David Woodhouse
2009-04-04intel-iommu: Handle PCI domains appropriately.David Woodhouse
2009-04-04intel-iommu: Fix device-to-iommu mapping for PCI-PCI bridges.David Woodhouse
2009-04-04x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong
2009-04-03Intel IOMMU Suspend/Resume Support - DMARFenghua Yu
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-03-30Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2009-03-25intel-iommu: Fix address wrap on 32-bit kernel.Zhao, Yu
2009-03-25intel-iommu: Enable DMAR on 32-bit kernel.David Woodhouse
2009-03-25intel-iommu: fix PCI device detach from virtual machineHan, Weidong
2009-03-24intel-iommu: VT-d page table to support snooping control bitSheng Yang
2009-03-24iommu: Add domain_has_cap iommu_opsSheng Yang
2009-03-24intel-iommu: Snooping control supportSheng Yang
2009-03-19PCI: add missing KERN_* constants to printksFrank Seidel
2009-03-17x86, dmar: start with sane state while enabling dma and interrupt-remappingSuresh Siddha
2009-03-17x86, x2apic: enable fault handling for intr-remappingSuresh Siddha
2009-03-17x86, dmar: move page fault handling code to dmar.cSuresh Siddha
2009-03-05Merge branch 'linus' into core/iommuIngo Molnar
2009-02-14iommu: fix Intel IOMMU write-buffer flushingDavid Woodhouse
2009-02-05x86: disable intel_iommu support by defaultKyle McMartin
2009-01-29intel-iommu: make dma mapping functions staticFUJITA Tomonori
2009-01-29IA64: fix VT-d dma_mapping_errorFUJITA Tomonori
2009-01-16Merge branch 'linus' into core/iommuIngo Molnar
2009-01-13Prevent oops at boot with VT-dDirk Hohndel
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori
2009-01-06x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori
2009-01-06intel-iommu: add map_page and unmap_pageFUJITA Tomonori
2009-01-03intel-iommu: fix bit shift at DOMAIN_FLAG_P2P_MULTIPLE_DEVICESMike Day
2009-01-03VT-d: remove now unused intel_iommu_found functionJoerg Roedel
2009-01-03VT-d: register functions for the IOMMU APIJoerg Roedel
2009-01-03VT-d: adapt domain iova_to_phys function for IOMMU APIJoerg Roedel
2009-01-03VT-d: adapt domain map and unmap functions for IOMMU APIJoerg Roedel
2009-01-03VT-d: adapt device attach and detach functions for IOMMU APIJoerg Roedel
2009-01-03VT-d: adapt domain init and destroy functions for IOMMU APIJoerg Roedel
2009-01-03Check agaw is sufficient for mapped memoryWeidong Han
2009-01-03Change intel iommu APIs of virtual machine domainWeidong Han
2009-01-03Change domain_context_mapping_one for virtual machine domainWeidong Han
2009-01-03Allocation and free functions of virtual machine domainWeidong Han
2009-01-03Add domain_flush_cacheWeidong Han
2009-01-03Add/remove domain device info for virtual machine domainWeidong Han
2009-01-03Add domain flag DOMAIN_FLAG_VIRTUAL_MACHINEWeidong Han
2009-01-03iommu coherencyWeidong Han
2009-01-03calculate agaw for each iommuWeidong Han
2009-01-03iommu bitmap instead of iommu pointer in dmar_domainWeidong Han
2009-01-03Get iommu from g_iommus for deferred flushWeidong Han