Age | Commit message (Expand) | Author | Files | Lines |
2013-02-16 | Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2013-02-13 | PCI/PM: Clean up PME state when removing a device | Rafael J. Wysocki | 1 | -0/+2 |
2013-01-23 | Merge tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 10 | -43/+40 |
2013-01-18 | PCI: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -1/+1 |
2013-01-15 | PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported | Colin Ian King | 1 | -0/+3 |
2013-01-14 | Merge branch 'pci/yijing-hotplug-workqueues' into for-linus | Bjorn Helgaas | 7 | -42/+35 |
2013-01-14 | PCI: shpchp: Use per-slot workqueues to avoid deadlock | Bjorn Helgaas | 3 | -16/+18 |
2013-01-14 | PCI: shpchp: Handle push button event asynchronously | Bjorn Helgaas | 3 | -12/+1 |
2013-01-14 | PCI: shpchp: Make shpchp_wq non-ordered | Bjorn Helgaas | 1 | -1/+1 |
2013-01-14 | PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put() | Betty Dall | 1 | -0/+1 |
2013-01-13 | PCI: pciehp: Use per-slot workqueues to avoid deadlock | Yijing Wang | 4 | -15/+17 |
2013-01-11 | pci: fix iov.c kernel-doc warnings | Randy Dunlap | 1 | -1/+1 |
2012-12-26 | PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHz | Andy Lutomirski | 1 | -2/+5 |
2012-12-26 | PCI/PM: Do not suspend port if any subordinate device needs PME polling | Huang Ying | 1 | -1/+19 |
2012-12-26 | PCI: Remove spurious error for sriov_numvfs store and simplify flow | Bjorn Helgaas | 1 | -51/+34 |
2012-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 4 | -0/+270 |
2012-12-14 | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 19 | -131/+479 |
2012-12-12 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 13 | -159/+121 |
2012-12-11 | Merge branch 'pci/mjg-pci-roms-from-efi' into next | Bjorn Helgaas | 1 | -1/+1 |
2012-12-10 | PCI: Use phys_addr_t for physical ROM address | Bjorn Helgaas | 1 | -1/+1 |
2012-12-07 | Merge branch 'pci/bjorn-pcie-cap' into next | Bjorn Helgaas | 3 | -15/+18 |
2012-12-07 | PCI: Add standard PCIe Capability Link ASPM field names | Bjorn Helgaas | 1 | -5/+6 |
2012-12-07 | PCI/portdrv: Use PCI Express Capability accessors | Bjorn Helgaas | 1 | -2/+1 |
2012-12-07 | PCI: Use standard PCIe Capability Link register field names | Bjorn Helgaas | 1 | -2/+2 |
2012-12-07 | Merge branch 'pci/mjg-pci-roms-from-efi' into next | Bjorn Helgaas | 3 | -2/+27 |
2012-12-06 | PCI: Add support for non-BAR ROMs | Matthew Garrett | 1 | -2/+9 |
2012-12-06 | PCI: Add pcibios_add_device | Matthew Garrett | 2 | -0/+18 |
2012-12-06 | PCI: Add and use standard PCI-X Capability register names | Bjorn Helgaas | 1 | -6/+9 |
2012-12-05 | Merge branch 'pci/huang-d3cold-fixes' into next | Bjorn Helgaas | 2 | -27/+42 |
2012-12-05 | PCI/PM: Keep runtime PM enabled for unbound PCI devices | Huang Ying | 2 | -27/+42 |
2012-12-01 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 1 | -1/+4 |
2012-12-01 | xen-pcifront: Handle backend CLOSED without CLOSING | David Vrabel | 1 | -1/+4 |
2012-11-30 | s390/pci: PCI hotplug support via SCLP | Jan Glauber | 3 | -0/+264 |
2012-11-30 | s390/pci: PCI adapter interrupts for MSI/MSI-X | Jan Glauber | 1 | -0/+6 |
2012-11-29 | PCI: Remove __dev* markings | Bill Pemberton | 8 | -90/+90 |
2012-11-29 | PCI: Always build setup-bus when PCI is enabled | Bill Pemberton | 1 | -4/+1 |
2012-11-29 | PCI: Move pci_uevent into pci-driver.c | Bill Pemberton | 4 | -40/+33 |
2012-11-29 | PCI: Remove CONFIG_HOTPLUG ifdefs | Bill Pemberton | 4 | -28/+0 |
2012-11-28 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2 | -5/+22 |
2012-11-27 | PCI/AER: Report success only when every device has AER-aware driver | Vijay Mohan Pandarathil | 2 | -4/+22 |
2012-11-27 | Merge branch 'for-linus' into next | Bjorn Helgaas | 8 | -52/+62 |
2012-11-15 | ACPI / PM: Move routines for adding/removing device wakeup notifiers | Rafael J. Wysocki | 1 | -67/+4 |
2012-11-15 | Merge branch 'pm-qos' into acpi-dev-pm | Rafael J. Wysocki | 1 | -1/+7 |
2012-11-14 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 1 | -0/+2 |
2012-11-14 | Merge branch 'pci/don-sriov' into next | Bjorn Helgaas | 4 | -34/+234 |
2012-11-13 | PCI: Add GPL license for drivers/pci/ioapic module | Andrew Cooks | 1 | -0/+2 |
2012-11-10 | PCI: Remove useless "!dev" tests | Bjorn Helgaas | 1 | -7/+7 |
2012-11-10 | PCI: Use spec names for SR-IOV capability fields | Bjorn Helgaas | 3 | -33/+33 |
2012-11-10 | PCI: Provide method to reduce the number of total VFs supported | Donald Dutile | 3 | -2/+50 |
2012-11-10 | PCI: SRIOV control and status via sysfs | Donald Dutile | 1 | -0/+127 |