aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-20PCI: check saved state before restoreAlek Du2-1/+3
2009-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-4/+3
2009-08-07PCI hotplug: SGI hotplug: do not use hotplug_slot_attrKenji Kaneshige1-10/+3
2009-08-07PCI hotplug: SGI hotplug: fix build failureKenji Kaneshige1-0/+6
2009-08-06intel-iommu: Fix enabling snooping feature by mistakeSheng Yang1-1/+1
2009-08-05intel-iommu: Mask physical address to correct page size in intel_map_single()Fenghua Yu1-1/+2
2009-08-05intel-iommu: Correct sglist size calculation.Fenghua Yu1-10/+10
2009-08-02Make pci_claim_resource() use request_resource() rather than insert_resource()Linus Torvalds1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan5-4/+1
2009-07-08intel-iommu: Fix intel_iommu_unmap_range() with size 0Sheng Yang1-0/+3
2009-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds7-30/+72
2009-07-04intel-iommu: Don't use identity mapping for PCI devices behind bridgesDavid Woodhouse1-0/+30
2009-07-04intel-iommu: Use iommu_should_identity_map() at startup time too.David Woodhouse1-11/+14
2009-07-04intel-iommu: No mapping for non-PCI devicesDavid Woodhouse1-5/+10
2009-07-04intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics driversDavid Woodhouse1-10/+19
2009-07-04intel-iommu: Add iommu_should_identity_map() functionDavid Woodhouse1-2/+7
2009-07-04intel-iommu: Fix reattaching of devices to identity mapping domainDavid Woodhouse1-0/+3
2009-07-04intel-iommu: Don't set identity mapping for bypassed graphics devicesDavid Woodhouse1-2/+5
2009-07-04intel-iommu: Fix dma vs. mm page confusion with aligned_nrpages()David Woodhouse1-5/+7
2009-07-02Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-345/+350
2009-07-02intel-iommu: Don't keep freeing page zero in dma_pte_free_pagetable()David Woodhouse1-2/+4
2009-07-02intel-iommu: Introduce first_pte_in_page() to simplify PTE-setting loopsDavid Woodhouse1-11/+13
2009-07-01PCI: Fix IRQ swizzling for ARI-enabled devicesMatthew Wilcox1-2/+11
2009-07-01intel-iommu: Use cmpxchg64_local() for setting PTEsDavid Woodhouse1-1/+1
2009-07-01intel-iommu: Warn about unmatched unmap requestsDavid Woodhouse1-2/+4
2009-07-01intel-iommu: Kill superfluous mapping_lockDavid Woodhouse1-10/+2
2009-07-01intel-iommu: Ensure that PTE writes are 64-bit atomic, even on i386David Woodhouse1-14/+23
2009-07-01Fix iommu address space allocationDavid Woodhouse1-4/+22
2009-06-30intel-iommu: Performance improvement for dma_pte_free_pagetable()David Woodhouse1-10/+17
2009-06-30intel-iommu: Don't free too much in dma_pte_free_pagetable()David Woodhouse1-1/+1
2009-06-30intel-iommu: dump mappings but don't die on pte already setDavid Woodhouse1-1/+10
2009-06-30intel-iommu: Combine domain_pfn_mapping() and domain_sg_mapping()David Woodhouse1-40/+22
2009-06-30intel-iommu: Introduce domain_sg_mapping() to speed up intel_map_sg()David Woodhouse1-21/+62
2009-06-29PCI MSI: Fix restoration of MSI/MSI-X mask states in suspend/resumeHidetoshi Seto1-7/+28
2009-06-29PCI MSI: Unmask MSI if setup failedHidetoshi Seto1-0/+1
2009-06-29PCI MSI: shorten PCI_MSIX_ENTRY_* symbol namesHidetoshi Seto2-15/+13
2009-06-29PCI: More PATA quirks for not entering D3Alan Cox1-0/+5
2009-06-29PCI: fix kernel-doc warningsRandy Dunlap2-2/+4
2009-06-29PCI: check if bus has a proper bridge device before triggering SBRYu Zhao1-1/+1
2009-06-29PCI ECRC: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-06-29PCI MSI: Return if alloc_msi_entry for MSI-X failedHidetoshi Seto1-2/+8
2009-06-29intel-iommu: Simplify __intel_alloc_iova()David Woodhouse1-31/+18
2009-06-29intel-iommu: Performance improvement for domain_pfn_mapping()David Woodhouse1-9/+17
2009-06-29intel-iommu: Performance improvement for dma_pte_clear_range()David Woodhouse1-16/+15
2009-06-29intel-iommu: Clean up iommu_domain_identity_map()David Woodhouse1-15/+9
2009-06-29intel-iommu: Remove last use of PHYSICAL_PAGE_MASK, for reserving PCI BARsDavid Woodhouse1-10/+3
2009-06-29intel-iommu: Make iommu_flush_iotlb_psi() take pfn as argumentDavid Woodhouse1-12/+9
2009-06-29intel-iommu: Change aligned_size() to aligned_nrpages()David Woodhouse1-9/+12
2009-06-29intel-iommu: Clean up intel_map_sg(), remove domain_page_mapping()David Woodhouse1-35/+19
2009-06-29intel-iommu: Use domain_pfn_mapping() in intel_iommu_map_range()David Woodhouse1-2/+5