Linux-PM Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-09 05:20:04 to 2016-02-12 23:17:13 UTC [more...]

[PATCH 0/3] cpufreq: Replace timers with utilization update callbacks
 2016-02-12 23:17 UTC  (65+ messages)
` [PATCH 3/3 v3] cpufreq: governor: "
  ` [PATCH 3/3 v4] "
    ` [PATCH 3/3 v5] "
` [PATCH v6 0/3] cpufreq: "
  ` [PATCH v6 1/3] cpufreq: Add mechanism for registering "
    ` [PATCH v7 "
      ` [PATCH v8 "
        ` [PATCH v9 "
  ` [PATCH v6 2/3] cpufreq: intel_pstate: Replace timers with "
  ` [PATCH v6 3/3] cpufreq: governor: "

[PATCH V5 00/14] Add generic PM domain support for Tegra
 2016-02-12 23:14 UTC  (20+ messages)
` [PATCH V5 10/14] Documentation: DT: bindings: Add power domain info for NVIDIA PMC
` [PATCH V5 11/14] soc: tegra: pmc: Add generic PM domain support

tvp5150 regression after commit 9f924169c035
 2016-02-12 23:08 UTC  (8+ messages)

[RFC v2 00/12] PM: SoC idle support using PM domains
 2016-02-12 20:50 UTC  (13+ messages)
` [RFC v2 01/12] PM / Domains: Abstract genpd locking
` [RFC v2 02/12] PM / Domains: Support IRQ safe PM domains
` [RFC v2 03/12] PM / cpu_domains: Setup PM domains for CPUs/clusters
` [RFC v2 04/12] ARM: cpuidle: Add runtime PM support for CPUs
` [RFC v2 05/12] timer: Export next wake up of a CPU
` [RFC v2 06/12] PM / cpu_domains: Record CPUs that are part of the domain
` [RFC v2 07/12] PM / cpu_domains: Add PM Domain governor for CPUs
` [RFC v2 08/12] Documentation / cpu_domains: Describe CPU PM domains setup and governor
` [RFC v2 09/12] drivers: firmware: psci: Allow OS Initiated suspend mode
` [RFC v2 10/12] ARM64: psci: Support cluster idle states for OS-Initiated
` [RFC v2 11/12] ARM64: dts: Add PSCI cpuidle support for MSM8916
` [RFC v2 12/12] ARM64: dts: Define CPU power domain "

[PATCH] i2c: designware: Prevent runtime suspend during adapter registration
 2016-02-12 19:04 UTC  (3+ messages)

[PATCH] cpufreq: Avoid unnecessary locking in show() and store()
 2016-02-12 16:20 UTC  (6+ messages)

[PATCH v2 0/8] EC-based USB Power Delivery support for Chrome machines
 2016-02-12 15:38 UTC  (6+ messages)
` [PATCH v2 2/8] power_supply: Add types for USB Type C and PD chargers
` [PATCH v2 6/8] power: cros_usbpd-charger: Add EC-based USB PD charger driver

[PATCH 0/2] cpufreq: governor: Optimize work queuing in ondemand/conservative
 2016-02-12 13:33 UTC  (3+ messages)
` [PATCH 1/2] cpufreq: governor: Simplify gov_cancel_work() slightly
` [PATCH 2/2] cpufreq: governor: Avoid atomic operations in hot paths

[PATCH v1 0/6] EC-based USB Power Delivery support for Chrome machines
 2016-02-12 11:07 UTC  (8+ messages)
` [PATCH v1 3/6] power_supply: Add types for USB Type C and PD chargers
` [PATCH v1 4/6] power: cros_usbpd-charger: Add EC-based USB PD charger driver

generic-adc-battery volatge-to-percent formula
 2016-02-12  8:51 UTC  (2+ messages)

[PATCH V5 0/6] cpufreq: Locking fixes and cleanups
 2016-02-11 22:17 UTC  (8+ messages)
` [PATCH V5 1/6] cpufreq: Merge cpufreq_offline_prepare/finish routines
` [PATCH V5 2/6] cpufreq: Call __cpufreq_governor() with policy->rwsem held
` [PATCH V5 3/6] cpufreq: Remove cpufreq_governor_lock
` [PATCH V5 4/6] cpufreq: governor: No need to manage state machine now
` [PATCH V5 5/6] cpufreq: conservative: Update sample_delay_ns immediately
` [PATCH V5 6/6] cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delay

[PATCH V3 00/16] PM / OPP: Introduce APIs to transition OPPs
 2016-02-11 21:19 UTC  (12+ messages)
` [PATCH V3 01/16] PM / OPP: get/put regulators from OPP core
` [PATCH V3 03/16] PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()
` [PATCH V3 07/16] PM / OPP: Add dev_pm_opp_set_rate()
` [PATCH V3 11/16] cpufreq: dt: Pass regulator name to the OPP core
` [PATCH V3 16/16] cpufreq: dt: No need to allocate resources anymore

[PATCH] PM / OPP: Fix NULL pointer dereference when no regulator is defined
 2016-02-11 21:17 UTC  (2+ messages)

[PATCH] PM / OPP: Fix NULL pointer dereference crash when disabling OPPs
 2016-02-11 21:16 UTC  (3+ messages)

[PATCH] thermal: cpu_cooling: fix out of bounds access in time_in_idle
 2016-02-11 18:45 UTC  (3+ messages)

[PATCH v3 0/4] add reboot mode driver
 2016-02-11 17:04 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: power: reset: add document for reboot-mode driver

[PATCH V4 0/7] cpufreq: Locking fixes and cleanups
 2016-02-11 11:52 UTC  (21+ messages)
` [PATCH V4 1/7] cpufreq: Merge cpufreq_offline_prepare/finish routines
` [PATCH V4 2/7] cpufreq: Call __cpufreq_governor() with policy->rwsem held
` [PATCH V4 3/7] cpufreq: Remove cpufreq_governor_lock
` [PATCH V4 4/7] cpufreq: governor: Move common sysfs tunables to cpufreq_governor.c
    ` [PATCH V5 1/3] cpufreq: governor: No need to manage state machine now
      ` [PATCH V5 2/3] cpufreq: conservative: Update sample_delay_ns immediately
      ` [PATCH V5 3/3] cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delay
` [PATCH V4 5/7] cpufreq: governor: No need to manage state machine now
` [PATCH V4 7/7] cpufreq: ondemand: Rearrange od_dbs_timer() to void updating delay

[RFCv6 PATCH 00/10] sched: scheduler-driven CPU frequency selection
 2016-02-11  4:44 UTC  (4+ messages)
` [RFCv6 PATCH 03/10] sched: scheduler-driven cpu "

next-20160210 build: 2 failures 4 warnings (next-20160210)
 2016-02-10 18:10 UTC  (6+ messages)
    ` [PATCH] irq_work: unhide irq_work_queue_on declaration on non-SMP

[PATCH] tools/power turbostat: Fixed turbo ratio stats for Intel Xeon x200 family
 2016-02-10 15:35 UTC  (5+ messages)
  ` (unknown),
    ` [PATCH 1/2] tools/power turbostat: Fixed turbo ratio stats for Intel Xeon x200 family
    ` [PATCH 2/2] tools/power turbostat: changed bclk discovery path for Intel Xeon x200 Architecture

[PATCH] cpufreq: select IRQ_WORK in Kconfig
 2016-02-10 15:28 UTC  (2+ messages)

[PATCH v3 0/6] CPUs capacity information for heterogeneous systems
 2016-02-10 14:25 UTC  (17+ messages)
` [PATCH v3 2/6] drivers/cpufreq: implement init_cpu_capacity_default()

[RFC v11 0/3] Multiple intermediate states for genpd
 2016-02-10 10:56 UTC  (11+ messages)
` [RFC v11 1/3] PM / Domains: Support for multiple states
` [RFC v11 2/3] ARM: imx6: pm: declare pm domain latency on power_state struct
` [RFC v11 3/3] PM / Domains: remove old power on/off latencies

[PATCH 0/11] cpufreq: governor: ondemand/conservative data structures rework
 2016-02-10  5:48 UTC  (5+ messages)
` [PATCH v2 0/10] "
  ` [PATCH v2 1/10] cpufreq: Clean up default and fallback governor setup

[PATCH V4 0/6] cpufreq: Fix ABBA lockdeps
 2016-02-10  5:30 UTC  (6+ messages)
` [PATCH V4 6/6] cpufreq: governor: Create and traverse list of policy_dbs to fix lockdep
    ` [PATCH] "

[PATCH 0/3] randconfig warning fixes for thermal
 2016-02-09 22:18 UTC  (5+ messages)
` [PATCH 3/3] thermal: allow u8500-thermal driver to be a module

[PATCH V2 0/7] cpufreq: governors: Fix ABBA lockups
 2016-02-09 21:02 UTC  (5+ messages)

[PATCH V3 00/13] cpufreq: governors: Fix ABBA lockups
 2016-02-09 20:20 UTC  (4+ messages)
` [PATCH V3 03/13] cpufreq: governor: New sysfs show/store callbacks for governor tunables

[PATCH v12 0/4] Allow USB devices to remain runtime-suspended when sleeping
 2016-02-09 20:14 UTC  (7+ messages)
` [PATCH v12 2/4] PM / Domains: add setter for dev.pm_domain

[PATCH 0/1] account I/O Wait during synchronous write
 2016-02-09 16:27 UTC  (3+ messages)
` [PATCH 1/1] kernel/fs: fix I/O wait not accounted for RW O_DSYNC

[PATCH/RFC] gpio: rcar: Add Runtime PM handling for interrupts
 2016-02-09 15:19 UTC 

[PATCH RFC] Add cpufreq support
 2016-02-09 10:17 UTC  (5+ messages)

[PATCH v9] cpufreq: powernv: Add sysfs attributes to show throttle stats
 2016-02-09  5:20 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 read-only IMAP folder(s) and NNTP newsgroup(s).