| Commit message (Expand) | Author | Age |
*-. | Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in... | Bjorn Helgaas | 2014-05-28 |
|\ \ |
|
| | * | PCI: Rename pci_is_bridge() to pci_has_subordinate() | Yijing Wang | 2014-05-27 |
| |/ |
|
* / | PCI: Remove unnecessary __ref annotations | Bjorn Helgaas | 2014-04-29 |
|/ |
|
* | PCI: Remove unused SR-IOV VF Migration support | Bjorn Helgaas | 2014-02-19 |
* | PCI: Make local functions static | Stephen Hemminger | 2014-01-13 |
* | PCI: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-07 |
* | PCI: convert bus code to use bus_groups | Greg Kroah-Hartman | 2013-10-07 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-09-05 |
|\ |
|
| * | PCI: expose pcie_link_speed and pcix_bus_speed arrays | Jacob Keller | 2013-07-30 |
* | | PCI: Convert class code to use dev_groups | Greg Kroah-Hartman | 2013-07-25 |
|/ |
|
* | PCI / ACPI: Use boot-time resource allocation rules during hotplug | Jiang Liu | 2013-06-22 |
* | PCI: Remove "extern" from function declarations | Bjorn Helgaas | 2013-04-17 |
* | Merge branch 'pci/yinghai-root-bus-hotplug' into next | Bjorn Helgaas | 2013-01-26 |
|\ |
|
| * | PCI: Put pci_dev in device tree as early as possible | Yinghai Lu | 2013-01-25 |
* | | Merge branch 'pci/yijing-ari' into next | Bjorn Helgaas | 2013-01-26 |
|\ \
| |/
|/| |
|
| * | PCI: Rename pci_enable_ari() to pci_configure_ari() | Yijing Wang | 2013-01-25 |
* | | ACPI / PCI: Rework the setup and cleanup of device wakeup | Rafael J. Wysocki | 2013-01-03 |
|/ |
|
* | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-12-13 |
|\ |
|
| * | Merge branch 'for-linus' into next | Bjorn Helgaas | 2012-11-26 |
| |\ |
|
| * | | PCI: Use spec names for SR-IOV capability fields | Bjorn Helgaas | 2012-11-09 |
| * | | PCI: Provide method to reduce the number of total VFs supported | Donald Dutile | 2012-11-09 |
| * | | PCI: Add pci_device_type to pdev's device struct | Yinghai Lu | 2012-11-09 |
* | | | PCI: Move pci_uevent into pci-driver.c | Bill Pemberton | 2012-11-28 |
* | | | PCI: Remove CONFIG_HOTPLUG ifdefs | Bill Pemberton | 2012-11-28 |
| |/
|/| |
|
* | | PCI/PM: Fix proc config reg access for D3cold and bridge suspending | Huang Ying | 2012-11-05 |
|/ |
|
* | Merge branch 'pci/rafael-pci_set_power_state-rebase' into next | Bjorn Helgaas | 2012-07-05 |
|\ |
|
| * | PCI / PM: restore the original behavior of pci_set_power_state() | Rafael J. Wysocki | 2012-07-05 |
* | | Merge branch 'topic/huang-d3cold-v7' into next | Bjorn Helgaas | 2012-06-23 |
|\| |
|
| * | PCI/PM: add PCIe runtime D3cold support | Huang Ying | 2012-06-23 |
* | | Merge branch 'topic/alex-vfio-prep' into next | Bjorn Helgaas | 2012-06-13 |
|\ \ |
|
| * | | PCI: export pci_user functions for use by other drivers | Alex Williamson | 2012-06-12 |
| |/ |
|
* | | PCI: hotplug: remove pci_do_scan_bus() | Yinghai Lu | 2012-06-13 |
* | | PCI: add generic pci_hp_add_bridge() | Yinghai Lu | 2012-06-13 |
|/ |
|
* | PCI: Move "pci reassigndev resource alignment" out of quirks.c | Yinghai Lu | 2012-02-24 |
* | PCI: prepare pci=realloc for multiple options | Yinghai Lu | 2012-02-24 |
* | PCI: fix memleak for pci dev removing during hotplug | Yinghai Lu | 2012-02-23 |
* | PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_device | Yinghai Lu | 2012-02-14 |
* | PCI: Enable ATS at the device state restore | Hao, Xudong | 2012-01-06 |
* | PCI: Introduce INTx check & mask API | Jan Kiszka | 2012-01-06 |
* | PCI: make cardbus-bridge resources optional | Ram Pai | 2011-08-01 |
* | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-07-22 |
|\ |
|
| * | x86/ia64: intel-iommu: move to drivers/iommu/ | Ohad Ben-Cohen | 2011-06-21 |
* | | PCI: conditional resource-reallocation through kernel parameter pci=realloc | Ram Pai | 2011-07-08 |
|/ |
|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-05-23 |
|\ |
|
| * | PCI/sysfs: move bus cpuaffinity to class dev_attrs | Yinghai Lu | 2011-05-21 |
| * | PCI: add rescan to /sys/.../pci_bus/.../ | Yinghai Lu | 2011-05-21 |
* | | PCI: Move ATS declarations in seperate header file | Joerg Roedel | 2011-04-11 |
|/ |
|
* | PCI: Export ACPI _DSM provided firmware instance number and string name to sysfs | Narendra_K@Dell.com | 2011-03-04 |
* | PCI/PM: Use pm_wakeup_event() directly for reporting wakeup events | Rafael J. Wysocki | 2011-01-14 |
* | PCI/ACPI: Request _OSC control once for each root bridge (v3) | Rafael J. Wysocki | 2011-01-14 |