summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | PCI/PM: Add comments for PME poll support for PCIeHuang Ying2012-11-071-9/+19
| * | | | PCI: Add PLX PCI 9050 workaround for some Meilhaus DAQ cardsIan Abbott2012-11-071-0/+11
| * | | | PCI: Add workaround for PLX PCI 9050 BAR alignment erratumIan Abbott2012-11-071-0/+28
| * | | | PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-11-073-11/+8
| * | | | PCI: Don't touch card regs after runtime suspend D3Dave Airlie2012-11-071-3/+3
| |/ / /
* | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-1113-159/+121
|\ \ \ \
| * | | | PCI: Remove __dev* markingsBill Pemberton2012-11-288-90/+90
| * | | | PCI: Always build setup-bus when PCI is enabledBill Pemberton2012-11-281-4/+1
| * | | | PCI: Move pci_uevent into pci-driver.cBill Pemberton2012-11-284-40/+33
| * | | | PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-284-28/+0
| | |/ / | |/| |
* | | | ACPI / PM: Move routines for adding/removing device wakeup notifiersRafael J. Wysocki2012-11-151-67/+4
* | | | Merge branch 'pm-qos' into acpi-dev-pmRafael J. Wysocki2012-11-151-1/+7
|\ \ \ \ | |/ / / |/| | |
| * | | PM / ACPI: Take device PM QoS flags into accountRafael J. Wysocki2012-10-241-1/+7
| |/ /
* | | PCI/portdrv: Don't create hotplug slots unless port supports hotplugTaku Izumi2012-11-051-1/+2
| |/ |/|
* | PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying2012-11-054-34/+42
* | PCI/PM: Resume device before shutdownHuang Ying2012-11-021-10/+2
* | PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying2012-11-022-7/+16
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-061-1/+1
|\
| * powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan2012-09-181-1/+1
| * Merge commit 'v3.6-rc5' into pci/gavin-window-alignmentBjorn Helgaas2012-09-136-16/+89
| |\
* | \ Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-021-5/+10
|\ \ \
| * \ \ Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-09-221-4/+9
| |\ \ \
| | * | | xen/pcifront: Use Xen-SWIOTLB when initting if required.Konrad Rzeszutek Wilk2012-09-171-4/+9
| * | | | Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Konrad Rzeszutek Wilk2012-09-1237-654/+1159
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk2012-08-211-1/+1
| | |/ / | |/| |
* | | | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-021-17/+0
|\ \ \ \
| * \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2012-09-241-17/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | PM: Prevent runtime suspend during system resumeAlan Stern2012-09-191-17/+0
* | | | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-0134-1121/+669
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/yinghai-misc' into nextBjorn Helgaas2012-09-242-3/+9
| |\ \ \ \ \
| | * | | | | PCI: Use correct type when freeing bus resource listYinghai Lu2012-09-181-1/+5
| | * | | | | PCI: Check P2P bridge for invalid secondary/subordinate rangeYinghai Lu2012-09-181-2/+4
| | |/ / / /
| * | | | | Merge branch 'pci/jiang-acpiphp' into nextBjorn Helgaas2012-09-241-10/+31
| |\ \ \ \ \
| | * | | | | PCI: acpiphp: Handle PCIe ports without native hotplug capabilityJiang Liu2012-09-241-10/+31
| * | | | | | Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas2012-09-241-5/+7
| |\ \ \ \ \ \
| | * | | | | | PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi2012-09-241-5/+7
| * | | | | | | PCI: Stop all children first, before removing all childrenYinghai Lu2012-09-201-16/+35
| * | | | | | | Revert "PCI: Use hotplug-safe pci_get_domain_bus_and_slot()"Bjorn Helgaas2012-09-201-2/+6
| * | | | | | | Merge branch 'pci/thierry-fixup-irqs' into nextBjorn Helgaas2012-09-191-2/+7
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-181-0/+5
| | * | | | | | | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-181-2/+2
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'pci/konstantin-sysfs' into nextBjorn Helgaas2012-09-181-47/+10
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: Convert "new_id"/"remove_id" into generic pci_bus driver attributesKonstantin Khlebnikov2012-09-171-47/+10
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas2012-09-173-20/+6
| |\ \ \ \ \ \ \
| | * | | | | | | xen-pcifront: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-8/+2
| | * | | | | | | PCI: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-6/+2
| | * | | | | | | PCI/cpcihp: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-6/+2
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'pci/trivial' into nextBjorn Helgaas2012-09-135-31/+4
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: Drop bogus default from ARCH_SUPPORTS_MSIJan Beulich2012-09-101-1/+0
| | * | | | | | | PCI: cpqphp: Remove unreachable pathAlan Cox2012-09-101-20/+1
OpenPOWER on IntegriCloud