| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI / PCI / PM: Fix device PM regression related to D3hot/D3cold | Rafael J. Wysocki | 2012-05-17 | 1 | -1/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-05-05 | 1 | -2/+2 |
|\ |
|
| * | ACPI: Fix D3hot v D3cold confusion | Lin Ming | 2012-05-05 | 1 | -2/+2 |
* | | Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-04-27 | 1 | -0/+1 |
|\ \ |
|
| * | | pci: frv architecture needs generic setup-bus infrastructure | Paul Gortmaker | 2012-04-26 | 1 | -0/+1 |
* | | | PCI: Retry BARs restoration for Type 0 headers only | Rafael J. Wysocki | 2012-04-16 | 1 | -9/+15 |
|/ / |
|
* | | PCI: Fix regression in pci_restore_state(), v3 | Rafael J. Wysocki | 2012-04-15 | 1 | -18/+39 |
* | | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-04-06 | 1 | -0/+1 |
|\ \ |
|
| * | | xen/pcifront: avoid pci_frontend_enable_msix() falsely returning success | Jan Beulich | 2012-04-06 | 1 | -0/+1 |
* | | | ASPM: Fix pcie devices with non-pcie children | Matthew Garrett | 2012-03-31 | 1 | -3/+10 |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-03-30 | 1 | -37/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | ACPI, PCI: Move acpi_dev_run_wake() to ACPI core | Lin Ming | 2012-03-30 | 1 | -37/+3 |
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-03-23 | 29 | -525/+1181 |
|\ \ \ |
|
| * | | | PCI: fix bridge I/O window bus-to-resource conversion | Bjorn Helgaas | 2012-03-20 | 1 | -0/+1 |
| * | | | PCI / PCIe: Introduce command line option to disable ARI | Rafael J. Wysocki | 2012-03-01 | 1 | -1/+6 |
| * | | | PCI: make acpihp use __pci_remove_bus_device instead | Yinghai Lu | 2012-02-27 | 1 | -1/+1 |
| * | | | PCI: export __pci_remove_bus_device | Yinghai Lu | 2012-02-27 | 1 | -1/+3 |
| * | | | PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridge | Yinghai Lu | 2012-02-27 | 1 | -3/+4 |
| * | | | PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device | Yinghai Lu | 2012-02-27 | 13 | -19/+19 |
| * | | | PCI: print out PCI device info along with duration | Yinghai Lu | 2012-02-24 | 1 | -3/+4 |
| * | | | PCI: Move "pci reassigndev resource alignment" out of quirks.c | Yinghai Lu | 2012-02-24 | 5 | -71/+66 |
| * | | | PCI: Use class for quirk for ti816x class fixup | Yinghai Lu | 2012-02-24 | 1 | -5/+4 |
| * | | | PCI: Use class for quirk for intel e100 interrupt fixup | Yinghai Lu | 2012-02-24 | 1 | -1/+2 |
| * | | | PCI: Use class for quirk for netmos class fixup | Yinghai Lu | 2012-02-24 | 1 | -3/+3 |
| * | | | PCI: Use class for quirk for legacy ATA NO_D3 | Yinghai Lu | 2012-02-24 | 1 | -7/+10 |
| * | | | PCI: Use class for quirk for cardbus_legacy | Yinghai Lu | 2012-02-24 | 1 | -4/+4 |
| * | | | PCI: Use class for quirk for host bridge mmio_always_on | Yinghai Lu | 2012-02-24 | 1 | -3/+3 |
| * | | | PCI: Add class support in quirk handling | Yinghai Lu | 2012-02-24 | 1 | -5/+7 |
| * | | | Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-... | Jesse Barnes | 2012-02-24 | 3 | -53/+188 |
| |\ \ \ |
|
| | * | | | PCI: collapse pcibios_resource_to_bus | Bjorn Helgaas | 2012-02-23 | 1 | -29/+15 |
| | * | | | PCI: add generic pcibios_resource_to_bus() | Bjorn Helgaas | 2012-02-23 | 1 | -0/+16 |
| | * | | | PCI: convert bus addresses to resource when reading BARs | Bjorn Helgaas | 2012-02-23 | 1 | -25/+104 |
| | * | | | PCI: add struct pci_host_bridge_window with CPU/bus address offset | Bjorn Helgaas | 2012-02-23 | 2 | -20/+42 |
| | * | | | PCI: add struct pci_host_bridge and a list of all bridges found | Bjorn Helgaas | 2012-02-23 | 1 | -5/+34 |
| | * | | | PCI: don't publish new root bus until it's fully initialized | Bjorn Helgaas | 2012-02-23 | 1 | -4/+4 |
| | * | | | PCI: make pci_flags non-weak | Bjorn Helgaas | 2012-02-23 | 1 | -1/+1 |
| | * | | | PCI: make pci_flags always available | Bjorn Helgaas | 2012-02-23 | 1 | -0/+3 |
| * | | | | PCI: add a PCI resource reallocation config option | Yinghai Lu | 2012-02-24 | 2 | -0/+41 |
| * | | | | PCI: print out suggestion about using pci=realloc | Yinghai Lu | 2012-02-24 | 1 | -0/+3 |
| * | | | | PCI: prepare pci=realloc for multiple options | Yinghai Lu | 2012-02-24 | 3 | -9/+31 |
| * | | | | PCI: Retry on IORESOURCE_IO type allocations | Yinghai Lu | 2012-02-24 | 1 | -11/+1 |
| |/ / / |
|
| * | | | PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driver | MUNEDA Takahiro | 2012-02-23 | 2 | -2/+26 |
| * | | | PCI: move pci_find_saved_cap out of linux/pci.h | Yinghai Lu | 2012-02-23 | 1 | -0/+19 |
| * | | | PCI: fix memleak for pci dev removing during hotplug | Yinghai Lu | 2012-02-23 | 3 | -0/+11 |
| * | | | PCI: Fix device class print out | Yinghai Lu | 2012-02-23 | 1 | -7/+5 |
| * | | | PCI: Skip cardbus assigned resource reset during pci bus rescan | Yinghai Lu | 2012-02-23 | 1 | -0/+14 |
| * | | | PCI: Fix "cardbus bridge resources as optional" size handling | Yinghai Lu | 2012-02-23 | 1 | -28/+37 |
| * | | | PCI: Disable cardbus bridge MEM1 prefetchable bit | Yinghai Lu | 2012-02-23 | 1 | -0/+8 |
| * | | | PCI / PM: Disable wakeup during shutdown for devices not enabled to wake up | Rafael J. Wysocki | 2012-02-17 | 1 | -0/+10 |
| * | | | PCI: Fix /sys warning when sriov enabled and card is hot removed | Yinghai Lu | 2012-02-17 | 1 | -1/+7 |