Age | Commit message (Expand) | Author |
2012-02-27 | PCI: make acpihp use __pci_remove_bus_device instead | Yinghai Lu |
2012-02-27 | PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device | Yinghai Lu |
2012-02-14 | PCI hotplug: cpcihp: fix debug module parameter to be bool | Danny Kukawka |
2012-02-14 | PCI: pciehp: Disable/enable link during slot power off/on | Yinghai Lu |
2012-02-14 | PCI: pciehp: Add Disable/enable link functions | Yinghai Lu |
2012-02-14 | PCI: pciehp: Add pcie_wait_link_not_active() | Yinghai Lu |
2012-02-14 | PCI: pciehp: make check_link_active more helpful | Yinghai Lu |
2012-02-14 | PCI: pciehp: replace unconditional sleep with config space access check | Yinghai Lu |
2012-02-14 | PCI: drivers/pci/hotplug/ibmphp_ebda.c: add missing iounmap | Julia Lawall |
2012-02-14 | PCI: Can continually add funcs after adding func0 | Amos Kong |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell |
2012-01-09 | Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next | Joerg Roedel |
2011-12-14 | PCI: Set device power state to PCI_D0 for device without native PM support | Ajaykumar Hotchandani |
2011-12-13 | PCI hotplug: Always allow acpiphp to handle non-PCIe bridges | Rafael J. Wysocki |
2011-12-05 | PCI/ACPI: Make acpiphp ignore root bridges using SHPC native hotplug | Rafael J. Wysocki |
2011-12-05 | PCI: pciehp: Handle push button event asynchronously | Kenji Kaneshige |
2011-12-05 | PCI: pciehp: Fix wrong workqueue cleanup | Kenji Kaneshige |
2011-11-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds |
2011-11-14 | PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDs | Bjorn Helgaas |
2011-11-11 | PCI: pciehp: wait 100 ms after Link Training check | Kenji Kaneshige |
2011-11-11 | PCI: pciehp: wait 1000 ms before Link Training check | Kenji Kaneshige |
2011-11-07 | PCI: pciehp: Retrieve link speed after link is trained | Yinghai Lu |
2011-10-31 | pci: add module.h to files implicitly relying on its presence. | Paul Gortmaker |
2011-10-31 | pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker |
2011-10-31 | PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplug | Rafael J. Wysocki |
2011-10-14 | PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge remove | Prarit Bhargava |
2011-09-09 | Fix pointer dereference before call to pcie_bus_configure_settings | Shyam Iyer |
2011-08-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds |
2011-08-02 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds |
2011-08-01 | PCI: Set PCI-E Max Payload Size on fabric | Jon Mason |
2011-07-29 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2011-07-22 | PCI: pciehp: change wait time for valid configuration access | Kenji Kaneshige |
2011-07-22 | PCI hotplug: cpqphp: use pci_dev->vendor | Sergei Shtylyov |
2011-07-22 | PCI hotplug: cpqphp: use pci_dev->subsystem_{vendor|device} | Sergei Shtylyov |
2011-07-22 | PCI hotplug: Rename is_ejectable which also exists in dock.c | Thomas Renninger |
2011-07-16 | ACPI: constify ops structs | Vasiliy Kulikov |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches |
2011-06-08 | pci/of: Match PCI devices to OF nodes dynamically | Benjamin Herrenschmidt |
2011-05-11 | PCI hotplug: acpiphp: assume device is in state D0 after powering on a slot. | Ian Campbell |
2011-05-10 | PCI: Set PCIE maxpayload for card during hotplug insertion | Jordan_Hargrave@Dell.com |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-04 | PCI hotplug: acpiphp: set current_state to D0 in register_slot | Stefano Stabellini |
2011-01-10 | headers: kobject.h redux | Alexey Dobriyan |
2010-12-23 | PCI hotplug: Fix unexpected driver unregister in pciehp_acpi.c | Rafael J. Wysocki |
2010-11-11 | PCI hotplug: ibmphp: Add check to prevent reading beyond mapped area | Steven Rostedt |
2010-10-28 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds |
2010-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2010-10-18 | shpchp: update workqueue usage | Tejun Heo |