summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-291-1/+1
|\
| * OF: PCI: const usage needed by MIPSJohn Crispin2012-05-211-1/+1
* | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-05-241-0/+5
|\ \
| * | Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-073-11/+18
| |\|
| * | Merge tag 'drm-intel-next-2012-04-23' of git://people.freedesktop.org/~danvet...Dave Airlie2012-05-021-18/+39
| |\ \
| * | | vgaarb: Add support for setting the default video device (v2)Matthew Garrett2012-04-241-0/+5
* | | | Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helg...Linus Torvalds2012-05-217-124/+224
|\ \ \ \
| * | | | PCI: fix uninitialized variable 'cap_mask'Chunhe Lan2012-05-071-1/+1
| * | | | Merge branch 'topic/stratus' into nextBjorn Helgaas2012-05-072-2/+9
| |\ \ \ \
| | * | | | PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas2012-04-302-2/+9
| * | | | | PCI: disable Bus Master on PCI device shutdownKhalid Aziz2012-05-041-0/+6
| * | | | | PCI: work around IvyBridge internal graphics FLR erratumXudong Hao2012-05-021-0/+58
| * | | | | Merge branch 'topic/yinghai-hostbridge-cleanup' into nextBjorn Helgaas2012-04-303-111/+133
| |\ \ \ \ \
| | * | | | | PCI: add host bridge release supportYinghai Lu2012-04-302-1/+10
| | * | | | | PCI: add generic device into pci_host_bridge structYinghai Lu2012-04-303-47/+36
| | * | | | | PCI: rename pci_host_bridge() to find_pci_root_bridge()Yinghai Lu2012-04-301-5/+13
| | * | | | | PCI: move host bridge-related code to host-bridge.cYinghai Lu2012-04-304-81/+97
| | |/ / / /
| * / / / / PCI: move mutex locking out of pci_dev_reset functionKonrad Rzeszutek Wilk2012-04-301-10/+17
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-201-1/+1
|\ \ \ \ \
| * | | | | ACPI / PCI / PM: Fix device PM regression related to D3hot/D3coldRafael J. Wysocki2012-05-171-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-2/+2
|\| | | |
| * | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-05-051-2/+2
| |\ \ \ \
| | * | | | ACPI: Fix D3hot v D3cold confusionLin Ming2012-05-051-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-0/+1
|\| | | | |
| * | | | | Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-271-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | pci: frv architecture needs generic setup-bus infrastructurePaul Gortmaker2012-04-261-0/+1
| | | |_|/ | | |/| |
* | / | | atl1c: add workaround for issue of bit INTX-disable for MSI interruptHuang, Xiong2012-04-301-0/+12
|/ / / /
* / / / PCI: Retry BARs restoration for Type 0 headers onlyRafael J. Wysocki2012-04-161-9/+15
|/ / /
* | / PCI: Fix regression in pci_restore_state(), v3Rafael J. Wysocki2012-04-151-18/+39
| |/ |/|
* | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-061-0/+1
|\ \
| * | xen/pcifront: avoid pci_frontend_enable_msix() falsely returning successJan Beulich2012-04-061-0/+1
* | | ASPM: Fix pcie devices with non-pcie childrenMatthew Garrett2012-03-311-3/+10
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-301-37/+3
|\ \ \ | | |/ | |/|
| * | ACPI, PCI: Move acpi_dev_run_wake() to ACPI coreLin Ming2012-03-301-37/+3
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-2329-525/+1181
|\ \ \
| * | | PCI: fix bridge I/O window bus-to-resource conversionBjorn Helgaas2012-03-201-0/+1
| * | | PCI / PCIe: Introduce command line option to disable ARIRafael J. Wysocki2012-03-011-1/+6
| * | | PCI: make acpihp use __pci_remove_bus_device insteadYinghai Lu2012-02-271-1/+1
| * | | PCI: export __pci_remove_bus_deviceYinghai Lu2012-02-271-1/+3
| * | | PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridgeYinghai Lu2012-02-271-3/+4
| * | | PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-2713-19/+19
| * | | PCI: print out PCI device info along with durationYinghai Lu2012-02-241-3/+4
| * | | PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu2012-02-245-71/+66
| * | | PCI: Use class for quirk for ti816x class fixupYinghai Lu2012-02-241-5/+4
| * | | PCI: Use class for quirk for intel e100 interrupt fixupYinghai Lu2012-02-241-1/+2
| * | | PCI: Use class for quirk for netmos class fixupYinghai Lu2012-02-241-3/+3
| * | | PCI: Use class for quirk for legacy ATA NO_D3Yinghai Lu2012-02-241-7/+10
| * | | PCI: Use class for quirk for cardbus_legacyYinghai Lu2012-02-241-4/+4
| * | | PCI: Use class for quirk for host bridge mmio_always_onYinghai Lu2012-02-241-3/+3
| * | | PCI: Add class support in quirk handlingYinghai Lu2012-02-241-5/+7