aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-2/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
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
2009-03-30PCI PM: Make pci_set_power_state() handle devices with no PM supportRafael J. Wysocki1-6/+12
2009-03-30PCI PM: Put devices into low power states during late suspend (rev. 2)Rafael J. Wysocki1-53/+81
2009-03-30PCI PM: Move pci_restore_standard_config to pci-driver.cRafael J. Wysocki3-22/+17
2009-03-30PCI PM: Use pci_set_power_state during early resumeRafael J. Wysocki1-39/+9
2009-03-30PCI PM: Consistently use variable name "error" for pm call return valuesFrans Pop1-10/+10
2009-03-30PCI: fix HT MSI mapping fixYinghai Lu1-2/+30
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2009-03-28Merge branch 'linus' into core/iommuIngo Molnar3-4/+9
2009-03-28Merge branch 'linus' into x86/coreIngo Molnar2-2/+3
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2-2/+6
2009-03-26PCI: don't enable too much HT MSI mappingYinghai Lu1-36/+82
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-03-26PCI: save and restore PCIe 2.0 registersYu Zhao1-1/+10
2009-03-26PCI: update fakephp for bus_id removalStephen Rothwell1-1/+2
2009-03-26PCI: fix kernel oops on bridge removalKenji Kaneshige1-0/+1
2009-03-26PCI: fix conflict between SR-IOV and config space sizingYu Zhao1-4/+3
2009-03-25intel-iommu: Fix address wrap on 32-bit kernel.Zhao, Yu1-1/+3
2009-03-25intel-iommu: Enable DMAR on 32-bit kernel.David Woodhouse1-12/+8
2009-03-25intel-iommu: fix PCI device detach from virtual machineHan, Weidong1-0/+29
2009-03-24pci: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+2
2009-03-24intel-iommu: VT-d page table to support snooping control bitSheng Yang1-1/+11
2009-03-24iommu: Add domain_has_cap iommu_opsSheng Yang1-0/+12
2009-03-24intel-iommu: Snooping control supportSheng Yang1-5/+33
2009-03-20PCI Hotplug: rename legacy_fakephp to fakephpAlex Chiang2-1/+1
2009-03-20PCI Hotplug: restore fakephp interface with complete reimplementationTrent Piepho3-396/+163
2009-03-20PCI: Introduce /sys/bus/pci/devices/.../rescanAlex Chiang1-0/+19
2009-03-20PCI: Introduce /sys/bus/pci/devices/.../removeAlex Chiang1-0/+36
2009-03-20PCI: Introduce /sys/bus/pci/rescanAlex Chiang4-2/+35
2009-03-20PCI: Introduce pci_rescan_bus()Alex Chiang2-3/+35
2009-03-20PCI: do not enable bridges more than onceAlex Chiang1-2/+4
2009-03-20PCI: do not initialize bridges more than onceAlex Chiang1-0/+3
2009-03-20PCI: always scan child busesAlex Chiang1-14/+20
2009-03-20PCI: pci_scan_slot() returns newly found devicesTrent Piepho1-24/+16
2009-03-20PCI: don't scan existing devicesTrent Piepho1-0/+6
2009-03-20PCI: handle SR-IOV Virtual Function MigrationYu Zhao2-0/+123
2009-03-20PCI: add SR-IOV API for Physical Function driverYu Zhao2-0/+316
2009-03-20PCI: centralize device setup codeYu Zhao2-38/+41
2009-03-20PCI: reserve bus range for SR-IOV deviceYu Zhao3-0/+44
2009-03-20PCI: restore saved SR-IOV stateYu Zhao3-0/+34