summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aer/aerdrv.c
AgeCommit message (Expand)Author
2013-08-14PCI: Remove aer_do_secondary_bus_reset()Alex Williamson
2012-11-28PCI: Remove __dev* markingsBill Pemberton
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas
2012-09-07PCI: Make pci_error_handlers constStephen Hemminger
2012-08-23PCI/AER: Use PCI Express Capability accessorsJiang Liu
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang
2011-01-14PCI/ACPI: Request _OSC control once for each root bridge (v3)Rafael J. Wysocki
2010-10-15PCI/PCIe/AER: Disable native AER service if BIOS has precedenceRafael J. Wysocki
2010-08-24PCI: PCIe AER: Introduce pci_aer_available()Rafael J. Wysocki
2010-05-11PCI: aerdrv: trivial cleanup for aerdrv.cHidetoshi Seto
2010-05-11PCI: aerdrv: introduce default_downstream_reset_linkHidetoshi Seto
2010-05-11PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKSHidetoshi Seto
2010-05-11PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRCHidetoshi Seto
2010-05-11PCI: aerdrv: make aer_{en,dis}able_rootport staticHidetoshi Seto
2010-05-11PCI: aerdrv: cleanup inconsistent functionsHidetoshi Seto
2010-05-11PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMANDHidetoshi Seto
2010-04-08PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_resetAlexander Duyck
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann
2009-12-04PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige
2009-11-24PCIe AER: use pci_pcie_cap()Kenji Kaneshige
2009-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-10-07PCI: Prevent AER driver from being loaded on non-root port PCIE devicesKenji Kaneshige
2009-09-17PCI: Disable AER with pci=nomsiAndi Kleen
2009-09-09PCI: pcie, aer: checkpatch style cleanup in pcie/aer/*Hidetoshi Seto
2009-06-16PCI: PCIE AER: export aer_irqHuang Ying
2009-03-20PCI: PCIe portdrv: Implement pm objectRafael J. Wysocki
2009-03-19PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki
2009-03-19PCI: PCIe portdrv: Simplily probe callback of service driversRafael J. Wysocki
2008-10-20PCI: use pci_find_ext_capability everywhereJesse Barnes
2008-06-25PCIE: aer: use dev_printk when possibleBjorn Helgaas
2008-06-10PCIe: fix 'symbol not declared' sparse warningsAlex Chiang
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2007-10-12pci: implement "pci=noaer"Randy Dunlap
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-11PCI: pcie: remove SPIN_LOCK_UNLOCKEDMilind Arun Choudhary
2007-03-09PCI: aer: fix section mismatch warningSam Ravnborg
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-26PCI-Express AER implemetation: AER core and aerdriverZhang, Yanmin