Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-11PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas
2018-06-11PCI/AER: Move aer_irq() declaration to portdrv.hBjorn Helgaas
2018-03-31PCI/AER: Use cached AER Capability offsetFrederick Lawler
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-01-29PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2016-11-24PCI: Export pcie_find_root_portJohannes Thumshirn
2016-03-09PCI/AER: Log aer_inject error injectionsJean Delvare
2016-03-09PCI/AER: Log actual error causes in aer_injectJean Delvare
2016-03-09PCI/AER: Use dev_warn() in aer_injectJean Delvare
2016-03-09PCI/AER: Fix aer_inject error codesJean Delvare
2016-02-05PCI/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-11PCI: Merge multi-line quoted stringsRyan Desfosses
2014-06-11PCI: Whitespace cleanupRyan Desfosses
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas
2013-04-12PCI: Make local functions/structs staticBjorn Helgaas
2013-04-04PCI: 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-11PCI: 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-05PCIe AER: prevent AER injection if hardware masks error reportingYouquan,Song
2010-01-04PCI: AER: fix aer inject result in kernel oopsYouquan,Song
2009-12-17PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)Stefan Assmann
2009-12-17PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann
2009-11-25PCIe AER: use pci_is_pcie()Kenji Kaneshige
2009-11-05PCI: fix memory leak in aer_injectAndrew Patterson
2009-11-05PCI: use better error return values in aer_injectAndrew Patterson
2009-11-05PCI: add support for PCI domains to aer_injectAndrew Patterson
2009-09-10PCI: pcie, aer: checkpatch style cleanup in pcie/aer/*Hidetoshi Seto
2009-06-17PCI AER: software error injectionHuang Ying