summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie
AgeCommit message (Expand)AuthorFilesLines
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-05PCI: fix BUG_ON triggered by logical PCIe root port removalKenji Kaneshige1-2/+4
2009-12-05PCI: remove ifdefed pci_cleanup_aer_correct_error_statusAndrew Patterson1-17/+0
2009-12-05PCI: unconditionally clear AER uncorr status register during cleanupAndrew Patterson1-7/+3
2009-12-05PCI: portdrv: remove redundant definitionsKenji Kaneshige2-24/+9
2009-12-05PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige4-26/+9
2009-12-05PCI: portdrv: minor cleanup for pcie_port_device_registerKenji Kaneshige1-11/+10
2009-12-05PCI: portdrv: add missing irq cleanupKenji Kaneshige1-7/+12
2009-12-05PCI: portdrv: enable device before irq initializationKenji Kaneshige1-10/+11
2009-12-05PCI: portdrv: cleanup service irqs initializationKenji Kaneshige1-42/+29
2009-12-05PCI: portdrv: check capabilities firstKenji Kaneshige1-2/+4
2009-12-05PCI: portdrv: move PME capability checkKenji Kaneshige1-3/+3
2009-12-05PCI: portdrv: remove redundant pcie type calculationKenji Kaneshige1-6/+2
2009-12-05PCI: portdrv: cleanup pcie_device registrationKenji Kaneshige1-51/+26
2009-12-05PCI: portdrv: remove redundant pcie_port_device_probeKenji Kaneshige3-29/+8
2009-11-25PCIe AER: use pci_is_pcie()Kenji Kaneshige2-3/+3
2009-11-25PCIe ASPM: use pci_is_pcie()Kenji Kaneshige1-9/+12
2009-11-25PCIe ASPM: use pci_pcie_cap()Kenji Kaneshige1-10/+10
2009-11-25PCIe port bus: use pci_pcie_cap()Kenji Kaneshige1-7/+7
2009-11-25PCIe AER: use pci_pcie_cap()Kenji Kaneshige2-5/+5
2009-11-05PCI: fix memory leak in aer_injectAndrew Patterson1-1/+1
2009-11-05PCI: use better error return values in aer_injectAndrew Patterson1-4/+4
2009-11-05PCI: add support for PCI domains to aer_injectAndrew Patterson1-12/+34
2009-11-05PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch1-2/+22
2009-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2-3/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07PCI: Prevent AER driver from being loaded on non-root port PCIE devicesKenji Kaneshige1-1/+1
2009-10-06PCI: PCIe portdrv: remove "-driver" from driver nameBjorn Helgaas1-2/+1
2009-09-17PCI: Disable AER with pci=nomsiAndi Kleen1-0/+2
2009-09-17PCI ASPM: support L1 onlyKenji Kaneshige1-3/+0
2009-09-15PCI / PCIe portdrv: Fix pcie_portdrv_slot_reset()Rafael J. Wysocki1-0/+1
2009-09-11PCI: pcie portdrv: remove unused variableJesse Barnes1-1/+0
2009-09-10PCI: Simplify hotplug mch quirk.Eric W. Biederman1-5/+0
2009-09-10PCI: pcie, aer: report all error before recoveryHidetoshi Seto2-13/+18
2009-09-10PCI: pcie, aer: change error print formatHidetoshi Seto3-32/+39
2009-09-10PCI: pcie, aer: flags to bitsHidetoshi Seto3-17/+20
2009-09-10PCI: pcie, aer: remove unused macrosHidetoshi Seto1-3/+0
2009-09-10PCI: pcie, aer: report multiple/first error on a deviceHidetoshi Seto3-5/+10
2009-09-10PCI: pcie, aer: refer mask state in mask register properlyHidetoshi Seto3-21/+17
2009-09-10PCI: pcie, aer: remove spinlock in aerdrv_errprint.cHidetoshi Seto1-20/+8
2009-09-10PCI: pcie, aer: fix report of multiple errorsHidetoshi Seto1-11/+8
2009-09-10PCI: pcie, aer: init struct aer_err_info for reuseHidetoshi Seto1-0/+3
2009-09-10PCI: pcie, aer: rework MASK macros in aerdrv_errprint.cHidetoshi Seto1-25/+21
2009-09-10PCI: pcie, aer: AER_PR for printing in aerdrv_errprint.cHidetoshi Seto1-19/+15
2009-09-10PCI: pcie, aer: checkpatch style cleanup in pcie/aer/*Hidetoshi Seto5-71/+62
2009-09-10PCI ASPM: support per direction l0s managementKenji Kaneshige1-63/+107
2009-09-10PCI ASPM: support partial aspm enablementKenji Kaneshige1-164/+47
2009-09-10PCI ASPM: introduce capable flagKenji Kaneshige1-31/+86
2009-09-10PCI ASPM: introduce disable flagKenji Kaneshige1-17/+24
2009-09-10PCI ASPM: fix possible null pointer dereferenceKenji Kaneshige1-8/+9