index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
/
aer.c
Age
Commit message (
Expand
)
Author
2020-12-05
PCI/AER: Add pcie_walk_rcec() to RCEC AER handling
Sean V Kelley
2020-12-05
PCI/ERR: Recover from RCiEP AER errors
Qiuxu Zhuo
2020-12-05
PCI/ERR: Recover from RCEC AER errors
Sean V Kelley
2020-12-04
PCI/ERR: Simplify by computing pci_pcie_type() once
Sean V Kelley
2020-12-01
PCI/AER: Write AER Capability only when we control it
Sean V Kelley
2020-08-07
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-05
Merge branch 'pci/misc'
Bjorn Helgaas
2020-07-22
PCI/ERR: Clear PCIe Device Status errors only if OS owns AER
Jonathan Cameron
2020-07-22
PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()
Bjorn Helgaas
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-07
PCI/AER: Log correctable errors as warning, not error
Matt Jolly
2020-07-07
PCI/AER: Simplify __aer_print_error()
Bjorn Helgaas
2020-06-26
PCI: Convert PCIe capability PCIBIOS errors to errno
Bolarinwa Olayemi Saheed
2020-06-01
PCI/AER: Use "aer" variable for capability offset
Bjorn Helgaas
2020-06-01
PCI/AER: Remove redundant dev->aer_cap checks
Kuppuswamy Sathyanarayanan
2020-06-01
PCI/AER: Remove redundant pci_is_pcie() checks
Kuppuswamy Sathyanarayanan
2020-06-01
PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownership
Kuppuswamy Sathyanarayanan
2020-04-30
PCI/AER: Use only _OSC to determine AER ownership
Alexandru Gagniuc
2020-03-28
PCI/AER: Rationalize error status register clearing
Kuppuswamy Sathyanarayanan
2020-03-28
PCI/AER: Add pci_aer_raw_clear_status() to unconditionally clear Error Status
Kuppuswamy Sathyanarayanan
2020-03-28
PCI/ERR: Remove service dependency in pcie_do_recovery()
Kuppuswamy Sathyanarayanan
2020-01-23
PCI/AER: Initialize aer_fifo
Dongdong Liu
2019-10-18
PCI/AER: Fix kernel-doc warnings
Andy Shevchenko
2019-10-18
PCI/AER: Use for_each_set_bit() to simplify code
Andy Shevchenko
2019-10-18
PCI/AER: Add PoisonTLPBlocked to Uncorrectable error counters
Rajat Jain
2019-10-18
PCI/AER: Save AER Capability for suspend/resume
Patel, Mayurkumar
2019-05-09
PCI/AER: Log messages with pci_dev, not pcie_device
Frederick Lawler
2019-05-09
PCI/AER: Replace dev_printk(KERN_DEBUG) with dev_info()
Frederick Lawler
2019-01-29
PCI/AER: Use match_string() helper to simplify the code
Andy Shevchenko
2018-12-14
PCI/AER: Queue one GHES event, not several uninitialized ones
Yanjiang Jin
2018-10-18
PCI/AER: Abstract AER interrupt handling
Keith Busch
2018-10-18
PCI/AER: Use managed resource allocations
Keith Busch
2018-10-08
PCI/AER: Use threaded IRQ for bottom half
Keith Busch
2018-10-08
PCI/AER: Use kfifo_in_spinlocked() to insert locked elements
Keith Busch
2018-10-08
PCI/AER: Use kfifo for tracking events instead of reimplementing it
Keith Busch
2018-10-08
PCI/AER: Remove error source from AER struct aer_rpc
Keith Busch
2018-10-08
PCI/AER: Remove unused aer_error_resume()
Keith Busch
2018-09-26
PCI/ERR: Handle fatal error recovery
Keith Busch
2018-09-21
PCI/ERR: Use slot reset if available
Keith Busch
2018-09-21
PCI/AER: Don't read upstream ports below fatal errors
Keith Busch
2018-09-21
PCI/AER: Take reference on error devices
Keith Busch
2018-09-20
PCI: portdrv: Initialize service drivers directly
Keith Busch
2018-08-15
Merge branch 'pci/virtualization'
Bjorn Helgaas
2018-08-15
PCI/AER: Don't clear AER bits if error handling is Firmware-First
Alexandru Gagniuc
2018-07-31
PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definition
Bjorn Helgaas
2018-07-20
PCI/AER: Clear device status bits during ERR_COR handling
Oza Pawandeep
2018-07-20
PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATAL
Oza Pawandeep
2018-07-20
PCI/AER: Factor out ERR_NONFATAL status bit clearing
Oza Pawandeep
2018-07-20
PCI/AER: Clear only ERR_NONFATAL bits during non-fatal recovery
Oza Pawandeep
2018-07-20
PCI/AER: Clear only ERR_FATAL status bits during fatal recovery
Bjorn Helgaas
[next]