Linux-PM Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-08 21:36:44 to 2016-02-11 22:50:12 UTC [more...]

[PATCH 0/3] cpufreq: Replace timers with utilization update callbacks
 2016-02-11 22:50 UTC  (50+ 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 v6 2/3] cpufreq: intel_pstate: Replace timers with "
  ` [PATCH v6 3/3] cpufreq: governor: "

[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  (23+ messages)
` [PATCH V3 01/16] PM / OPP: get/put regulators from OPP core
` [PATCH V3 02/16] PM / OPP: Disable OPPs that aren't supported by the regulator
` [PATCH V3 03/16] PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()
` [PATCH V3 04/16] PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()
` [PATCH V3 05/16] PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings
` [PATCH V3 06/16] PM / OPP: Manage device clk
` [PATCH V3 07/16] PM / OPP: Add dev_pm_opp_set_rate()
` [PATCH V3 08/16] cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()
` [PATCH V3 09/16] cpufreq: dt: Rename 'need_update' to 'opp_v1'
` [PATCH V3 10/16] cpufreq: dt: OPP layers handles clock-latency for V1 bindings as well
` [PATCH V3 11/16] cpufreq: dt: Pass regulator name to the OPP core
` [PATCH V3 12/16] cpufreq: dt: Unsupported OPPs are already disabled
` [PATCH V3 13/16] cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()
` [PATCH V3 14/16] cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequency
` [PATCH V3 15/16] cpufreq: dt: No need to fetch voltage-tolerance
` [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)

generic-adc-battery volatge-to-percent formula
 2016-02-11 20:38 UTC 

[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 V5 00/14] Add generic PM domain support for Tegra
 2016-02-11 16:38 UTC  (19+ 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

[PATCH v1 0/6] EC-based USB Power Delivery support for Chrome machines
 2016-02-11 15:05 UTC  (7+ 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

[PATCH] i2c: designware: Prevent runtime suspend during adapter registration
 2016-02-11 14:47 UTC  (2+ messages)

[PATCH V4 0/7] cpufreq: Locking fixes and cleanups
 2016-02-11 11:52 UTC  (22+ 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 6/7] cpufreq: conservative: Update sample_delay_ns immediately
` [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 "

[PATCH] cpufreq: Avoid unnecessary locking in show() and store()
 2016-02-11  1:25 UTC 

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  (11+ messages)
` [PATCH V4 1/6] cpufreq: governor: Create generic macro for global tuners
` [PATCH V4 2/6] cpufreq: governor: Move common tunables to 'struct dbs_data'
` [PATCH V4 3/6] cpufreq: governor: New sysfs show/store callbacks for governor tunables
` [PATCH V4 4/6] cpufreq: governor: Drop unused macros for creating governor tunable attributes
` [PATCH V4 5/6] Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"
` [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  (11+ messages)
` [PATCH V3 03/13] cpufreq: governor: New sysfs show/store callbacks for governor tunables
` [PATCH V3 12/13] cpufreq: ondemand: Traverse list of policy_dbs in update_sampling_rate()

[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)

[PATCH V2 00/16] PM / OPP: Introduce APIs to transition OPPs
 2016-02-09  4:22 UTC  (19+ messages)
` [PATCH V2 01/16] PM / OPP: get/put regulators from OPP core
` [PATCH V2 11/16] cpufreq: dt: Pass regulator name to the "
` [PATCH V2 15/16] cpufreq: dt: drop references to DT node
` [PATCH V2 16/16] cpufreq: dt: No need to allocate resources anymore

[PATCH] cpufreq: governor: Drop pointless goto from cpufreq_governor_init()
 2016-02-09  3:50 UTC  (2+ messages)

[PATCH] cpufreq: governor: Rename skip_work to work_count
 2016-02-09  3:50 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).