aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/pci_root.c
Commit message (Expand)AuthorAge
* Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-03
|\
| * Merge branch 'pci/jiang-remove-global-list' into nextBjorn Helgaas2013-06-03
| |\
| | * PCI/ACPI: Use dev_printk(), acpi_handle_print(), pr_xxx() when possibleJiang Liu2013-05-29
| | * PCI/ACPI: Remove unused global list acpi_pci_rootsJiang Liu2013-05-29
| | * PCI/ACPI: Introduce "handle" local for economy of expressionJiang Liu2013-05-29
| | * PCI/ACPI: Combine duplicate adjacent "if" testsJiang Liu2013-05-29
| * | PCI/ACPI: Check acpi_resource_to_address64() return valueBjorn Helgaas2013-05-15
| |/
* / PCI: acpiphp: Re-enumerate devices when host bridge receives Bus CheckYinghai Lu2013-05-17
|/
* Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-30
|\
| * Merge branch 'acpi-assorted'Rafael J. Wysocki2013-04-27
| |\
| | * PCI / ACPI: Don't query OSC support with all possible controlsYinghai Lu2013-03-29
* | | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-29
|\ \ \ | |/ / |/| |
| * | PCI/ACPI: Remove support of ACPI PCI subdriversMyron Stowe2013-04-16
| |/
* | Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-05
|\ \
| * | Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus"Bjorn Helgaas2013-04-02
| |/
* / PCI / ACPI: hold acpi_scan_lock during root bus hotplugYinghai Lu2013-03-26
|/
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-26
|\
| * Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-02-19
| |\
| | * PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbersYinghai Lu2013-02-16
| * | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-01-26
| |\|
| | * PCI/ACPI: Print info if host bridge notify handler installation failsTang Chen2013-01-25
| | * PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu2013-01-25
| * | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-13
| |/
| * Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas2013-01-10
| |\
| * | PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu2013-01-07
* | | ACPI / PCI: Make PCI root driver use struct acpi_scan_handlerRafael J. Wysocki2013-01-30
* | | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-25
| |/ |/|
* | ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki2013-01-03
* | ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()Rafael J. Wysocki2013-01-03
* | ACPI: Change the ordering of PCI root bridge driver registrarionRafael J. Wysocki2013-01-03
|/
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-13
|\
| * PCI/ACPI: Request _OSC control before scanning PCI root busTaku Izumi2012-11-07
| * PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi2012-11-07
| * PCI/ACPI: Add _PRT interrupt routing info before enumerating devicesBjorn Helgaas2012-11-05
| * ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_busBjorn Helgaas2012-11-05
| * PCI/ACPI: Remove acpi_root_driver in reverse orderYinghai Lu2012-11-03
| * PCI/ACPI: Delete host bridge _PRT during hot remove pathYinghai Lu2012-11-03
| * PCI/ACPI: Make acpi_pci_root_remove() stop/remove pci root busYinghai Lu2012-11-03
| * PCI/ACPI: Assign unassigned resource for hot-added root busYinghai Lu2012-11-03
* | acpi: remove use of __devinitBill Pemberton2012-11-28
|/
* Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas2012-09-24
|\
| * PCI/ACPI: Use acpi_driver_data() rather than searching acpi_pci_rootsTaku Izumi2012-09-24
| * PCI/ACPI: Protect acpi_pci_roots list with mutexTaku Izumi2012-09-24
| * PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi2012-09-24
| * PCI/ACPI: Protect acpi_pci_drivers list with mutexTaku Izumi2012-09-24
| * PCI/ACPI: Notify acpi_pci_drivers when hot-plugging PCI root bridgesJiang Liu2012-09-24
| * PCI/ACPI: Use normal list for struct acpi_pci_driverJiang Liu2012-09-24
| |
| \
*-. \ Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'o...Len Brown2012-08-03
|\ \ \ | | |/ | |/|
| | * ACPI / PCI: Do not try to acquire _OSC control if that is hopelessRafael J. Wysocki2012-07-30
| |/ |/|
| * PCI/ACPI: provide MMCONFIG address for PCI host bridgesJiang Liu2012-06-22
|/