aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2009-06-17Fix pci_claim_resourceGravatar Matthew Wilcox 1-2/+2
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 1-0/+5
2009-06-15PCI: add power-state name stringsGravatar Alan Stern 1-0/+5
2009-06-15PCIE: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-1/+1
2009-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-0/+2
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 1-1/+0
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 9-100/+94
2009-06-12trivial: pci hotplug: adding __init/__exit macros to sgi_hotplugGravatar Peter Huewe 1-2/+2
2009-06-12Merge commit 'origin/master' into nextGravatar Benjamin Herrenschmidt 7-97/+90
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-59/+62
2009-06-04PCI: use fixed-up device class when configuring deviceGravatar Yu Zhao 1-0/+2
2009-06-01Merge branch 'linus' into irq/numaGravatar Ingo Molnar 7-46/+47
2009-05-29Merge branch 'merge' into nextGravatar Benjamin Herrenschmidt 1-1/+2
2009-05-27PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_funcGravatar Alex Chiang 2-38/+26
2009-05-21powerpc/pci: Cleanup some minor cruftGravatar Kumar Gala 1-1/+0
2009-05-19PCI PM: Fix initialization and kexec breakage for some devicesGravatar Rafael J. Wysocki 1-1/+2
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 12-37/+93
2009-05-18x86, apic: introduce io_apic_irq_attrGravatar Yinghai Lu 1-4/+2
2009-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 3-3/+10
2009-05-12x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fixGravatar Cyrill Gorcunov 1-1/+1
2009-05-12Merge branch 'x86/apic' into irq/numaGravatar Ingo Molnar 8-30/+74
2009-05-11PCI MSI: Fix MSI-X with NIU cardsGravatar Matthew Wilcox 1-2/+6
2009-05-11intel-iommu: PAE memory corruption fixGravatar David Woodhouse 1-4/+9
2009-05-11x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Gravatar Yinghai Lu 1-26/+30
2009-05-11Merge commit 'v2.6.30-rc5' into x86/apicGravatar Ingo Molnar 8-30/+74
2009-05-06pci: update 82576 sr-iov quirk with latest device IDsGravatar Alexander Duyck 1-0/+2
2009-05-05PCI: Fix pci-e port driver slot_reset bad default return valueGravatar Zhang, Yanmin 2-1/+4
2009-05-01Merge branch 'x86/apic' into irq/numaGravatar Ingo Molnar 2-23/+25
2009-04-28irq: make ht irq_desc more numa awareGravatar Yinghai Lu 1-1/+3
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuGravatar Yinghai Lu 1-9/+6
2009-04-22PCI: only save/restore existent registers in the PCIe capabilityGravatar Yu Zhao 1-14/+56
2009-04-22docbooks: add/fix PCI kernel-docGravatar Randy Dunlap 4-8/+13
2009-04-22PCI: cleanup debug output resourcesGravatar Yinghai Lu 1-2/+4
2009-04-22x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Gravatar Matthew Wilcox 1-6/+0
2009-04-22PCI quirk: disable MSI on VIA VT3364 chipsetsGravatar Thomas Renninger 1-0/+1
2009-04-19x86, intr-remap: add option to disable interrupt remappingGravatar Weidong Han 1-0/+11
2009-04-19x86, intr-remap: enable interrupt remapping earlyGravatar Weidong Han 2-23/+14
2009-04-13Merge git://git.infradead.org/iommu-2.6Gravatar Linus Torvalds 2-3/+12
2009-04-10intel-iommu: Avoid panic() for DRHD at address zero.Gravatar David Woodhouse 1-1/+10
2009-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 8-15/+78
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Gravatar Yang Hongyang 1-1/+1
2009-04-07PCI: Fix oops in pci_vpd_truncateGravatar Anton Vorontsov 1-1/+2
2009-04-06Intel-IOMMU Alignment Issue in dma_pte_clear_range()Gravatar Fenghua Yu 1-2/+2
2009-04-06Merge git://git.infradead.org/iommu-2.6Gravatar Linus Torvalds 3-46/+348
2009-04-06drivers/pci/intr_remapping.c: include acpi.hGravatar Alexander Beregalov 1-0/+1
2009-04-06intel-iommu: Fix oops in device_to_iommu() when devices not found.Gravatar David Woodhouse 1-1/+2
2009-04-06PCI Hotplug: acpiphp: grab refcount on p2p subordinate busGravatar Alex Chiang 1-0/+14
2009-04-06PCI: allow PCI core hotplug to remove PCI root busGravatar Alex Chiang 1-4/+0
2009-04-06PCI: Fix oops in pci_vpd_truncateGravatar Anton Vorontsov 1-1/+2