aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2010-04-05Merge branch 'master' into export-slabhGravatar Tejun Heo 1-33/+3
2010-04-02PCI quirk: RS780/RS880: disable MSI behind the PCI bridgeGravatar Clemens Ladisch 1-33/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 32-4/+28
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 6-63/+121
2010-03-25PCI: don't say we claimed a resource if we failedGravatar Bjorn Helgaas 1-2/+3
2010-03-25PCI quirk: Disable MSI on VIA K8T890 systemsGravatar Matthew Wilcox 1-0/+1
2010-03-24PCI quirk: RS780/RS880: work around missing MSI initializationGravatar Clemens Ladisch 1-0/+33
2010-03-24PCI quirk: only apply CX700 PCI bus parking quirk if external VT6212L is presentGravatar Tim Yamin 1-3/+17
2010-03-24PCI: complain about devices that seem to be brokenGravatar Bjorn Helgaas 1-7/+16
2010-03-24PCI: print resources consistently with %pRGravatar Bjorn Helgaas 2-8/+6
2010-03-24PCI: make disabled window printk style match the enabled onesGravatar Bjorn Helgaas 1-3/+3
2010-03-24PCI: break out primary/secondary/subordinate for readabilityGravatar Bjorn Helgaas 1-10/+14
2010-03-24PCI: for address space collisions, show conflicting resourceGravatar Bjorn Helgaas 1-6/+8
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-1/+1
2010-03-19PCI: cleanup error return for pcix get and set mmrbc functionsGravatar Dean Nelson 1-20/+16
2010-03-19PCI: fix access of PCI_X_CMD by pcix get and set mmrbc functionsGravatar Dean Nelson 1-5/+6
2010-03-19PCI: kill off pci_register_set_vga_state() symbol export.Gravatar Paul Mundt 1-1/+0
2010-03-19PCI: fix return value from pcix_get_max_mmrbc()Gravatar Dean Nelson 1-1/+1
2010-03-19sysfs: Initialised pci bus legacy_mem field before useGravatar Mel Gorman 1-1/+1
2010-03-18Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-0/+1
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Gravatar Len Brown 47-744/+2492
2010-03-14acpiphp: Execute ACPI _REG method for hotadded devicesGravatar Shaohua Li 1-0/+19
2010-03-12dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc...Gravatar FUJITA Tomonori 1-28/+0
2010-03-12dma-mapping: dma-mapping.h: add dma_set_coherent_maskGravatar FUJITA Tomonori 1-4/+3
2010-03-12dma-mapping: pci: convert pci_set_dma_mask to call dma_set_maskGravatar FUJITA Tomonori 1-6/+4
2010-03-11microblaze: Enable PCI, missing filesGravatar Michal Simek 1-0/+1
2010-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 1-0/+2
2010-03-07Driver core: create lock/unlock functions for struct deviceGravatar Greg Kroah-Hartman 2-4/+4
2010-03-07sysfs: fix for thinko with sysfs_bin_attr_init()Gravatar Stephen Rothwell 1-2/+2
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesGravatar Eric W. Biederman 1-0/+5
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 2-2/+2
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+43
2010-03-06ricoh_mmc: port from driver to pci quirkGravatar Maxim Levitsky 1-0/+85
2010-03-05PCI/PM Runtime: Make runtime PM of PCI devices inactive by defaultGravatar Rafael J. Wysocki 1-0/+2
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-7/+7
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 4-1/+78
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Gravatar Linus Torvalds 1-1/+1
2010-03-01pci: don't reassign to ROM res if it is not going to be enabledGravatar Yinghai Lu 1-2/+10
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 41-690/+2213
2010-02-28Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+24
2010-02-28pci: Add helper to search for VPD keywordsGravatar Matt Carlson 1-0/+18
2010-02-28pci: Add helper to find a VPD resource data typeGravatar Matt Carlson 2-1/+44
2010-02-26PM: Allow PCI devices to suspend/resume asynchronouslyGravatar Rafael J. Wysocki 3-0/+3
2010-02-23PCI: augment bus resource table with a listGravatar Bjorn Helgaas 2-4/+59
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsGravatar Bjorn Helgaas 4-17/+11
2010-02-23PCI: read bridge windows before filling in subtractive decode resourcesGravatar Bjorn Helgaas 1-5/+10
2010-02-23PCI: split up pci_read_bridge_bases()Gravatar Bjorn Helgaas 1-15/+39
2010-02-22PCIe PME: use pci_pcie_cap()Gravatar Kenji Kaneshige 1-4/+4
2010-02-22PCI PM: Run-time callbacks for PCI bus typeGravatar Rafael J. Wysocki 3-33/+171
2010-02-22PCIe PME: use pci_is_pcie()Gravatar Kenji Kaneshige 1-3/+3