aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-24PCI: PCIe: Remove the port driver module exit routineKenji Kaneshige1-7/+0
2010-08-24PCI: PCIe: Move PCIe PME code to the pcie directoryRafael J. Wysocki3-8/+3
2010-08-24PCI: PCIe: Disable PCIe port services during port initializationRafael J. Wysocki1-3/+26
2010-08-24PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki11-201/+145
2010-08-24ACPI/PCI: Negotiate _OSC control bits before requesting them Rafael J. Wysocki2-6/+8
2010-08-24PCI: PCIe: Introduce commad line switch for disabling port servicesRafael J. Wysocki3-0/+20
2010-08-24PCI: PCIe AER: Introduce pci_aer_available()Rafael J. Wysocki1-3/+6
2010-08-06Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds3-16/+37
2010-07-30PCI: Default PCIe ASPM control to on and require !EMBEDDED to disableMatthew Garrett1-6/+14
2010-07-30PCI: Don't enable aspm before drivers have had a chance to veto itMatthew Garrett1-2/+14
2010-07-30PCI aerdrv: fix annoying warningsLinus Torvalds1-8/+9
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki1-1/+4
2010-06-18PCI/PM: Do not use native PCIe PME by defaultRafael J. Wysocki1-6/+13
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-4/+98
2010-05-19ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying3-4/+98
2010-05-11PCI: aerdrv: trivial cleanup for aerdrv_core.cHidetoshi Seto1-11/+10
2010-05-11PCI: aerdrv: trivial cleanup for aerdrv.cHidetoshi Seto1-14/+10
2010-05-11PCI: aerdrv: introduce default_downstream_reset_linkHidetoshi Seto3-39/+63
2010-05-11PCI: aerdrv: rework find_aer_serviceHidetoshi Seto1-21/+16
2010-05-11PCI: aerdrv: remove is_downstreamHidetoshi Seto1-21/+12
2010-05-11PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKSHidetoshi Seto2-4/+1
2010-05-11PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRCHidetoshi Seto2-2/+2
2010-05-11PCI: aerdrv: rework do_recoveryHidetoshi Seto1-21/+17
2010-05-11PCI: aerdrv: rework get_e_source()Hidetoshi Seto1-32/+31
2010-05-11PCI: aerdrv: rework aer_isr_one_error()Hidetoshi Seto1-21/+36
2010-05-11PCI: aerdrv: rework add_error_deviceHidetoshi Seto1-5/+13
2010-05-11PCI: aerdrv: remove compare_device_idHidetoshi Seto1-16/+2
2010-05-11PCI: aerdrv: introduce is_error_sourceHidetoshi Seto1-40/+34
2010-05-11PCI: aerdrv: rework find_source_deviceHidetoshi Seto1-12/+16
2010-05-11PCI: aerdrv: make aer_{en,dis}able_rootport staticHidetoshi Seto3-109/+107
2010-05-11PCI: aerdrv: cleanup inconsistent functionsHidetoshi Seto3-18/+5
2010-05-11PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMANDHidetoshi Seto2-11/+17
2010-04-08PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_resetAlexander Duyck1-2/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-1/+4
2010-02-26PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+1
2010-02-22PCIe PME: use pci_pcie_cap()Kenji Kaneshige1-4/+4
2010-02-22PCIe PME: use pci_is_pcie()Kenji Kaneshige1-3/+3
2010-02-22PCI PM: Make it possible to force using INTx for PCIe PME signalingRafael J. Wysocki4-3/+67
2010-02-22PCI PM: PCIe PME root port service driverRafael J. Wysocki6-0/+589
2010-01-25PCI: fix nested spinlock hang in aer_injectAndrew Patterson1-6/+6
2010-01-04PCIe AER: prevent AER injection if hardware masks error reportingYouquan,Song1-1/+19
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