Age | Commit message (Expand) | Author | Files | Lines |
2012-07-25 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 17 | -256/+128 |
2012-07-24 | pci: hotplug: Fix typo in pci | Masanari Iida | 3 | -3/+3 |
2012-07-19 | Merge branch 'pci/yinghai-pciehp-unused' into next | Bjorn Helgaas | 2 | -105/+0 |
2012-07-16 | Merge branch 'pci/julia-return-values' into next | Bjorn Helgaas | 4 | -16/+40 |
2012-07-16 | PCI: hotplug: ensure a consistent return value in error case | Julia Lawall | 4 | -16/+40 |
2012-07-13 | PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_wid... | Yinghai Lu | 2 | -105/+0 |
2012-07-11 | Merge branch 'pci/yinghai-hotplug-cleanup' into next | Bjorn Helgaas | 3 | -11/+3 |
2012-07-11 | PCI: acpiphp: merge acpiphp_debug and debug | Yinghai Lu | 2 | -6/+3 |
2012-07-11 | PCI: acpiphp: remove unused res_lock | Yinghai Lu | 2 | -5/+0 |
2012-06-23 | Merge branch 'topic/bjorn-trivial' into next | Bjorn Helgaas | 2 | -7/+9 |
2012-06-21 | PCI: acpiphp: check whether _ADR evaluation succeeded | Bjorn Helgaas | 1 | -4/+9 |
2012-06-21 | PCI: shpchp: remove dead code | Bjorn Helgaas | 1 | -3/+0 |
2012-06-14 | PCI: acpiphp: remove all functions in slot, even without ACPI _EJx | Amos Kong | 1 | -10/+32 |
2012-06-14 | PCI: acpiphp: fix function 0 leak when disabling a slot | Amos Kong | 1 | -0/+1 |
2012-06-14 | PCI: sgihp: use generic pci_hp_add_bridge() | Yinghai Lu | 1 | -9/+5 |
2012-06-14 | PCI: ibmhp: use generic pci_hp_add_bridge() | Yinghai Lu | 1 | -6/+4 |
2012-06-14 | PCI: cpqhp: use generic pci_hp_add_bridge() | Yinghai Lu | 1 | -6/+4 |
2012-06-14 | PCI: shpchp: use generic pci_hp_add_bridge() | Yinghai Lu | 1 | -32/+15 |
2012-06-14 | PCI: cpci_hotplug: use generic pci_hp_add_bridge() | Yinghai Lu | 1 | -31/+6 |
2012-06-14 | PCI: pciehp: use generic pci_hp_add_bridge() | Yinghai Lu | 1 | -26/+2 |
2012-06-14 | PCI: sgihp: register busn_res | Yinghai Lu | 1 | -1/+3 |
2012-06-14 | PCI: ibmhp: register busn_res | Yinghai Lu | 1 | -1/+3 |
2012-06-14 | PCI: cpqhp: register busn_res | Yinghai Lu | 1 | -1/+3 |
2012-06-14 | PCI: shpchp: register busn_res | Yinghai Lu | 1 | -1/+3 |
2012-06-14 | PCI: cpci_hotplug: register busn_res | Yinghai Lu | 1 | -1/+3 |
2012-06-14 | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 5 | -15/+15 |
2012-02-28 | PCI: make acpihp use __pci_remove_bus_device instead | Yinghai Lu | 1 | -1/+1 |
2012-02-28 | PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device | Yinghai Lu | 9 | -10/+10 |
2012-02-14 | PCI hotplug: cpcihp: fix debug module parameter to be bool | Danny Kukawka | 1 | -1/+1 |
2012-02-14 | PCI: pciehp: Disable/enable link during slot power off/on | Yinghai Lu | 1 | -0/+12 |
2012-02-14 | PCI: pciehp: Add Disable/enable link functions | Yinghai Lu | 1 | -0/+36 |
2012-02-14 | PCI: pciehp: Add pcie_wait_link_not_active() | Yinghai Lu | 1 | -4/+15 |
2012-02-14 | PCI: pciehp: make check_link_active more helpful | Yinghai Lu | 1 | -5/+12 |
2012-02-14 | PCI: pciehp: replace unconditional sleep with config space access check | Yinghai Lu | 1 | -15/+34 |
2012-02-14 | PCI: drivers/pci/hotplug/ibmphp_ebda.c: add missing iounmap | Julia Lawall | 1 | -2/+4 |
2012-02-14 | PCI: Can continually add funcs after adding func0 | Amos Kong | 1 | -16/+13 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 14 | -22/+22 |
2012-01-09 | Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next | Joerg Roedel | 4 | -14/+3 |
2011-12-14 | PCI: Set device power state to PCI_D0 for device without native PM support | Ajaykumar Hotchandani | 1 | -1/+0 |
2011-12-13 | PCI hotplug: Always allow acpiphp to handle non-PCIe bridges | Rafael J. Wysocki | 1 | -17/+12 |
2011-12-05 | PCI/ACPI: Make acpiphp ignore root bridges using SHPC native hotplug | Rafael J. Wysocki | 1 | -2/+2 |
2011-12-05 | PCI: pciehp: Handle push button event asynchronously | Kenji Kaneshige | 4 | -13/+2 |
2011-12-05 | PCI: pciehp: Fix wrong workqueue cleanup | Kenji Kaneshige | 1 | -1/+1 |
2011-11-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 5 | -21/+46 |
2011-11-14 | PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDs | Bjorn Helgaas | 2 | -4/+4 |
2011-11-11 | PCI: pciehp: wait 100 ms after Link Training check | Kenji Kaneshige | 1 | -0/+8 |
2011-11-11 | PCI: pciehp: wait 1000 ms before Link Training check | Kenji Kaneshige | 2 | -3/+8 |
2011-11-07 | PCI: pciehp: Retrieve link speed after link is trained | Yinghai Lu | 1 | -9/+2 |
2011-11-01 | pci: add module.h to files implicitly relying on its presence. | Paul Gortmaker | 2 | -0/+2 |
2011-11-01 | pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 1 | -0/+1 |