summaryrefslogtreecommitdiffstats
path: root/drivers/pci/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-131-2/+2
|\
| * Intel-IOMMU Alignment Issue in dma_pte_clear_range()Fenghua Yu2009-04-061-2/+2
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-4/+4
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
|/
* intel-iommu: Fix oops in device_to_iommu() when devices not found.David Woodhouse2009-04-061-1/+2
* intel-iommu: Handle PCI domains appropriately.David Woodhouse2009-04-041-28/+48
* intel-iommu: Fix device-to-iommu mapping for PCI-PCI bridges.David Woodhouse2009-04-041-1/+6
* x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong2009-04-041-0/+9
* Intel IOMMU Suspend/Resume Support - DMARFenghua Yu2009-04-031-0/+146
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-031-19/+96
|\
| * intel-iommu: Fix address wrap on 32-bit kernel.Zhao, Yu2009-03-251-1/+3
| * intel-iommu: Enable DMAR on 32-bit kernel.David Woodhouse2009-03-251-12/+8
| * intel-iommu: fix PCI device detach from virtual machineHan, Weidong2009-03-251-0/+29
| * intel-iommu: VT-d page table to support snooping control bitSheng Yang2009-03-241-1/+11
| * iommu: Add domain_has_cap iommu_opsSheng Yang2009-03-241-0/+12
| * intel-iommu: Snooping control supportSheng Yang2009-03-241-5/+33
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-011-1/+1
|\ \
| * | PCI: add missing KERN_* constants to printksFrank Seidel2009-03-191-1/+1
| |/
* | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-301-17/+33
|\ \
| * \ Merge branch 'linus' into core/iommuIngo Molnar2009-03-051-4/+26
| |\ \ | | |/
| * | intel-iommu: make dma mapping functions staticFUJITA Tomonori2009-01-291-18/+11
| * | IA64: fix VT-d dma_mapping_errorFUJITA Tomonori2009-01-291-0/+6
| * | Merge branch 'linus' into core/iommuIngo Molnar2009-01-161-1/+2
| |\ \
| * | | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-061-5/+4
| * | | x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori2009-01-061-2/+0
| * | | intel-iommu: add map_page and unmap_pageFUJITA Tomonori2009-01-061-2/+22
* | | | x86, dmar: start with sane state while enabling dma and interrupt-remappingSuresh Siddha2009-03-171-0/+29
* | | | x86, x2apic: enable fault handling for intr-remappingSuresh Siddha2009-03-171-2/+1
* | | | x86, dmar: move page fault handling code to dmar.cSuresh Siddha2009-03-171-188/+0
| |_|/ |/| |
* | | iommu: fix Intel IOMMU write-buffer flushingDavid Woodhouse2009-02-141-1/+15
* | | x86: disable intel_iommu support by defaultKyle McMartin2009-02-051-3/+11
| |/ |/|
* | Prevent oops at boot with VT-dDirk Hohndel2009-01-131-1/+2
|/
* intel-iommu: fix bit shift at DOMAIN_FLAG_P2P_MULTIPLE_DEVICESMike Day2009-01-031-1/+1
* VT-d: remove now unused intel_iommu_found functionJoerg Roedel2009-01-031-6/+0
* VT-d: register functions for the IOMMU APIJoerg Roedel2009-01-031-0/+15
* VT-d: adapt domain iova_to_phys function for IOMMU APIJoerg Roedel2009-01-031-3/+4
* VT-d: adapt domain map and unmap functions for IOMMU APIJoerg Roedel2009-01-031-13/+20
* VT-d: adapt device attach and detach functions for IOMMU APIJoerg Roedel2009-01-031-12/+15
* VT-d: adapt domain init and destroy functions for IOMMU APIJoerg Roedel2009-01-031-15/+18
* Check agaw is sufficient for mapped memoryWeidong Han2009-01-031-0/+61
* Change intel iommu APIs of virtual machine domainWeidong Han2009-01-031-70/+59
* Change domain_context_mapping_one for virtual machine domainWeidong Han2009-01-031-3/+52
* Allocation and free functions of virtual machine domainWeidong Han2009-01-031-2/+105
* Add domain_flush_cacheWeidong Han2009-01-031-17/+26
* Add/remove domain device info for virtual machine domainWeidong Han2009-01-031-5/+166
* Add domain flag DOMAIN_FLAG_VIRTUAL_MACHINEWeidong Han2009-01-031-0/+7
* iommu coherencyWeidong Han2009-01-031-0/+24
* calculate agaw for each iommuWeidong Han2009-01-031-0/+22
* iommu bitmap instead of iommu pointer in dmar_domainWeidong Han2009-01-031-30/+67
* Get iommu from g_iommus for deferred flushWeidong Han2009-01-031-3/+4
OpenPOWER on IntegriCloud