linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-27 21:09:35 to 2018-04-05 16:16:44 UTC [more...]

[PATCH v3 0/7] CPU cooling device new strategies
 2018-04-05 16:16 UTC  (8+ messages)
` [PATCH v3 1/7] thermal/drivers/cpu_cooling: Fixup the header and copyright
` [PATCH v3 2/7] thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX)
` [PATCH v3 3/7] thermal/drivers/cpu_cooling: Remove pointless field
` [PATCH v3 4/7] thermal/drivers/Kconfig: Convert the CPU cooling device to a choice
` [PATCH v3 5/7] thermal/drivers/cpu_cooling: Add idle cooling device documentation
` [PATCH v3 6/7] thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver
` [PATCH v3 7/7] cpuidle/drivers/cpuidle-arm: Register the cooling device

[PATCH v9 00/10] sched/cpuidle: Idle loop rework
 2018-04-05 14:29 UTC  (20+ messages)
` [PATCH v9 01/10] time: tick-sched: Reorganize idle tick management code
` [PATCH v9 02/10] sched: idle: Do not stop the tick upfront in the idle loop
` [PATCH v9 03/10] sched: idle: Do not stop the tick before cpuidle_idle_call()
` [PATCH v9 04/10] jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC
` [PATCH v9 05/10] cpuidle: Return nohz hint from cpuidle_select()
` [PATCH v9 06/10] time: tick-sched: Split tick_nohz_stop_sched_tick()
` [PATCH v9 07/10] time: hrtimer: Introduce hrtimer_next_event_without()
` [PATCH v9 08/10] sched: idle: Select idle state before stopping the tick
` [PATCH v9 09/10] cpuidle: menu: Refine idle state selection for running tick
` [PATCH v9 10/10] cpuidle: menu: Avoid selecting shallow states with stopped tick

[PATCH v4 00/14] CPU scaling support for msm8996
 2018-04-05 13:18 UTC  (26+ messages)
` [PATCH v4 01/14] soc: qcom: Separate kryo l2 accessors from PMU driver
` [PATCH v4 02/14] clk: qcom: Make clk_alpha_pll_configure available to modules
` [PATCH v4 03/14] clk: qcom: Add CPU clock driver for msm8996
` [PATCH v4 04/14] clk: qcom: Add DT bindings for "
` [PATCH v4 05/14] clk: qcom: cpu-8996: Add support to switch to alternate PLL
` [PATCH v4 06/14] clk: qcom: cpu-8996: Add support to switch below 600Mhz
` [PATCH v4 07/14] clk: qcom: Add ACD path to CPU clock driver for msm8996
` [PATCH v4 08/14] dt: qcom: Add opp and thermal to the msm8996
` [PATCH v4 09/14] regulator: qcom_spmi: Add support for SAW
` [PATCH v4 10/14] dt-bindings: Add support for SAW documentation
` [PATCH v4 11/14] dt: qcom: Add SAW regulator for 8x96 CPUs
` [PATCH v4 12/14] cpufreq: Add Kryo CPU scaling driver
` [PATCH v4 13/14] dt-bindings: cpufreq: Document operating-points-v2-kryo-cpu
` [PATCH v4 14/14] dt: qcom: Add qcom-cpufreq-kryo driver configuration

x32 suspend failuer in Re: linux-next: Tree for Apr 4
 2018-04-05 12:25 UTC  (4+ messages)
      ` update-binfmts breaking suspend was "

[PATCH] cpufreq/schedutil: Cleanup and document iowait boost
 2018-04-05  9:58 UTC  (2+ messages)

[PATCH] cpufreq: armada-37xx: Fix clock leak
 2018-04-05  4:51 UTC  (2+ messages)

[PATCH V2 6/7] thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver
 2018-04-05  4:49 UTC  (3+ messages)

[PATCH V3] PM / core: fix deferred probe breaking suspend resume order
 2018-04-04 21:10 UTC  (4+ messages)

[PATCH 1/3] adp5061: New driver for ADP5061 I2C battery charger
 2018-04-04 17:33 UTC  (2+ messages)

[PATCH 2/3] adp5061: Add support for battery charging enable
 2018-04-04 17:01 UTC  (2+ messages)

[PATCH v2] cpufreq: cppc_cpufreq: Initialize shared cpu's perf capabilities
 2018-04-04 10:36 UTC  (2+ messages)

[PATCH V2 0/2] cpufreq: Stop validating cpufreq table in drivers
 2018-04-04  9:48 UTC  (3+ messages)
` [PATCH V2 1/2] cpufreq: scmi: Don't validate the frequency table twice

[PATCH 3/3] adp5061: Add support for charging voltage limit enable
 2018-04-04  8:18 UTC 

[PATCH] dmaengine: rcar-dmac: Fix too early/late system suspend/resume callbacks
 2018-04-04  5:54 UTC  (2+ messages)

[PATCH] PM / QoS: mark expected switch fall-throughs
 2018-04-03 10:49 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: Do not include debugfs.h
 2018-04-03 10:37 UTC  (2+ messages)

linux-next on x60: network manager often complains "network is disabled" after resume
 2018-04-03  8:51 UTC  (11+ messages)
                  ` linux-next on x60: hangs when I request suspend was "

[PATCH v8 00/10] sched/cpuidle: Idle loop rework
 2018-04-02 21:25 UTC  (14+ messages)
` [PATCH v8 01/10] time: tick-sched: Reorganize idle tick management code
` [PATCH v8 02/10] sched: idle: Do not stop the tick upfront in the idle loop
` [PATCH v8 03/10] sched: idle: Do not stop the tick before cpuidle_idle_call()
` [PATCH v8 04/10] jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC
` [PATCH v8 05/10] cpuidle: Return nohz hint from cpuidle_select()
` [PATCH v8 06/10] time: tick-sched: Split tick_nohz_stop_sched_tick()
` [PATCH v8 07/10] time: hrtimer: Timer exclusion support for hrtimer_get_next_event()
` [PATCH v8 08/10] sched: idle: Select idle state before stopping the tick
` [PATCH v8 09/10] cpuidle: menu: Refine idle state selection for running tick
` [PATCH v8 10/10] cpuidle: menu: Avoid selecting shallow states with stopped tick

[GIT PULL] power-supply changes for 4.17
 2018-04-02 17:47 UTC 

[GIT PULL] Power management updates for v4.17-rc1
 2018-04-02 11:11 UTC 

[GIT PULL] ACPI updates for v4.17-rc1
 2018-04-02 11:10 UTC 

[PATCH V5] thermal: Add cooling device's statistics in sysfs
 2018-04-02 10:56 UTC 

[PATCH] cpufreq: cppc_cpufreq: Initialize shared cpu's perf capabilities
 2018-04-02 10:00 UTC  (3+ messages)

[PATCH] Documentation/thermal: Check links and convert to https
 2018-04-02  7:12 UTC  (2+ messages)

[PATCH v2] PM / wakeup: use seq_open() to show wakeup stats
 2018-04-02  6:46 UTC  (8+ messages)

[PATCH v3 0/8] arm: Base support for Renesas RZN1D-DB Board
 2018-03-31 16:20 UTC  (21+ messages)
` [PATCH v3 1/8] DT: mfd: renesas,rzn1-sysctrl: document RZ/N1 sysctrl node
` [PATCH v3 2/8] DT: reset: renesas,rzn1-reboot: document RZ/N1 reboot driver
` [PATCH v3 3/8] DT: arm: renesas,rzn1: add the RZ/N1 SoC and RZN1D-DB board
` [PATCH v3 4/8] reset: Renesas RZ/N1 reboot driver
` [PATCH v3 5/8] arm: shmobile: Add the RZ/N1 arch to the shmobile Kconfig
` [PATCH v3 6/8] DT: arm: Add Renesas RZ/N1 SoC base device tree file
` [PATCH v3 7/8] DT: arm: Add Renesas RZN1D-DB Board base file
` [PATCH v3 8/8] DT: arm: Add the RZN1D-DB Board to Renesas Makefile target

[PATCH] OPTIONAL: cpufreq/intel_pstate: fix debugfs_simple_attr.cocci warnings
 2018-03-31  4:20 UTC  (10+ messages)
` [kbuild-all] "

[PATCH 0/9] GPU-bound energy efficiency improvements for the intel_pstate driver
 2018-03-30 18:50 UTC  (18+ messages)
` [PATCH 1/9] cpufreq: Implement infrastructure keeping track of aggregated IO active time
` [PATCH 2/9] Revert "cpufreq: intel_pstate: Replace bxt_funcs with core_funcs"
` [PATCH 3/9] Revert "cpufreq: intel_pstate: Shorten a couple of long names"
` [PATCH 4/9] Revert "cpufreq: intel_pstate: Simplify intel_pstate_adjust_pstate()"
` [PATCH 5/9] Revert "cpufreq: intel_pstate: Drop ->update_util from pstate_funcs"
` [PATCH 6/9] cpufreq/intel_pstate: Implement variably low-pass filtering controller for small core
` [PATCH 7/9] SQUASH: cpufreq/intel_pstate: Enable LP controller based on ACPI FADT profile
` [PATCH 8/9] OPTIONAL: cpufreq/intel_pstate: Expose LP controller parameters via debugfs
` [PATCH 9/9] drm/i915/execlists: Report GPU rendering as IO activity to cpufreq

[PATCH] debugfs_simple_attr.cocci: add clarifying information
 2018-03-30 16:43 UTC 

[PATCH 3/3] iio:dac:ad5686: Add AD5671R/75R/94/94R/95R/96/96R support
 2018-03-30 13:56 UTC 

[PATCH 1/3] iio:dac:ad5686: Style fixes no functional changes
 2018-03-30 13:55 UTC  (2+ messages)
` [PATCH 2/3] iio:dac:ad5686: Add AD5672R/AD5676/AD5676R/AD5684R/AD5685R/AD5686R support

r8152 livelocks during pm_runtime_suspend
 2018-03-30 13:37 UTC  (2+ messages)

[PATCH] PM / devfreq: use put_device() instead of kfree()
 2018-03-30 11:44 UTC 

[PATCH] cpufreq: cppc: Use transition_delay_us depending on the transition_latency
 2018-03-30 10:17 UTC  (2+ messages)

[RFT][PATCH v7 0/8] sched/cpuidle: Idle loop rework
 2018-03-30  9:39 UTC  (15+ messages)
` [RFT][PATCH v7 5/8] cpuidle: Return nohz hint from cpuidle_select()
  ` [RFT][PATCH v7.3 "
` [RFT][PATCH v7 6/8] sched: idle: Select idle state before stopping the tick

[PATCH 0/2] add thermal monitor support for UniPhier PXs3 SoC
 2018-03-30  3:51 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: thermal: uniphier: add a compatible string for PXs3
` [PATCH 2/2] thermal: uniphier: add UniPhier PXs3 support

[PATCH v2] Optimize C3 entry on Centaur CPUs
 2018-03-30  2:02 UTC 

[lkp-robot] [sched] f4b457d904: vm-scalability.throughput -8.2% regression
 2018-03-30  1:24 UTC 

[PATCH] Delete some unusefull operations for centaur CPU/platform
 2018-03-29 11:03 UTC  (3+ messages)
` 答复: "
    ` 答复: "

[lkp-robot] [cpuidle] a97056a6fa: aim9.exec_test.ops_per_sec -11.9% regression
 2018-03-29  7:11 UTC 

[PATCH] power: supply: ab8500_fg: fix spelling mistake: "Disharge" -> "Discharge"
 2018-03-28 22:48 UTC 

[PATCH] thermal: exynos_tmu: avoid uninitialized variables
 2018-03-28 13:56 UTC  (2+ messages)

[PATCH v1 00/16] Add support to MT6323 RTC and its power device
 2018-03-28 11:15 UTC  (12+ messages)
` [PATCH v1 02/16] dt-bindings: rtc: mediatek: add bindings for PMIC RTC
` [PATCH v1 03/16] dt-bindings: mfd: mediatek: add a description for MT6323 RTC
` [PATCH v1 04/16] mfd: mt6397: add MT6323 RTC support into MT6397 driver

[PATCH v2 0/8] arm: Base support for Renesas RZN1D-DB Board
 2018-03-28  8:00 UTC  (5+ messages)
` [PATCH v2 3/8] DT: arm: renesas,r9a06g032: add the RZ/N1 bindings

[PATCH] cpuidle: poll_state: Avoid invoking local_clock() too often
 2018-03-27 22:00 UTC  (2+ messages)

[PATCH v2] cpuidle: poll_state: Add time limit to poll_idle()
 2018-03-27 21:09 UTC  (6+ 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).