aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAge
* Fix pci_claim_resourceMatthew Wilcox2009-06-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-16
|\
| * PCI: add power-state name stringsAlan Stern2009-06-16
* | PCIE: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-15
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-15
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-19
| |\ \
| * | | pci: update 82576 sr-iov quirk with latest device IDsAlexander Duyck2009-05-06
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-12
| |\ \ \
| * \ \ \ Merge branch 'merge' into nextBenjamin Herrenschmidt2009-05-28
| |\ \ \ \
| * | | | | powerpc/pci: Cleanup some minor cruftKumar Gala2009-05-21
| | |_|_|/ | |/| | |
* | | | | trivial: pci hotplug: adding __init/__exit macros to sgi_hotplugPeter Huewe2009-06-12
| |_|/ / |/| | |
* | | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-10
|\ \ \ \
| * \ \ \ Merge branch 'linus' into irq/numaIngo Molnar2009-06-01
| |\ \ \ \
| * | | | | x86, apic: introduce io_apic_irq_attrYinghai Lu2009-05-18
| * | | | | x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fixCyrill Gorcunov2009-05-12
| * | | | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-12
| |\ \ \ \ \
| | * \ \ \ \ Merge commit 'v2.6.30-rc5' into x86/apicIngo Molnar2009-05-11
| | |\ \ \ \ \
| * | | | | | | x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu2009-05-11
| * | | | | | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-01
| |\| | | | | |
| | * | | | | | x86, intr-remap: add option to disable interrupt remappingWeidong Han2009-04-19
| | * | | | | | x86, intr-remap: enable interrupt remapping earlyWeidong Han2009-04-19
| | | |_|_|_|/ | | |/| | | |
| * | | | | | irq: make ht irq_desc more numa awareYinghai Lu2009-04-28
| * | | | | | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-28
| |/ / / / /
* | | / / / PCI: use fixed-up device class when configuring deviceYu Zhao2009-06-04
| |_|/ / / |/| | | |
* | | | | PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_funcAlex Chiang2009-05-27
| |_|_|/ |/| | |
* | | | PCI PM: Fix initialization and kexec breakage for some devicesRafael J. Wysocki2009-05-19
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-05-15
|\ \ \
| * | | PCI MSI: Fix MSI-X with NIU cardsMatthew Wilcox2009-05-11
| * | | PCI: Fix pci-e port driver slot_reset bad default return valueZhang, Yanmin2009-05-05
| | |/ | |/|
* / | intel-iommu: PAE memory corruption fixDavid Woodhouse2009-05-11
|/ /
* | PCI: only save/restore existent registers in the PCIe capabilityYu Zhao2009-04-22
* | docbooks: add/fix PCI kernel-docRandy Dunlap2009-04-22
* | PCI: cleanup debug output resourcesYinghai Lu2009-04-22
* | x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox2009-04-22
* | PCI quirk: disable MSI on VIA VT3364 chipsetsThomas Renninger2009-04-22
|/
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-13
|\
| * intel-iommu: Avoid panic() for DRHD at address zero.David Woodhouse2009-04-11
| * Intel-IOMMU Alignment Issue in dma_pte_clear_range()Fenghua Yu2009-04-06
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-04-07
|\ \
| * | PCI Hotplug: acpiphp: grab refcount on p2p subordinate busAlex Chiang2009-04-06
| * | PCI: allow PCI core hotplug to remove PCI root busAlex Chiang2009-04-06
| * | PCI: Fix oops in pci_vpd_truncateAnton Vorontsov2009-04-06
| * | PCI: don't corrupt enable_cnt when doing manual resource alignmentYuji Shimada2009-04-06
| * | PCI: annotate pci_rescan_bus as __ref, not __devinitAlex Chiang2009-04-06
| * | PCI-IOV: fix missing kernel-docRandy Dunlap2009-04-06
| * | PCI: Setup disabled bridges even if buses are addedYuji Shimada2009-04-06
| * | PCI: SR-IOV quirk for Intel 82576 NICYu Zhao2009-04-06
* | | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07