aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* CS5536: apply pci quirk for BIOS SMBUS bugAndres Salomon2010-02-051-0/+17
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-02-011-2/+2
|\
| * powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt2010-01-291-2/+2
* | PCI: fix nested spinlock hang in aer_injectAndrew Patterson2010-01-251-6/+6
|/
* PCIe AER: prevent AER injection if hardware masks error reportingYouquan,Song2010-01-041-1/+19
* PCI/PM: Use per-device D3 delaysRafael J. Wysocki2010-01-041-4/+15
* PCI: Check the node argument passed to cpumask_of_nodeDavid John2010-01-041-2/+4
* PCI: AER: fix aer inject result in kernel oopsYouquan,Song2010-01-041-1/+7
* PCI: pcie portdrv: style cleanupHidetoshi Seto2010-01-042-18/+15
* pci: avoid compiler warning in quirks.cLinus Torvalds2009-12-311-1/+1
* PCI: Fix build if quirks are not enabledRafael J. Wysocki2009-12-313-17/+19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-12-3016-35/+116
|\
| * PCI/cardbus: Add a fixup hook and fix powerpcBenjamin Herrenschmidt2009-12-161-0/+5
| * PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)Stefan Assmann2009-12-164-6/+6
| * PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann2009-12-1610-20/+20
| * PCI: add Intel 82599 Virtual Function specific reset methodDexuan Cui2009-12-161-0/+22
| * PCI: add Intel USB specific reset methodDexuan Cui2009-12-161-0/+24
| * PCI: support device-specific reset methodsDexuan Cui2009-12-163-0/+36
| * PCI: Handle case when no pci device can provide cache line size hintCsaba Henk2009-12-161-1/+1
| * PCI/PM: Propagate wake-up enable for PCIe devices tooRafael J. Wysocki2009-12-161-8/+2
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-12-163-51/+140
|\ \ | |/ |/|
| * Revert "Intel IOMMU: Avoid memory allocation failures in dma map api calls"KOSAKI Motohiro2009-12-081-22/+3
| * intel-iommu: ignore page table validation in pass through modeChris Wright2009-12-081-5/+8
| * intel-iommu: Fix oops with intel_iommu=igfx_offDavid Woodhouse2009-12-081-0/+3
| * intel-iommu: Check for an RMRR which ends before it starts.David Woodhouse2009-12-081-0/+10
| * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.David Woodhouse2009-12-081-7/+26
| * intel-iommu: Detect DMAR in hyperspace at probe time.Chris Wright2009-12-081-5/+29
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-12-0816-393/+333
| |\
| * | dmar: Fix build failure without NUMA, warn on bogus RHSA tables and don't abortDavid Woodhouse2009-10-071-3/+14
| * | iommu: Allocate dma-remapping structures using numa locality infoSuresh Siddha2009-10-051-8/+19
| * | intr_remap: Allocate intr-remapping table using numa locality infoSuresh Siddha2009-10-051-1/+2
| * | dmar: Allocate queued invalidation structure using numa locality infoSuresh Siddha2009-10-051-2/+6
| * | dmar: support for parsing Remapping Hardware Static Affinity structureSuresh Siddha2009-10-051-1/+23
* | | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-1137-968/+818
|\ \ \
| * | | PCI: fix coding style issue in pci_save_state()Kleber Sacilotto de Souza2009-12-041-1/+1
| * | | PCI: add pci_request_acsChris Wright2009-12-043-5/+18
| * | | PCI: fix BUG_ON triggered by logical PCIe root port removalKenji Kaneshige2009-12-041-2/+4
| * | | PCI: remove ifdefed pci_cleanup_aer_correct_error_statusAndrew Patterson2009-12-041-17/+0
| * | | PCI: unconditionally clear AER uncorr status register during cleanupAndrew Patterson2009-12-041-7/+3
| * | | PCI: portdrv: remove redundant definitionsKenji Kaneshige2009-12-042-24/+9
| * | | PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige2009-12-044-26/+9
| * | | PCI: portdrv: minor cleanup for pcie_port_device_registerKenji Kaneshige2009-12-041-11/+10
| * | | PCI: portdrv: add missing irq cleanupKenji Kaneshige2009-12-041-7/+12
| * | | PCI: portdrv: enable device before irq initializationKenji Kaneshige2009-12-041-10/+11
| * | | PCI: portdrv: cleanup service irqs initializationKenji Kaneshige2009-12-041-42/+29
| * | | PCI: portdrv: check capabilities firstKenji Kaneshige2009-12-041-2/+4
| * | | PCI: portdrv: move PME capability checkKenji Kaneshige2009-12-041-3/+3
| * | | PCI: portdrv: remove redundant pcie type calculationKenji Kaneshige2009-12-041-6/+2
| * | | PCI: portdrv: cleanup pcie_device registrationKenji Kaneshige2009-12-041-51/+26