linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-12 15:50:17 to 2015-05-14 19:50:27 UTC [more...]

[PATCH v9 00/17] Tegra124 CL-DVFS / DFLL clocksource + cpufreq
 2015-05-14 20:15 UTC  (21+ messages)
` [PATCH v9 01/17] clk: tegra: Add binding for the Tegra124 DFLL clocksource
` [PATCH v9 02/17] clk: tegra: Add library for the DFLL clock source (open-loop mode)
` [PATCH v9 03/17] clk: tegra: Add closed loop support for the DFLL
` [PATCH v9 04/17] clk: tegra: Add functions for parsing CVB tables
` [PATCH v9 05/17] clk: tegra: Introduce ability for SoC-specific reset control callbacks
` [PATCH v9 07/17] clk: tegra: Add Tegra124 DFLL clocksource platform driver
  ` [PATCH v9 06/17] clk: tegra: Add DFLL DVCO reset control for Tegra124
  ` [PATCH v9 08/17] clk: tegra: Save/restore CCLKG_BURST_POLICY on suspend
  ` [PATCH v9 09/17] clk: tegra: Add the DFLL as a possible parent of the cclk_g clock
  ` [PATCH v9 17/17] ARM: tegra: enable Tegra124 cpufreq driver by default
` [PATCH v9 10/17] ARM: tegra: Add the DFLL to Tegra124 device tree
` [PATCH v9 11/17] ARM: tegra: Enable the DFLL on the Jetson TK1
` [PATCH v9 12/17] cpufreq: tegra124: Add device tree bindings
` [PATCH v9 13/17] cpufreq: tegra: Rename tegra-cpufreq to tegra20-cpufreq
` [PATCH v9 14/17] cpufreq: Add cpufreq driver for Tegra124
` [PATCH v9 15/17] ARM: tegra: Add entries for cpufreq on Tegra124
` [PATCH v9 16/17] ARM: tegra: Add CPU regulator to the Jetson TK1 device tree

[PATCH v2] PM / sleep: Let devices force direct_complete
 2015-05-14 19:56 UTC  (3+ messages)

[PATCH 0/7] Change snvs rtc and poweroff to use syscon add pwrkey driver
 2015-05-14 17:18 UTC  (8+ messages)
` [PATCH 1/7] arm: imx: power-off: change to syscon to access register
` [PATCH 2/7] rtc: arm: imx: snvs: change use "
` [PATCH 3/7] Document: dt: fsl: snvs: change support syscon
  ` [PATCH 4/7] arm: dts: imx: update snvs to use syscon access register
` [PATCH 5/7] input: keyboard: imx: add snvs power key driver
` [PATCH 6/7] document: devicetree: input: imx: i.mx snvs power device tree bindings
` [PATCH 7/7] arm: dts: imx6sx: enable snvs power key

[PATCHv3 0/5] Linux generic wakeirq handling
 2015-05-14 17:51 UTC  (13+ messages)
` [PATCH 1/5] PM / Runtime: Update last_busy in rpm_resume
` [PATCH 2/5] PM / Wakeirq: Add automated device wake IRQ handling
` [PATCH 3/5] serial: omap: Switch wake-up interrupt to generic wakeirq
` [PATCH 4/5] serial: 8250_omap: Move "
` [PATCH 5/5] mmc: omap_hsmmc: Change wake-up interrupt to use "

[PATCH v2 0/5] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support
 2015-05-14 15:42 UTC  (6+ messages)
` [PATCH v2 1/5] Documentation: add DT binding for ARM System Control and Power Interface(SCPI) protocol
` [PATCH v2 2/5] firmware: add support "
` [PATCH v2 3/5] clk: add support for clocks provided by SCP(System Control Processor)
` [PATCH v2 4/5] clk: scpi: add support for cpufreq virtual device
` [PATCH v2 5/5] cpufreq: arm_big_little: add SCPI interface driver

[RFCv4 PATCH 00/34] sched: Energy cost model for energy-aware scheduling
 2015-05-14 15:10 UTC  (41+ messages)
` [RFCv4 PATCH 01/34] arm: Frequency invariant scheduler load-tracking support
` [RFCv4 PATCH 02/34] sched: Make load tracking frequency scale-invariant
` [RFCv4 PATCH 03/34] arm: vexpress: Add CPU clock-frequencies to TC2 device-tree
` [RFCv4 PATCH 04/34] sched: Convert arch_scale_cpu_capacity() from weak function to #define
` [RFCv4 PATCH 05/34] arm: Update arch_scale_cpu_capacity() to reflect change to define
` [RFCv4 PATCH 06/34] sched: Make usage tracking cpu scale-invariant
` [RFCv4 PATCH 07/34] arm: Cpu invariant scheduler load-tracking support
` [RFCv4 PATCH 08/34] sched: Get rid of scaling usage by cpu_capacity_orig
` [RFCv4 PATCH 09/34] sched: Track blocked utilization contributions
` [RFCv4 PATCH 10/34] sched: Include blocked utilization in usage tracking
` [RFCv4 PATCH 11/34] sched: Remove blocked load and utilization contributions of dying tasks
` [RFCv4 PATCH 12/34] sched: Initialize CFS task load and usage before placing task on rq
` [RFCv4 PATCH 13/34] sched: Documentation for scheduler energy cost model
` [RFCv4 PATCH 14/34] sched: Make energy awareness a sched feature
` [RFCv4 PATCH 15/34] sched: Introduce energy data structures
` [RFCv4 PATCH 16/34] sched: Allocate and initialize "
` [RFCv4 PATCH 17/34] sched: Introduce SD_SHARE_CAP_STATES sched_domain flag
` [RFCv4 PATCH 18/34] arm: topology: Define TC2 energy and provide it to the scheduler
` [RFCv4 PATCH 19/34] sched: Compute cpu capacity available at current frequency
` [RFCv4 PATCH 20/34] sched: Relocated get_cpu_usage() and change return type
` [RFCv4 PATCH 21/34] sched: Highest energy aware balancing sched_domain level pointer
` [RFCv4 PATCH 22/34] sched: Calculate energy consumption of sched_group
` [RFCv4 PATCH 23/34] sched: Extend sched_group_energy to test load-balancing decisions
` [RFCv4 PATCH 24/34] sched: Estimate energy impact of scheduling decisions
` [RFCv4 PATCH 25/34] sched: Add over-utilization/tipping point indicator
` [RFCv4 PATCH 26/34] sched: Store system-wide maximum cpu capacity in root domain
` [RFCv4 PATCH 27/34] sched, cpuidle: Track cpuidle state index in the scheduler
` [RFCv4 PATCH 28/34] sched: Count number of shallower idle-states in struct sched_group_energy
` [RFCv4 PATCH 29/34] sched: Determine the current sched_group idle-state
` [RFCv4 PATCH 30/34] sched: Add cpu capacity awareness to wakeup balancing
` [RFCv4 PATCH 31/34] sched: Energy-aware wake-up task placement
` [RFCv4 PATCH 32/34] sched: Consider a not over-utilized energy-aware system as balanced
` [RFCv4 PATCH 33/34] sched: Enable idle balance to pull single task towards cpu with higher capacity
` [RFCv4 PATCH 34/34] sched: Disable energy-unfriendly nohz kicks

schedule_timeout sleeps too long after dividing CPU frequency
 2015-05-14 14:51 UTC  (18+ messages)

[PATCH v4 0/3] Sanitizing freed pages
 2015-05-14 14:19 UTC  (4+ messages)
` [PATCH v4 1/3] PM / Hibernate: prepare for SANITIZE_FREED_PAGES
` [PATCH v4 2/3] mm/page_alloc.c: add config option to sanitize freed pages
` [PATCH v4 3/3] mm: Add debug code for SANITIZE_FREED_PAGES

[PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210 platform
 2015-05-14 13:07 UTC  (13+ messages)
  ` [PATCH 1/6] clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support
  ` [PATCH 5/6] ARM: Exynos: switch to using generic cpufreq driver for Exynos4210
  ` [PATCH 6/6] cpufreq: exynos: remove Exynos4210 specific cpufreq driver support
    ` [PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210platform
        ` [PATCH 0/6] cpufreq: use generic cpufreq drivers forExynos4210platform

[PATCH v3] Thermal hardware trip points and Mediatek thermal driver
 2015-05-14  9:52 UTC  (17+ messages)
` [PATCH 01/15] thermal: consistently use int for temperatures
` [PATCH 02/15] thermal: trivial: fix typo in comment
` [PATCH 03/15] thermal: remove useless call to thermal_zone_device_set_polling
` [PATCH 04/15] thermal: Use IS_ENABLED instead of #ifdef
` [PATCH 05/15] thermal: Add comment explaining test for critical temperature
` [PATCH 06/15] thermal: inline only once used function
` [PATCH 07/15] thermal: streamline get_trend callbacks
` [PATCH 08/15] thermal: Allow sensor ops to fail with -ENOSYS
` [PATCH 09/15] thermal: of: always set sensor related callbacks
` [PATCH 10/15] thermal: Make struct thermal_zone_device_ops const
` [PATCH 11/15] thermal: thermal: Add support for hardware-tracked trip points
` [PATCH 12/15] thermal: of: implement .set_trips for device tree thermal zones
` [PATCH 13/15] dt-bindings: thermal: Add binding document for Mediatek thermal controller
` [PATCH 14/15] thermal: Add Mediatek thermal controller support
  ` [PATCH 15/15] ARM64: dts: mt8173: Add thermal/auxadc device nodes

Using a temperature sensor with 1-bit output for CPU throttling
 2015-05-14  9:46 UTC  (5+ messages)

[PATCH V3] cpuidle: Handle tick_broadcast_enter() failure gracefully
 2015-05-14  3:59 UTC  (11+ messages)
` [PATCH 0/3] cpuidle: updates related to tick_broadcast_enter() failures

[PATCH V4 0/3] OPP: Introduce OPP (V2) bindings
 2015-05-14  0:32 UTC  (22+ messages)
` [PATCH V4 1/3] OPP: Redefine bindings to overcome shortcomings
` [PATCH V4 2/3] OPP: Allow multiple OPP tables to be passed via DT
` [PATCH V4 3/3] OPP: Add 'opp-next' in operating-points-v2 bindings

[PATCH 1/1] suspend: delete sys_sync()
 2015-05-13 23:22 UTC  (5+ messages)

[PATCH] PM / clock_ops: Fix clock error check in __pm_clk_add()
 2015-05-13 22:45 UTC  (11+ messages)

[RFC PATCH] cpuidle: Remove the default poll idle loop
 2015-05-13 22:28 UTC  (3+ messages)

[PATCH V4 1/3] OPP: Redefine bindings to overcome shortcomings
 2015-05-13 15:43 UTC  (18+ messages)

[PATCH] PM / sleep: Fix symbol name in a comment in kernel/power/main.c
 2015-05-13 13:55 UTC 

[RFC PATCH] PM, freezer: Don't thaw when it's intended frozen processes
 2015-05-13 13:54 UTC  (9+ messages)

[PATCH] cpufreq: arm_big_little: remove compile-time dependency on BL_SWITCHER
 2015-05-13 13:00 UTC  (3+ messages)
` [PATCH v2] cpufreq: arm_big_little: remove compile-time dependency on BIG_LITTLE

[PATCH v3 0/4] Sanitizing freed pages
 2015-05-13  9:50 UTC  (4+ messages)
` [PATCH v3 2/4] PM / Hibernate: prepare for SANITIZE_FREED_PAGES

[PATCH RFC v2 0/4] scheduler-driven cpu frequency selection
 2015-05-13  9:19 UTC  (3+ messages)
` [PATCH RFC v2 4/4] sched: cpufreq_cfs: pelt-based cpu frequency scaling

[PATCH/RFC v6 0/7] PM / Domains: DT power-on/off and QoS device latencies
 2015-05-13  8:44 UTC  (6+ messages)
` [PATCH/RFC v6 4/7] PM / Domains: Add DT bindings for PM "
` [PATCH/RFC v6 5/7] PM / Domains: Add helper variable np = dev->of_node

validate callback for menu governor
 2015-05-13  8:37 UTC  (3+ messages)

[PATCH 0/7] Introduce builtin_driver and use it for non-modular code
 2015-05-13  3:17 UTC  (4+ messages)
` [PATCH 4/7] drivers/cpufreq: Convert non-modular drivers to use builtin_driver_register

[PATCH] QorIQ/TMU: add thermal management support based on TMU
 2015-05-13  3:07 UTC  (5+ messages)

[PATCH] Report interrupt(s) that caused system wakeup
 2015-05-12 23:48 UTC  (2+ messages)

[RFC PATCH v2 0/1] ARM: cpuidle: heterogeneous systems extension
 2015-05-12 16:36 UTC  (4+ messages)

[PATCH v7 0/5] genpd multiple states v7
 2015-05-12 16:26 UTC  (4+ messages)
` [PATCH v7 1/5] PM / Domains: prepare for multiple states


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