summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * PCI: populate subsystem vendor and device IDs for PCI bridgesGabe Black2009-11-041-0/+6
| * PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch2009-11-042-2/+30
| * PCI: pciehp: prevent unnecessary power offKenji Kaneshige2009-11-041-16/+10
| * PCI: pciehp: fix typo in pciehp_probeKenji Kaneshige2009-11-041-1/+1
| * PCI: pciehp: return error on read/write failureKenji Kaneshige2009-11-043-92/+22
| * PCI: pciehp: create files only for existing capabilitiesKenji Kaneshige2009-11-041-16/+22
| * PCI: pciehp: remove wrong workaround for bad DLLPKenji Kaneshige2009-11-041-50/+3
| * PCI: pciehp: disable DLL state changed event notificationKenji Kaneshige2009-11-041-1/+2
| * PCI: fix nit in ROM BAR size probingMichael S. Tsirkin2009-11-041-2/+2
| * PCI: add xen dom0 checking before ACS initializationAllen Kay2009-11-041-1/+2
| * PCI: acs p2p upsteram forwarding enablingAllen Kay2009-11-043-0/+42
| * PCI: print resources consistently with %pRtBjorn Helgaas2009-11-044-43/+24
| * PCI hotplug: acpiphp should be linked after vendor driversMatthew Garrett2009-11-041-4/+8
| * PCI hotplug: change PCI nomenclatureStefan Assmann2009-11-041-11/+11
| * PCI: pci_dfl_cache_line_size is __devinitdataTejun Heo2009-11-041-1/+1
| * pccard: configure CLS on attachTejun Heo2009-11-041-20/+20
| * sparc64/PCI: drop PCI_CACHE_LINE_BYTESTejun Heo2009-11-041-5/+1
| * PCI: determine CLS more intelligentlyJesse Barnes2009-11-042-8/+41
* | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-12-093-13/+13
|\ \
| * | ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-243-13/+13
* | | Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-082-4/+92
|\ \ \
| * | | intr-remap: generic support for remapping HPET MSIsSuresh Siddha2009-08-272-4/+92
* | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-052-4/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge commit 'v2.6.32-rc7' into core/iommuIngo Molnar2009-11-171-2/+4
| |\ \ \
| * | | | x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori2009-11-102-4/+5
| * | | | x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hookFUJITA Tomonori2009-11-101-0/+4
| | |_|/ | |/| |
* | | | Fix handling of the HP/Acer 'DMAR at zero' BIOS error for machines with <4GiB...David Woodhouse2009-11-191-0/+3
* | | | Merge git://git.infradead.org/users/dwmw2/iommu-2.6.32Linus Torvalds2009-11-142-11/+77
|\ \ \ \ | |_|/ / |/| | |
| * | | intel-iommu: Support PCIe hot-plugFenghua Yu2009-11-121-0/+29
| * | | intel-iommu: Obey coherent_dma_mask for alloc_coherent on passthroughAlex Williamson2009-11-121-1/+9
| * | | intel-iommu: Check for 'DMAR at zero' BIOS error earlier.David Woodhouse2009-11-091-10/+39
| |/ /
* | | PCI ASPM: fix oops on root port removalKenji Kaneshige2009-11-061-2/+4
|/ /
* | Revert "PCI: get larger bridge ranges when space is available"Jesse Barnes2009-10-271-11/+2
* | ahci / atiixp / pci quirks: rename AMD SB900 into Hudson-2Shane Huang2009-10-161-3/+3
* | headers: Fix build after <linux/sched.h> removalIngo Molnar2009-10-131-0/+1
* | Merge git://git.infradead.org/~dwmw2/iommu-2.6.32Linus Torvalds2009-10-134-19/+102
|\ \
| * | Run pci_apply_final_quirks() sooner.David Woodhouse2009-10-121-1/+1
| * | Mark pci_apply_final_quirks() __init rather than __devinitDavid Woodhouse2009-10-121-1/+1
| * | Rename pci_init() to pci_apply_final_quirks(), move it to quirks.cDavid Woodhouse2009-10-122-13/+13
| * | intel-iommu: Yet another BIOS workaround: Isoch DMAR unit with no TLB spaceDavid Woodhouse2009-09-301-5/+77
| * | intel-iommu: Decode (and ignore) RHSA entriesRoland Dreier2009-09-241-0/+10
| * | intel-iommu: Make "Unknown DMAR structure" message more informativeRoland Dreier2009-09-231-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-10-126-47/+41
|\ \ \
| * | | PCI: Prevent AER driver from being loaded on non-root port PCIE devicesKenji Kaneshige2009-10-071-1/+1
| * | | PCI: get larger bridge ranges when space is availableYinghai Lu2009-10-071-2/+11
| * | | PCI: pci.c: fix kernel-doc notationRandy Dunlap2009-10-071-4/+4
| * | | PCI quirk: TI XIO200a erroneously reports support for fast b2b transfersGabe Black2009-10-071-0/+19
| * | | PCI PM: Read device power state from register after updating itRafael J. Wysocki2009-10-061-1/+5
| * | | PCI: remove pci_assign_resource_fixed()Bjorn Helgaas2009-10-061-37/+0
| * | | PCI: PCIe portdrv: remove "-driver" from driver nameBjorn Helgaas2009-10-061-2/+1
OpenPOWER on IntegriCloud