Age | Commit message (Expand) | Author | Files | Lines |
2018-06-11 | PCI/AER: Move private AER things to aerdrv.c | Bjorn Helgaas | 1 | -79/+0 |
2018-06-11 | PCI/AER: Move aer_irq() declaration to portdrv.h | Bjorn Helgaas | 1 | -2/+0 |
2018-06-11 | PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.h | Bjorn Helgaas | 1 | -10/+0 |
2018-06-11 | PCI/AER: Remove duplicate pcie_port_bus_type declaration | Bjorn Helgaas | 1 | -1/+0 |
2018-06-11 | PCI/AER: Squash aerdrv_errprint.c into aerdrv.c | Bjorn Helgaas | 1 | -2/+0 |
2018-06-11 | PCI/AER: Squash aerdrv_core.c into aerdrv.c | Bjorn Helgaas | 1 | -1/+0 |
2018-06-05 | PCI/AER: Replace struct pcie_device with pci_dev | Keith Busch | 1 | -1/+1 |
2018-05-17 | PCI/AER: Factor out error reporting to drivers/pci/pcie/err.c | Oza Pawandeep | 1 | -30/+0 |
2018-04-04 | Merge branch 'pci/portdrv' | Bjorn Helgaas | 1 | -1/+2 |
2018-03-19 | PCI: Tidy comments | Bjorn Helgaas | 1 | -1/+0 |
2018-03-09 | PCI/portdrv: Merge pcieport_if.h into portdrv.h | Bjorn Helgaas | 1 | -1/+1 |
2018-02-22 | PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/ | Frederick Lawler | 1 | -1/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2016-09-27 | PCI/AER: Avoid memory allocation in interrupt handling path | Jon Derrick | 1 | -0/+1 |
2016-09-14 | PCI/AER: Remove aerdriver.forceload kernel parameter | Bjorn Helgaas | 1 | -8/+0 |
2016-01-25 | PCI/AER: Flush workqueue on device remove to avoid use-after-free | Sebastian Andrzej Siewior | 1 | -1/+0 |
2013-08-14 | PCI: Remove aer_do_secondary_bus_reset() | Alex Williamson | 1 | -1/+0 |
2013-06-06 | PCI/AER: Move AER severity defines to aer.h | Betty Dall | 1 | -4/+0 |
2013-04-17 | PCI: Remove "extern" from function declarations | Bjorn Helgaas | 1 | -7/+7 |
2012-11-26 | PCI/AER: Report success only when every device has AER-aware driver | Vijay Mohan Pandarathil | 1 | -1/+4 |
2011-05-21 | PCI: remove unused AER functions | Chen Gong | 1 | -9/+0 |
2011-03-21 | ACPI, APEI, Add PCIe AER error information printing support | Huang Ying | 1 | -8/+1 |
2011-01-14 | PCI/ACPI: Request _OSC control once for each root bridge (v3) | Rafael J. Wysocki | 1 | -3/+0 |
2010-10-15 | PCI/PCIe/AER: Disable native AER service if BIOS has precedence | Rafael J. Wysocki | 1 | -0/+3 |
2010-05-28 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -0/+17 |
2010-05-19 | ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup | Huang Ying | 1 | -0/+17 |
2010-05-11 | PCI: aerdrv: introduce default_downstream_reset_link | Hidetoshi Seto | 1 | -0/+1 |
2010-05-11 | PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKS | Hidetoshi Seto | 1 | -3/+0 |
2010-05-11 | PCI: aerdrv: make aer_{en,dis}able_rootport static | Hidetoshi Seto | 1 | -2/+0 |
2010-05-11 | PCI: aerdrv: cleanup inconsistent functions | Hidetoshi Seto | 1 | -1/+1 |
2009-09-09 | PCI: pcie, aer: report all error before recovery | Hidetoshi Seto | 1 | -2/+0 |
2009-09-09 | PCI: pcie, aer: change error print format | Hidetoshi Seto | 1 | -0/+1 |
2009-09-09 | PCI: pcie, aer: flags to bits | Hidetoshi Seto | 1 | -8/+11 |
2009-09-09 | PCI: pcie, aer: remove unused macros | Hidetoshi Seto | 1 | -3/+0 |
2009-09-09 | PCI: pcie, aer: report multiple/first error on a device | Hidetoshi Seto | 1 | -0/+1 |
2009-09-09 | PCI: pcie, aer: refer mask state in mask register properly | Hidetoshi Seto | 1 | -3/+1 |
2009-09-09 | PCI: pcie, aer: checkpatch style cleanup in pcie/aer/* | Hidetoshi Seto | 1 | -3/+3 |
2009-06-16 | PCI AER: multiple error support | Zhang, Yanmin | 1 | -1/+3 |
2009-06-16 | PCI AER: support invalid error source IDs | Zhang, Yanmin | 1 | -0/+2 |
2009-06-16 | PCI: PCIE AER: export aer_irq | Huang Ying | 1 | -0/+2 |
2009-05-05 | PCI: Fix pci-e port driver slot_reset bad default return value | Zhang, Yanmin | 1 | -0/+3 |
2007-07-11 | PCI: fix AER driver error information | Zhang, Yanmin | 1 | -5/+9 |
2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
2007-02-17 | Fix typos concerning hierarchy | Uwe Kleine-König | 1 | -1/+1 |
2006-11-22 | WorkStruct: Pass the work_struct pointer instead of context data | David Howells | 1 | -1/+1 |
2006-09-26 | PCI-Express AER implemetation: AER core and aerdriver | Zhang, Yanmin | 1 | -0/+125 |