summaryrefslogtreecommitdiff
path: root/drivers/pci/intel-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-03intel-iommu: move struct dmar_domain def out dma_remapping.hMark McLoughlin1-0/+18
2009-01-03intel-iommu: move DMA PTE defs out of dma_remapping.hMark McLoughlin1-0/+22
2009-01-03intel-iommu: move context entry defs out from dma_remapping.hMark McLoughlin1-0/+38
2009-01-03intel-iommu: move root entry defs from dma_remapping.hMark McLoughlin1-0/+33
2009-01-03intel-iommu: move DMA_32/64BIT_PFN into intel-iommu.cMark McLoughlin1-0/+3
2009-01-03intel-iommu: make init_dmars() staticMark McLoughlin1-1/+1
2009-01-03intel-iommu: remove some unused struct intel_iommu fieldsMark McLoughlin1-1/+0
2008-11-19intel-iommu: fix compile warningsFUJITA Tomonori1-2/+4
2008-10-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David Woodhouse1-121/+129
2008-10-20intel-iommu: typo fix and correct word in the commentAmeya Palande1-2/+2
2008-10-18intel-iommu: use coherent_dma_mask in alloc_coherentFUJITA Tomonori1-10/+19
2008-10-18intel-iommu: IA64 supportFenghua Yu1-62/+66
2008-10-17dmar: Use queued invalidation interface for IOTLB and context invalidationYouquan Song1-50/+45
2008-10-15VT-d: Changes to support KVMKay, Allen M1-4/+112
2008-07-22Merge branch 'linus' into x86/x2apicIngo Molnar1-1/+1
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar1-1/+1
2008-07-17Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-1/+0
2008-07-12x64, x2apic/intr-remap: Interrupt remapping infrastructureSuresh Siddha1-13/+8
2008-07-12x64, x2apic/intr-remap: Queued invalidation infrastructure (part of VT-d)Suresh Siddha1-7/+0
2008-07-12x64, x2apic/intr-remap: move IOMMU_WAIT_OP() macro to intel-iommu.hSuresh Siddha1-15/+0
2008-07-12x64, x2apic/intr-remap: code re-structuring, to be used by both DMA and Inter...Suresh Siddha1-5/+5
2008-07-12x64, x2apic/intr-remap: fix the need for sequential array allocation of iommusSuresh Siddha1-17/+7
2008-07-12x64, x2apic/intr-remap: Intel vt-d, IOMMU code reorganizationSuresh Siddha1-84/+8
2008-07-11x86: make only GART code include gart.hFUJITA Tomonori1-1/+1
2008-07-08RFC x86: try to remove arch_get_ram_rangeYinghai Lu1-14/+37
2008-06-10PCI: eliminate double kfree in intel-iommu initializationJulia Lawall1-1/+0
2008-05-13PCI: Make the intel-iommu_wait_op macro work when jiffies are not runningmark gross1-3/+3
2008-04-25intel-iommu.c: dma ops fixIngo Molnar1-18/+17
2008-04-21PCI: pci-iommu-iotlb-flushing-speedupmark gross1-36/+40
2008-04-21PCI: iommu: iotlb flushingmark gross1-18/+129
2008-03-25PCI: iova: lockdep false alarm fixMark Gross1-0/+7
2008-02-24copyright owner and author clean up for intel iommu and related filesmark gross1-3/+4
2008-02-08intel-iommu: fault_reason index cleanupmark gross1-6/+5
2008-02-08intel-iommu: PMEN supportmark gross1-1/+20
2008-02-06Genericizing iova.[ch]David Miller1-2/+2
2008-02-02PCI: Spelling fixesJoe Perches1-1/+1
2007-10-30intel-iommu: Fix array overflowTakashi Iwai1-2/+2
2007-10-30x86 gart: rename iommu.h to gart.hJoerg Roedel1-1/+1
2007-10-29intel-iommu fixesAl Viro1-4/+3
2007-10-23intel-iommu: fix sg_page()FUJITA Tomonori1-2/+2
2007-10-22intel-iommu sg chaining supportFUJITA Tomonori1-17/+17
2007-10-22intel-iommu: fix for IOMMU early crashKeshavamurthy, Anil S1-11/+11
2007-10-22intel-iommu: optimize sg map/unmap callsKeshavamurthy, Anil S1-146/+179
2007-10-22Intel IOMMU: Iommu floppy workaroundKeshavamurthy, Anil S1-0/+27
2007-10-22Intel IOMMU: Iommu Gfx workaroundKeshavamurthy, Anil S1-0/+33
2007-10-22Intel IOMMU: DMAR fault handling supportKeshavamurthy, Anil S1-0/+194
2007-10-22Intel IOMMU: Intel iommu cmdline option - forcedacKeshavamurthy, Anil S1-1/+6
2007-10-22Intel IOMMU: Avoid memory allocation failures in dma map api callsKeshavamurthy, Anil S1-4/+26
2007-10-22Intel IOMMU: Intel IOMMU driverKeshavamurthy, Anil S1-0/+1957