- 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 11 years ago
- 3c78bc6 PCI: Whitespace cleanup by Ryan Desfosses · 11 years ago
- 339c0fc PCI/AER: Support ACPI HEST AER error sources for PCI domains other than 0 by Betty Dall · 11 years ago
- 3620437 PCI/AER: Consolidate HEST error source parsers by Bjorn Helgaas · 11 years ago
- 8e7f8d0 PCI/AER: Ignore non-PCIe AER error sources in aer_hest_parse() by Betty Dall · 11 years ago
- 1c38108 PCI/AER: Clean up error printing code a bit by Borislav Petkov · 11 years ago
- fab4c25 PCI/AER: Add a TLP header print helper by Borislav Petkov · 11 years ago
- e341478 Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
- 498d319 kfifo API type safety by Stefani Seibold · 11 years ago
- f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
- 1b95ce8 PCI: Remove aer_do_secondary_bus_reset() by Alex Williamson · 11 years ago
- 862f001 Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
- 081d0fe PCI/AER: Reset link for devices below Root Port or Downstream Port by Betty Dall · 11 years ago
- 9e50a91 PCI/AER: Move AER severity defines to aer.h by Betty Dall · 11 years ago
- 8d2a171 PCI/AER: Set dev->__aer_firmware_first only for matching devices by Bjorn Helgaas · 11 years ago
- a6bd73c PCI/AER: Factor out HEST device type matching by Bjorn Helgaas · 11 years ago
- 8b8d2b6 PCI/AER: Don't parse HEST table for non-PCIe devices by Bjorn Helgaas · 11 years ago
- 37448ad aerdrv: Move cper_print_aer() call out of interrupt context by Lance Ortiz · 11 years ago
- 723ec4d Merge branch 'pci/cleanup' into next by Bjorn Helgaas · 12 years ago
- f39d5b7 PCI: Remove "extern" from function declarations by Bjorn Helgaas · 12 years ago
- 30e22b2 Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
- 9738abe PCI: Make local functions/structs static by Bjorn Helgaas · 12 years ago
- e82b14b PCI: aer_inject: Fix return values when device not found by Prarit Bhargava · 12 years ago
- fff0ee3 PCI/AER: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCI by Shuah Khan · 12 years ago
- 7c3c867 Merge tag 'please-pull-aer-trace' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into perf/core by Ingo Molnar · 12 years ago
- a82b6af PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put() by Betty Dall · 12 years ago
- 2cced2d aerdrv: Cleanup log output for AER by Lance Ortiz · 12 years ago
- 1d52100 aerdrv: Enhanced AER logging by Lance Ortiz · 12 years ago
- 193c0d6 Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
- 15856ad PCI: Remove __dev* markings by Bill Pemberton · 12 years ago
- 3c282db Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
- 918b4053 PCI/AER: Report success only when every device has AER-aware driver by Vijay Mohan Pandarathil · 12 years ago
- 90b5c1d PCI/PM: Fix deadlock when unbinding device if parent in D3cold by Huang Ying · 12 years ago
- 6dabee7 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 12 years ago
- 1959ec5 Merge branch 'pci/stephen-const' into next by Bjorn Helgaas · 12 years ago
- 4945302 PCI: Make pci_error_handlers const by Stephen Hemminger · 12 years ago
- be5ac3d PCI/AER: Print completion message at KERN_INFO to match starting message by Lance Ortiz · 12 years ago
- 43bd4ee PCI/AER: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
- 62f87c0 PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type by Yijing Wang · 12 years ago
- 505cf30 PCI/AER: use pci_is_pcie() instead of obsolete pci_dev.is_pcie by Bjorn Helgaas · 12 years ago
- 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
- 0918472 PCI: PCIe AER: add aer_recover_queue by Huang Ying · 13 years ago
- cbfddd2 PCI: remove unused AER functions by Chen Gong · 13 years ago
- 40294d8 PCI: Fix uninitialized variable bug in AER injection code by Wanlong Gao · 14 years ago
- 02e2407 Merge branch 'linus' into release by Len Brown · 14 years ago
- c413d76 ACPI, APEI, Add PCIe AER error information printing support by Huang Ying · 14 years ago
- b64a441 PCIe, AER, use pre-generated prefix in error information printing by Huang Ying · 14 years ago
- 457d9d0 PCI: aer-inject: Override PCIe AER Mask Registers by Prarit Bhargava · 14 years ago
- 415e12b PCI/ACPI: Request _OSC control once for each root bridge (v3) by Rafael J. Wysocki · 14 years ago
- e9f29c9 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
- b22c3d8 PCI/PCIe/AER: Disable native AER service if BIOS has precedence by Rafael J. Wysocki · 14 years ago
- 50c1126 PCI: aerdrv: fix uninitialized variable warning by Bill Pemberton · 14 years ago
- 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
- 28eb5f2 PCI: PCIe: Ask BIOS for control of all native services at once by Rafael J. Wysocki · 14 years ago
- 75fb60f ACPI/PCI: Negotiate _OSC control bits before requesting them by Rafael J. Wysocki · 14 years ago
- f1a7bfa PCI: PCIe AER: Introduce pci_aer_available() by Rafael J. Wysocki · 14 years ago
- f673559 PCI aerdrv: fix annoying warnings by Linus Torvalds · 14 years ago
- 9a90e09 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
- affb72c ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup by Huang Ying · 14 years ago
- caa5afb PCI: aerdrv: trivial cleanup for aerdrv_core.c by Hidetoshi Seto · 15 years ago
- f6d3780 PCI: aerdrv: trivial cleanup for aerdrv.c by Hidetoshi Seto · 15 years ago
- 8971342 PCI: aerdrv: introduce default_downstream_reset_link by Hidetoshi Seto · 15 years ago
- 517cae3 PCI: aerdrv: rework find_aer_service by Hidetoshi Seto · 15 years ago
- 4f7ccf6 PCI: aerdrv: remove is_downstream by Hidetoshi Seto · 15 years ago
- e167bfc PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKS by Hidetoshi Seto · 15 years ago
- f647a44 PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRC by Hidetoshi Seto · 15 years ago
- 17e2185 PCI: aerdrv: rework do_recovery by Hidetoshi Seto · 15 years ago
- 88da13b PCI: aerdrv: rework get_e_source() by Hidetoshi Seto · 15 years ago
- 7c4ec94 PCI: aerdrv: rework aer_isr_one_error() by Hidetoshi Seto · 15 years ago
- 4a0c096 PCI: aerdrv: rework add_error_device by Hidetoshi Seto · 15 years ago
- bd17d47 PCI: aerdrv: remove compare_device_id by Hidetoshi Seto · 15 years ago
- c887275 PCI: aerdrv: introduce is_error_source by Hidetoshi Seto · 15 years ago
- 98ca396 PCI: aerdrv: rework find_source_device by Hidetoshi Seto · 15 years ago
- 843f469 PCI: aerdrv: make aer_{en,dis}able_rootport static by Hidetoshi Seto · 15 years ago
- 460d298 PCI: aerdrv: cleanup inconsistent functions by Hidetoshi Seto · 15 years ago
- c6d34ed PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMAND by Hidetoshi Seto · 15 years ago
- 4352aa5 PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_reset by Alexander Duyck · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- bd1f46d PCI: fix nested spinlock hang in aer_inject by Andrew Patterson · 15 years ago
- b49bfd3 PCIe AER: prevent AER injection if hardware masks error reporting by Youquan,Song · 15 years ago
- 46256f8 PCI: AER: fix aer inject result in kernel oops by Youquan,Song · 15 years ago
- 7e8af37 PCI: change PCI nomenclature in drivers/pci/ (non-comment changes) by Stefan Assmann · 15 years ago
- 45e829e PCI: change PCI nomenclature in drivers/pci/ (comment changes) by Stefan Assmann · 15 years ago
- 638bba0 PCI: remove ifdefed pci_cleanup_aer_correct_error_status by Andrew Patterson · 15 years ago
- 6cdfd99 PCI: unconditionally clear AER uncorr status register during cleanup by Andrew Patterson · 15 years ago
- 694f88e PCI: portdrv: remove unnecessary struct pcie_port_data by Kenji Kaneshige · 15 years ago
- b44d7db PCIe AER: use pci_is_pcie() by Kenji Kaneshige · 15 years ago
- 39a5306 PCIe AER: use pci_pcie_cap() by Kenji Kaneshige · 15 years ago
- 476f644 PCI: fix memory leak in aer_inject by Andrew Patterson · 15 years ago
- 1d02435 PCI: use better error return values in aer_inject by Andrew Patterson · 15 years ago
- cc5d153 PCI: add support for PCI domains to aer_inject by Andrew Patterson · 15 years ago
- 0584396 PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode by Matt Domsch · 15 years ago
- 2caa731 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
- d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
- 30fc24b PCI: Prevent AER driver from being loaded on non-root port PCIE devices by Kenji Kaneshige · 15 years ago
- 3e77a3f PCI: Disable AER with pci=nomsi by Andi Kleen · 15 years ago
- b1c089b PCI: pcie, aer: report all error before recovery by Hidetoshi Seto · 15 years ago
- 79e4b89 PCI: pcie, aer: change error print format by Hidetoshi Seto · 15 years ago
- 273024d PCI: pcie, aer: flags to bits by Hidetoshi Seto · 15 years ago
- 3472a18 PCI: pcie, aer: remove unused macros by Hidetoshi Seto · 15 years ago