Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[safe/jmp/linux-2.6] / drivers / pci / pcie / aer / aerdrv_core.c
2010-05-28 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2010-05-20 Huang YingACPI, APEI, PCIE AER, use general HEST table parsing...
2010-05-11 Hidetoshi SetoPCI: aerdrv: trivial cleanup for aerdrv_core.c
2010-05-11 Hidetoshi SetoPCI: aerdrv: introduce default_downstream_reset_link
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework find_aer_service
2010-05-11 Hidetoshi SetoPCI: aerdrv: remove is_downstream
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework do_recovery
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework get_e_source()
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework aer_isr_one_error()
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework add_error_device
2010-05-11 Hidetoshi SetoPCI: aerdrv: remove compare_device_id
2010-05-11 Hidetoshi SetoPCI: aerdrv: introduce is_error_source
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework find_source_device
2010-05-11 Hidetoshi SetoPCI: aerdrv: make aer_{en,dis}able_rootport static
2010-05-11 Hidetoshi SetoPCI: aerdrv: cleanup inconsistent functions
2010-05-11 Hidetoshi SetoPCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMAND
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-12-16 Stefan AssmannPCI: change PCI nomenclature in drivers/pci/ (comment...
2009-12-05 Andrew PattersonPCI: remove ifdefed pci_cleanup_aer_correct_error_status
2009-12-05 Andrew PattersonPCI: unconditionally clear AER uncorr status register...
2009-12-04 Kenji KaneshigePCI: portdrv: remove unnecessary struct pcie_port_data
2009-11-24 Kenji KaneshigePCIe AER: use pci_pcie_cap()
2009-11-04 Matt DomschPCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode
2009-09-09 Hidetoshi SetoPCI: pcie, aer: report all error before recovery
2009-09-09 Hidetoshi SetoPCI: pcie, aer: change error print format
2009-09-09 Hidetoshi SetoPCI: pcie, aer: flags to bits
2009-09-09 Hidetoshi SetoPCI: pcie, aer: report multiple/first error on a device
2009-09-09 Hidetoshi SetoPCI: pcie, aer: refer mask state in mask register properly
2009-09-09 Hidetoshi SetoPCI: pcie, aer: init struct aer_err_info for reuse
2009-09-09 Hidetoshi SetoPCI: pcie, aer: checkpatch style cleanup in pcie/aer/*
2009-06-16 Zhang, YanminPCI AER: multiple error support
2009-06-16 Zhang, YanminPCI AER: support invalid error source IDs
2009-06-16 Zhang, YanminPCI AER: support Multiple Error Received and no error...
2009-06-11 Andrew PattersonPCI: Add support for turning PCIe ECRC on or off
2009-03-20 Rafael J. WysockiPCI: PCIe portdrv: Remove struct pcie_port_service_id
2009-03-12 Alex ChiangPCIe: AER: during disable, check subordinate before...
2009-02-24 Andrew PattersonPCI: Enable PCIe AER only after checking firmware support
2008-12-16 Hidetoshi SetoPCI: fix aer resume sanity check
2008-10-20 Yu ZhaoPCI: fix AER capability check
2008-10-20 Jesse BarnesPCI: use pci_find_ext_capability everywhere
2008-06-25 Bjorn HelgaasPCIE: aer: use dev_printk when possible
2008-04-21 Harvey HarrisonPCI: replace remaining __FUNCTION__ occurrences
2008-04-21 Adrian BunkPCI: #if 0 pci_cleanup_aer_correct_error_status()
2007-11-28 Randy Dunlappci-aer: fix kernel-doc mistakes
2007-07-11 Stephen HemmingerPCI aer: add pci_cleanup_aer_correct_aer_status
2007-07-11 Zhang, YanminPCI: fix AER driver error information
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-09-27 Greg Kroah-HartmanPCI: fix __must_check warnings
2006-09-27 Zhang, YanminPCI-Express AER implemetation: AER core and aerdriver