linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-03 20:36:26 to 2019-07-08 09:57:39 UTC [more...]

[PATCH] cpuidle/drivers/mobile: Add new governor for mobile/embedded systems
 2019-07-08  9:57 UTC  (7+ messages)

[PATCH] cpufreq: schedutil: Fix covert rate_limit_us to freq_update_delay_ns overflow
 2019-07-08  9:37 UTC  (2+ messages)

suspend broken in next-20190704 on Thinkpad X60
 2019-07-08  9:28 UTC  (11+ messages)
      ` cpufreq notifiers break suspend -- "

[PATCH V2 00/13] intel_rapl: RAPL abstraction and MMIO RAPL support
 2019-07-08  8:58 UTC  (19+ messages)
` [PATCH V2 01/13] intel_rapl: use reg instead of msr
` [PATCH V2 02/13] intel_rapl: remove hardcoded register index
` [PATCH V2 03/13] intel_rapl: introduce intel_rapl.h
` [PATCH V2 04/13] intel_rapl: introduce struct rapl_if_private
` [PATCH V2 05/13] intel_rapl: abstract register address
` [PATCH V2 06/13] intel_rapl: abstract register access operations
` [PATCH V2 07/13] intel_rapl: cleanup some functions
` [PATCH V2 08/13] intel_rapl: cleanup hardcoded MSR access
` [PATCH V2 09/13] intel_rapl: abstract RAPL common code
` [PATCH V2 10/13] intel_rapl: support 64 bit register
` [PATCH V2 11/13] intel_rapl: support two power limits for every RAPL domain
` [PATCH V2 12/13] int340X/processor_thermal_device: add support for MMIO RAPL
` [PATCH V2 13/13] intel_rapl: Fix module autoloading issue

[PATCH v3] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-08  8:56 UTC  (2+ messages)

[PATCH v11 0/5] Add utilization clamping support (CGroups API)
 2019-07-08  8:43 UTC  (6+ messages)
` [PATCH v11 1/5] sched/core: uclamp: Extend CPU's cgroup controller
` [PATCH v11 2/5] sched/core: uclamp: Propagate parent clamps
` [PATCH v11 3/5] sched/core: uclamp: Propagate system defaults to root group
` [PATCH v11 4/5] sched/core: uclamp: Use TG's clamps to restrict TASK's clamps
` [PATCH v11 5/5] sched/core: uclamp: Update CPU's refcount on TG's clamp changes

[PATCH] cpufreq: imx-cpufreq-dt: Assign max supported frequency as suspend frequency
 2019-07-08  7:46 UTC 

[PATCH v2] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-08  7:44 UTC  (2+ messages)

[PATCH 00/13] Add support for QCOM Core Power Reduction
 2019-07-08  6:30 UTC  (15+ messages)
` [PATCH 01/13] dt-bindings: cpufreq: Re-organise kryo cpufreq to use it for other nvmem based qcom socs
` [PATCH 02/13] cpufreq: qcom: "
` [PATCH 03/13] dt-bindings: cpufreq: qcom-nvmem: Make speedbin related properties optional
` [PATCH 04/13] cpufreq: qcom: Refactor the driver to make it easier to extend
` [PATCH 05/13] dt-bindings: cpufreq: qcom-nvmem: Support pstates provided by a power domain
` [PATCH 06/13] cpufreq: qcom: Add support for qcs404 on nvmem driver
` [PATCH 07/13] cpufreq: Add qcs404 to cpufreq-dt-platdev blacklist
` [PATCH 08/13] dt-bindings: opp: Add qcom-opp bindings with properties needed for CPR
` [PATCH 09/13] dt-bindings: power: avs: Add support for CPR (Core Power Reduction)
` [PATCH 10/13] "

[PATCH] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-08  6:27 UTC  (2+ messages)

[PATCH 1/2] opp: Attach genpds to devices from within OPP core
 2019-07-08  6:01 UTC  (3+ messages)

[PATCH] opp: Return genpd virtual devices from dev_pm_opp_attach_genpd()
 2019-07-08  6:00 UTC 

[PATCH] cpufreq: imx-cpufreq-dt: Add i.MX8MN support
 2019-07-08  3:50 UTC  (2+ messages)

[PATCH] PM / wakeup: show wakeup sources stats in sysfs
 2019-07-08  3:33 UTC  (5+ messages)
` [PATCH v2] "

[PATCH RFC 0/9] Add CPU based scaling support to Passive governor
 2019-07-08  3:28 UTC  (3+ messages)
` [PATCH RFC 2/9] OPP: Export a number of helpers to prevent code duplication

[PATCH v1 0/6] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-07-07 23:38 UTC  (7+ messages)
` [PATCH v1 1/6] ARM: tegra: Remove cpuidle drivers
` [PATCH v1 2/6] ARM: tegra: Expose functions required for cpuidle driver
` [PATCH v1 3/6] cpuidle: Add unified driver for NVIDIA Tegra SoCs
` [PATCH v1 4/6] cpuidle: tegra: Support CPU cluster power-down on Tegra30
` [PATCH v1 5/6] cpuidle: tegra: Remove CPUIDLE_FLAG_TIMER_STOP from Tegra114/124 idle-state
` [PATCH v1 6/6] cpuidle: tegra: Remove CPUIDLE_FLAG_TIMER_STOP from all states

[PATCH v4 00/24] More improvements for Tegra30 devfreq driver
 2019-07-07 22:33 UTC  (25+ messages)
` [PATCH v4 01/24] PM / devfreq: tegra30: Change irq type to unsigned int
` [PATCH v4 02/24] PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped
` [PATCH v4 03/24] PM / devfreq: tegra30: Handle possible round-rate error
` [PATCH v4 04/24] PM / devfreq: tegra30: Drop write-barrier
` [PATCH v4 05/24] PM / devfreq: tegra30: Set up watermarks properly
` [PATCH v4 06/24] PM / devfreq: tegra30: Tune up boosting thresholds
` [PATCH v4 07/24] PM / devfreq: tegra30: Use CPUFreq notifier
` [PATCH v4 08/24] PM / devfreq: tegra30: Move clk-notifier's registration to governor's start
` [PATCH v4 09/24] PM / devfreq: tegra30: Reset boosting on startup
` [PATCH v4 10/24] PM / devfreq: tegra30: Don't enable consecutive-down interrupt "
` [PATCH v4 11/24] PM / devfreq: tegra30: Add debug messages
` [PATCH v4 12/24] PM / devfreq: tegra30: Inline all one-line functions
` [PATCH v4 13/24] PM / devfreq: tegra30: Constify structs
` [PATCH v4 14/24] PM / devfreq: tegra30: Ensure that target freq won't overflow
` [PATCH v4 15/24] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
` [PATCH v4 16/24] PM / devfreq: tegra30: Use kHz units uniformly in the code
` [PATCH v4 17/24] PM / devfreq: tegra30: Use tracepoints for debugging
` [PATCH v4 18/24] PM / devfreq: tegra30: Optimize CPUFreq notifier
` [PATCH v4 19/24] PM / devfreq: tegra30: Optimize upper consecutive watermark selection
` [PATCH v4 20/24] PM / devfreq: tegra30: Optimize upper average "
` [PATCH v4 21/24] PM / devfreq: tegra30: Synchronize average count on target's update
` [PATCH v4 22/24] PM / devfreq: tegra30: Include appropriate header
` [PATCH v4 23/24] PM / devfreq: tegra30: Increase sampling period to 16ms
` [PATCH v4 24/24] PM / devfreq: tegra20/30: Add Dmitry as a maintainer

[PATCH v3 0/6] Introduce Bandwidth OPPs for interconnect paths
 2019-07-07 21:48 UTC  (8+ messages)
` [PATCH v3 6/6] interconnect: Add OPP table support for interconnects

[PATCH v3 0/3] Forced-wakeup for stop states on Powernv
 2019-07-07 10:13 UTC  (5+ messages)
` [PATCH v3 1/3] cpuidle-powernv : forced wakeup for stop states
` [RFC v3 2/3] cpuidle : Add callback whenever a state usage is enabled/disabled
` [RFC v3 3/3] cpuidle-powernv : Recompute the idle-state timeouts when "

[PATCH v2 0/7] implement poweroff for mt6323/6397
 2019-07-06 20:04 UTC  (18+ messages)
` [PATCH v2 1/7] docs: dt-bindings: add poweroff
` [PATCH v2 2/7] rtc: mt6397: move some common definitions into rtc.h
    ` Aw: "
` [PATCH v2 3/7] rtc: mt6397: improvements of rtc driver
    ` Aw: "
      `  "
        ` Aw: "
          `  "
` [PATCH v2 5/7] power: reset: add driver for mt6323 poweroff
    ` Aw: "

[PATCH] Documentation: cpu-freq: Convert core.txt file to ReST format
 2019-07-06 19:56 UTC  (3+ messages)

The tick is active on idle adaptive-tick CPUs when /dev/cpu_dma_latency is used
 2019-07-06 13:02 UTC  (4+ messages)

[pm:linux-next 113/119] emac-phy.c:(.text+0x1d8): multiple definition of `acpi_sleep_state_supported'
 2019-07-05 20:22 UTC  (2+ messages)

NO_HZ_IDLE causes consistently low cpu "iowait" time (and higher cpu "idle" time)
 2019-07-05 13:37 UTC  (5+ messages)
  ` iowait v.s. idle accounting is "inconsistent" - iowait is too low

[PATCH] power: supply: bq25890_charger: Add the BQ25895 part
 2019-07-05 11:37 UTC 

[PATCH V6 0/7] cpufreq: Use QoS layer to manage freq-constraints
 2019-07-05 11:17 UTC  (10+ messages)
` [PATCH V6 1/7] PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier()
` [PATCH V6 2/7] PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()
` [PATCH V6 3/7] PM / QOS: Pass request type to dev_pm_qos_read_value()
` [PATCH V6 4/7] PM / QoS: Add support for MIN/MAX frequency constraints
` [PATCH V6 5/7] cpufreq: Register notifiers with the PM QoS framework
` [PATCH V6 6/7] cpufreq: intel_pstate: Reuse refresh_frequency_limits()
` [PATCH V6 7/7] cpufreq: Add QoS requests for userspace constraints
  ` [PATCH V7 "

linux-next boot error: WARNING in corrupted
 2019-07-05 11:09 UTC  (7+ messages)

[RFC PATCH 0/9] Add support for QCOM Core Power Reduction
 2019-07-05 10:56 UTC  (4+ messages)
` [RFC PATCH 6/9] dt-bindings: opp: Add qcom-opp bindings with properties needed for CPR

[PATCH 2/2] powercap/rapl: Add Ice Lake NNPI support to RAPL driver
 2019-07-05 10:13 UTC  (4+ messages)

[PATCH v2] Documentation: ABI: power: Add missing newline at end of file
 2019-07-05 10:09 UTC  (2+ messages)

[PATCH] PM: sleep: Drop dev_pm_skip_next_resume_phases()
 2019-07-05 10:09 UTC  (3+ messages)

[PATCH v2 0/5] PM: PCI/ACPI: Hibernation handling fixes
 2019-07-05  9:50 UTC  (3+ messages)

[PATCH 0/2] ACPI: PM: Fix two issues in acpi_device_set_power()
 2019-07-05  9:49 UTC  (4+ messages)
` [PATCH 1/2] ACPI: PM: Avoid evaluating _PS3 on transitions from D3hot to D3cold

[PATCH] PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()
 2019-07-05  9:48 UTC  (3+ messages)

[PATCH] ACPI: PM: Unexport acpi_device_get_power()
 2019-07-05  9:46 UTC  (3+ messages)

[PATCH] power: supply: isp1704: remove redundant assignment to variable ret
 2019-07-05  9:36 UTC 

[PATCH 1/6] thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()
 2019-07-05  7:01 UTC  (7+ messages)
` [PATCH 2/6] thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
` [PATCH 3/6] dt-bindings: thermal: qoriq: Add optional clocks property
` [PATCH 4/6] thermal: qoriq: Add clock operations
` [PATCH 5/6] clk: imx8mq: Remove CLK_IS_CRITICAL flag for IMX8MQ_CLK_TMU_ROOT
` [PATCH 6/6] arm64: dts: imx8mq: Add clock for TMU node

Thermal microconference proposal @ LPC
 2019-07-04 20:45 UTC  (4+ messages)

[patch 0/5] cpuidle haltpoll driver and governor (v6)
 2019-07-04 11:13 UTC  (9+ messages)
` [patch 1/5] add cpuidle-haltpoll driver
` [patch 2/5] cpuidle: add poll_limit_ns to cpuidle_device structure
` [patch 3/5] governors: unify last_state_idx
` [patch 4/5] cpuidle: add haltpoll governor
` [patch 5/5] cpuidle-haltpoll: disable host side polling when kvm virtualized

[PATCH 0/4] Add support for i.MX8MM thermal sensor driver
 2019-07-04  9:13 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: thermal: imx8mm-thermal: Add binding doc for i.MX8MM
` [PATCH 2/4] thermal: imx8mm: Add support for i.MX8MM thermal monitoring unit
` [PATCH 3/4] arm64: defconfig: Enable CONFIG_IMX8MM_THERMAL as module
` [PATCH 4/4] arm64: dts: imx8mm: Add thermal zone support

[RFCv2 0/8] Add imx8mm bus frequency switching
 2019-07-04  8:32 UTC  (5+ messages)

[pm:linux-next 91/102] include/linux/pm_qos.h:197:9: error: expected '(' before 'type'
 2019-07-04  3:18 UTC  (2+ messages)

[pm:linux-next 89/102] include/linux/pm_qos.h:209:4: error: expected identifier or '(' before '{' token
 2019-07-04  0:52 UTC 

[PATCH] kernel/cpu: hotplug; fix non-SYSFS build errors in arch/x86/power/
 2019-07-03 22:27 UTC 


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