| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-27 | PCI/ACPI: Fix pci_acpi_preserve_config() memory leak | Nirmoy Das | 1 | -2/+4 |
| 2025-08-01 | Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+1 |
| 2025-07-29 | PCI: Move is_pciehp check out of pciehp_is_native() | Lukas Wunner | 1 | -4/+1 |
| 2025-07-29 | PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports | Lukas Wunner | 1 | -3/+1 |
| 2025-06-23 | Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()" | Zhe Qiao | 1 | -13/+10 |
| 2025-05-22 | PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root() | Zhe Qiao | 1 | -10/+13 |
| 2024-08-27 | ACPI: RISC-V: Implement PCI related functionality | Sunil V L | 1 | -1/+1 |
| 2024-08-27 | arm64: PCI: Migrate ACPI related functions to pci-acpi.c | Sunil V L | 1 | -0/+182 |
| 2024-06-03 | PCI: Move PRESERVE_BOOT_CONFIG _DSM evaluation to pci_register_host_bridge() | Vidya Sagar | 1 | -0/+22 |
| 2023-10-28 | Merge branch 'pci/pm' | Bjorn Helgaas | 1 | -1/+1 |
| 2023-10-03 | PCI/ACPI: Use acpi_evaluate_dsm_typed() | Andy Shevchenko | 1 | -6/+7 |
| 2023-09-29 | PCI/sysfs: Protect driver's D3cold preference from user space | Lukas Wunner | 1 | -1/+1 |
| 2023-06-23 | PCI/ACPI: Call _REG when transitioning D-states | Mario Limonciello | 1 | -0/+22 |
| 2023-06-23 | PCI/ACPI: Validate acpi_pci_set_power_state() parameter | Bjorn Helgaas | 1 | -13/+18 |
| 2023-01-13 | PCI/ACPI: Account for _S0W of the target bridge in acpi_pci_bridge_d3() | Rafael J. Wysocki | 1 | -14/+31 |
| 2022-11-07 | PCI/ACPI: Use METHOD_NAME__UID instead of plain string | Yipeng Zou | 1 | -1/+1 |
| 2022-07-22 | PCI/ACPI: Update link to PCI firmware specification | Mario Limonciello | 1 | -2/+3 |
| 2022-05-27 | Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -11/+30 |
| 2022-04-13 | PCI: ACPI: PM: Power up devices in D3cold before scanning them | Rafael J. Wysocki | 1 | -0/+3 |
| 2022-04-04 | PCI/ACPI: Allow D3 only if Root Port can signal and wake from D3 | Mario Limonciello | 1 | -11/+30 |
| 2022-02-04 | PCI/ACPI: Replace acpi_bus_get_device() with acpi_fetch_acpi_dev() | Rafael J. Wysocki | 1 | -3/+3 |
| 2021-11-02 | Merge branch 'pm-pci' | Rafael J. Wysocki | 1 | -53/+21 |
| 2021-10-07 | PCI: ACPI: Check parent pointer in acpi_pci_find_companion() | Rafael J. Wysocki | 1 | -0/+3 |
| 2021-10-05 | PCI: PM: Make pci_choose_state() call pci_target_state() | Rafael J. Wysocki | 1 | -3/+0 |
| 2021-10-05 | PCI: PM: Simplify acpi_pci_power_manageable() | Rafael J. Wysocki | 1 | -3/+1 |
| 2021-09-29 | PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPI | Rafael J. Wysocki | 1 | -22/+20 |
| 2021-09-27 | PCI: ACPI: Drop acpi_pci_bus | Rafael J. Wysocki | 1 | -28/+3 |
| 2021-09-15 | PCI/ACPI: Don't reset a fwnode set by OF | Jean-Philippe Brucker | 1 | -1/+1 |
| 2021-09-08 | Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+74 |
| 2021-09-02 | PCI: VMD: ACPI: Make ACPI companion lookup work for VMD bus | Rafael J. Wysocki | 1 | -0/+74 |
| 2021-08-18 | PCI: Change the type of probe argument in reset functions | Amey Narkhede | 1 | -2/+2 |
| 2021-08-18 | PCI: Add support for ACPI _RST reset method | Shanker Donthineni | 1 | -0/+23 |
| 2021-08-18 | PCI: Setup ACPI fwnode early and at the same time with OF | Shanker Donthineni | 1 | -22/+12 |
| 2021-08-18 | PCI: Use acpi_pci_power_manageable() | Shanker Donthineni | 1 | -8/+10 |
| 2021-08-18 | PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANION | Shanker Donthineni | 1 | -4/+8 |
| 2021-04-01 | PCI/ACPI: Fix acpi_pci_set_power_state() debug message | Rafael J. Wysocki | 1 | -1/+1 |
| 2020-12-15 | Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+21 |
| 2020-12-11 | PCI/ACPI: Fix companion lookup for device 0 on the root bus | Rafael J. Wysocki | 1 | -1/+21 |
| 2020-12-07 | PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup() | Rafael J. Wysocki | 1 | -2/+2 |
| 2020-10-22 | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+3 |
| 2020-10-06 | PCI/ACPI: Whitelist hotplug ports for D3 if power managed by ACPI | Lukas Wunner | 1 | -0/+10 |
| 2020-09-29 | PCI/PM: Rename pci_dev.d3_delay to d3hot_delay | Krzysztof Wilczyński | 1 | -3/+3 |
| 2020-08-07 | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+4 |
| 2020-07-10 | PCI: Treat "external-facing" devices themselves as internal | Rajat Jain | 1 | -5/+4 |
| 2020-07-09 | ACPI: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -3/+3 |
| 2020-05-27 | PCI: Rename _DSM constants to align with spec | Krzysztof Wilczyński | 1 | -2/+2 |
| 2020-05-14 | PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port() | Yicong Yang | 1 | -1/+1 |
| 2020-04-02 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -1/+1 |
| 2020-03-28 | PCI/DPC: Add Error Disconnect Recover (EDR) support | Kuppuswamy Sathyanarayanan | 1 | -0/+2 |
| 2020-02-10 | PCI/ACPI: Move pcie_to_hpx3_type[] from stack to static data | Colin Ian King | 1 | -1/+1 |
| 2019-09-23 | Merge branch 'pci/enumeration' | Bjorn Helgaas | 1 | -31/+378 |
| 2019-08-28 | PCI/ACPI: Remove unnecessary struct hotplug_program_ops | Krzysztof Wilczynski | 1 | -22/+73 |
| 2019-08-28 | PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.c | Krzysztof Wilczynski | 1 | -0/+296 |
| 2019-08-28 | PCI/ACPI: Rename _HPX structs from hpp_* to hpx_* | Krzysztof Wilczynski | 1 | -14/+14 |
| 2019-08-28 | PCI: Move ASPM declarations to linux/pci.h | Krzysztof Wilczynski | 1 | -1/+0 |
| 2019-06-27 | PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete() | Rafael J. Wysocki | 1 | -0/+9 |
| 2019-06-27 | PCI / ACPI: Add _PR0 dependent devices | Mika Westerberg | 1 | -0/+2 |
| 2019-06-27 | PCI / ACPI: Use cached ACPI device state to get PCI device power state | Mika Westerberg | 1 | -1/+2 |
| 2019-05-27 | ACPI/PCI: PM: Add missing wakeup.flags.valid checks | Rafael J. Wysocki | 1 | -1/+2 |
| 2019-05-13 | Merge branch 'pci/printk' | Bjorn Helgaas | 1 | -7/+4 |
| 2019-05-09 | PCI: Replace printk(KERN_INFO) with pr_info(), etc | Mohan Kumar | 1 | -7/+4 |
| 2019-04-23 | PCI/ACPI: Implement _HPX Type 3 Setting Record | Alexandru Gagniuc | 1 | -0/+63 |
| 2019-04-23 | PCI/ACPI: Remove the need for 'struct hotplug_params' | Alexandru Gagniuc | 1 | -50/+58 |
| 2019-04-23 | PCI/ACPI: Do not export pci_get_hp_params() | Alexandru Gagniuc | 1 | -1/+0 |
| 2018-12-05 | PCI / ACPI: Identify untrusted PCI devices | Mika Westerberg | 1 | -0/+19 |
| 2018-11-13 | Revert "ACPI/PCI: Pay attention to device-specific _PXM node values" | Bjorn Helgaas | 1 | -5/+0 |
| 2018-10-20 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -0/+1 |
| 2018-10-20 | Merge branch 'pci/hotplug' | Bjorn Helgaas | 1 | -1/+56 |
| 2018-10-04 | PCI / ACPI: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
| 2018-10-02 | PCI / ACPI: Whitelist D3 for more PCIe hotplug ports | Mika Westerberg | 1 | -0/+41 |
| 2018-10-02 | PCI / ACPI: Enable wake automatically for power managed bridges | Mika Westerberg | 1 | -1/+15 |
| 2018-09-17 | ACPI/PCI: Pay attention to device-specific _PXM node values | Jonathan Cameron | 1 | -0/+5 |
| 2018-08-22 | Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -4/+2 |
| 2018-08-17 | PCI / ACPI / PM: Resume all bridges on suspend-to-RAM | Rafael J. Wysocki | 1 | -4/+2 |
| 2018-08-16 | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -18/+1 |
| 2018-06-30 | PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAM | Rafael J. Wysocki | 1 | -0/+12 |
| 2018-06-26 | PCI: shpchp: Separate existence of SHPC and permission to use it | Bjorn Helgaas | 1 | -18/+1 |
| 2018-06-04 | PCI: shpchp: Add shpchp_is_native() | Mika Westerberg | 1 | -0/+29 |
| 2018-06-02 | PCI: pciehp: Make pciehp_is_native() stricter | Mika Westerberg | 1 | -12/+14 |
| 2018-03-19 | PCI: Tidy comments | Bjorn Helgaas | 1 | -2/+1 |
| 2018-02-01 | Merge branch 'pci/spdx' into next | Bjorn Helgaas | 1 | -0/+1 |
| 2018-01-26 | PCI: Add SPDX GPL-2.0 when no license was specified | Bjorn Helgaas | 1 | -0/+1 |
| 2018-01-18 | PCI: Add wrappers for dev_printk() | Frederick Lawler | 1 | -1/+1 |
| 2017-10-05 | ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handle | Vitaly Kuznetsov | 1 | -1/+1 |
| 2017-08-01 | ACPI / PCI / PM: Rework acpi_pci_propagate_wakeup() | Rafael J. Wysocki | 1 | -2/+2 |
| 2017-06-28 | PM / core: Drop run_wake flag from struct dev_pm_info | Rafael J. Wysocki | 1 | -4/+1 |
| 2017-06-28 | PCI / PM: Simplify device wakeup settings code | Rafael J. Wysocki | 1 | -2/+1 |
| 2017-06-28 | PCI / PM: Drop pme_interrupt flag from struct pci_dev | Rafael J. Wysocki | 1 | -53/+15 |
| 2017-06-28 | ACPI / PM: Consolidate device wakeup settings code | Rafael J. Wysocki | 1 | -6/+6 |
| 2017-06-28 | ACPI / PM: Drop run_wake from struct acpi_device_wakeup_flags | Rafael J. Wysocki | 1 | -2/+1 |
| 2017-06-22 | Merge branch 'uuid-types' | Rafael J. Wysocki | 1 | -7/+6 |
| 2017-06-15 | ACPI / PM: Run wakeup notify handlers synchronously | Rafael J. Wysocki | 1 | -10/+7 |
| 2017-06-07 | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() | Andy Shevchenko | 1 | -7/+6 |
| 2016-12-12 | Merge branch 'pci/pm' into next | Bjorn Helgaas | 1 | -0/+24 |
| 2016-12-06 | PCI/ACPI: Provide acpi_get_rc_resources() for ARM64 platform | Dongdong Liu | 1 | -0/+76 |
| 2016-11-17 | ACPI / hotplug / PCI: Make device_is_managed_by_native_pciehp() public | Lukas Wunner | 1 | -0/+24 |
| 2016-09-28 | PCI: Query platform firmware for device power state | Lukas Wunner | 1 | -0/+22 |
| 2016-01-12 | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2015-12-21 | acpi: pci: Setup MSI domain for ACPI based pci devices | Suravee Suthikulpanit | 1 | -0/+42 |
| 2015-12-09 | PCI / PM: constify pci_platform_pm_ops structure | Julia Lawall | 1 | -1/+1 |
| 2015-07-15 | PCI / ACPI: Fix pci_acpi_optimize_delay() comment | Srinidhi Kasagar | 1 | -1/+1 |
| 2015-05-16 | ACPI / PM: Rework device power management to follow ACPI 6 | Rafael J. Wysocki | 1 | -1/+1 |
| 2015-04-13 | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+83 |
| 2015-04-08 | PCI/ACPI: Optimize device state transition delays | Aaron Lu | 1 | -0/+74 |
| 2015-04-08 | PCI: Make a shareable UUID for PCI firmware ACPI _DSM | Aaron Lu | 1 | -0/+9 |
| 2015-04-08 | PCI: Don't look for ACPI hotplug parameters if ACPI is disabled | Bjorn Helgaas | 1 | -0/+3 |
| 2015-01-23 | PCI / PM: Avoid resuming PCI devices during system suspend | Rafael J. Wysocki | 1 | -0/+17 |
| 2014-11-10 | PCI: Delete unnecessary NULL pointer checks | Markus Elfring | 1 | -2/+1 |
| 2014-09-12 | PCI: Shuffle pci-acpi.c functions to group them logically | Bjorn Helgaas | 1 | -67/+67 |
| 2014-09-12 | PCI: Whitespace cleanup in pci-acpi.c | Bjorn Helgaas | 1 | -10/+8 |
| 2014-09-12 | PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.c | Bjorn Helgaas | 1 | -0/+250 |
| 2014-07-27 | Merge branches 'acpi-pnp' and 'acpi-pci' | Rafael J. Wysocki | 1 | -9/+7 |
| 2014-07-24 | ACPI / PCI: Use ACPI_COMPANION() instead of ACPI_HANDLE() | Rafael J. Wysocki | 1 | -9/+7 |
| 2014-07-23 | ACPI / PM: Revork the handling of ACPI device wakeup notifications | Rafael J. Wysocki | 1 | -40/+20 |
| 2014-05-27 | PCI: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -7/+1 |
| 2014-01-24 | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -11/+6 |
| 2014-01-22 | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2014-01-12 | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 1 | -8/+6 |
| 2014-01-12 | Merge branch 'acpi-cleanup' | Rafael J. Wysocki | 1 | -3/+0 |
| 2013-12-29 | PCI / ACPI: Install wakeup notify handlers for all PCI devs with ACPI | Rafael J. Wysocki | 1 | -9/+12 |
| 2013-12-09 | PCI: Use dev_is_pci() to identify PCI devices | Yijing Wang | 1 | -1/+1 |
| 2013-12-07 | ACPI / bind: Rework struct acpi_bus_type | Rafael J. Wysocki | 1 | -9/+3 |
| 2013-12-07 | PCI / ACPI: Use acpi_find_child_device() for child devices lookup | Rafael J. Wysocki | 1 | -6/+10 |
| 2013-12-07 | ACPI: Clean up inclusions of ACPI header files | Lv Zheng | 1 | -3/+0 |
| 2013-11-22 | Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2013-11-14 | ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro | Rafael J. Wysocki | 1 | -3/+3 |
| 2013-11-14 | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 1 | -1/+1 |
| 2013-09-24 | pci-acpi: convert acpi_get_handle() to acpi_has_method() | Zhang Rui | 1 | -2/+1 |
| 2013-09-20 | PCI / ACPI / PM: Clear pme_poll for devices in D3cold on wakeup | Rafael J. Wysocki | 1 | -3/+3 |
| 2013-08-27 | Merge branch 'acpi-pci-hotplug' | Rafael J. Wysocki | 1 | -13/+5 |
| 2013-08-07 | ACPI: Try harder to resolve _ADR collisions for bridges | Rafael J. Wysocki | 1 | -4/+11 |
| 2013-08-01 | PCI / ACPI: Use dev_dbg() instead of dev_info() in acpi_pci_set_power_state() | Lan Tianyu | 1 | -1/+1 |
| 2013-07-23 | ACPI / PCI: Make bus registration and unregistration symmetric | Rafael J. Wysocki | 1 | -12/+4 |
| 2013-06-14 | PCI / ACPI / PM: Use correct power state strings in messages | Rafael J. Wysocki | 1 | -3/+3 |
| 2013-05-28 | PCI: Replace printks with appropriate pr_*() | Yijing Wang | 1 | -2/+2 |
| 2013-04-29 | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+30 |
| 2013-04-12 | PCI: acpiphp: Do not use ACPI PCI subdriver mechanism | Jiang Liu | 1 | -0/+3 |
| 2013-04-12 | PCI/ACPI: Handle PCI slot devices when creating/destroying PCI buses | Jiang Liu | 1 | -2/+5 |
| 2013-04-12 | PCI/ACPI: Prepare stub functions to handle ACPI PCI (hotplug) slots | Jiang Liu | 1 | -0/+24 |
| 2013-04-03 | PCI/ACPI: Always resume devices on ACPI wakeup notifications | Rafael J. Wysocki | 1 | -7/+8 |
| 2013-03-04 | ACPI / glue: Add .match() callback to struct acpi_bus_type | Rafael J. Wysocki | 1 | -1/+7 |
| 2013-02-25 | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -43/+0 |
| 2013-02-19 | Merge branch 'pci/yinghai-root-bus-hotplug' into next | Bjorn Helgaas | 1 | -24/+0 |
| 2013-02-16 | PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbers | Yinghai Lu | 1 | -24/+0 |
| 2013-01-17 | ACPI / PM: Rework the handling of devices depending on power resources | Rafael J. Wysocki | 1 | -2/+0 |
| 2013-01-13 | ACPI / PCI: Set root bridge ACPI handle in advance | Rafael J. Wysocki | 1 | -19/+0 |
| 2013-01-03 | ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c | Rafael J. Wysocki | 1 | -8/+36 |
| 2013-01-03 | ACPI / PCI: Rework the setup and cleanup of device wakeup | Rafael J. Wysocki | 1 | -1/+29 |
| 2012-11-15 | ACPI / PM: Move routines for adding/removing device wakeup notifiers | Rafael J. Wysocki | 1 | -67/+4 |
| 2012-10-24 | PM / ACPI: Take device PM QoS flags into account | Rafael J. Wysocki | 1 | -1/+7 |
| 2012-08-15 | PCI / PM: Fix D3/D3cold/D4 messages printed by acpi_pci_set_power_state() | Rafael J. Wysocki | 1 | -2/+2 |
| 2012-06-23 | Merge branch 'topic/huang-d3cold-v7' into next | Bjorn Helgaas | 1 | -3/+19 |
| 2012-06-23 | PCI/PM: add PCIe runtime D3cold support | Huang Ying | 1 | -4/+19 |
| 2012-06-23 | ACPI/PM: specify lowest allowed state for device sleep state | Huang Ying | 1 | -1/+2 |
| 2012-06-22 | PCI/ACPI: provide MMCONFIG address for PCI host bridges | Jiang Liu | 1 | -0/+14 |
| 2012-05-17 | ACPI / PCI / PM: Fix device PM regression related to D3hot/D3cold | Rafael J. Wysocki | 1 | -1/+1 |
| 2012-05-05 | ACPI: Fix D3hot v D3cold confusion | Lin Ming | 1 | -2/+2 |
| 2012-03-30 | ACPI, PCI: Move acpi_dev_run_wake() to ACPI core | Lin Ming | 1 | -37/+3 |
| 2011-12-05 | PCI/ACPI/PM: Avoid resuming devices that don't signal PME | Rafael J. Wysocki | 1 | -4/+8 |
| 2011-12-05 | PCI: Rework ASPM disable code | Matthew Garrett | 1 | -1/+0 |
| 2011-10-14 | PCI / PM: Remove unnecessary error variable from acpi_dev_run_wake() | Rafael J. Wysocki | 1 | -2/+1 |
| 2011-10-14 | PCI / PM: Extend PME polling to all PCI devices | Rafael J. Wysocki | 1 | -0/+3 |
| 2011-05-29 | ACPI: Add D3 cold state | Lin Ming | 1 | -0/+2 |
| 2011-02-24 | ACPI: Remove the wakeup.run_wake_count device field | Rafael J. Wysocki | 1 | -12/+4 |
| 2011-01-14 | PCI/PM: Report wakeup events before resuming devices | Rafael J. Wysocki | 1 | -1/+1 |
| 2010-12-23 | PCI: Disable ASPM if BIOS asks us to | Matthew Garrett | 1 | -0/+1 |
| 2010-08-07 | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 1 | -4/+2 |
| 2010-07-19 | PM: Make it possible to avoid races between wakeup and system sleep | Rafael J. Wysocki | 1 | -0/+1 |
| 2010-07-06 | ACPICA: Remove wakeup GPE reference counting which is not used | Rafael J. Wysocki | 1 | -4/+2 |
| 2010-03-01 | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 1 | -1/+1 |
| 2010-02-22 | PCI / ACPI / PM: Platform support for PCI PME wake-up | Rafael J. Wysocki | 1 | -0/+211 |
| 2010-01-28 | ACPI: replace acpi_integer by u64 | Lin Ming | 1 | -1/+1 |
| 2009-12-16 | PCI/PM: Propagate wake-up enable for PCIe devices too | Rafael J. Wysocki | 1 | -8/+2 |
| 2009-11-24 | PCI: use pci_is_pcie() in pci core | Kenji Kaneshige | 1 | -2/+2 |
| 2009-09-09 | PCI / ACPI PM: Propagate wake-up enable for devices w/o ACPI support | Rafael J. Wysocki | 1 | -2/+24 |
| 2009-09-09 | PCI / ACPI PM: Rework some debug messages | Rafael J. Wysocki | 1 | -11/+2 |
| 2009-09-09 | PCI PM: Simplify PCI wake-up code | Rafael J. Wysocki | 1 | -3/+7 |
| 2009-04-05 | Merge branch 'linus' into release | Len Brown | 1 | -215/+0 |
| 2009-03-26 | ACPICA: Update FADT flag definitions | Bob Moore | 1 | -2/+2 |
| 2009-03-19 | PCI/ACPI: move _OSC code to pci_root.c | Kenji Kaneshige | 1 | -215/+0 |
| 2009-01-09 | Merge branch 'linus' into release | Len Brown | 1 | -44/+38 |
| 2009-01-07 | pci-acpi: Cleanup _OSC evaluation code | Taku Izumi | 1 | -17/+14 |
| 2009-01-07 | PCI/ACPI: Remove unnecessary _OSC evaluation for control request | Taku Izumi | 1 | -0/+4 |
| 2009-01-07 | PCI: revert additional _OSC evaluation | Taku Izumi | 1 | -13/+17 |
| 2009-01-07 | ACPI/PCI: remove obsolete _OSC capability support functions | Andrew Patterson | 1 | -25/+0 |
| 2009-01-07 | ACPI/PCI: call _OSC support during root bridge discovery | Andrew Patterson | 1 | -5/+19 |
| 2009-01-07 | PCI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
| 2008-12-31 | ACPI: remove private acpica headers from driver files | Lin Ming | 1 | -2/+0 |
| 2008-11-11 | PCI: ignore bit0 of _OSC return code | Kenji Kaneshige | 1 | -7/+8 |
| 2008-10-25 | ACPI: Oops in ACPI with git latest | Rafael J. Wysocki | 1 | -0/+3 |
| 2008-10-22 | ACPI/PCI: Fix return value of acpi_cuery_osc() | Taku Izumi | 1 | -4/+3 |
| 2008-10-22 | ACPI/PCI: Always query _OSC control field in pci_osc_control_set() | Taku Izumi | 1 | -18/+13 |
| 2008-10-22 | ACPI/PCI: Change pci_osc_control_set() to query control bits first | Taku Izumi | 1 | -16/+31 |
| 2008-10-22 | ACPI/PCI: Fix possible race condition on _OSC evaluation | Taku Izumi | 1 | -8/+20 |
| 2008-07-28 | PCI: disable ASPM per ACPI FADT setting | Shaohua Li | 1 | -0/+7 |
| 2008-07-07 | PCI ACPI: Rework PCI handling of wake-up | Rafael J. Wysocki | 1 | -0/+20 |
| 2008-07-07 | PCI: rework pci_set_power_state function to call platform first | Rafael J. Wysocki | 1 | -6/+10 |
| 2008-07-07 | PCI: Introduce platform_pci_power_manageable function | Rafael J. Wysocki | 1 | -6/+13 |
| 2008-06-12 | Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Jesse Barnes | 1 | -4/+2 |
| 2008-06-11 | PCI ACPI: Drop the second argument of platform_pci_choose_state | Rafael J. Wysocki | 1 | -2/+1 |