summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/yijing-ari' into nextBjorn Helgaas2013-01-267-136/+109
|\
| * PCI: shpchp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-20/+16
| * PCI: sgihp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-34/+29
| * PCI: cpcihp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-18/+11
| * PCI: pciehp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-28/+16
| * PCI: Consolidate "next-function" functionsYijing Wang2013-01-251-27/+21
| * PCI: Rename pci_enable_ari() to pci_configure_ari()Yijing Wang2013-01-253-4/+4
| * PCI: Enable ARI if dev and upstream bridge support it; disable otherwiseYijing Wang2013-01-241-5/+12
* | Merge branch 'pci/rafael-set-root-bridge-handle' into nextBjorn Helgaas2013-01-178-38/+38
|\ \
| * | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-138-38/+38
* | | Merge branch 'pci/yinghai-survey-resources+acpi-scan' into nextBjorn Helgaas2013-01-1019-479/+232
|\| |
| * | Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas2013-01-1019-479/+232
| |\ \
| | * | ACPI / scan: Treat power resources in a special wayRafael J. Wysocki2013-01-071-1/+2
| | * | ACPI: Remove unused struct acpi_pci_root.id memberBjorn Helgaas2013-01-031-1/+0
| | * | ACPI: Drop ACPI device .bind() and .unbind() callbacksRafael J. Wysocki2013-01-032-24/+0
| | * | ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki2013-01-034-157/+37
| | * | ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki2013-01-037-38/+36
| | * | ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_typeRafael J. Wysocki2013-01-032-15/+37
| | * | ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2013-01-038-43/+45
| | * | ACPI: Replace ACPI device add_type field with a match_driver flagRafael J. Wysocki2013-01-032-21/+11
| | * | ACPI: Drop the second argument of acpi_bus_scan()Rafael J. Wysocki2013-01-031-10/+8
| | * | ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2013-01-038-101/+32
| | * | ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki2013-01-035-77/+12
| | * | ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()Rafael J. Wysocki2013-01-031-21/+11
| | * | ACPI: Change the ordering of acpi_bus_check_add()Rafael J. Wysocki2013-01-031-10/+10
| | * | ACPI: Replace struct acpi_bus_ops with enum typeRafael J. Wysocki2013-01-032-30/+20
| | * | ACPI: Reduce the usage of struct acpi_bus_opsRafael J. Wysocki2013-01-031-24/+16
| | * | ACPI: Make acpi_bus_add() and acpi_bus_start() visibly differentRafael J. Wysocki2013-01-031-28/+35
| | * | ACPI: Change the ordering of PCI root bridge driver registrarionRafael J. Wysocki2013-01-033-3/+3
| | * | ACPI: Separate adding ACPI device objects from probing ACPI driversRafael J. Wysocki2013-01-032-31/+73
| | |/
* | | Merge branch 'pci/yinghai-survey-resources' into nextBjorn Helgaas2013-01-094-65/+127
|\| |
| * | x86/PCI: Implement pcibios_resource_survey_bus()Yinghai Lu2013-01-071-0/+13
| * | PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu2013-01-073-1/+6
| * | x86/PCI: Keep resource allocation functions after bootYinghai Lu2013-01-071-6/+6
| * | x86/PCI: Don't track firmware-assigned BAR values for hot-added devicesYinghai Lu2013-01-071-1/+9
| * | x86/PCI: Factor out pcibios_allocate_dev_rom_resource()Yinghai Lu2013-01-071-17/+35
| * | x86/PCI: Allocate resources on a per-bus basis for hot-adding root busesYinghai Lu2013-01-071-13/+25
| * | x86/PCI: Factor out pcibios_allocate_dev_resources()Yinghai Lu2013-01-071-19/+23
| * | x86/PCI: Factor out pcibios_allocate_bridge_resources()Yinghai Lu2013-01-071-22/+24
| |/
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-01-0910-54/+28
|\ \ | |/ |/|
| * PCI: cpqphp: Cleanup and remove unreachable pathsSasha Levin2013-01-071-37/+20
| * PCI: Drop "__" prefix on __pci_enable_device_flags()Bjorn Helgaas2013-01-041-5/+4
| * PCI: Use "unsigned long" for __pci_enable_device_flags to match ioport.hBjorn Helgaas2013-01-041-1/+1
| * mn10300/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-042-4/+1
| * frv/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-042-4/+1
| * x86/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-034-4/+2
|/
* Linux 3.8-rc2v3.8-rc2Linus Torvalds2013-01-021-1/+1
* Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-021-2/+3
|\
| * leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas2013-01-021-2/+3
* | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-01-025-14/+29
|\ \