| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: pciehp: remove slot capabilities definitions | Kenji Kaneshige | 2009-09-17 | 1 | -18/+8 |
* | PCI: pciehp: remove error message definitions | Kenji Kaneshige | 2009-09-17 | 2 | -12/+1 |
* | PCI: pciehp: remove number field | Kenji Kaneshige | 2009-09-17 | 3 | -4/+2 |
* | PCI: pciehp: remove hpc_ops | Kenji Kaneshige | 2009-09-17 | 5 | -118/+87 |
* | PCI: pciehp: remove pci_dev field | Kenji Kaneshige | 2009-09-17 | 5 | -17/+15 |
* | PCI: pciehp: remove crit_sect mutex | Kenji Kaneshige | 2009-09-17 | 3 | -16/+0 |
* | PCI: pciehp: remove slot_bus field | Kenji Kaneshige | 2009-09-17 | 1 | -1/+0 |
* | PCI: pciehp: remove first_slot field | Kenji Kaneshige | 2009-09-17 | 2 | -4/+3 |
* | PCI: pciehp: remove slot_device_offset field | Kenji Kaneshige | 2009-09-17 | 4 | -9/+2 |
* | PCI: pciehp: remove hp_slot field | Kenji Kaneshige | 2009-09-17 | 4 | -12/+4 |
* | PCI: pciehp: remove device field | Kenji Kaneshige | 2009-09-17 | 5 | -28/+17 |
* | PCI: pciehp: remove bus field | Kenji Kaneshige | 2009-09-17 | 5 | -7/+10 |
* | PCI: pciehp: remove slot_num_inc field | Kenji Kaneshige | 2009-09-17 | 1 | -1/+0 |
* | PCI: pciehp: remove num_slots field | Kenji Kaneshige | 2009-09-17 | 2 | -2/+0 |
* | PCI: pciehp: remove slot_list field | Kenji Kaneshige | 2009-09-17 | 4 | -97/+76 |
* | PCI: Disable AER with pci=nomsi | Andi Kleen | 2009-09-17 | 1 | -0/+2 |
* | PCI ASPM: support L1 only | Kenji Kaneshige | 2009-09-17 | 1 | -3/+0 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-09-16 | 35 | -1191/+1221 |
|\ |
|
| * | PCI hotplug: clean up acpi_run_hpp() | Bjorn Helgaas | 2009-09-15 | 1 | -62/+22 |
| * | PCI hotplug: acpiphp: use generic pci_configure_slot() | Bjorn Helgaas | 2009-09-15 | 2 | -84/+6 |
| * | PCI hotplug: shpchp: use generic pci_configure_slot() | Bjorn Helgaas | 2009-09-15 | 2 | -68/+1 |
| * | PCI hotplug: pciehp: use generic pci_configure_slot() | Bjorn Helgaas | 2009-09-15 | 2 | -138/+1 |
| * | PCI hotplug: add pci_configure_slot() | Bjorn Helgaas | 2009-09-15 | 2 | -1/+188 |
| * | PCI hotplug: clean up acpi_get_hp_params_from_firmware() interface | Bjorn Helgaas | 2009-09-15 | 4 | -17/+12 |
| * | PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridge | Bjorn Helgaas | 2009-09-15 | 2 | -34/+27 |
| * | PCI hotplug: acpiphp: remove superfluous _HPP/_HPX evaluation | Bjorn Helgaas | 2009-09-15 | 1 | -3/+0 |
| * | PCI: Clear saved_state after the state has been restored | Rafael J. Wysocki | 2009-09-14 | 3 | -9/+8 |
| * | PCI PM: Return error codes from pci_pm_resume() | Rafael J. Wysocki | 2009-09-14 | 1 | -1/+1 |
| * | PCI: use dev_printk in quirk messages | Bjorn Helgaas | 2009-09-14 | 1 | -15/+12 |
| * | PCI / PCIe portdrv: Fix pcie_portdrv_slot_reset() | Rafael J. Wysocki | 2009-09-14 | 1 | -0/+1 |
| * | PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle | Alex Chiang | 2009-09-14 | 3 | -31/+21 |
| * | PCI Hotplug: acpiphp: find bridges the easy way | Alex Chiang | 2009-09-14 | 1 | -60/+21 |
| * | PCI: pcie portdrv: remove unused variable | Jesse Barnes | 2009-09-11 | 1 | -1/+0 |
| * | PCI / ACPI PM: Propagate wake-up enable for devices w/o ACPI support | Rafael J. Wysocki | 2009-09-09 | 1 | -2/+24 |
| * | PCI PM: Introduce device flag wakeup_prepared | Rafael J. Wysocki | 2009-09-09 | 1 | -0/+8 |
| * | PCI / ACPI PM: Rework some debug messages | Rafael J. Wysocki | 2009-09-09 | 1 | -11/+2 |
| * | PCI PM: Simplify PCI wake-up code | Rafael J. Wysocki | 2009-09-09 | 2 | -14/+21 |
| * | PCI: pcie: Ensure hotplug ports have a minimum number of resources | Eric W. Biederman | 2009-09-09 | 3 | -5/+45 |
| * | PCI: Simplify hotplug mch quirk. | Eric W. Biederman | 2009-09-09 | 5 | -19/+2 |
| * | PCI: pcie, aer: report all error before recovery | Hidetoshi Seto | 2009-09-09 | 2 | -13/+18 |
| * | PCI: pcie, aer: change error print format | Hidetoshi Seto | 2009-09-09 | 3 | -32/+39 |
| * | PCI: pcie, aer: flags to bits | Hidetoshi Seto | 2009-09-09 | 3 | -17/+20 |
| * | PCI: pcie, aer: remove unused macros | Hidetoshi Seto | 2009-09-09 | 1 | -3/+0 |
| * | PCI: pcie, aer: report multiple/first error on a device | Hidetoshi Seto | 2009-09-09 | 3 | -5/+10 |
| * | PCI: pcie, aer: refer mask state in mask register properly | Hidetoshi Seto | 2009-09-09 | 3 | -21/+17 |
| * | PCI: pcie, aer: remove spinlock in aerdrv_errprint.c | Hidetoshi Seto | 2009-09-09 | 1 | -20/+8 |
| * | PCI: pcie, aer: fix report of multiple errors | Hidetoshi Seto | 2009-09-09 | 1 | -11/+8 |
| * | PCI: pcie, aer: init struct aer_err_info for reuse | Hidetoshi Seto | 2009-09-09 | 1 | -0/+3 |
| * | PCI: pcie, aer: rework MASK macros in aerdrv_errprint.c | Hidetoshi Seto | 2009-09-09 | 1 | -25/+21 |
| * | PCI: pcie, aer: AER_PR for printing in aerdrv_errprint.c | Hidetoshi Seto | 2009-09-09 | 1 | -19/+15 |