aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-06PCI ASPM: fix oops on root port removalKenji Kaneshige1-2/+4
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
2009-09-09PCI ASPM: support partial aspm enablementKenji Kaneshige1-164/+47
2009-09-09PCI ASPM: introduce capable flagKenji Kaneshige1-31/+86
2009-09-09PCI ASPM: introduce disable flagKenji Kaneshige1-17/+24
2009-09-09PCI ASPM: fix possible null pointer dereferenceKenji Kaneshige1-8/+9
2009-09-09PCI ASPM: remove redundant list checkKenji Kaneshige1-3/+0
2009-09-09PCI ASPM: do not clear enabled field by support fieldKenji Kaneshige1-3/+3
2009-06-29PCI ECRC: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-06-18PCI ASPM: remove get_root_port_linkKenji Kaneshige1-13/+11
2009-06-18PCI ASPM: cleanup pcie_aspm_sanity_checkKenji Kaneshige1-12/+9
2009-06-18PCI ASPM: remove has_switch fieldKenji Kaneshige1-4/+1
2009-06-18PCI ASPM: cleanup calc_Lx_latencyKenji Kaneshige1-39/+34
2009-06-18PCI ASPM: cleanup pcie_aspm_get_cap_deviceKenji Kaneshige1-5/+4
2009-06-18PCI ASPM: cleanup clkpm checksKenji Kaneshige1-14/+20
2009-06-18PCI ASPM: cleanup __pcie_aspm_check_state_oneKenji Kaneshige1-42/+25
2009-06-18PCI ASPM: cleanup initializationKenji Kaneshige1-67/+75
2009-06-18PCI ASPM: cleanup change input argument of aspm functionsKenji Kaneshige1-199/+173
2009-06-18PCI ASPM: cleanup misc in struct pcie_link_stateKenji Kaneshige1-9/+9
2009-06-18PCI ASPM: cleanup clkpm state in struct pcie_link_stateKenji Kaneshige1-19/+18
2009-06-18PCI ASPM: cleanup latency field in struct pcie_link_stateKenji Kaneshige1-38/+28
2009-06-18PCI ASPM: cleanup aspm state field in struct pcie_link_stateKenji Kaneshige1-33/+38
2009-06-18PCI ASPM: fix typo in struct pcie_link_stateKenji Kaneshige1-7/+7
2009-06-16PCI AER: software error injectionHuang Ying4-0/+494
2009-06-16PCI AER: multiple error supportZhang, Yanmin2-23/+69
2009-06-16PCI AER: support invalid error source IDsZhang, Yanmin2-60/+118
2009-06-16PCI AER: support Multiple Error Received and no error source idZhang, Yanmin1-14/+16
2009-06-16PCI: PCIE AER: export aer_irqHuang Ying2-1/+4
2009-06-11PCI: Add support for turning PCIe ECRC on or offAndrew Patterson4-7/+155