summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
| * 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/+333Star
| |\
| * | 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/+818Star
|\ \ \
| * | | PCI: fix coding style issue in pci_save_state()Kleber Sacilotto de Souza2009-12-051-1/+1
| * | | PCI: add pci_request_acsChris Wright2009-12-053-5/+18
| * | | PCI: fix BUG_ON triggered by logical PCIe root port removalKenji Kaneshige2009-12-051-2/+4
| * | | PCI: remove ifdefed pci_cleanup_aer_correct_error_statusAndrew Patterson2009-12-051-17/+0Star
| * | | PCI: unconditionally clear AER uncorr status register during cleanupAndrew Patterson2009-12-051-7/+3Star
| * | | PCI: portdrv: remove redundant definitionsKenji Kaneshige2009-12-052-24/+9Star
| * | | PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige2009-12-054-26/+9Star
| * | | PCI: portdrv: minor cleanup for pcie_port_device_registerKenji Kaneshige2009-12-051-11/+10Star
| * | | PCI: portdrv: add missing irq cleanupKenji Kaneshige2009-12-051-7/+12
| * | | PCI: portdrv: enable device before irq initializationKenji Kaneshige2009-12-051-10/+11
| * | | PCI: portdrv: cleanup service irqs initializationKenji Kaneshige2009-12-051-42/+29Star
| * | | PCI: portdrv: check capabilities firstKenji Kaneshige2009-12-051-2/+4
| * | | PCI: portdrv: move PME capability checkKenji Kaneshige2009-12-051-3/+3
| * | | PCI: portdrv: remove redundant pcie type calculationKenji Kaneshige2009-12-051-6/+2Star
| * | | PCI: portdrv: cleanup pcie_device registrationKenji Kaneshige2009-12-051-51/+26Star
| * | | PCI: portdrv: remove redundant pcie_port_device_probeKenji Kaneshige2009-12-053-29/+8Star
| * | | PCI: Always set prefetchable base/limit upper32 registersAlex Williamson2009-12-051-8/+3Star
| * | | PCI: read-modify-write the pcie device control register when initiating pcie flrShmulik Ravid2009-12-051-3/+5
| * | | PCI: show dma_mask bits in /sysYinghai Lu2009-12-051-0/+17
| * | | PCI: add debug output for DMA mask infoYinghai Lu2009-12-051-0/+2
| * | | PCI: ibmphp_hpc: don't release hw sem twice if kthread stopsJesse Barnes2009-12-051-1/+2
| * | | PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige2009-11-252-36/+17Star
| * | | PCI hotplug: use pci_is_pcie()Kenji Kaneshige2009-11-251-1/+1
| * | | PCIe AER: use pci_is_pcie()Kenji Kaneshige2009-11-252-3/+3
| * | | PCIe ASPM: use pci_is_pcie()Kenji Kaneshige2009-11-251-9/+12
| * | | PCI: use pci_is_pcie() in pci coreKenji Kaneshige2009-11-257-16/+16
| * | | pciehp: use pci_pcie_cap()Kenji Kaneshige2009-11-253-25/+25
| * | | PCI hotplug: use pci_pcie_cap()Kenji Kaneshige2009-11-251-1/+1
| * | | PCIe ASPM: use pci_pcie_cap()Kenji Kaneshige2009-11-251-10/+10
| * | | PCIe port bus: use pci_pcie_cap()Kenji Kaneshige2009-11-251-7/+7
| * | | PCIe AER: use pci_pcie_cap()Kenji Kaneshige2009-11-252-5/+5
| * | | PCI: use pci_pcie_cap() in pci coreKenji Kaneshige2009-11-252-8/+8
| * | | PCI: allow matching of prefetchable resources to non-prefetchable windowsLinus Torvalds2009-11-111-2/+6
| * | | PCI: Replace old style lock initializerThomas Gleixner2009-11-071-1/+1
| * | | PCI hotplug: fix oshp evaluationKenji Kaneshige2009-11-061-2/+3