summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | intel-iommu: Use domain_pfn_mapping() in __intel_map_single()David Woodhouse2009-06-291-10/+8Star
| * | intel-iommu: Introduce domain_pfn_mapping()David Woodhouse2009-06-291-14/+24
| * | intel-iommu: Clean up address handling in domain_page_mapping()David Woodhouse2009-06-291-9/+7Star
| * | intel-iommu: Change addr_to_dma_pte() to pfn_to_dma_pte()David Woodhouse2009-06-291-6/+7
| * | intel-iommu: Clean up intel_iommu_unmap_range()David Woodhouse2009-06-291-9/+5Star
| * | intel-iommu: Make dma_pte_free_pagetable() take pfns as argumentDavid Woodhouse2009-06-291-40/+28Star
| * | intel-iommu: Make dma_pte_free_pagetable() use pfnsDavid Woodhouse2009-06-291-18/+22
| * | intel-iommu: Make dma_pte_clear_range() take pfns as argumentDavid Woodhouse2009-06-291-13/+19
| * | intel-iommu: Make dma_pte_clear_range() use pfnsDavid Woodhouse2009-06-291-13/+9Star
| * | intel-iommu: Don't just mask out too-big physical addresses; BUG() insteadDavid Woodhouse2009-06-291-7/+7
| * | intel-iommu: Make dma_pte_clear_one() take pfn not addressDavid Woodhouse2009-06-291-3/+3
| * | intel-iommu: Change dma_addr_level_pte() to dma_pfn_level_pte()David Woodhouse2009-06-291-5/+7
| * | intel-iommu: Change address_level_offset() to pfn_level_offset()David Woodhouse2009-06-291-4/+4
| * | intel-iommu: Change dma_set_pte_addr() to dma_set_pte_pfn()David Woodhouse2009-06-291-4/+24
| * | intel-iommu: Clean up identity mapping code, remove CONFIG_DMAR_GFX_WADavid Woodhouse2009-06-291-75/+32Star
| * | intel-iommu: Create new iommu_domain_identity_map() functionDavid Woodhouse2009-06-291-26/+36
| * | intel-iommu: Only avoid flushing device IOTLB for domain ID 0 in caching modeYu Zhao2009-06-291-1/+6
| |/
* / Fix iommu address space allocationDavid Woodhouse2009-07-011-4/+22
|/
* intel-iommu: fix Identity Mapping to be arch independentChris Wright2009-06-261-14/+5Star
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-06-242-57/+10Star
|\
| *---. Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown2009-06-242-57/+10Star
| |\ \ \
| | | * | PCI Hotplug: acpiphp: convert to acpi_get_pci_devAlexander Chiang2009-06-181-18/+7Star
| | | * | ACPI: Introduce acpi_is_root_bridge()Alexander Chiang2009-06-182-39/+3Star
| | |/ /
* | | | Intel-IOMMU, intr-remap: source-id checkingWeidong Han2009-06-232-3/+119
* | | | Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free itWeidong Han2009-06-231-14/+26
* | | | IOMMU Identity Mapping Support (drivers/pci/intel_iommu.c)Fenghua Yu2009-06-231-60/+254
|/ / /
* | | Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds2009-06-235-205/+681
|\ \ \
| * | | VT-d: support the device IOTLBYu Zhao2009-05-181-9/+100
| * | | VT-d: cleanup iommu_flush_iotlb_psi and flush_unmapsYu Zhao2009-05-181-21/+17Star
| * | | VT-d: add device IOTLB invalidation supportYu Zhao2009-05-181-8/+69
| * | | VT-d: parse ATSR in DMA Remapping Reporting StructureYu Zhao2009-05-181-6/+106
| * | | PCI: handle Virtual Function ATS enablingYu Zhao2009-05-182-15/+55
| * | | PCI: support the ATS capabilityYu Zhao2009-05-182-0/+142
| * | | intel-iommu: dmar_set_interrupt return error valueChris Wright2009-05-141-1/+1
| * | | intel-iommu: Tidy up iommu->gcmd handlingDavid Woodhouse2009-05-103-20/+15Star
| * | | intel-iommu: Fix tiny theoretical race in write-buffer flush.David Woodhouse2009-05-101-3/+1Star
| * | | intel-iommu: Clean up handling of "caching mode" vs. IOTLB flushing.David Woodhouse2009-05-102-59/+33Star
| * | | intel-iommu: Clean up handling of "caching mode" vs. context flushing.David Woodhouse2009-05-102-41/+24Star
| * | | VT-d: fix invalid domain id for KVM context flushYu Zhao2009-05-101-1/+1
| * | | Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through SupportFenghua Yu2009-05-011-1/+0Star
| * | | Intel IOMMU Pass Through SupportFenghua Yu2009-04-292-48/+143
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-06-2240-2116/+2861
|\ \ \ \
| * | | | PCI: make msi_free_irqs() to use msix_mask_irq() instead of open coded writeHidetoshi Seto2009-06-201-4/+1Star
| * | | | PCI: Fix the NIU MSI-X problem in a better wayMatthew Wilcox2009-06-201-18/+28
| * | | | PCI ASPM: remove get_root_port_linkKenji Kaneshige2009-06-181-13/+11Star
| * | | | PCI ASPM: cleanup pcie_aspm_sanity_checkKenji Kaneshige2009-06-181-12/+9Star
| * | | | PCI ASPM: remove has_switch fieldKenji Kaneshige2009-06-181-4/+1Star
| * | | | PCI ASPM: cleanup calc_Lx_latencyKenji Kaneshige2009-06-181-39/+34Star
| * | | | PCI ASPM: cleanup pcie_aspm_get_cap_deviceKenji Kaneshige2009-06-181-5/+4Star
| * | | | PCI ASPM: cleanup clkpm checksKenji Kaneshige2009-06-181-14/+20