summaryrefslogtreecommitdiffstats
path: root/drivers/pci/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds2009-06-221-153/+296
|\
| * VT-d: support the device IOTLBYu Zhao2009-05-181-9/+100
| * VT-d: cleanup iommu_flush_iotlb_psi and flush_unmapsYu Zhao2009-05-181-21/+17
| * intel-iommu: Tidy up iommu->gcmd handlingDavid Woodhouse2009-05-101-9/+9
| * intel-iommu: Fix tiny theoretical race in write-buffer flush.David Woodhouse2009-05-101-3/+1
| * intel-iommu: Clean up handling of "caching mode" vs. IOTLB flushing.David Woodhouse2009-05-101-48/+30
| * intel-iommu: Clean up handling of "caching mode" vs. context flushing.David Woodhouse2009-05-101-31/+21
| * VT-d: fix invalid domain id for KVM context flushYu Zhao2009-05-101-1/+1
| * Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through SupportFenghua Yu2009-05-011-1/+0
| * Intel IOMMU Pass Through SupportFenghua Yu2009-04-291-47/+133
* | Merge branch 'linus' into irq/numaIngo Molnar2009-06-011-4/+9
|\ \
| * | intel-iommu: PAE memory corruption fixDavid Woodhouse2009-05-111-4/+9
| |/
* | x86, intr-remap: enable interrupt remapping earlyWeidong Han2009-04-191-9/+0
|/
* 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
OpenPOWER on IntegriCloud