aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/aer/aer_inject.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-11PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas1-551/+0
2018-06-11PCI/AER: Move aer_irq() declaration to portdrv.hBjorn Helgaas1-1/+2
2018-03-30PCI/AER: Use cached AER Capability offsetFrederick Lawler1-2/+2
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-6/+1
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas1-6/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-9/+6
2016-11-23PCI: Export pcie_find_root_portJohannes Thumshirn1-14/+0
2016-03-08PCI/AER: Log aer_inject error injectionsJean Delvare1-0/+3
2016-03-08PCI/AER: Log actual error causes in aer_injectJean Delvare1-1/+7
2016-03-08PCI/AER: Use dev_warn() in aer_injectJean Delvare1-3/+7
2016-03-08PCI/AER: Fix aer_inject error codesJean Delvare1-4/+4
2016-02-04PCI/AER: Use list_first_entry_or_null() to simplify codeGeliang Tang1-8/+5
2016-02-04PCI/AER: Restore pci_ops pointer while calling original pci_opsDavid Daney1-2/+28
2016-02-04PCI/AER: Rename pci_ops_aer to aer_inj_pci_opsBjorn Helgaas1-9/+9
2016-01-15PCI/AER: Use 32 bit PCI domain numbersKeith Busch1-8/+8
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-4/+2
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-2/+1
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas1-2/+2
2013-04-12PCI: Make local functions/structs staticBjorn Helgaas1-2/+2
2013-04-03PCI: aer_inject: Fix return values when device not foundPrarit Bhargava1-3/+3
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-05-10PCI: Fix uninitialized variable bug in AER injection codeWanlong Gao1-1/+1
2011-03-04PCI: aer-inject: Override PCIe AER Mask RegistersPrarit Bhargava1-3/+28
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-05-11PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRCHidetoshi Seto1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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 Assmann1-1/+1
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann1-2/+2
2009-11-24PCIe AER: use pci_is_pcie()Kenji Kaneshige1-1/+1
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-09-09PCI: pcie, aer: checkpatch style cleanup in pcie/aer/*Hidetoshi Seto1-16/+9
2009-06-16PCI AER: software error injectionHuang Ying1-0/+473