summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/aer
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-283-4/+98
|\
| * ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying2010-05-203-4/+98
* | PCI: aerdrv: trivial cleanup for aerdrv_core.cHidetoshi Seto2010-05-111-11/+10Star
* | PCI: aerdrv: trivial cleanup for aerdrv.cHidetoshi Seto2010-05-111-14/+10Star
* | PCI: aerdrv: introduce default_downstream_reset_linkHidetoshi Seto2010-05-113-39/+63
* | PCI: aerdrv: rework find_aer_serviceHidetoshi Seto2010-05-111-21/+16Star
* | PCI: aerdrv: remove is_downstreamHidetoshi Seto2010-05-111-21/+12Star
* | PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKSHidetoshi Seto2010-05-112-4/+1Star
* | PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRCHidetoshi Seto2010-05-112-2/+2
* | PCI: aerdrv: rework do_recoveryHidetoshi Seto2010-05-111-21/+17Star
* | PCI: aerdrv: rework get_e_source()Hidetoshi Seto2010-05-111-32/+31Star
* | PCI: aerdrv: rework aer_isr_one_error()Hidetoshi Seto2010-05-111-21/+36
* | PCI: aerdrv: rework add_error_deviceHidetoshi Seto2010-05-111-5/+13
* | PCI: aerdrv: remove compare_device_idHidetoshi Seto2010-05-111-16/+2Star
* | PCI: aerdrv: introduce is_error_sourceHidetoshi Seto2010-05-111-40/+34Star
* | PCI: aerdrv: rework find_source_deviceHidetoshi Seto2010-05-111-12/+16
* | PCI: aerdrv: make aer_{en,dis}able_rootport staticHidetoshi Seto2010-05-113-109/+107Star
* | PCI: aerdrv: cleanup inconsistent functionsHidetoshi Seto2010-05-113-18/+5Star
* | PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMANDHidetoshi Seto2010-05-112-11/+17
|/
* PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_resetAlexander Duyck2010-04-081-2/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* PCI: fix nested spinlock hang in aer_injectAndrew Patterson2010-01-251-6/+6
* PCIe AER: prevent AER injection if hardware masks error reportingYouquan,Song2010-01-051-1/+19
* PCI: AER: fix aer inject result in kernel oopsYouquan,Song2010-01-041-1/+7
* PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)Stefan Assmann2009-12-163-5/+5
* PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann2009-12-164-7/+7
* PCI: remove ifdefed pci_cleanup_aer_correct_error_statusAndrew Patterson2009-12-051-17/+0Star
* PCI: unconditionally clear AER uncorr status register during cleanupAndrew Patterson2009-12-051-7/+3Star
* PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige2009-12-052-7/+6Star
* PCIe AER: use pci_is_pcie()Kenji Kaneshige2009-11-252-3/+3
* PCIe AER: use pci_pcie_cap()Kenji Kaneshige2009-11-252-5/+5
* PCI: fix memory leak in aer_injectAndrew Patterson2009-11-041-1/+1
* PCI: use better error return values in aer_injectAndrew Patterson2009-11-041-4/+4
* PCI: add support for PCI domains to aer_injectAndrew Patterson2009-11-041-12/+34
* PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch2009-11-041-2/+22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-10-121-1/+1
|\
| * PCI: Prevent AER driver from being loaded on non-root port PCIE devicesKenji Kaneshige2009-10-071-1/+1
* | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
|/
* PCI: Disable AER with pci=nomsiAndi Kleen2009-09-171-0/+2
* PCI: pcie, aer: report all error before recoveryHidetoshi Seto2009-09-092-13/+18
* PCI: pcie, aer: change error print formatHidetoshi Seto2009-09-093-32/+39
* PCI: pcie, aer: flags to bitsHidetoshi Seto2009-09-093-17/+20
* PCI: pcie, aer: remove unused macrosHidetoshi Seto2009-09-091-3/+0Star
* PCI: pcie, aer: report multiple/first error on a deviceHidetoshi Seto2009-09-093-5/+10
* PCI: pcie, aer: refer mask state in mask register properlyHidetoshi Seto2009-09-093-21/+17Star
* PCI: pcie, aer: remove spinlock in aerdrv_errprint.cHidetoshi Seto2009-09-091-20/+8Star
* PCI: pcie, aer: fix report of multiple errorsHidetoshi Seto2009-09-091-11/+8Star
* PCI: pcie, aer: init struct aer_err_info for reuseHidetoshi Seto2009-09-091-0/+3
* PCI: pcie, aer: rework MASK macros in aerdrv_errprint.cHidetoshi Seto2009-09-091-25/+21Star
* PCI: pcie, aer: AER_PR for printing in aerdrv_errprint.cHidetoshi Seto2009-09-091-19/+15Star