Age | Commit message (Expand) | Author | Files | Lines |
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 | 3 | -109/+107 |
2010-05-11 | PCI: aerdrv: cleanup inconsistent functions | Hidetoshi Seto | 3 | -18/+5 |
2010-05-11 | PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMAND | Hidetoshi Seto | 2 | -11/+17 |
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 | 3 | -0/+3 |
2010-01-25 | PCI: fix nested spinlock hang in aer_inject | Andrew Patterson | 1 | -6/+6 |
2010-01-04 | PCIe AER: prevent AER injection if hardware masks error reporting | Youquan,Song | 1 | -1/+19 |
2010-01-04 | PCI: AER: fix aer inject result in kernel oops | Youquan,Song | 1 | -1/+7 |
2009-12-16 | PCI: change PCI nomenclature in drivers/pci/ (non-comment changes) | Stefan Assmann | 3 | -5/+5 |
2009-12-16 | PCI: change PCI nomenclature in drivers/pci/ (comment changes) | Stefan Assmann | 4 | -7/+7 |
2009-12-04 | PCI: remove ifdefed pci_cleanup_aer_correct_error_status | Andrew Patterson | 1 | -17/+0 |
2009-12-04 | PCI: unconditionally clear AER uncorr status register during cleanup | Andrew Patterson | 1 | -7/+3 |
2009-12-04 | PCI: portdrv: remove unnecessary struct pcie_port_data | Kenji Kaneshige | 2 | -7/+6 |
2009-11-24 | PCIe AER: use pci_is_pcie() | Kenji Kaneshige | 2 | -3/+3 |
2009-11-24 | PCIe AER: use pci_pcie_cap() | Kenji Kaneshige | 2 | -5/+5 |
2009-11-04 | PCI: fix memory leak in aer_inject | Andrew Patterson | 1 | -1/+1 |
2009-11-04 | PCI: use better error return values in aer_inject | Andrew Patterson | 1 | -4/+4 |
2009-11-04 | PCI: add support for PCI domains to aer_inject | Andrew Patterson | 1 | -12/+34 |
2009-11-04 | PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode | Matt Domsch | 1 | -2/+22 |
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 |
2009-09-17 | PCI: Disable AER with pci=nomsi | Andi Kleen | 1 | -0/+2 |
2009-09-09 | PCI: pcie, aer: report all error before recovery | Hidetoshi Seto | 2 | -13/+18 |
2009-09-09 | PCI: pcie, aer: change error print format | Hidetoshi Seto | 3 | -32/+39 |
2009-09-09 | PCI: pcie, aer: flags to bits | Hidetoshi Seto | 3 | -17/+20 |
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 | 3 | -5/+10 |
2009-09-09 | PCI: pcie, aer: refer mask state in mask register properly | Hidetoshi Seto | 3 | -21/+17 |
2009-09-09 | PCI: pcie, aer: remove spinlock in aerdrv_errprint.c | Hidetoshi Seto | 1 | -20/+8 |
2009-09-09 | PCI: pcie, aer: fix report of multiple errors | Hidetoshi Seto | 1 | -11/+8 |
2009-09-09 | PCI: pcie, aer: init struct aer_err_info for reuse | Hidetoshi Seto | 1 | -0/+3 |
2009-09-09 | PCI: pcie, aer: rework MASK macros in aerdrv_errprint.c | Hidetoshi Seto | 1 | -25/+21 |
2009-09-09 | PCI: pcie, aer: AER_PR for printing in aerdrv_errprint.c | Hidetoshi Seto | 1 | -19/+15 |
2009-09-09 | PCI: pcie, aer: checkpatch style cleanup in pcie/aer/* | Hidetoshi Seto | 5 | -71/+62 |
2009-06-29 | PCI ECRC: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2009-06-16 | PCI AER: software error injection | Huang Ying | 4 | -0/+494 |
2009-06-16 | PCI AER: multiple error support | Zhang, Yanmin | 2 | -23/+69 |
2009-06-16 | PCI AER: support invalid error source IDs | Zhang, Yanmin | 2 | -60/+118 |
2009-06-16 | PCI AER: support Multiple Error Received and no error source id | Zhang, Yanmin | 1 | -14/+16 |
2009-06-16 | PCI: PCIE AER: export aer_irq | Huang Ying | 2 | -1/+4 |
2009-06-11 | PCI: Add support for turning PCIe ECRC on or off | Andrew Patterson | 4 | -7/+155 |
2009-05-05 | PCI: Fix pci-e port driver slot_reset bad default return value | Zhang, Yanmin | 1 | -0/+3 |
2009-03-20 | PCI: PCIe portdrv: Implement pm object | Rafael J. Wysocki | 1 | -6/+0 |