summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: print resources consistently with %pRtBjorn Helgaas2009-11-044-43/+24Star
* 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/+1Star
* PCI: determine CLS more intelligentlyJesse Barnes2009-11-042-8/+41
* Revert "PCI: get larger bridge ranges when space is available"Jesse Barnes2009-10-271-11/+2Star
* 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-241-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-10-126-47/+41Star
|\ \
| * | 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/+0Star
| * | PCI: PCIe portdrv: remove "-driver" from driver nameBjorn Helgaas2009-10-061-2/+1Star
* | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
|/ /
* | ACPICA: fixup after acpi_get_object_info() changeBjorn Helgaas2009-09-251-1/+0Star
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-248-314/+192Star
|\ \ | |/ |/|
| * PCI: pciehp: remove slot capabilities definitionsKenji Kaneshige2009-09-171-18/+8Star
| * PCI: pciehp: remove error message definitionsKenji Kaneshige2009-09-172-12/+1Star
| * PCI: pciehp: remove number fieldKenji Kaneshige2009-09-173-4/+2Star
| * PCI: pciehp: remove hpc_opsKenji Kaneshige2009-09-175-118/+87Star
| * PCI: pciehp: remove pci_dev fieldKenji Kaneshige2009-09-175-17/+15Star
| * PCI: pciehp: remove crit_sect mutexKenji Kaneshige2009-09-173-16/+0Star
| * PCI: pciehp: remove slot_bus fieldKenji Kaneshige2009-09-171-1/+0Star
| * PCI: pciehp: remove first_slot fieldKenji Kaneshige2009-09-172-4/+3Star
| * PCI: pciehp: remove slot_device_offset fieldKenji Kaneshige2009-09-174-9/+2Star
| * PCI: pciehp: remove hp_slot fieldKenji Kaneshige2009-09-174-12/+4Star
| * PCI: pciehp: remove device fieldKenji Kaneshige2009-09-175-28/+17Star
| * PCI: pciehp: remove bus fieldKenji Kaneshige2009-09-175-7/+10
| * PCI: pciehp: remove slot_num_inc fieldKenji Kaneshige2009-09-171-1/+0Star
| * PCI: pciehp: remove num_slots fieldKenji Kaneshige2009-09-172-2/+0Star
| * PCI: pciehp: remove slot_list fieldKenji Kaneshige2009-09-174-97/+76Star
| * PCI: Disable AER with pci=nomsiAndi Kleen2009-09-171-0/+2
| * PCI ASPM: support L1 onlyKenji Kaneshige2009-09-171-3/+0Star
* | 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-201-2/+3
| * | intel-iommu: Fix integer wrap on 32 bit kernelsBenjamin LaHaise2009-09-191-4/+3Star
| * | 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