linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-02 17:10:36 to 2016-03-04 13:33:06 UTC [more...]

[PATCH][RFC] ACPI / PM: Fix poweroff issue on HW-full platforms without _S5
 2016-03-04 13:33 UTC  (4+ messages)

[PATCH 0/6] cpufreq: schedutil governor
 2016-03-04 13:30 UTC  (63+ messages)
` [PATCH 1/6] cpufreq: Reduce cpufreq_update_util() overhead a bit
` [PATCH 3/6] cpufreq: governor: New data type for management part of dbs_data
` [PATCH 4/6] cpufreq: governor: Move abstract gov_tunables code to a seperate file
` [PATCH 5/6] cpufreq: Support for fast frequency switching
` [PATCH 6/6] cpufreq: schedutil: New governor based on scheduler utilization data
` [PATCH v2 0/10] cpufreq: schedutil governor
  ` [PATCH v2 1/10] cpufreq: Reduce cpufreq_update_util() overhead a bit
  ` [PATCH v2 2/10][Resend] cpufreq: acpi-cpufreq: Make read and write operations more efficient
  ` [PATCH v2 3/10] cpufreq: governor: New data type for management part of dbs_data
  ` [PATCH v2 4/10] cpufreq: governor: Move abstract gov_attr_set code to seperate file
  ` [PATCH v2 5/10] cpufreq: Move governor attribute set headers to cpufreq.h
  ` [PATCH v2 6/10] cpufreq: Support for fast frequency switching
  ` [PATCH v2 7/10] cpufreq: Rework the scheduler hooks for triggering updates
  ` [PATCH v2 8/10] cpufreq: Move scheduler-related code to the sched directory
  ` [PATCH v2 9/10] cpufreq: sched: Re-introduce cpufreq_update_util()
    ` [PATCH v3 "
  ` [PATCH v2 10/10] cpufreq: schedutil: New governor based on scheduler utilization data

[PATCH] Do not modify MSR_IA32_ENERGY_PERF_BIAS in kernel
 2016-03-04 12:56 UTC  (5+ messages)

[RFC PATCH 0/8] PM / Domains: Add support for removing PM domains
 2016-03-04 12:33 UTC  (10+ messages)
` [RFC PATCH 3/8] staging: board: Remove calls to of_genpd_get_from_provider()
` [RFC PATCH 4/8] PM / Domains: Don't expose generic_pm_domain structure
  ` [RFC PATCH 1/8] PM / Domains: Add new helper functions for device-tree
  ` [RFC PATCH 2/8] ARM: EXYNOS: Remove calls to of_genpd_get_from_provider()
  ` [RFC PATCH 5/8] PM / Domains: Verify the PM domain is present when adding a provider
  ` [RFC PATCH 7/8] PM / Domains: Prepare for adding support to remove PM domains
` [RFC PATCH 6/8] PM / Domains: Remove a provider by referencing the data pointer
` [RFC PATCH 8/8] PM / Domains: Add support for removing PM domains

[PATCH V7 0/4] Add generic PM domain support for Tegra
 2016-03-04 12:23 UTC  (5+ messages)
` [PATCH V7 2/4] Documentation: DT: bindings: Add power domain info for NVIDIA PMC
  ` [PATCH V7 1/4] ARM64: tegra: Remove unused #power-domain-cells property
  ` [PATCH V7 3/4] soc: tegra: pmc: Add generic PM domain support
  ` [PATCH V7 4/4] ARM64: tegra: select PM_GENERIC_DOMAINS

[PATCH v2 0/5] thermal: hisilicon: enable power allocator for Hi6220
 2016-03-04 11:57 UTC  (6+ messages)
` [PATCH v2 1/5] thermal: change "hysteresis" as optional property

[PATCH 1/2] PM / Domains: Fix removal of a subdomain
 2016-03-04 11:07 UTC  (3+ messages)
  ` [PATCH 2/2] PM / Domains: Fix potential NULL pointer dereference

[PATCH] PM / Runtime: Only force-resume device if it has been force-suspended
 2016-03-04 10:34 UTC  (5+ messages)

[PATCH] PM / Domains: Propagate start and restore errors during runtime resume
 2016-03-04 10:22 UTC  (7+ messages)

[RFC v3 00/12] PM: SoC idle support using PM domains
 2016-03-04 10:09 UTC  (7+ messages)
` [RFC v3 01/12] PM / Domains: Abstract genpd locking
` [RFC v3 02/12] PM / Domains: Support IRQ safe PM domains
` [RFC v3 03/12] PM / cpu_domains: Setup PM domains for CPUs/clusters

STI problem and workaround for Dell XPS 13 (Skylake, 2016) / Broadcom BCM4350
 2016-03-04  7:49 UTC  (9+ messages)

[PATCH v5] cpufreq: acpi_cpufreq: base frequency attribute support
 2016-03-04  5:24 UTC  (2+ messages)

[PATCH v2] power: reset: keystone: Enable COMPILE_TEST
 2016-03-04  1:04 UTC 

[PATCH v3] thermal: Fix build error of missing devm_ioremap_resource on UM
 2016-03-04  1:03 UTC 

[RFC/RFT][PATCH 0/1] cpufreq: New governor based on scheduler-provided utilization data
 2016-03-03 19:20 UTC  (11+ messages)
` [RFC/RFT][PATCH v4 1/2] cpufreq: New governor using utilization data from the scheduler

[PATCH v4] cpufreq: acpi_cpufreq: base frequency attribute support
 2016-03-03 17:29 UTC  (5+ messages)
` [PATCH] cpufreq: acpi: Allow new dynamics attributes to be added to acpi_cpufreq_attr

[PATCH] thermal: trace: migrating thermal traces to use TRACE_DEFINE_ENUM() macros
 2016-03-03 17:28 UTC  (4+ messages)

[PATCH 00/14] drivers: use __maybe_unused to hide pm functions
 2016-03-03 14:23 UTC  (5+ messages)
` [PATCH 03/14] power: ipaq-micro-battery: "
` [PATCH 04/14] power: pm2301-charger: "

[PATCH v2] goldfish: Enable ACPI-based enumeration for goldfish battery
 2016-03-03 14:22 UTC  (2+ messages)

[PATCH] power_supply: 88pm860x_charger: do not pass NULL to power_supply_put
 2016-03-03 14:21 UTC  (2+ messages)

[PATCH] jz4740-battery: Correct voltage change check
 2016-03-03 14:21 UTC  (2+ messages)

[RFCv7 PATCH 00/10] sched: scheduler-driven CPU frequency selection
 2016-03-03 14:21 UTC  (13+ messages)
` [RFCv7 PATCH 03/10] sched: scheduler-driven cpu "
` [RFCv7 PATCH 04/10] sched/fair: add triggers for OPP change requests

[PATCH] power_supply: lp8788-charger: initialize boolean 'found'
 2016-03-03 14:19 UTC  (2+ messages)

[PATCH 1/2] power: goldfish_battery: add devicetree bindings
 2016-03-03 14:19 UTC  (2+ messages)

[RFC 01/15] clocksource: atmel: Add missing MFD_SYSCON dependency on HAS_IOMEM
 2016-03-03 13:05 UTC  (41+ messages)
` [RFC 02/15] dmaengine: nxp: "
` [RFC 03/15] hwspinlock: qcom: "
` [RFC 04/15] irqchip: st: "
` [RFC 05/15] phy: hi6220: "
` [RFC 06/15] pinctrl: rockchip: "
` [RFC 07/15] pinctrl: mvebu: "
` [RFC 08/15] rtc: at91sam9: "
` [RFC 09/15] media: platform: "
` [RFC 10/15] net: ethernet: "
` [RFC 11/15] power: reset: keystone: "
` [RFC 12/15] soc: qcom: "
` [RFC 13/15] staging: media: omap4iss: "
` [RFC 14/15] usb: xhci: mtk: "
` [RFC 15/15] mfd: syscon: Fix build of missing ioremap on UM
    ` [rtc-linux] "
    ` [rtc-linux] Re: [RFC 04/15] irqchip: st: Add missing MFD_SYSCON dependency on HAS_IOMEM
    ` [rtc-linux] Re: [RFC 09/15] media: platform: "
      ` [rtc-linux] Re: [RFC 11/15] power: reset: keystone: "
  ` [rtc-linux] [RFC 13/15] staging: media: omap4iss: "
  ` [rtc-linux] [RFC 12/15] soc: qcom: "
  ` [rtc-linux] [RFC 07/15] pinctrl: mvebu: "
  ` [rtc-linux] [RFC 06/15] pinctrl: rockchip: "

[PATCH v2] thermal: Fix build error of missing devm_ioremap_resource on UM
 2016-03-03 11:58 UTC  (4+ messages)

[PATCH V6 00/10] Add generic PM domain support for Tegra
 2016-03-03 11:47 UTC  (6+ messages)

[PATCH] Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
 2016-03-03  9:21 UTC 

[PATCH] thermal: Fix build error of missing devm_ioremap_resource on UM
 2016-03-03  8:27 UTC 

[RFC 00/15] tree-wide: mfd: syscon: Fix unmet ioremap dependency
 2016-03-03  8:03 UTC 

[PATCH] thermal: rockchip: disable thermal->clk in err case
 2016-03-03  3:34 UTC  (2+ messages)

[PATCH v3 0/4] Hierarchical thermal zones
 2016-03-03  3:23 UTC  (10+ messages)
` [PATCH v3 1/4] thermal: Add support for hierarchical "
` [PATCH v3 2/4] devicetree: bindings: let thermal-sensor point to other "
` [PATCH v3 4/4] thermal: show the sub thermal zones in sysfs

[PATCH] PM: Fix crash on graph trace through x86 suspend
 2016-03-03  2:16 UTC  (7+ messages)

[PATCH 0/5] ARM: rockchip: move io-domains under GRF
 2016-03-02 21:16 UTC  (4+ messages)
` [PATCH 1/5] PM / AVS: rockchip-io: make io-domains a child of the GRF

[PATCH v3] acpi-cpufreq: introduce base_frequency
 2016-03-02 17:32 UTC  (4+ messages)
` [PATCH v3] cpufreq: acpi_cpufreq: base frequency attribute support

SKL BOOT FAILURE unless idle=nomwait (was Re: PROBLEM: Cpufreq constantly keeps frequency at maximum on 4.5-rc4)
 2016-03-02 17:10 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).