Age | Commit message (Expand) | Author | Files | Lines |
2013-01-14 | PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put() | Betty Dall | 1 | -0/+1 |
2012-11-28 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 1 | -4/+18 |
2012-11-27 | PCI/AER: Report success only when every device has AER-aware driver | Vijay Mohan Pandarathil | 1 | -3/+18 |
2012-11-02 | PCI/PM: Fix deadlock when unbinding device if parent in D3cold | Huang Ying | 1 | -4/+16 |
2012-09-13 | Merge branch 'pci/trivial' into next | Bjorn Helgaas | 1 | -4/+2 |
2012-09-12 | Merge branch 'pci/stephen-const' into next | Bjorn Helgaas | 1 | -4/+4 |
2012-09-08 | PCI: Make pci_error_handlers const | Stephen Hemminger | 1 | -4/+4 |
2012-08-25 | PCI/AER: Print completion message at KERN_INFO to match starting message | Lance Ortiz | 1 | -4/+2 |
2012-08-23 | PCI/AER: Use PCI Express Capability accessors | Jiang Liu | 1 | -41/+10 |
2012-08-23 | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type | Yijing Wang | 1 | -1/+1 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -2/+2 |
2011-07-22 | PCI: PCIe AER: add aer_recover_queue | Huang Ying | 1 | -7/+69 |
2010-10-16 | PCI: aerdrv: fix uninitialized variable warning | Bill Pemberton | 1 | -1/+1 |
2010-08-25 | PCI: PCIe: Ask BIOS for control of all native services at once | Rafael J. Wysocki | 1 | -13/+1 |
2010-07-30 | PCI aerdrv: fix annoying warnings | Linus Torvalds | 1 | -8/+9 |
2010-05-29 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -4/+4 |
2010-05-20 | ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup | Huang Ying | 1 | -4/+4 |
2010-05-11 | PCI: aerdrv: trivial cleanup for aerdrv_core.c | Hidetoshi Seto | 1 | -11/+10 |
2010-05-11 | PCI: aerdrv: introduce default_downstream_reset_link | Hidetoshi Seto | 1 | -17/+61 |
2010-05-11 | PCI: aerdrv: rework find_aer_service | Hidetoshi Seto | 1 | -21/+16 |
2010-05-11 | PCI: aerdrv: remove is_downstream | Hidetoshi Seto | 1 | -21/+12 |
2010-05-11 | PCI: aerdrv: rework do_recovery | Hidetoshi Seto | 1 | -21/+17 |
2010-05-11 | PCI: aerdrv: rework get_e_source() | Hidetoshi Seto | 1 | -32/+31 |
2010-05-11 | PCI: aerdrv: rework aer_isr_one_error() | Hidetoshi Seto | 1 | -21/+36 |
2010-05-11 | PCI: aerdrv: rework add_error_device | Hidetoshi Seto | 1 | -5/+13 |
2010-05-11 | PCI: aerdrv: remove compare_device_id | Hidetoshi Seto | 1 | -16/+2 |
2010-05-11 | PCI: aerdrv: introduce is_error_source | Hidetoshi Seto | 1 | -40/+34 |
2010-05-11 | PCI: aerdrv: rework find_source_device | Hidetoshi Seto | 1 | -12/+16 |
2010-05-11 | PCI: aerdrv: make aer_{en,dis}able_rootport static | Hidetoshi Seto | 1 | -107/+0 |
2010-05-11 | PCI: aerdrv: cleanup inconsistent functions | Hidetoshi Seto | 1 | -16/+2 |
2010-05-11 | PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMAND | Hidetoshi Seto | 1 | -4/+6 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-12-17 | PCI: change PCI nomenclature in drivers/pci/ (comment changes) | Stefan Assmann | 1 | -3/+3 |
2009-12-05 | PCI: remove ifdefed pci_cleanup_aer_correct_error_status | Andrew Patterson | 1 | -17/+0 |
2009-12-05 | PCI: unconditionally clear AER uncorr status register during cleanup | Andrew Patterson | 1 | -7/+3 |
2009-12-05 | PCI: portdrv: remove unnecessary struct pcie_port_data | Kenji Kaneshige | 1 | -6/+5 |
2009-11-25 | PCIe AER: use pci_pcie_cap() | Kenji Kaneshige | 1 | -4/+4 |
2009-11-05 | PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode | Matt Domsch | 1 | -2/+22 |
2009-09-10 | PCI: pcie, aer: report all error before recovery | Hidetoshi Seto | 1 | -11/+18 |
2009-09-10 | PCI: pcie, aer: change error print format | Hidetoshi Seto | 1 | -0/+2 |
2009-09-10 | PCI: pcie, aer: flags to bits | Hidetoshi Seto | 1 | -6/+6 |
2009-09-10 | PCI: pcie, aer: report multiple/first error on a device | Hidetoshi Seto | 1 | -1/+5 |
2009-09-10 | PCI: pcie, aer: refer mask state in mask register properly | Hidetoshi Seto | 1 | -16/+12 |
2009-09-10 | PCI: pcie, aer: init struct aer_err_info for reuse | Hidetoshi Seto | 1 | -0/+3 |
2009-09-10 | PCI: pcie, aer: checkpatch style cleanup in pcie/aer/* | Hidetoshi Seto | 1 | -17/+14 |
2009-06-17 | PCI AER: multiple error support | Zhang, Yanmin | 1 | -22/+66 |
2009-06-17 | PCI AER: support invalid error source IDs | Zhang, Yanmin | 1 | -60/+116 |
2009-06-17 | PCI AER: support Multiple Error Received and no error source id | Zhang, Yanmin | 1 | -14/+16 |
2009-06-11 | PCI: Add support for turning PCIe ECRC on or off | Andrew Patterson | 1 | -7/+9 |
2009-03-20 | PCI: PCIe portdrv: Remove struct pcie_port_service_id | Rafael J. Wysocki | 1 | -5/+5 |