aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-04PCI: AER: fix aer inject result in kernel oopsYouquan,Song1-1/+7
2010-01-04PCI: pcie portdrv: style cleanupHidetoshi Seto2-18/+15
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)Stefan Assmann4-6/+6
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann5-9/+9
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-04PCI: fix BUG_ON triggered by logical PCIe root port removalKenji Kaneshige1-2/+4
2009-12-04PCI: remove ifdefed pci_cleanup_aer_correct_error_statusAndrew Patterson1-17/+0
2009-12-04PCI: unconditionally clear AER uncorr status register during cleanupAndrew Patterson1-7/+3
2009-12-04PCI: portdrv: remove redundant definitionsKenji Kaneshige2-24/+9
2009-12-04PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige4-26/+9
2009-12-04PCI: portdrv: minor cleanup for pcie_port_device_registerKenji Kaneshige1-11/+10
2009-12-04PCI: portdrv: add missing irq cleanupKenji Kaneshige1-7/+12
2009-12-04PCI: portdrv: enable device before irq initializationKenji Kaneshige1-10/+11
2009-12-04PCI: portdrv: cleanup service irqs initializationKenji Kaneshige1-42/+29
2009-12-04PCI: portdrv: check capabilities firstKenji Kaneshige1-2/+4
2009-12-04PCI: portdrv: move PME capability checkKenji Kaneshige1-3/+3
2009-12-04PCI: portdrv: remove redundant pcie type calculationKenji Kaneshige1-6/+2
2009-12-04PCI: portdrv: cleanup pcie_device registrationKenji Kaneshige1-51/+26
2009-12-04PCI: portdrv: remove redundant pcie_port_device_probeKenji Kaneshige3-29/+8
2009-11-24PCIe AER: use pci_is_pcie()Kenji Kaneshige2-3/+3
2009-11-24PCIe ASPM: use pci_is_pcie()Kenji Kaneshige1-9/+12
2009-11-24PCIe ASPM: use pci_pcie_cap()Kenji Kaneshige1-10/+10
2009-11-24PCIe port bus: use pci_pcie_cap()Kenji Kaneshige1-7/+7
2009-11-24PCIe AER: use pci_pcie_cap()Kenji Kaneshige2-5/+5
2009-11-04PCI: fix memory leak in aer_injectAndrew Patterson1-1/+1
2009-11-04PCI: use better error return values in aer_injectAndrew Patterson1-4/+4
2009-11-04PCI: add support for PCI domains to aer_injectAndrew Patterson1-12/+34
2009-11-04PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch1-2/+22
2009-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus 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-14PCI / 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-09PCI: Simplify hotplug mch quirk.Eric W. Biederman1-5/+0
2009-09-09PCI: pcie, aer: report all error before recoveryHidetoshi Seto2-13/+18
2009-09-09PCI: pcie, aer: change error print formatHidetoshi Seto3-32/+39
2009-09-09PCI: pcie, aer: flags to bitsHidetoshi Seto3-17/+20
2009-09-09PCI: pcie, aer: remove unused macrosHidetoshi Seto1-3/+0
2009-09-09PCI: pcie, aer: report multiple/first error on a deviceHidetoshi Seto3-5/+10
2009-09-09PCI: pcie, aer: refer mask state in mask register properlyHidetoshi Seto3-21/+17
2009-09-09PCI: pcie, aer: remove spinlock in aerdrv_errprint.cHidetoshi Seto1-20/+8
2009-09-09PCI: pcie, aer: fix report of multiple errorsHidetoshi Seto1-11/+8
2009-09-09PCI: pcie, aer: init struct aer_err_info for reuseHidetoshi Seto1-0/+3
2009-09-09PCI: pcie, aer: rework MASK macros in aerdrv_errprint.cHidetoshi Seto1-25/+21
2009-09-09PCI: pcie, aer: AER_PR for printing in aerdrv_errprint.cHidetoshi Seto1-19/+15
2009-09-09PCI: pcie, aer: checkpatch style cleanup in pcie/aer/*Hidetoshi Seto5-71/+62
2009-09-09PCI ASPM: support per direction l0s managementKenji Kaneshige1-63/+107