index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
/
aer
/
aerdrv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-11
PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/
Bjorn Helgaas
1
-1377
/
+0
2018-06-11
PCI/AER: Move private AER things to aerdrv.c
Bjorn Helgaas
1
-1
/
+63
2018-06-11
PCI/AER: Squash ecrc.c into aerdrv.c
Bjorn Helgaas
1
-0
/
+110
2018-06-11
PCI/AER: Squash aerdrv_acpi.c into aerdrv.c
Bjorn Helgaas
1
-0
/
+122
2018-06-11
PCI/AER: Squash aerdrv_errprint.c into aerdrv.c
Bjorn Helgaas
1
-0
/
+243
2018-06-11
PCI/AER: Squash aerdrv_core.c into aerdrv.c
Bjorn Helgaas
1
-0
/
+474
2018-06-11
PCI/AER: Reorder code to group probe/remove stuff together
Bjorn Helgaas
1
-58
/
+58
2018-06-08
PCI/AER: Remove forward declarations
Bjorn Helgaas
1
-16
/
+11
2018-06-05
PCI/AER: Replace struct pcie_device with pci_dev
Keith Busch
1
-3
/
+3
2018-05-17
PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devices
Oza Pawandeep
1
-4
/
+1
2018-04-04
Merge branch 'pci/portdrv'
Bjorn Helgaas
1
-1
/
+0
2018-03-19
PCI: Tidy comments
Bjorn Helgaas
1
-6
/
+3
2018-02-22
PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/
Frederick Lawler
1
-1
/
+0
2018-02-01
Merge branch 'pci/spdx' into next
Bjorn Helgaas
1
-4
/
+1
2018-01-28
PCI: Add SPDX GPL-2.0 to replace COPYING boilerplate
Bjorn Helgaas
1
-4
/
+1
2018-01-18
PCI: Add wrappers for dev_printk()
Frederick Lawler
1
-1
/
+1
2017-07-31
PCI/portdrv: Move error handler methods to struct pcie_port_service_driver
Christoph Hellwig
1
-24
/
+1
2016-12-12
PCI/AER: Log AER IRQ when claiming Root Port
Bjorn Helgaas
1
-2
/
+2
2016-12-12
PCI/AER: Log errors with PCI device, not PCIe service device
Bjorn Helgaas
1
-3
/
+4
2016-12-12
PCI/AER: Remove unused version macros
Bjorn Helgaas
1
-7
/
+0
2016-10-03
Merge branch 'pci/aer' into next
Bjorn Helgaas
1
-12
/
+6
2016-09-30
PCI/AER: Fix aer_probe() kernel-doc comment
Cao jin
1
-1
/
+0
2016-09-27
PCI/AER: Cache capability position
Keith Busch
1
-5
/
+5
2016-09-14
PCI/AER: Remove aerdriver.forceload kernel parameter
Bjorn Helgaas
1
-6
/
+1
2016-08-24
PCI/AER: Make explicitly non-modular
Paul Gortmaker
1
-17
/
+1
2016-01-25
PCI/AER: Flush workqueue on device remove to avoid use-after-free
Sebastian Andrzej Siewior
1
-3
/
+1
2013-08-14
PCI: Remove aer_do_secondary_bus_reset()
Alex Williamson
1
-1
/
+1
2012-11-28
PCI: Remove __dev* markings
Bill Pemberton
1
-2
/
+2
2012-09-12
Merge branch 'pci/stephen-const' into next
Bjorn Helgaas
1
-1
/
+1
2012-09-07
PCI: Make pci_error_handlers const
Stephen Hemminger
1
-1
/
+1
2012-08-23
PCI/AER: Use PCI Express Capability accessors
Jiang Liu
1
-10
/
+7
2012-08-23
PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type
Yijing Wang
1
-3
/
+4
2011-01-14
PCI/ACPI: Request _OSC control once for each root bridge (v3)
Rafael J. Wysocki
1
-0
/
+1
2010-10-15
PCI/PCIe/AER: Disable native AER service if BIOS has precedence
Rafael J. Wysocki
1
-1
/
+1
2010-08-24
PCI: PCIe AER: Introduce pci_aer_available()
Rafael J. Wysocki
1
-3
/
+6
2010-05-11
PCI: aerdrv: trivial cleanup for aerdrv.c
Hidetoshi Seto
1
-14
/
+10
2010-05-11
PCI: aerdrv: introduce default_downstream_reset_link
Hidetoshi Seto
1
-22
/
+1
2010-05-11
PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKS
Hidetoshi Seto
1
-1
/
+1
2010-05-11
PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRC
Hidetoshi Seto
1
-1
/
+1
2010-05-11
PCI: aerdrv: make aer_{en,dis}able_rootport static
Hidetoshi Seto
1
-0
/
+107
2010-05-11
PCI: aerdrv: cleanup inconsistent functions
Hidetoshi Seto
1
-1
/
+2
2010-05-11
PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMAND
Hidetoshi Seto
1
-7
/
+11
2010-04-08
PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_reset
Alexander Duyck
1
-2
/
+8
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-16
PCI: change PCI nomenclature in drivers/pci/ (comment changes)
Stefan Assmann
1
-1
/
+1
2009-12-04
PCI: portdrv: remove unnecessary struct pcie_port_data
Kenji Kaneshige
1
-1
/
+1
2009-11-24
PCIe AER: use pci_pcie_cap()
Kenji Kaneshige
1
-1
/
+1
2009-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
1
-1
/
+1
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-10-07
PCI: Prevent AER driver from being loaded on non-root port PCIE devices
Kenji Kaneshige
1
-1
/
+1
[next]