summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-29intel-iommu: Use domain_pfn_mapping() in __intel_map_single()David Woodhouse1-10/+8
2009-06-29intel-iommu: Introduce domain_pfn_mapping()David Woodhouse1-14/+24
2009-06-29intel-iommu: Clean up address handling in domain_page_mapping()David Woodhouse1-9/+7
2009-06-29intel-iommu: Change addr_to_dma_pte() to pfn_to_dma_pte()David Woodhouse1-6/+7
2009-06-29intel-iommu: Clean up intel_iommu_unmap_range()David Woodhouse1-9/+5
2009-06-29intel-iommu: Make dma_pte_free_pagetable() take pfns as argumentDavid Woodhouse1-40/+28
2009-06-29intel-iommu: Make dma_pte_free_pagetable() use pfnsDavid Woodhouse1-18/+22
2009-06-29intel-iommu: Make dma_pte_clear_range() take pfns as argumentDavid Woodhouse1-13/+19
2009-06-29intel-iommu: Make dma_pte_clear_range() use pfnsDavid Woodhouse1-13/+9
2009-06-29intel-iommu: Don't just mask out too-big physical addresses; BUG() insteadDavid Woodhouse1-7/+7
2009-06-29intel-iommu: Make dma_pte_clear_one() take pfn not addressDavid Woodhouse1-3/+3
2009-06-29intel-iommu: Change dma_addr_level_pte() to dma_pfn_level_pte()David Woodhouse1-5/+7
2009-06-29intel-iommu: Change address_level_offset() to pfn_level_offset()David Woodhouse1-4/+4
2009-06-29intel-iommu: Change dma_set_pte_addr() to dma_set_pte_pfn()David Woodhouse1-4/+24
2009-06-29intel-iommu: Clean up identity mapping code, remove CONFIG_DMAR_GFX_WADavid Woodhouse1-75/+32
2009-06-29intel-iommu: Create new iommu_domain_identity_map() functionDavid Woodhouse1-26/+36
2009-06-29intel-iommu: Only avoid flushing device IOTLB for domain ID 0 in caching modeYu Zhao1-1/+6
2009-06-26intel-iommu: fix Identity Mapping to be arch independentChris Wright1-14/+5
2009-06-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-57/+10
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown2-57/+10
2009-06-23Intel-IOMMU, intr-remap: source-id checkingWeidong Han2-3/+119
2009-06-23Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free itWeidong Han1-14/+26
2009-06-23IOMMU Identity Mapping Support (drivers/pci/intel_iommu.c)Fenghua Yu1-60/+254
2009-06-22Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds5-205/+681
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds40-2116/+2861
2009-06-19PCI: make msi_free_irqs() to use msix_mask_irq() instead of open coded writeHidetoshi Seto1-4/+1
2009-06-19PCI: Fix the NIU MSI-X problem in a better wayMatthew Wilcox1-18/+28
2009-06-18PCI ASPM: remove get_root_port_linkKenji Kaneshige1-13/+11
2009-06-18PCI ASPM: cleanup pcie_aspm_sanity_checkKenji Kaneshige1-12/+9
2009-06-18PCI ASPM: remove has_switch fieldKenji Kaneshige1-4/+1
2009-06-18PCI ASPM: cleanup calc_Lx_latencyKenji Kaneshige1-39/+34
2009-06-18PCI ASPM: cleanup pcie_aspm_get_cap_deviceKenji Kaneshige1-5/+4
2009-06-18PCI ASPM: cleanup clkpm checksKenji Kaneshige1-14/+20
2009-06-18PCI ASPM: cleanup __pcie_aspm_check_state_oneKenji Kaneshige1-42/+25
2009-06-18PCI ASPM: cleanup initializationKenji Kaneshige1-67/+75
2009-06-18PCI ASPM: cleanup change input argument of aspm functionsKenji Kaneshige1-199/+173
2009-06-18PCI ASPM: cleanup misc in struct pcie_link_stateKenji Kaneshige1-9/+9
2009-06-18PCI ASPM: cleanup clkpm state in struct pcie_link_stateKenji Kaneshige1-19/+18
2009-06-18PCI ASPM: cleanup latency field in struct pcie_link_stateKenji Kaneshige1-38/+28
2009-06-18PCI ASPM: cleanup aspm state field in struct pcie_link_stateKenji Kaneshige1-33/+38
2009-06-18PCI ASPM: fix typo in struct pcie_link_stateKenji Kaneshige1-7/+7