aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-09-234-182/+202
|\ \
| * | intel-iommu: Disable PMRs after we enable translation, not beforeDavid Woodhouse2009-09-191-2/+3
| * | intel-iommu: Fix integer wrap on 32 bit kernelsBenjamin LaHaise2009-09-191-4/+3
| * | intel-iommu: Fix integer overflow in dma_pte_{clear_range,free_pagetable}()David Woodhouse2009-09-191-4/+7
| * | intel-iommu: Limit DOMAIN_MAX_PFN to fit in an 'unsigned long'David Woodhouse2009-09-191-2/+8
| * | intel-iommu: Fix kernel hang if interrupt remapping disabled in BIOSYouquan Song2009-09-112-0/+13
| * | intel-iommu: Disallow interrupt remapping if not all ioapics coveredYouquan Song2009-09-112-3/+5
| * | intel-iommu: include linux/dmi.h to use dmi_ routinesStephen Rothwell2009-08-311-0/+1
| * | pci/dmar: correct off-by-one error in dmar_fault()Troy Heber2009-08-301-1/+1
| * | intel-iommu: Cope with yet another BIOS screwup causing crashesDavid Woodhouse2009-08-261-0/+11
| * | intel-iommu: iommu init error path bug fixesDonald Dutile2009-08-241-17/+18
| * | intel-iommu: Mark functions with __initMatt Kraai2009-08-241-2/+2
| * | intel-iommu: make domain_add_dev_info() call domain_context_mapping()David Woodhouse2009-08-091-20/+15
| * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2009-08-0814-48/+91
| |\ \