summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aer/aerdrv.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-11PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas1-1377/+0
2018-06-11PCI/AER: Move private AER things to aerdrv.cBjorn Helgaas1-1/+63
2018-06-11PCI/AER: Squash ecrc.c into aerdrv.cBjorn Helgaas1-0/+110
2018-06-11PCI/AER: Squash aerdrv_acpi.c into aerdrv.cBjorn Helgaas1-0/+122
2018-06-11PCI/AER: Squash aerdrv_errprint.c into aerdrv.cBjorn Helgaas1-0/+243
2018-06-11PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas1-0/+474
2018-06-11PCI/AER: Reorder code to group probe/remove stuff togetherBjorn Helgaas1-58/+58
2018-06-08PCI/AER: Remove forward declarationsBjorn Helgaas1-16/+11
2018-06-06PCI/AER: Replace struct pcie_device with pci_devKeith Busch1-3/+3
2018-05-18PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devicesOza Pawandeep1-4/+1
2018-04-04Merge branch 'pci/portdrv'Bjorn Helgaas1-1/+0
2018-03-19PCI: Tidy commentsBjorn Helgaas1-6/+3
2018-02-23PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler1-1/+0
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-4/+1
2018-01-29PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas1-4/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-1/+1
2017-07-31PCI/portdrv: Move error handler methods to struct pcie_port_service_driverChristoph Hellwig1-24/+1
2016-12-12PCI/AER: Log AER IRQ when claiming Root PortBjorn Helgaas1-2/+2
2016-12-12PCI/AER: Log errors with PCI device, not PCIe service deviceBjorn Helgaas1-3/+4
2016-12-12PCI/AER: Remove unused version macrosBjorn Helgaas1-7/+0
2016-10-03Merge branch 'pci/aer' into nextBjorn Helgaas1-12/+6
2016-09-30PCI/AER: Fix aer_probe() kernel-doc commentCao jin1-1/+0
2016-09-28PCI/AER: Cache capability positionKeith Busch1-5/+5
2016-09-14PCI/AER: Remove aerdriver.forceload kernel parameterBjorn Helgaas1-6/+1
2016-08-25PCI/AER: Make explicitly non-modularPaul Gortmaker1-17/+1
2016-01-25PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior1-3/+1
2013-08-15PCI: Remove aer_do_secondary_bus_reset()Alex Williamson1-1/+1
2012-11-29PCI: Remove __dev* markingsBill Pemberton1-2/+2
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-08PCI: Make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-23PCI/AER: Use PCI Express Capability accessorsJiang Liu1-10/+7
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-3/+4
2011-01-14PCI/ACPI: Request _OSC control once for each root bridge (v3)Rafael J. Wysocki1-0/+1
2010-10-16PCI/PCIe/AER: Disable native AER service if BIOS has precedenceRafael J. Wysocki1-1/+1
2010-08-25PCI: PCIe AER: Introduce pci_aer_available()Rafael J. Wysocki1-3/+6
2010-05-11PCI: aerdrv: trivial cleanup for aerdrv.cHidetoshi Seto1-14/+10
2010-05-11PCI: aerdrv: introduce default_downstream_reset_linkHidetoshi Seto1-22/+1
2010-05-11PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKSHidetoshi Seto1-1/+1
2010-05-11PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRCHidetoshi Seto1-1/+1
2010-05-11PCI: aerdrv: make aer_{en,dis}able_rootport staticHidetoshi Seto1-0/+107
2010-05-11PCI: aerdrv: cleanup inconsistent functionsHidetoshi Seto1-1/+2
2010-05-11PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMANDHidetoshi Seto1-7/+11
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 imp...Tejun Heo1-0/+1
2009-12-17PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann1-1/+1
2009-12-05PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige1-1/+1
2009-11-25PCIe AER: use pci_pcie_cap()Kenji Kaneshige1-1/+1
2009-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus 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