summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| * | 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
| * | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
| |/ /
| * | ACPICA: fixup after acpi_get_object_info() changeBjorn Helgaas2009-09-251-1/+0
| * | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-248-314/+192
| |\ \
| | * | PCI: pciehp: remove slot capabilities definitionsKenji Kaneshige2009-09-171-18/+8
| | * | PCI: pciehp: remove error message definitionsKenji Kaneshige2009-09-172-12/+1
| | * | PCI: pciehp: remove number fieldKenji Kaneshige2009-09-173-4/+2
| | * | PCI: pciehp: remove hpc_opsKenji Kaneshige2009-09-175-118/+87
| | * | PCI: pciehp: remove pci_dev fieldKenji Kaneshige2009-09-175-17/+15
| | * | PCI: pciehp: remove crit_sect mutexKenji Kaneshige2009-09-173-16/+0
| | * | PCI: pciehp: remove slot_bus fieldKenji Kaneshige2009-09-171-1/+0
| | * | PCI: pciehp: remove first_slot fieldKenji Kaneshige2009-09-172-4/+3
| | * | PCI: pciehp: remove slot_device_offset fieldKenji Kaneshige2009-09-174-9/+2
| | * | PCI: pciehp: remove hp_slot fieldKenji Kaneshige2009-09-174-12/+4
| | * | PCI: pciehp: remove device fieldKenji Kaneshige2009-09-175-28/+17
| | * | PCI: pciehp: remove bus fieldKenji Kaneshige2009-09-175-7/+10
| | * | PCI: pciehp: remove slot_num_inc fieldKenji Kaneshige2009-09-171-1/+0
| | * | PCI: pciehp: remove num_slots fieldKenji Kaneshige2009-09-172-2/+0
| | * | PCI: pciehp: remove slot_list fieldKenji Kaneshige2009-09-174-97/+76
| | * | PCI: Disable AER with pci=nomsiAndi Kleen2009-09-171-0/+2
| | * | PCI ASPM: support L1 onlyKenji Kaneshige2009-09-171-3/+0
* | | | dmar: Fix build failure without NUMA, warn on bogus RHSA tables and don't abortDavid Woodhouse2009-10-071-3/+14