| Commit message (Expand) | Author | Age |
* | Merge tag 'pci-v3.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-08-02 |
|\ |
|
| * | PCI: mvebu: Disable prefetchable memory support in PCI-to-PCI bridge | Thomas Petazzoni | 2013-08-01 |
| * | PCI: Retry allocation of only the resource type that failed | Yinghai Lu | 2013-07-26 |
| * | PCI: pciehp: Convert pciehp to be builtin only, not modular | Bjorn Helgaas | 2013-07-26 |
| * | PCI: hotplug: Convert to be builtin only, not modular | Bjorn Helgaas | 2013-07-25 |
| * | PCI: pciehp: Fix null pointer deref when hot-removing SR-IOV device | Yinghai Lu | 2013-07-25 |
* | | powerpc/pci/hotplug: Don't need to remove from EEH cache twice | Gavin Shan | 2013-07-24 |
|/ |
|
* | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 2013-07-03 |
|\ |
|
| * | drivers: avoid format strings in names passed to alloc_workqueue() | Kees Cook | 2013-07-03 |
* | | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-07-03 |
|\ \ |
|
| * \ | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2013-06-26 |
| |\ \ |
|
| | * | | PCI: Use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM) | Yijing Wang | 2013-06-18 |
| * | | | Merge branch 'pci/jiang-bus-lock-v3' into next | Bjorn Helgaas | 2013-06-14 |
| |\ \ \ |
|
| | * | | | PCI: Return early on allocation failures to unindent mainline code | Bjorn Helgaas | 2013-06-14 |
| | * | | | PCI: Simplify IOV implementation and fix reference count races | Jiang Liu | 2013-06-14 |
| | * | | | PCI: Drop redundant setting of bus->is_added in virtfn_add_bus() | Jiang Liu | 2013-06-14 |
| | * | | | PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev() | Jiang Liu | 2013-06-07 |
| | * | | | PCI: Fix refcount issue in pci_create_root_bus() error recovery path | Jiang Liu | 2013-06-07 |
| | * | | | PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) | Gu Zheng | 2013-06-05 |
| | * | | | PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev() | Gu Zheng | 2013-05-27 |
| | * | | | PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference count | Jiang Liu | 2013-05-27 |
| * | | | | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2013-06-14 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | PCI / ACPI / PM: Use correct power state strings in messages | Rafael J. Wysocki | 2013-06-14 |
| | * | | | PCI: Fix comment typo for pcie_pme_remove() | Yijing Wang | 2013-06-10 |
| | * | | | PCI: Add pcibios_release_device() | Sebastian Ott | 2013-06-04 |
| * | | | | Merge branch 'pci/betty-aer-v3' into next | Bjorn Helgaas | 2013-06-07 |
| |\ \ \ \ |
|
| | * | | | | PCI/AER: Reset link for devices below Root Port or Downstream Port | Betty Dall | 2013-06-06 |
| | * | | | | PCI/AER: Move AER severity defines to aer.h | Betty Dall | 2013-06-06 |
| | * | | | | PCI/AER: Set dev->__aer_firmware_first only for matching devices | Bjorn Helgaas | 2013-06-06 |
| | * | | | | PCI/AER: Factor out HEST device type matching | Bjorn Helgaas | 2013-06-06 |
| | * | | | | PCI/AER: Don't parse HEST table for non-PCIe devices | Bjorn Helgaas | 2013-06-06 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'pci/jiang-iov-fixes' into next | Bjorn Helgaas | 2013-06-05 |
| |\ \ \ \ |
|
| | * | | | | PCI: Hide remove and rescan sysfs interfaces for SR-IOV virtual functions | Jiang Liu | 2013-06-05 |
| | * | | | | PCI: Finish SR-IOV VF setup before adding the device | Xudong Hao | 2013-05-31 |
| | |/ / / |
|
| * | | | | Merge branch 'pci/alexander-msi' into next | Bjorn Helgaas | 2013-06-05 |
| |\ \ \ \ |
|
| | * | | | | PCI: Allocate only as many MSI vectors as requested by driver | Alexander Gordeev | 2013-05-28 |
| | |/ / / |
|
| * | | | | Merge branch 'pci/shane-amd-ahci-i2c' into next | Bjorn Helgaas | 2013-06-04 |
| |\ \ \ \ |
|
| | * | | | | ahci: Add AMD CZ SATA device ID | Shane Huang | 2013-06-03 |
| | |/ / / |
|
| * | | | | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2013-06-01 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | PCI: Replace strict_strtoul() with kstrtoul() | Jingoo Han | 2013-06-01 |
| | * | | | PCI: Replace printks with appropriate pr_*() | Yijing Wang | 2013-05-28 |
| | * | | | PCI: Fix kerneldoc for pci_disable_link_state() | Yijing Wang | 2013-05-28 |
| | * | | | PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin() | Wang Sheng-Hui | 2013-05-28 |
| | * | | | PCI: Convert ioapic.c to module_pci_driver | Libo Chen | 2013-05-27 |
| * | | | | Merge branch 'pci/kevin-bus-to-resource' into next | Bjorn Helgaas | 2013-05-25 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | PCI: Unset resource if initial BAR value is invalid | Kevin Hao | 2013-05-25 |
| | * | | | PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base() | Kevin Hao | 2013-05-25 |
| | * | | | PCI: Add 0x prefix to BAR register position in __pci_read_base() | Kevin Hao | 2013-05-25 |
| | |/ / |
|
| * | | | PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do it | Bjorn Helgaas | 2013-05-21 |
| * | | | PCI: Work around Ivytown NTB BAR size issue | Jon Mason | 2013-05-15 |
| |/ / |
|