summaryrefslogtreecommitdiffstats
path: root/drivers/pci/intel-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-1/+1
2009-03-30Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+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
2009-01-03calculate agaw for each iommuWeidong Han1-0/+22
2009-01-03iommu bitmap instead of iommu pointer in dmar_domainWeidong Han1-30/+67
2009-01-03Get iommu from g_iommus for deferred flushWeidong Han1-3/+4
2009-01-03Add global iommu listWeidong Han1-0/+25
2009-01-03change P2P domain flagsWeidong Han1-3/+5
2009-01-03Initialize domain flags to 0Weidong Han1-0/+1
2009-01-03intel-iommu: trivially inline DMA PTE macrosMark McLoughlin1-23/+48
2009-01-03intel-iommu: trivially inline context entry macrosMark McLoughlin1-30/+55
2009-01-03intel-iommu: move iommu_prepare_gfx_mapping() out of dma_remapping.hMark McLoughlin1-0/+5
2009-01-03intel-iommu: move struct device_domain_info out of dma_remapping.hMark McLoughlin1-0/+10
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