summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aer/aerdrv.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-28PCI: Remove __dev* markingsBill Pemberton1-2/+2
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-07PCI: Make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-23PCI/AER: Use PCI Express Capability accessorsJiang Liu1-10/+7
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-3/+4
2011-01-14PCI/ACPI: Request _OSC control once for each root bridge (v3)Rafael J. Wysocki1-0/+1
2010-10-15PCI/PCIe/AER: Disable native AER service if BIOS has precedenceRafael J. Wysocki1-1/+1
2010-08-24PCI: PCIe AER: Introduce pci_aer_available()Rafael J. Wysocki1-3/+6
2010-05-11PCI: aerdrv: trivial cleanup for aerdrv.cHidetoshi Seto1-14/+10
2010-05-11PCI: aerdrv: introduce default_downstream_reset_linkHidetoshi Seto1-22/+1
2010-05-11PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKSHidetoshi Seto1-1/+1
2010-05-11PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRCHidetoshi Seto1-1/+1
2010-05-11PCI: aerdrv: make aer_{en,dis}able_rootport staticHidetoshi Seto1-0/+107
2010-05-11PCI: aerdrv: cleanup inconsistent functionsHidetoshi Seto1-1/+2
2010-05-11PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMANDHidetoshi Seto1-7/+11
2010-04-08PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_resetAlexander Duyck1-2/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann1-1/+1
2009-12-04PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige1-1/+1
2009-11-24PCIe AER: use pci_pcie_cap()Kenji Kaneshige1-1/+1
2009-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07PCI: Prevent AER driver from being loaded on non-root port PCIE devicesKenji Kaneshige1-1/+1
2009-09-17PCI: Disable AER with pci=nomsiAndi Kleen1-0/+2
2009-09-09PCI: pcie, aer: checkpatch style cleanup in pcie/aer/*Hidetoshi Seto1-10/+12
2009-06-16PCI: PCIE AER: export aer_irqHuang Ying1-1/+2
2009-03-20PCI: PCIe portdrv: Implement pm objectRafael J. Wysocki1-6/+0
2009-03-19PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki1-14/+2
2009-03-19PCI: PCIe portdrv: Simplily probe callback of service driversRafael J. Wysocki1-4/+2
2008-10-20PCI: use pci_find_ext_capability everywhereJesse Barnes1-3/+3
2008-06-25PCIE: aer: use dev_printk when possibleBjorn Helgaas1-5/+3
2008-06-10PCIe: fix 'symbol not declared' sparse warningsAlex Chiang1-0/+1
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2007-10-12pci: implement "pci=noaer"Randy Dunlap1-0/+9
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-11PCI: pcie: remove SPIN_LOCK_UNLOCKEDMilind Arun Choudhary1-1/+1
2007-03-09PCI: aer: fix section mismatch warningSam Ravnborg1-3/+3
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-09-26PCI-Express AER implemetation: AER core and aerdriverZhang, Yanmin1-0/+346