summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-20PCI: add remove_id sysfs entryChris Wright2-2/+94
2009-03-20x86: use dev_printk in quirk messageBjorn Helgaas1-2/+1
2009-03-20PCI: fix incorrect mask of PM No_Soft_Reset bitYu Zhao1-1/+1
2009-03-20PCI: fix wrong assumption in pci_common_swizzleKenji Kaneshige1-1/+1
2009-03-20PCI: fix wrong assumption in pci_get_interrupt_pinKenji Kaneshige1-1/+1
2009-03-20PCI: fix wrong assumption in pci_read_bridge_basesKenji Kaneshige1-1/+1
2009-03-20PCI: fix wrong assumption in pci_find_upstream_pcie_bridgeKenji Kaneshige1-1/+1
2009-03-20PCI hotplug: fix wrong assumption in acpi_get_hp_hw_control_from_firmwareKenji Kaneshige1-22/+12
2009-03-20PCI hotplug: fix wrong assumption in acpi_get_hp_params_from_firmwareKenji Kaneshige1-11/+6
2009-03-20PCI/ACPI: fix wrong assumption in acpi_find_root_bridge_handleKenji Kaneshige1-6/+6
2009-03-20PCI/ACPI: fix wrong assumption in acpi_pci_get_bridge_handleKenji Kaneshige1-5/+4
2009-03-20PCI: PCIe portdrv: Implement pm objectRafael J. Wysocki6-35/+26
2009-03-20PCI: pcie_portdriver: fix pcie_port_device_removeEric W. Biederman1-20/+3
2009-03-19PCI/alpha: pci sysfs resourcesIvan Kokshaysky4-3/+398
2009-03-19PCI: constify pci_bus_assign_resources()Andrew Morton2-3/+3
2009-03-19PCI: constify pci_bus_add_devices()akpm@linux-foundation.org2-2/+2
2009-03-19PCI/MSI: Allow arch code to return the number of MSI-X availableMichael Ellerman1-9/+12
2009-03-19PCI hotplug: shpchp: fix bus number check to avoid false positiveRoel Kluin1-1/+1
2009-03-19PCI/ACPI: rename pci_osc_control_set()Kenji Kaneshige5-52/+40
2009-03-19PCI/ACPI: move _OSC code to pci_root.cKenji Kaneshige3-218/+178
2009-03-19PCI: Speed up device reset functionSheng Yang1-17/+29
2009-03-19PCI quirk: don't mark one netmos as class otherJiri Slaby1-1/+5
2009-03-19PCI: enhance physical slot debug informationAlex Chiang1-10/+8
2009-03-19PCI: pciehp: make cmd_busy flag one bitKenji Kaneshige1-1/+1
2009-03-19PCI: pciehp: enable software notification on empty slotsKenji Kaneshige2-20/+12
2009-03-19PCI: pciehp: fix possible endless loop in pcie_isrKenji Kaneshige1-1/+2
2009-03-19PCI: introduce missing kfreeJulia Lawall1-2/+3
2009-03-19PCI: add missing KERN_* constants to printksFrank Seidel3-11/+11
2009-03-19PCI: check if a bus is added when removing itYu Zhao1-0/+3
2009-03-19PCI/MSI: Use #ifdefs instead of weak functionsMichael Ellerman3-17/+16
2009-03-19PCI/PCIe portdrv: Fix allocation of interruptsRafael J. Wysocki3-43/+181
2009-03-19PCI/MSI: Introduce pci_msix_table_size()Rafael J. Wysocki2-5/+24
2009-03-19PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+2
2009-03-19PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki8-66/+30
2009-03-19PCI: PCIe portdrv: Simplily probe callback of service driversRafael J. Wysocki5-10/+6
2009-03-19PCI: PCIe portdrv: Remove unnecessary functionRafael J. Wysocki1-6/+1
2009-03-19PCI: PCIe portdrv: Do not enable port device before setting up interruptsRafael J. Wysocki2-18/+31
2009-03-19PCI: PCIe portdrv: Aviod using service devices with wrong interruptsRafael J. Wysocki2-13/+29
2009-03-19PCI: PCIe portdrv: Use driver data to simplify codeRafael J. Wysocki3-62/+39
2009-03-19PCI: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-2/+2
2009-03-19PCI/x86: document pci=earlydump argumentBjorn Helgaas1-0/+2
2009-03-19PCI/x86: format early dump like other PCI outputBjorn Helgaas1-3/+3
2009-03-19PCI/x86: make early dump handle multi-function devicesBjorn Helgaas1-5/+8
2009-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds39-12237/+0
2009-03-18Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-2/+5
2009-03-18Staging: benet: remove driver now that it is merged in drivers/net/Greg Kroah-Hartman39-12237/+0
2009-03-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds9-840/+1069
2009-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-12/+14
2009-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds14-28/+72
2009-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds6-24/+48