aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-37/+35
* intel-iommu: Prevent devices with RMRRs from being placed into SI DomainTom Mingarelli2013-01-211-0/+31
* intel-iommu: Free old page tables before creating superpageWoodhouse, David2013-01-171-2/+9
* intel-iommu: Fix AB-BA lockdep reportRoland Dreier2012-11-171-2/+2
* intel-iommu: fix superpage support in pfn_to_dma_pte()Allen Kay2011-12-211-9/+8
* intel-iommu: set iommu_superpage on VM domains to lowest common denominatorAllen Kay2011-12-211-5/+7
* intel-iommu: fix return value of iommu_unmap() APIAllen Kay2011-12-211-3/+8
* PM / Intel IOMMU: Fix init_iommu_pm_ops() for CONFIG_PM unsetRafael J. Wysocki2011-06-071-1/+1
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2011-06-021-39/+201
|\
| * intel-iommu: Fix off-by-one in RMRR setupDavid Woodhouse2011-06-011-2/+2
| * intel-iommu: Add domain check in domain_remove_one_dev_infoMike Habeck2011-06-011-2/+2
| * intel-iommu: Remove Host Bridge devices from identity mappingMike Travis2011-06-011-0/+5
| * intel-iommu: Use coherent DMA mask when requestedMike Travis2011-06-011-2/+1
| * intel-iommu: Speed up processing of the identity_mapping functionMike Travis2011-06-011-3/+3
| * intel-iommu: Check for identity mapping candidate using system dma maskChris Wright2011-06-011-2/+13
| * intel-iommu: Only unlink device domains from iommuAlex Williamson2011-06-011-4/+7
| * intel-iommu: Enable super page (2MiB, 1GiB, etc.) supportYouquan Song2011-06-011-18/+139
| * intel-iommu: Flush unmaps at domain_exitAlex Williamson2011-05-241-0/+4
| * intel-iommu: fix VT-d PMR disable for TXT on S3 resumeJoseph Cihula2011-05-241-6/+25
| |
| \
*-. \ Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats...Joerg Roedel2011-05-101-0/+1
|\ \ \ | |_|/ |/| |
| | * PCI: Move ATS declarations in seperate header fileJoerg Roedel2011-04-111-0/+1
| |/
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2011-04-211-12/+43
|\ \
| * | intel_iommu: disable all VT-d PMRs when TXT launchedJoseph Cihula2011-04-211-9/+29
| * | intel-iommu: Fix get_domain_for_dev() error pathAlex Williamson2011-03-121-1/+1
| * | intel-iommu: Unlink domain from iommuAlex Williamson2011-03-121-1/+12
| * | intel-iommu: Fix use after release during device attachJan Kiszka2011-01-171-1/+1
* | | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
| |/ |/|
* | drivers: Final irq namespace conversionThomas Gleixner2011-03-291-1/+1
* | PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki2011-03-231-29/+9
|/
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-09-271-0/+27
|\
| * intel-iommu: Use symbolic values instead of magic numbers in Lenovo w/aAdam Jackson2010-09-211-2/+12
| * intel-iommu: Abort IOMMU setup for igfx if BIOS gave no shadow GTT spaceDavid Woodhouse2010-09-211-0/+17
* | drivers/pci/intel-iommu.c: fix build with older gcc'sAndrew Morton2010-09-221-47/+43
|/
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-08-151-1/+1
|\
| * intel-iommu: Fix 32-bit build warning with __cmpxchg()David Woodhouse2010-08-101-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-08-091-0/+28
|\ \
| * | ioat2: catch and recover from broken vtd configurations v6Dan Williams2010-08-041-0/+28
* | | iommu-api: Extension to check for interrupt remappingTom Lyon2010-07-191-0/+2
| |/ |/|
* | intel-iommu: Force-disable IOMMU for iGFX on broken Cantiga revisions.David Woodhouse2010-06-151-1/+7
* | intel-iommu: Fix double lock in get_domain_for_dev()Jiri Slaby2010-06-151-1/+2
* | intel-iommu: Fix reference by physical address in intel_iommu_attach_device()Sheng Yang2010-06-151-1/+2
|/
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-05-211-70/+59
|\
| * intel-iommu: intel_iommu_map_range failed at very end of address spaceTom Lyon2010-05-171-8/+3
| * intel-iommu: errors with smaller iommu widthsTom Lyon2010-05-171-19/+21
| * intel-iommu: Print out iommu seq_idYinghai Lu2010-04-091-3/+6
| * intel-iommu: Avoid global flushes with caching mode.Nadav Amit2010-04-091-5/+14
| * intel-iommu: Use correct domain ID when caching mode is enabledNadav Amit2010-04-091-9/+9
| * intel-iommu mistakenly uses offset_pfn when caching mode is enabledNadav Amit2010-04-091-2/+1
| * intel-iommu: use for_each_set_bit()Akinobu Mita2010-04-091-26/+7
* | VT-d: Change {un}map_range functions to implement {un}map interfaceJoerg Roedel2010-03-071-10/+12