summaryrefslogtreecommitdiff
path: root/drivers/pci/intel-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-12/+43
2011-04-21intel_iommu: disable all VT-d PMRs when TXT launchedJoseph Cihula1-9/+29
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-1/+1
2011-03-23PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki1-29/+9
2011-03-12intel-iommu: Fix get_domain_for_dev() error pathAlex Williamson1-1/+1
2011-03-12intel-iommu: Unlink domain from iommuAlex Williamson1-1/+12
2011-01-17intel-iommu: Fix use after release during device attachJan Kiszka1-1/+1
2010-09-27Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-0/+27
2010-09-22drivers/pci/intel-iommu.c: fix build with older gcc'sAndrew Morton1-47/+43
2010-09-21intel-iommu: Use symbolic values instead of magic numbers in Lenovo w/aAdam Jackson1-2/+12
2010-09-21intel-iommu: Abort IOMMU setup for igfx if BIOS gave no shadow GTT spaceDavid Woodhouse1-0/+17
2010-08-15Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-1/+1
2010-08-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-0/+28
2010-08-10intel-iommu: Fix 32-bit build warning with __cmpxchg()David Woodhouse1-1/+1
2010-08-04ioat2: catch and recover from broken vtd configurations v6Dan Williams1-0/+28
2010-07-19iommu-api: Extension to check for interrupt remappingTom Lyon1-0/+2
2010-06-15intel-iommu: Force-disable IOMMU for iGFX on broken Cantiga revisions.David Woodhouse1-1/+7
2010-06-15intel-iommu: Fix double lock in get_domain_for_dev()Jiri Slaby1-1/+2
2010-06-15intel-iommu: Fix reference by physical address in intel_iommu_attach_device()Sheng Yang1-1/+2
2010-05-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-70/+59
2010-05-17intel-iommu: intel_iommu_map_range failed at very end of address spaceTom Lyon1-8/+3
2010-05-17intel-iommu: errors with smaller iommu widthsTom Lyon1-19/+21
2010-04-09intel-iommu: Print out iommu seq_idYinghai Lu1-3/+6
2010-04-09intel-iommu: Avoid global flushes with caching mode.Nadav Amit1-5/+14
2010-04-09intel-iommu: Use correct domain ID when caching mode is enabledNadav Amit1-9/+9
2010-04-09intel-iommu mistakenly uses offset_pfn when caching mode is enabledNadav Amit1-2/+1
2010-04-09intel-iommu: use for_each_set_bit()Akinobu Mita1-26/+7
2010-03-07VT-d: Change {un}map_range functions to implement {un}map interfaceJoerg Roedel1-10/+12
2010-03-07iommu-api: Rename ->{un}map function pointers to ->{un}map_rangeJoerg Roedel1-2/+2
2009-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-3/+3
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann1-3/+3
2009-12-16Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-35/+43
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-5/+5
2009-12-08Revert "Intel IOMMU: Avoid memory allocation failures in dma map api calls"KOSAKI Motohiro1-22/+3
2009-12-08intel-iommu: ignore page table validation in pass through modeChris Wright1-5/+8
2009-12-08intel-iommu: Fix oops with intel_iommu=igfx_offDavid Woodhouse1-0/+3
2009-12-08intel-iommu: Check for an RMRR which ends before it starts.David Woodhouse1-0/+10
2009-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse1-3/+42
2009-12-05Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+4
2009-11-24PCI: use pci_is_pcie() in pci coreKenji Kaneshige1-5/+5
2009-11-12intel-iommu: Support PCIe hot-plugFenghua Yu1-0/+29
2009-11-12intel-iommu: Obey coherent_dma_mask for alloc_coherent on passthroughAlex Williamson1-1/+9
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori1-2/+4
2009-10-05iommu: Allocate dma-remapping structures using numa locality infoSuresh Siddha1-8/+19
2009-09-30intel-iommu: Yet another BIOS workaround: Isoch DMAR unit with no TLB spaceDavid Woodhouse1-5/+77
2009-09-23Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-162/+161
2009-09-19intel-iommu: Disable PMRs after we enable translation, not beforeDavid Woodhouse1-2/+3
2009-09-19intel-iommu: Fix integer wrap on 32 bit kernelsBenjamin LaHaise1-4/+3
2009-09-19intel-iommu: Fix integer overflow in dma_pte_{clear_range,free_pagetable}()David Woodhouse1-4/+7