aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/aer (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-24PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki2-49/+1
2010-08-24ACPI/PCI: Negotiate _OSC control bits before requesting them Rafael J. Wysocki1-3/+3
2010-08-24PCI: PCIe AER: Introduce pci_aer_available()Rafael J. Wysocki1-3/+6
2010-07-30PCI aerdrv: fix annoying warningsLinus Torvalds1-8/+9
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 Heo3-0/+3
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
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)Stefan Assmann3-5/+5
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann4-7/+7
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 unnecessary struct pcie_port_dataKenji Kaneshige2-7/+6
2009-11-24PCIe AER: use pci_is_pcie()Kenji Kaneshige2-3/+3
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 Torvalds1-1/+1
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-09-17PCI: Disable AER with pci=nomsiAndi Kleen1-0/+2
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