aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/intel-iommu.c
AgeCommit message (Expand)Author
2009-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann
2009-12-16Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-12-08Revert "Intel IOMMU: Avoid memory allocation failures in dma map api calls"KOSAKI Motohiro
2009-12-08intel-iommu: ignore page table validation in pass through modeChris Wright
2009-12-08intel-iommu: Fix oops with intel_iommu=igfx_offDavid Woodhouse
2009-12-08intel-iommu: Check for an RMRR which ends before it starts.David Woodhouse
2009-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2009-12-05Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-11-24PCI: use pci_is_pcie() in pci coreKenji Kaneshige
2009-11-12intel-iommu: Support PCIe hot-plugFenghua Yu
2009-11-12intel-iommu: Obey coherent_dma_mask for alloc_coherent on passthroughAlex Williamson
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori
2009-10-05iommu: Allocate dma-remapping structures using numa locality infoSuresh Siddha
2009-09-30intel-iommu: Yet another BIOS workaround: Isoch DMAR unit with no TLB spaceDavid Woodhouse
2009-09-23Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2009-09-19intel-iommu: Disable PMRs after we enable translation, not beforeDavid Woodhouse
2009-09-19intel-iommu: Fix integer wrap on 32 bit kernelsBenjamin LaHaise
2009-09-19intel-iommu: Fix integer overflow in dma_pte_{clear_range,free_pagetable}()David Woodhouse
2009-09-19intel-iommu: Limit DOMAIN_MAX_PFN to fit in an 'unsigned long'David Woodhouse
2009-09-02Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang
2009-08-31intel-iommu: include linux/dmi.h to use dmi_ routinesStephen Rothwell
2009-08-26intel-iommu: Cope with yet another BIOS screwup causing crashesDavid Woodhouse
2009-08-24intel-iommu: iommu init error path bug fixesDonald Dutile
2009-08-24intel-iommu: Mark functions with __initMatt Kraai
2009-08-09intel-iommu: make domain_add_dev_info() call domain_context_mapping()David Woodhouse
2009-08-08Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse
2009-08-06intel-iommu: Fix enabling snooping feature by mistakeSheng Yang
2009-08-05intel-iommu: Mask physical address to correct page size in intel_map_single()Fenghua Yu
2009-08-05intel-iommu: Correct sglist size calculation.Fenghua Yu
2009-08-04intel-iommu: Unify hardware and software passthrough supportDavid Woodhouse
2009-07-21intel_txt: Force IOMMU on for Intel TXT launchJoseph Cihula
2009-07-20intel-iommu: double kfree()Dan Carpenter
2009-07-15intel-iommu: Kill pointless intel_unmap_single() functionDavid Woodhouse
2009-07-15intel-iommu: Defer the iotlb flush and iova free for intel_unmap_sg() too.David Woodhouse
2009-07-15intel-iommu: Remove superfluous iova_alloc_lock from IOVA codeDavid Woodhouse
2009-07-08intel-iommu: Fix intel_iommu_unmap_range() with size 0Sheng Yang
2009-07-07intel-iommu: Speed up map routines by using cached domain ASAPDavid Woodhouse
2009-07-04intel-iommu: Don't use identity mapping for PCI devices behind bridgesDavid Woodhouse
2009-07-04intel-iommu: Use iommu_should_identity_map() at startup time too.David Woodhouse
2009-07-04intel-iommu: No mapping for non-PCI devicesDavid Woodhouse
2009-07-04intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics driversDavid Woodhouse
2009-07-04intel-iommu: Add iommu_should_identity_map() functionDavid Woodhouse
2009-07-04intel-iommu: Fix reattaching of devices to identity mapping domainDavid Woodhouse
2009-07-04intel-iommu: Don't set identity mapping for bypassed graphics devicesDavid Woodhouse
2009-07-04intel-iommu: Fix dma vs. mm page confusion with aligned_nrpages()David Woodhouse
2009-07-02intel-iommu: Don't keep freeing page zero in dma_pte_free_pagetable()David Woodhouse
2009-07-02intel-iommu: Introduce first_pte_in_page() to simplify PTE-setting loopsDavid Woodhouse