summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-03-20PCI: initialize and release SR-IOV capabilityYu Zhao6-0/+242
2009-03-20PCI: Compaq Evo D510 SMBus quirk using USB instead of VGADavid O'Shea1-2/+7
2009-03-20PCI: expose boot VGA device via sysfs.Dave Airlie1-2/+22
2009-03-20PCI/x86: detect host bridge config space size w/o using quirksYinghai Lu1-1/+8
2009-03-20PCIe: portdrv: call pci_disable_device during removeAlex Chiang1-0/+1
2009-03-20PCI: PCIe portdrv: eliminate double kfree in remove pathAlex Chiang1-1/+0
2009-03-20PCI: Use kzalloc() in pci_create_bus()Geert Uytterhoeven1-2/+1
2009-03-20PCI: allow assignment of memory resources with a specified alignmentYuji Shimada4-0/+201
2009-03-20PCI MSI: Add support for multiple MSIMatthew Wilcox2-33/+64
2009-03-20PCI MSI: Refactor interrupt masking codeMatthew Wilcox1-80/+75
2009-03-20PCI MSI: Use mask_pos instead of mask_base when appropriateMatthew Wilcox1-3/+2
2009-03-20PCI MSI: msi_desc->dev is always initialisedMatthew Wilcox1-17/+12
2009-03-20PCI MSI: Replace 'type' with 'is_msix'Matthew Wilcox1-76/+39
2009-03-20PCI: add remove_id sysfs entryChris Wright1-2/+78
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: PCIe portdrv: Implement pm objectRafael J. Wysocki5-34/+25
2009-03-20PCI: pcie_portdriver: fix pcie_port_device_removeEric W. Biederman1-20/+3
2009-03-20PCI/alpha: pci sysfs resourcesIvan Kokshaysky1-2/+17
2009-03-20PCI: constify pci_bus_assign_resources()Andrew Morton1-2/+2
2009-03-20PCI: constify pci_bus_add_devices()akpm@linux-foundation.org1-1/+1
2009-03-20PCI/MSI: Allow arch code to return the number of MSI-X availableMichael Ellerman1-9/+12
2009-03-20PCI hotplug: shpchp: fix bus number check to avoid false positiveRoel Kluin1-1/+1
2009-03-20PCI/ACPI: rename pci_osc_control_set()Kenji Kaneshige3-7/+6
2009-03-20PCI/ACPI: move _OSC code to pci_root.cKenji Kaneshige2-217/+178
2009-03-20PCI: Speed up device reset functionSheng Yang1-17/+29
2009-03-20PCI quirk: don't mark one netmos as class otherJiri Slaby1-1/+5
2009-03-20PCI: enhance physical slot debug informationAlex Chiang1-10/+8
2009-03-20PCI: pciehp: make cmd_busy flag one bitKenji Kaneshige1-1/+1
2009-03-20PCI: pciehp: enable software notification on empty slotsKenji Kaneshige2-20/+12
2009-03-20PCI: pciehp: fix possible endless loop in pcie_isrKenji Kaneshige1-1/+2
2009-03-20PCI: introduce missing kfreeJulia Lawall1-2/+3
2009-03-20PCI: add missing KERN_* constants to printksFrank Seidel3-11/+11
2009-03-20PCI: check if a bus is added when removing itYu Zhao1-0/+3
2009-03-20PCI/MSI: Use #ifdefs instead of weak functionsMichael Ellerman1-17/+9
2009-03-20PCI/PCIe portdrv: Fix allocation of interruptsRafael J. Wysocki2-39/+173
2009-03-20PCI/MSI: Introduce pci_msix_table_size()Rafael J. Wysocki1-5/+19
2009-03-20PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+2
2009-03-20PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki7-57/+22
2009-03-20PCI: PCIe portdrv: Simplily probe callback of service driversRafael J. Wysocki4-8/+5
2009-03-20PCI: PCIe portdrv: Remove unnecessary functionRafael J. Wysocki1-6/+1
2009-03-20PCI: PCIe portdrv: Do not enable port device before setting up interruptsRafael J. Wysocki2-18/+31
2009-03-20PCI: PCIe portdrv: Aviod using service devices with wrong interruptsRafael J. Wysocki1-13/+28
2009-03-20PCI: PCIe portdrv: Use driver data to simplify codeRafael J. Wysocki2-61/+39
2009-03-20PCI: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-2/+2
2009-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds39-12237/+0