linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-15 13:07:20 to 2018-06-20 17:41:42 UTC [more...]

[PATCH 0/3][RFC] Introduce the in-kernel hibernation encryption
 2018-06-20 17:41 UTC  (5+ messages)
` [PATCH 1/3][RFC] PM / Hibernate: Add helper functions for "
` [PATCH 2/3][RFC] PM / Hibernate: Encrypt the snapshot pages before submitted to the block device
` [PATCH 3/3][RFC] tools: create power/crypto utility

[PATCH v8 00/26] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM)
 2018-06-20 17:22 UTC  (27+ messages)
` [PATCH v8 01/26] PM / Domains: Don't treat zero found compatible idle states as an error
` [PATCH v8 02/26] PM / Domains: Deal with multiple states but no governor in genpd
` [PATCH v8 03/26] PM / Domains: Add generic data pointer to genpd_power_state struct
` [PATCH v8 04/26] PM / Domains: Add support for CPU devices to genpd
` [PATCH v8 05/26] PM / Domains: Add helper functions to attach/detach CPUs to/from genpd
` [PATCH v8 06/26] timer: Export next wakeup time of a CPU
` [PATCH v8 07/26] PM / Domains: Add genpd governor for CPUs
` [PATCH v8 08/26] PM / Domains: Extend genpd CPU governor to cope with QoS constraints
` [PATCH v8 09/26] kernel/cpu_pm: Manage runtime PM in the idle path for CPUs
` [PATCH v8 10/26] dt: psci: Update DT bindings to support hierarchical PSCI states
` [PATCH v8 11/26] of: base: Add of_get_cpu_state_node() to get idle states for a CPU node
` [PATCH v8 12/26] cpuidle: dt: Support hierarchical CPU idle states
` [PATCH v8 13/26] drivers: firmware: psci: Move psci to separate directory
` [PATCH v8 14/26] MAINTAINERS: Update files for PSCI
` [PATCH v8 15/26] drivers: firmware: psci: Split psci_dt_cpu_init_idle()
` [PATCH v8 16/26] drivers: firmware: psci: Support hierarchical CPU idle states
` [PATCH v8 17/26] drivers: firmware: psci: Simplify error path of psci_dt_init()
` [PATCH v8 18/26] drivers: firmware: psci: Announce support for OS initiated suspend mode
` [PATCH v8 19/26] drivers: firmware: psci: Prepare to use "
` [PATCH v8 20/26] drivers: firmware: psci: Share a few internal PSCI functions
` [PATCH v8 21/26] drivers: firmware: psci: Add support for PM domains using genpd
` [PATCH v8 22/26] drivers: firmware: psci: Introduce psci_dt_topology_init()
` [PATCH v8 23/26] drivers: firmware: psci: Try to attach CPU devices to their PM domains
` [PATCH v8 24/26] drivers: firmware: psci: Deal with CPU hotplug when using OSI mode
` [PATCH v8 25/26] arm64: kernel: Respect the hierarchical CPU topology in DT for PSCI
` [PATCH v8 26/26] arm64: dts: Convert to the hierarchical CPU topology layout for MSM8916

[PATCH v2 0/2] regulator: bd9571mwv: Add support for toggle power switches
 2018-06-20 13:25 UTC  (9+ messages)
` [PATCH v2 1/2] PM / wakeup: Add callback for wake-up change notification
` [PATCH v2 2/2] regulator: bd9571mwv: Add support for toggle power switches

[PATCH v5 0/8] Introduce on-chip interconnect API
 2018-06-20 12:11 UTC  (9+ messages)
` [PATCH v5 1/8] interconnect: Add generic "
` [PATCH v5 2/8] dt-bindings: Introduce interconnect provider bindings
` [PATCH v5 3/8] interconnect: Add debugfs support
` [PATCH v5 4/8] interconnect: qcom: Add RPM communication
` [PATCH v5 5/8] dt-bindings: interconnect: Document qcom,msm8916 NoC bindings
` [PATCH v5 6/8] interconnect: qcom: Add msm8916 interconnect provider driver
` [PATCH v5 7/8] dt-bindings: Introduce interconnect consumers bindings
` [PATCH v5 8/8] interconnect: Allow endpoints translation via DT

[PATCH] PM / devfreq: Fix devfreq_add_device() when drivers are built as modules
 2018-06-20 10:32 UTC  (6+ messages)

[PATCH v2] cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPC
 2018-06-20  9:29 UTC  (5+ messages)
` [v2] "

[PATCH v10 00/14] Krait clocks + Krait CPUfreq
 2018-06-20  9:08 UTC  (19+ messages)
` [PATCH v10 01/14] ARM: Add Krait L2 register accessor functions
` [PATCH v10 02/14] clk: qcom: Add support for High-Frequency PLLs (HFPLLs)
` [PATCH v10 03/14] clk: qcom: Add HFPLL driver
` [PATCH v10 04/14] dt-bindings: clock: Document qcom,hfpll
` [PATCH v10 05/14] clk: qcom: Add MSM8960/APQ8064's HFPLLs
` [PATCH v10 06/14] clk: qcom: Add IPQ806X's HFPLLs
` [PATCH v10 07/14] clk: qcom: Add support for Krait clocks
` [PATCH v10 08/14] clk: qcom: Add KPSS ACC/GCC driver
` [PATCH v10 09/14] dt-bindings: arm: Document qcom,kpss-gcc
` [PATCH v10 10/14] clk: qcom: Add Krait clock controller driver
` [PATCH v10 11/14] dt-bindings: clock: Document qcom,krait-cc
` [PATCH v10 12/14] clk: qcom: Add safe switch hook for krait mux clocks
` [PATCH v10 13/14] cpufreq: Add module to register cpufreq on Krait CPUs
` [PATCH v10 14/14] dt-bindings: cpufreq: Document operating-points-v2-krait-cpu

[PATCH] Documentation: intel_pstate: Fix typo
 2018-06-20  8:42 UTC 

[RFC PATCH v3 00/10] Energy Aware Scheduling
 2018-06-20  7:58 UTC  (43+ messages)
` [RFC PATCH v3 03/10] PM: Introduce an Energy Model management framework
` [RFC PATCH v3 04/10] PM / EM: Expose the Energy Model in sysfs
` [RFC PATCH v3 05/10] sched/topology: Reference the Energy Model of CPUs when available
` [RFC PATCH v3 06/10] sched: Add over-utilization/tipping point indicator
` [RFC PATCH v3 07/10] sched/fair: Introduce an energy estimation helper function
` [RFC PATCH v3 09/10] sched/fair: Select an energy-efficient CPU on task wake-up
` [RFC PATCH v3 10/10] arch_topology: Start Energy Aware Scheduling

[PATCH 2/2] PM / Domains: Fix return value of of_genpd_opp_to_performance_state()
 2018-06-20  6:19 UTC  (3+ messages)
` [PATCH V2 2/2] PM / Domains: Rename opp_node to np

[PATCH 0/3] powernv/cpuidle Device-tree parsing cleanup
 2018-06-20  5:01 UTC  (7+ messages)
` [PATCH 1/3] powernv/cpuidle: Parse dt idle properties into global structure
` [PATCH 2/3] cpuidle/powernv: Change platform init to avoid reparsing dt
` [PATCH 3/3] powernv/cpuidle: Use parsed device tree values for cpuidle_init

[PATCH V9] powercap/drivers/idle_injection: Add an idle injection framework
 2018-06-20  4:34 UTC  (2+ messages)

[PATCH] devfreq: rk3399_dmc: Fix duplicated opp table on reload
 2018-06-20  0:50 UTC  (6+ messages)

[PATCH] dt-bindings: Fix unbalanced quotation marks
 2018-06-19 19:49 UTC  (6+ messages)

[PATCH v3 00/12] Add throttler driver for non-thermal throttling
 2018-06-19 17:55 UTC  (16+ messages)
` [PATCH v3 01/12] PM / devfreq: Init user limits from OPP limits, not viceversa
` [PATCH v3 02/12] PM / devfreq: Fix handling of min/max_freq == 0
` [PATCH v3 10/12] misc: throttler: Add core support for non-thermal throttling
` [PATCH v3 11/12] misc: throttler: Add Chrome OS EC throttler
` [PATCH v3 12/12] mfd: cros_ec: Add throttler sub-device

[PATCH 0/3] cpufreq: add AVS support for Armada 3700
 2018-06-19 12:44 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: marvell: Add documentation for the Armada 3700 AVS binding
` [PATCH 2/3] cpufreq: armada-37xx: Add AVS support
` [PATCH 3/3] arm64: dts: marvell: armada-37xx: add the node allowing "

[PATCH v4 0/2] cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver
 2018-06-19 10:44 UTC  (22+ messages)
` [PATCH v4 1/2] dt-bindings: cpufreq: Introduce QCOM CPUFREQ FW bindings
` [PATCH v4 2/2] cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver

[PATCH v3 0/2] cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver
 2018-06-19 10:34 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH v8] powercap/drivers/idle_injection: Add an idle injection framework
 2018-06-19  8:49 UTC  (4+ messages)

[PATCH V7] powercap/drivers/idle_injection: Add an idle injection framework
 2018-06-19  5:49 UTC  (6+ messages)

[PATCH v4 16/26] docs: Fix more broken references
 2018-06-19  4:14 UTC  (6+ messages)
` [PATCH v4 21/26] devicetree: fix some bindings file names
` [PATCH v4 26/26] fix a series of Documentation/ broken file name references

[PATCH v2] cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0
 2018-06-18 19:47 UTC 

[PATCH] power: vexpress: fix corruption in notifier registration
 2018-06-18 15:54 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] power: supply: ab8500: stop using getnstimeofday64()
 2018-06-18 14:23 UTC 

[PATCH] cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0
 2018-06-18 10:53 UTC  (2+ messages)

[PATCH] PM / OPP: Update voltage in case freq == old_freq
 2018-06-18 10:51 UTC  (2+ messages)

[PATCH v2] cpufreq: kryo: Add module remove and exit
 2018-06-18  4:55 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] cpufreq: kryo: Fix possible error code dereference
 2018-06-18  4:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v7 3/6] kernel/reboot.c: export pm_power_off_prepare
 2018-06-17  7:05 UTC 

[RFC PATCH 00/10] Add support for drm/rockchip to dynamically control the DDR frequency
 2018-06-17  0:00 UTC  (5+ messages)
  ` [RFC PATCH 03/10] devfreq: rk3399_dmc: Pass ODT and auto power down parameters to TF-A

[PATCH v3 16/27] docs: Fix more broken references
 2018-06-15 21:42 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).