Age | Commit message (Expand) | Author | Files | Lines |
2009-09-14 | PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle | Alex Chiang | 4 | -32/+22 |
2009-09-14 | PCI Hotplug: acpiphp: find bridges the easy way | Alex Chiang | 1 | -60/+21 |
2009-09-11 | PCI: pcie portdrv: remove unused variable | Jesse Barnes | 1 | -1/+0 |
2009-09-09 | PCI / ACPI PM: Propagate wake-up enable for devices w/o ACPI support | Rafael J. Wysocki | 2 | -3/+25 |
2009-09-09 | ACPI PM: Replace wakeup.prepared with reference counter | Rafael J. Wysocki | 4 | -26/+39 |
2009-09-09 | PCI PM: Introduce device flag wakeup_prepared | Rafael J. Wysocki | 2 | -0/+9 |
2009-09-09 | PCI / ACPI PM: Rework some debug messages | Rafael J. Wysocki | 2 | -13/+10 |
2009-09-09 | PCI PM: Simplify PCI wake-up code | Rafael J. Wysocki | 2 | -14/+21 |
2009-09-09 | x86/PCI: pci quirks, fix pci refcounting | Jiri Slaby | 1 | -1/+1 |
2009-09-09 | PCI: pcie: Ensure hotplug ports have a minimum number of resources | Eric W. Biederman | 4 | -5/+49 |
2009-09-09 | PCI: Simplify hotplug mch quirk. | Eric W. Biederman | 5 | -19/+2 |
2009-09-09 | PCI: pcie, aer: report all error before recovery | Hidetoshi Seto | 2 | -13/+18 |
2009-09-09 | PCI: pcie, aer: change error print format | Hidetoshi Seto | 3 | -32/+39 |
2009-09-09 | PCI: pcie, aer: flags to bits | Hidetoshi Seto | 3 | -17/+20 |
2009-09-09 | PCI: pcie, aer: remove unused macros | Hidetoshi Seto | 1 | -3/+0 |
2009-09-09 | PCI: pcie, aer: report multiple/first error on a device | Hidetoshi Seto | 3 | -5/+10 |
2009-09-09 | PCI: pcie, aer: refer mask state in mask register properly | Hidetoshi Seto | 3 | -21/+17 |
2009-09-09 | PCI: pcie, aer: remove spinlock in aerdrv_errprint.c | Hidetoshi Seto | 1 | -20/+8 |
2009-09-09 | PCI: pcie, aer: fix report of multiple errors | Hidetoshi Seto | 1 | -11/+8 |
2009-09-09 | PCI: pcie, aer: init struct aer_err_info for reuse | Hidetoshi Seto | 1 | -0/+3 |
2009-09-09 | PCI: pcie, aer: rework MASK macros in aerdrv_errprint.c | Hidetoshi Seto | 1 | -25/+21 |
2009-09-09 | PCI: pcie, aer: AER_PR for printing in aerdrv_errprint.c | Hidetoshi Seto | 1 | -19/+15 |
2009-09-09 | PCI: pcie, aer: checkpatch style cleanup in pcie/aer/* | Hidetoshi Seto | 5 | -71/+62 |
2009-09-09 | PCI: pci-stub: add pci_stub.ids parameter | Tejun Heo | 1 | -1/+44 |
2009-09-09 | PCI: separate out pci_add_dynid() | Tejun Heo | 2 | -45/+79 |
2009-09-09 | PCI hotplug: add support for 5.0G link speed | Kenji Kaneshige | 3 | -3/+11 |
2009-09-09 | PCI hotplug: fix typo in pcie link speed info | Kenji Kaneshige | 1 | -1/+1 |
2009-09-09 | PCI ASPM: support per direction l0s management | Kenji Kaneshige | 1 | -63/+107 |
2009-09-09 | PCI ASPM: support partial aspm enablement | Kenji Kaneshige | 1 | -164/+47 |
2009-09-09 | PCI ASPM: introduce capable flag | Kenji Kaneshige | 1 | -31/+86 |
2009-09-09 | PCI ASPM: introduce disable flag | Kenji Kaneshige | 1 | -17/+24 |
2009-09-09 | PCI ASPM: fix possible null pointer dereference | Kenji Kaneshige | 1 | -8/+9 |
2009-09-09 | PCI ASPM: remove redundant list check | Kenji Kaneshige | 1 | -3/+0 |
2009-09-09 | PCI ASPM: do not clear enabled field by support field | Kenji Kaneshige | 1 | -3/+3 |
2009-09-09 | PCI quirk: update 82576 device ids in SR-IOV quirks list | Alexander Duyck | 1 | -0/+1 |
2009-09-09 | PCI/VGA: add VGA arbitration documentation | Tiago Vignatti | 1 | -0/+194 |
2009-09-09 | PCI/vgaarb: cleanup some warnings + cleanup some comments. | Dave Airlie | 2 | -28/+32 |
2009-09-09 | PCI/powerpc: support PCIe fundamental reset | Mike Mason | 2 | -1/+10 |
2009-09-09 | PCI: document PCIe fundamental reset interfaces | Mike Mason | 1 | -42/+77 |
2009-09-09 | PCI: support for PCI Express fundamental reset | Mike Mason | 1 | -0/+1 |
2009-09-09 | PCI/GPU: implement VGA arbitration on Linux | Benjamin Herrenschmidt | 8 | -1/+1461 |
2009-09-09 | PCI MSI: Style cleanups | Hidetoshi Seto | 1 | -22/+22 |
2009-09-09 | PCI MSI: MSI-X cleanup, msix_setup_entries() | Hidetoshi Seto | 1 | -23/+36 |
2009-09-09 | PCI MSI: MSI-X cleanup, msix_program_entries() | Hidetoshi Seto | 1 | -10/+19 |
2009-09-09 | PCI MSI: MSI-X cleanup, msix_map_region() | Hidetoshi Seto | 1 | -13/+19 |
2009-09-09 | PCI MSI: Relocate error path in init_msix_capability() | Hidetoshi Seto | 1 | -18/+22 |
2009-09-09 | PCI MSI: Unify msi_free_irqs() and msix_free_all_irqs() | Hidetoshi Seto | 1 | -43/+31 |
2009-09-09 | PCI MSI: Use list_first_entry() | Hidetoshi Seto | 1 | -1/+1 |
2009-09-09 | PCI MSI: Remove attribute check from pci_disable_msi() | Hidetoshi Seto | 1 | -8/+1 |
2009-09-09 | PCI iommu: iommu=pt is a valid early param | Alex Williamson | 1 | -3/+1 |