summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2008-10-20PCI: Add ability to mmap legacy_io on some platformsBenjamin Herrenschmidt3-71/+94
2008-10-20PCI: probing debug message uniformizationVincent Legoll2-16/+15
2008-10-20PCI: support PCIe ARI capabilityYu Zhao3-0/+47
2008-10-20PCI: centralize the capabilities code in probe.cZhao, Yu1-7/+20
2008-10-20PCI: centralize the capabilities code in pci-sysfs.cZhao, Yu1-55/+83
2008-10-20PCI: fix 64-vbit prefetchable memory resource BARsPeter Chubb1-1/+1
2008-10-20PCI: replace cfg space size (256/4096) by macros.Zhao, Yu4-12/+21
2008-10-20PCI: use resource_size() everywhere.Zhao, Yu2-3/+3
2008-10-20PCI hotplug: rpaphp: make debug var uniqueKristen Carlson Accardi3-5/+5
2008-10-20PCI: use %pF instead of print_fn_descriptor_symbol() in quirks.cYinghai Lu1-2/+1
2008-10-20PCI: fix hotplug get_##name return value problemZhao, Yu1-7/+7
2008-10-20PCI: fix sparse warning in pci_remove_behind_bridgeStephen Hemminger1-7/+3
2008-10-20PCI: fix -Wakpm warnings in pci_pm_init debug outputJesse Barnes1-2/+2
2008-10-20PCI: connect struct pci_dev to struct pci_slotAlex Chiang2-0/+15
2008-10-20PCI: make CPU list affinity visibleMike Travis3-0/+9
2008-10-20PCI: utilize calculated results when detecting MSI featuresJike Song1-6/+4
2008-10-20PCI: pciehp: replace printk with dev_printkTaku Izumi5-186/+263
2008-10-20PCI: pciehp: change name tag of "hpdriver_portdrv" variableTaku Izumi1-2/+1
2008-10-20PCI: pciehp: fix irq initializationKenji Kaneshige2-2/+4
2008-10-20PCI: tidy PME support messagesBjorn Helgaas1-13/+13
2008-10-20PCI: ibmphp: list_for_each to list_for_each_entry-checkpatch cleanupsakpm@linux-foundation.org1-22/+22
2008-10-20PCI: ibmphp: list_for_each to list_for_each_entryakpm@linux-foundation.org1-69/+23
2008-10-20PCI: follow lspci device/vendor styleBjorn Helgaas2-2/+2
2008-10-20PCI PM: Introduce function pci_wake_from_d3Rafael J. Wysocki1-0/+22
2008-10-20PCI: allow quirks to be compiled outThomas Petazzoni1-86/+90
2008-10-20PCI: Check dynids driver_data value for validityJean Delvare1-2/+16
2008-10-20PCI: remove dynids.use_driver_dataMilton Miller1-2/+1
2008-10-20pci: Use new %pR to print resource rangesBenjamin Herrenschmidt4-54/+32
2008-10-20Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-2/+4
2008-10-20intel-iommu: typo fix and correct word in the commentAmeya Palande1-2/+2
2008-10-18dmar: fix uninitialised 'ret' variable in dmar_parse_dev()David Woodhouse1-3/+2
2008-10-18intel-iommu: use coherent_dma_mask in alloc_coherentFUJITA Tomonori1-10/+19
2008-10-18intel-iommu: IA64 supportFenghua Yu3-70/+91
2008-10-17dmar: remove the quirk which disables dma-remapping when intr-remapping enabledYouquan Song1-15/+5
2008-10-17dmar: Use queued invalidation interface for IOTLB and context invalidationYouquan Song1-50/+45
2008-10-17dmar: context cache and IOTLB invalidation using queued invalidationYouquan Song1-0/+56
2008-10-17dmar: use spin_lock_irqsave() in qi_submit_sync()Suresh Siddha1-6/+13
2008-10-17{pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()Linus Torvalds1-2/+1
2008-10-17Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-525/+117
2008-10-17Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+5
2008-10-16Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman1-45/+5
2008-10-16intr_remapping: fix typoIngo Molnar1-1/+1
2008-10-16genirq: revert dynarrayThomas Gleixner1-9/+2
2008-10-16genirq: remove sparse irq codeThomas Gleixner2-93/+1
2008-10-16irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2Yinghai Lu1-1/+1
2008-10-16irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQDean Nelson1-1/+1
2008-10-16dmar: fix dmar_parse_dev() devices_cnt error condition checkSuresh Siddha1-1/+1
2008-10-16dmar: use list_for_each_entry_safe() in dmar_dev_scope_init()Suresh Siddha1-4/+4
2008-10-16dmar: initialize the return value in dmar_parse_dev()Yinghai Lu1-1/+1
2008-10-16dmar: fix using early fixmap mapping for DMAR table parsingYinghai Lu1-21/+28