aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/intel-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-07PM / Intel IOMMU: Fix init_iommu_pm_ops() for CONFIG_PM unsetRafael J. Wysocki1-1/+1
2011-06-02Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-39/+201
2011-06-01intel-iommu: Fix off-by-one in RMRR setupDavid Woodhouse1-2/+2
2011-06-01intel-iommu: Add domain check in domain_remove_one_dev_infoMike Habeck1-2/+2
2011-06-01intel-iommu: Remove Host Bridge devices from identity mappingMike Travis1-0/+5
2011-06-01intel-iommu: Use coherent DMA mask when requestedMike Travis1-2/+1
2011-06-01intel-iommu: Speed up processing of the identity_mapping functionMike Travis1-3/+3
2011-06-01intel-iommu: Check for identity mapping candidate using system dma maskChris Wright1-2/+13
2011-06-01intel-iommu: Only unlink device domains from iommuAlex Williamson1-4/+7
2011-06-01intel-iommu: Enable super page (2MiB, 1GiB, etc.) supportYouquan Song1-18/+139
2011-05-24intel-iommu: Flush unmaps at domain_exitAlex Williamson1-0/+4
2011-05-24intel-iommu: fix VT-d PMR disable for TXT on S3 resumeJoseph Cihula1-6/+25
2011-05-10Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats' and 'amd-iommu/extended-features' into iommu/2.6.40Joerg Roedel1-0/+1
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-04-11PCI: Move ATS declarations in seperate header fileJoerg Roedel1-0/+1
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/async_txLinus 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/jbarnes/pci-2.6Linus 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/jbarnes/pci-2.6Linus 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