summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aer/aer_inject.c
AgeCommit message (Expand)Author
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2016-11-23PCI: Export pcie_find_root_portJohannes Thumshirn
2016-03-08PCI/AER: Log aer_inject error injectionsJean Delvare
2016-03-08PCI/AER: Log actual error causes in aer_injectJean Delvare
2016-03-08PCI/AER: Use dev_warn() in aer_injectJean Delvare
2016-03-08PCI/AER: Fix aer_inject error codesJean Delvare
2016-02-04PCI/AER: Use list_first_entry_or_null() to simplify codeGeliang Tang
2016-02-04PCI/AER: Restore pci_ops pointer while calling original pci_opsDavid Daney
2016-02-04PCI/AER: Rename pci_ops_aer to aer_inj_pci_opsBjorn Helgaas
2016-01-15PCI/AER: Use 32 bit PCI domain numbersKeith Busch
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses
2014-06-10PCI: Whitespace cleanupRyan Desfosses
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas
2013-04-12PCI: Make local functions/structs staticBjorn Helgaas
2013-04-03PCI: aer_inject: Fix return values when device not foundPrarit Bhargava
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-05-10PCI: Fix uninitialized variable bug in AER injection codeWanlong Gao
2011-03-04PCI: aer-inject: Override PCIe AER Mask RegistersPrarit Bhargava
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-05-11PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRCHidetoshi Seto
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-25PCI: fix nested spinlock hang in aer_injectAndrew Patterson
2010-01-04PCIe AER: prevent AER injection if hardware masks error reportingYouquan,Song
2010-01-04PCI: AER: fix aer inject result in kernel oopsYouquan,Song
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)Stefan Assmann
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann
2009-11-24PCIe AER: use pci_is_pcie()Kenji Kaneshige
2009-11-04PCI: fix memory leak in aer_injectAndrew Patterson
2009-11-04PCI: use better error return values in aer_injectAndrew Patterson
2009-11-04PCI: add support for PCI domains to aer_injectAndrew Patterson
2009-09-09PCI: pcie, aer: checkpatch style cleanup in pcie/aer/*Hidetoshi Seto
2009-06-16PCI AER: software error injectionHuang Ying