aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller12-37/+93
2009-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds3-3/+10
2009-05-11PCI MSI: Fix MSI-X with NIU cardsMatthew Wilcox1-2/+6
2009-05-11intel-iommu: PAE memory corruption fixDavid Woodhouse1-4/+9
2009-05-06pci: update 82576 sr-iov quirk with latest device IDsAlexander Duyck1-0/+2
2009-05-05PCI: Fix pci-e port driver slot_reset bad default return valueZhang, Yanmin2-1/+4
2009-04-22PCI: only save/restore existent registers in the PCIe capabilityYu Zhao1-14/+56
2009-04-22docbooks: add/fix PCI kernel-docRandy Dunlap4-8/+13
2009-04-22PCI: cleanup debug output resourcesYinghai Lu1-2/+4
2009-04-22x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox1-6/+0
2009-04-22PCI quirk: disable MSI on VIA VT3364 chipsetsThomas Renninger1-0/+1
2009-04-13Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-3/+12
2009-04-10intel-iommu: Avoid panic() for DRHD at address zero.David Woodhouse1-1/+10
2009-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds8-15/+78
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-04-07PCI: Fix oops in pci_vpd_truncateAnton Vorontsov1-1/+2
2009-04-06Intel-IOMMU Alignment Issue in dma_pte_clear_range()Fenghua Yu1-2/+2
2009-04-06Merge git://git.infradead.org/iommu-2.6Linus Torvalds3-46/+348
2009-04-06drivers/pci/intr_remapping.c: include acpi.hAlexander Beregalov1-0/+1
2009-04-06intel-iommu: Fix oops in device_to_iommu() when devices not found.David Woodhouse1-1/+2
2009-04-06PCI Hotplug: acpiphp: grab refcount on p2p subordinate busAlex Chiang1-0/+14
2009-04-06PCI: allow PCI core hotplug to remove PCI root busAlex Chiang1-4/+0
2009-04-06PCI: Fix oops in pci_vpd_truncateAnton Vorontsov1-1/+2
2009-04-06PCI: don't corrupt enable_cnt when doing manual resource alignmentYuji Shimada1-5/+9
2009-04-06PCI: annotate pci_rescan_bus as __ref, not __devinitAlex Chiang1-1/+1
2009-04-06PCI-IOV: fix missing kernel-docRandy Dunlap1-0/+1
2009-04-06PCI: Setup disabled bridges even if buses are addedYuji Shimada4-5/+5
2009-04-06PCI: SR-IOV quirk for Intel 82576 NICYu Zhao1-0/+48
2009-04-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-2/+2
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-2/+1
2009-04-05Merge branch 'linus' into releaseLen Brown37-1647/+2869
2009-04-04intel-iommu: Handle PCI domains appropriately.David Woodhouse2-28/+49
2009-04-04intel-iommu: Fix device-to-iommu mapping for PCI-PCI bridges.David Woodhouse1-1/+6
2009-04-04x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong1-0/+9
2009-04-04x86, dmar: check if it's initialized before disable queue invalidationHan, Weidong1-0/+7
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-04-03intel-iommu: set compatibility format interruptHan, Weidong1-0/+15
2009-04-03Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu1-2/+59
2009-04-03Intel IOMMU Suspend/Resume Support - Queued InvalidationFenghua Yu1-15/+55
2009-04-03Intel IOMMU Suspend/Resume Support - DMARFenghua Yu1-0/+146
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-19/+96
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds34-1241/+2149
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipRusty Russell1-2/+1
2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds3-143/+177
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar4-241/+440
2009-03-30Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-17/+33
2009-03-30PCI PM: Make pci_prepare_to_sleep() disable wake-up if neededRafael J. Wysocki1-1/+1
2009-03-30PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2)Rafael J. Wysocki1-18/+51
2009-03-30PCI PM: Restore config spaces of all devices during early resumeRafael J. Wysocki1-7/+9