| Commit message (Expand) | Author | Age | Files | Lines |
* | CS5536: apply pci quirk for BIOS SMBUS bug | Andres Salomon | 2010-02-05 | 1 | -0/+17 |
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2010-02-01 | 1 | -2/+2 |
|\ |
|
| * | powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge() | Benjamin Herrenschmidt | 2010-01-29 | 1 | -2/+2 |
* | | PCI: fix nested spinlock hang in aer_inject | Andrew Patterson | 2010-01-25 | 1 | -6/+6 |
|/ |
|
* | PCIe AER: prevent AER injection if hardware masks error reporting | Youquan,Song | 2010-01-04 | 1 | -1/+19 |
* | PCI/PM: Use per-device D3 delays | Rafael J. Wysocki | 2010-01-04 | 1 | -4/+15 |
* | PCI: Check the node argument passed to cpumask_of_node | David John | 2010-01-04 | 1 | -2/+4 |
* | PCI: AER: fix aer inject result in kernel oops | Youquan,Song | 2010-01-04 | 1 | -1/+7 |
* | PCI: pcie portdrv: style cleanup | Hidetoshi Seto | 2010-01-04 | 2 | -18/+15 |
* | pci: avoid compiler warning in quirks.c | Linus Torvalds | 2009-12-31 | 1 | -1/+1 |
* | PCI: Fix build if quirks are not enabled | Rafael J. Wysocki | 2009-12-31 | 3 | -17/+19 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-12-30 | 16 | -35/+116 |
|\ |
|
| * | PCI/cardbus: Add a fixup hook and fix powerpc | Benjamin Herrenschmidt | 2009-12-16 | 1 | -0/+5 |
| * | PCI: change PCI nomenclature in drivers/pci/ (non-comment changes) | Stefan Assmann | 2009-12-16 | 4 | -6/+6 |
| * | PCI: change PCI nomenclature in drivers/pci/ (comment changes) | Stefan Assmann | 2009-12-16 | 10 | -20/+20 |
| * | PCI: add Intel 82599 Virtual Function specific reset method | Dexuan Cui | 2009-12-16 | 1 | -0/+22 |
| * | PCI: add Intel USB specific reset method | Dexuan Cui | 2009-12-16 | 1 | -0/+24 |
| * | PCI: support device-specific reset methods | Dexuan Cui | 2009-12-16 | 3 | -0/+36 |
| * | PCI: Handle case when no pci device can provide cache line size hint | Csaba Henk | 2009-12-16 | 1 | -1/+1 |
| * | PCI/PM: Propagate wake-up enable for PCIe devices too | Rafael J. Wysocki | 2009-12-16 | 1 | -8/+2 |
* | | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-12-16 | 3 | -51/+140 |
|\ \
| |/
|/| |
|
| * | Revert "Intel IOMMU: Avoid memory allocation failures in dma map api calls" | KOSAKI Motohiro | 2009-12-08 | 1 | -22/+3 |
| * | intel-iommu: ignore page table validation in pass through mode | Chris Wright | 2009-12-08 | 1 | -5/+8 |
| * | intel-iommu: Fix oops with intel_iommu=igfx_off | David Woodhouse | 2009-12-08 | 1 | -0/+3 |
| * | intel-iommu: Check for an RMRR which ends before it starts. | David Woodhouse | 2009-12-08 | 1 | -0/+10 |
| * | intel-iommu: Apply BIOS sanity checks for interrupt remapping too. | David Woodhouse | 2009-12-08 | 1 | -7/+26 |
| * | intel-iommu: Detect DMAR in hyperspace at probe time. | Chris Wright | 2009-12-08 | 1 | -5/+29 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2009-12-08 | 16 | -393/+333 |
| |\ |
|
| * | | dmar: Fix build failure without NUMA, warn on bogus RHSA tables and don't abort | David Woodhouse | 2009-10-07 | 1 | -3/+14 |
| * | | iommu: Allocate dma-remapping structures using numa locality info | Suresh Siddha | 2009-10-05 | 1 | -8/+19 |
| * | | intr_remap: Allocate intr-remapping table using numa locality info | Suresh Siddha | 2009-10-05 | 1 | -1/+2 |
| * | | dmar: Allocate queued invalidation structure using numa locality info | Suresh Siddha | 2009-10-05 | 1 | -2/+6 |
| * | | dmar: support for parsing Remapping Hardware Static Affinity structure | Suresh Siddha | 2009-10-05 | 1 | -1/+23 |
* | | | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 1 | -1/+1 |
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-12-11 | 37 | -968/+818 |
|\ \ \ |
|
| * | | | PCI: fix coding style issue in pci_save_state() | Kleber Sacilotto de Souza | 2009-12-04 | 1 | -1/+1 |
| * | | | PCI: add pci_request_acs | Chris Wright | 2009-12-04 | 3 | -5/+18 |
| * | | | PCI: fix BUG_ON triggered by logical PCIe root port removal | Kenji Kaneshige | 2009-12-04 | 1 | -2/+4 |
| * | | | PCI: remove ifdefed pci_cleanup_aer_correct_error_status | Andrew Patterson | 2009-12-04 | 1 | -17/+0 |
| * | | | PCI: unconditionally clear AER uncorr status register during cleanup | Andrew Patterson | 2009-12-04 | 1 | -7/+3 |
| * | | | PCI: portdrv: remove redundant definitions | Kenji Kaneshige | 2009-12-04 | 2 | -24/+9 |
| * | | | PCI: portdrv: remove unnecessary struct pcie_port_data | Kenji Kaneshige | 2009-12-04 | 4 | -26/+9 |
| * | | | PCI: portdrv: minor cleanup for pcie_port_device_register | Kenji Kaneshige | 2009-12-04 | 1 | -11/+10 |
| * | | | PCI: portdrv: add missing irq cleanup | Kenji Kaneshige | 2009-12-04 | 1 | -7/+12 |
| * | | | PCI: portdrv: enable device before irq initialization | Kenji Kaneshige | 2009-12-04 | 1 | -10/+11 |
| * | | | PCI: portdrv: cleanup service irqs initialization | Kenji Kaneshige | 2009-12-04 | 1 | -42/+29 |
| * | | | PCI: portdrv: check capabilities first | Kenji Kaneshige | 2009-12-04 | 1 | -2/+4 |
| * | | | PCI: portdrv: move PME capability check | Kenji Kaneshige | 2009-12-04 | 1 | -3/+3 |
| * | | | PCI: portdrv: remove redundant pcie type calculation | Kenji Kaneshige | 2009-12-04 | 1 | -6/+2 |
| * | | | PCI: portdrv: cleanup pcie_device registration | Kenji Kaneshige | 2009-12-04 | 1 | -51/+26 |