aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/intel-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-12-301-3/+3
|\
| * PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann2009-12-161-3/+3
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-12-161-35/+43
|\ \ | |/ |/|
| * Revert "Intel IOMMU: Avoid memory allocation failures in dma map api calls"KOSAKI Motohiro2009-12-081-22/+3
| * intel-iommu: ignore page table validation in pass through modeChris Wright2009-12-081-5/+8
| * intel-iommu: Fix oops with intel_iommu=igfx_offDavid Woodhouse2009-12-081-0/+3
| * intel-iommu: Check for an RMRR which ends before it starts.David Woodhouse2009-12-081-0/+10
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-12-081-3/+42
| |\
| * | iommu: Allocate dma-remapping structures using numa locality infoSuresh Siddha2009-10-051-8/+19
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-111-5/+5
|\ \ \ | |_|/ |/| |
| * | PCI: use pci_is_pcie() in pci coreKenji Kaneshige2009-11-241-5/+5
| |/
* | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-051-2/+4
|\ \
| * | x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori2009-11-101-2/+4
| |/
* | intel-iommu: Support PCIe hot-plugFenghua Yu2009-11-121-0/+29
* | intel-iommu: Obey coherent_dma_mask for alloc_coherent on passthroughAlex Williamson2009-11-121-1/+9
|/
* intel-iommu: Yet another BIOS workaround: Isoch DMAR unit with no TLB spaceDavid Woodhouse2009-09-301-5/+77
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-09-231-162/+161
|\
| * intel-iommu: Disable PMRs after we enable translation, not beforeDavid Woodhouse2009-09-191-2/+3
| * intel-iommu: Fix integer wrap on 32 bit kernelsBenjamin LaHaise2009-09-191-4/+3
| * intel-iommu: Fix integer overflow in dma_pte_{clear_range,free_pagetable}()David Woodhouse2009-09-191-4/+7
| * intel-iommu: Limit DOMAIN_MAX_PFN to fit in an 'unsigned long'David Woodhouse2009-09-191-2/+8
| * intel-iommu: include linux/dmi.h to use dmi_ routinesStephen Rothwell2009-08-311-0/+1
| * intel-iommu: Cope with yet another BIOS screwup causing crashesDavid Woodhouse2009-08-261-0/+11
| * intel-iommu: iommu init error path bug fixesDonald Dutile2009-08-241-17/+18
| * intel-iommu: Mark functions with __initMatt Kraai2009-08-241-2/+2
| * intel-iommu: make domain_add_dev_info() call domain_context_mapping()David Woodhouse2009-08-091-20/+15
| * Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2009-08-081-12/+16
| |\
| * | intel-iommu: Unify hardware and software passthrough supportDavid Woodhouse2009-08-041-100/+74
| * | intel-iommu: double kfree()Dan Carpenter2009-07-201-1/+0
| * | intel-iommu: Kill pointless intel_unmap_single() functionDavid Woodhouse2009-07-151-7/+1
| * | intel-iommu: Defer the iotlb flush and iova free for intel_unmap_sg() too.David Woodhouse2009-07-151-5/+12
| * | intel-iommu: Remove superfluous iova_alloc_lock from IOVA codeDavid Woodhouse2009-07-151-3/+0
| * | intel-iommu: Speed up map routines by using cached domain ASAPDavid Woodhouse2009-07-071-2/+13
* | | Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-021-12/+13
|\ \ \ | | |/ | |/|
| * | intel-iommu: Fix enabling snooping feature by mistakeSheng Yang2009-08-061-1/+1
| * | intel-iommu: Mask physical address to correct page size in intel_map_single()Fenghua Yu2009-08-051-1/+2
| * | intel-iommu: Correct sglist size calculation.Fenghua Yu2009-08-051-10/+10
* | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-011-1/+1
* | | intel_txt: Force IOMMU on for Intel TXT launchJoseph Cihula2009-07-211-2/+15
|/ /
* / intel-iommu: Fix intel_iommu_unmap_range() with size 0Sheng Yang2009-07-081-0/+3
|/
* intel-iommu: Don't use identity mapping for PCI devices behind bridgesDavid Woodhouse2009-07-041-0/+30
* intel-iommu: Use iommu_should_identity_map() at startup time too.David Woodhouse2009-07-041-11/+14
* intel-iommu: No mapping for non-PCI devicesDavid Woodhouse2009-07-041-5/+10
* intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics driversDavid Woodhouse2009-07-041-10/+19
* intel-iommu: Add iommu_should_identity_map() functionDavid Woodhouse2009-07-041-2/+7
* intel-iommu: Fix reattaching of devices to identity mapping domainDavid Woodhouse2009-07-041-0/+3
* intel-iommu: Don't set identity mapping for bypassed graphics devicesDavid Woodhouse2009-07-041-2/+5
* intel-iommu: Fix dma vs. mm page confusion with aligned_nrpages()David Woodhouse2009-07-041-5/+7
* intel-iommu: Don't keep freeing page zero in dma_pte_free_pagetable()David Woodhouse2009-07-021-2/+4
* intel-iommu: Introduce first_pte_in_page() to simplify PTE-setting loopsDavid Woodhouse2009-07-021-11/+13