linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-14 22:19:26 to 2019-07-17 00:10:19 UTC [more...]

[PATCH 0/9] Harden list_for_each_entry_rcu() and family
 2019-07-17  0:07 UTC  (26+ messages)
` [PATCH 1/9] rcu/update: Remove useless check for debug_locks (v1)
` [PATCH 2/9] rcu: Add support for consolidated-RCU reader checking (v3)
` [PATCH 3/9] rcu/sync: Remove custom check for reader-section (v2)
` [PATCH 4/9] ipv4: add lockdep condition to fix for_each_entry (v1)
` [PATCH 5/9] driver/core: Convert to use built-in RCU list checking (v1)
` [PATCH 6/9] workqueue: Convert for_each_wq to use built-in list check (v2)
` [PATCH 7/9] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator (v1)
` [PATCH 8/9] acpi: Use built-in RCU list checking for acpi_ioremaps list (v1)
` [PATCH 9/9] doc: Update documentation about list_for_each_entry_rcu (v1)

[PATCH] cpuidle: Always stop scheduler tick on adaptive-tick CPUs
 2019-07-16 21:40 UTC  (2+ messages)

[PATCH 00/18] ARM/ARM64: Support hierarchical CPU arrangement for PSCI
 2019-07-16 20:36 UTC  (16+ messages)
` [PATCH 07/18] drivers: firmware: psci: Prepare to use OS initiated suspend mode
` [PATCH 09/18] drivers: firmware: psci: Add support for PM domains using genpd
` [PATCH 10/18] drivers: firmware: psci: Add hierarchical domain idle states converter
` [PATCH 14/18] drivers: firmware: psci: Manage runtime PM in the idle path for CPUs
` [PATCH 17/18] arm64: dts: Convert to the hierarchical CPU topology layout for MSM8916
` [PATCH 18/18] arm64: dts: hikey: Convert to the hierarchical CPU topology layout

[PATCH v2 0/2] interconnect: Add path tagging support
 2019-07-16 20:15 UTC  (5+ messages)
` [PATCH v2 2/2] interconnect: qcom: Add tagging and wake/sleep support for sdm845

[PATCH RFC v2] PM / devfreq: Add cpu based scaling support to passive_governor
 2019-07-16 19:23 UTC  (2+ messages)

[PATCH v2 00/11] Introduce Bandwidth OPPs & interconnect devfreq driver
 2019-07-16 19:17 UTC  (6+ messages)
` [PATCH v2 11/11] interconnect: Add devfreq support

[PATCH v2 0/4] Add required-opps support to devfreq passive gov
 2019-07-16 19:12 UTC  (7+ messages)
` [PATCH v2 1/4] OPP: Allow required-opps even if the device doesn't have power-domains
` [PATCH v2 3/4] PM / devfreq: Cache OPP table reference in devfreq

[PATCH v3 0/6] Introduce Bandwidth OPPs for interconnect paths
 2019-07-16 19:10 UTC  (16+ messages)
` [PATCH v3 1/6] dt-bindings: opp: Introduce opp-peak-KBps and opp-avg-KBps bindings
` [PATCH v3 2/6] OPP: Add support for bandwidth OPP tables
` [PATCH v3 6/6] interconnect: Add OPP table support for interconnects

[PATCH v2] PM: QoS: Get rid of unused flags
 2019-07-16 18:56 UTC  (2+ messages)

[PATCH v2 0/9] Harden list_for_each_entry_rcu() and family
 2019-07-16 18:50 UTC  (13+ messages)
` [PATCH v2 2/9] rcu: Add support for consolidated-RCU reader checking
` [PATCH v2 3/9] rcu/sync: Remove custom check for reader-section

[PATCH v2] driver core: Remove device link creation limitation
 2019-07-16 18:49 UTC  (2+ messages)

[PATCH 00/14] pending doc patches for 5.3-rc
 2019-07-16 18:42 UTC  (3+ messages)
` [PATCH 02/14] docs: power: add it to to the main documentation index

[PATCH v11 0/5] Add utilization clamping support (CGroups API)
 2019-07-16 18:00 UTC  (21+ 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 0/8] PM / ACPI: sleep: Simplify the suspend-to-idle control flow
 2019-07-16 16:21 UTC  (9+ messages)
` [PATCH 1/8] PCI: irq: Introduce rearm_wake_irq()
` [PATCH 2/8] ACPICA: Return u32 from acpi_dispatch_gpe()
` [PATCH 3/8] ACPI: EC: Return bool from acpi_ec_dispatch_gpe()
` [PATCH 4/8] PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()
` [PATCH 5/8] ACPI: PM: Set s2idle_wakeup earlier and clear it later
` [PATCH 6/8] PM: sleep: Simplify suspend-to-idle control flow
` [PATCH 7/8] PM: sleep: Integrate suspend-to-idle with generig suspend flow
` [PATCH 8/8] PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()

[PATCH v4 00/24] More improvements for Tegra30 devfreq driver
 2019-07-16 15:17 UTC  (37+ 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 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 02/10] video: sa1100fb: Remove cpufreq policy notifier
 2019-07-16 12:26 UTC  (11+ messages)
` [PATCH 03/10] video: pxafb: "
` [PATCH 04/10] arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY
` [PATCH 05/10] thermal: cpu_cooling: Switch to QoS requests instead of cpufreq notifier
` [PATCH 06/10] powerpc: macintosh: "
` [PATCH 07/10] cpufreq: powerpc_cbe: "
` [PATCH 08/10] ACPI: cpufreq: "
` [PATCH 09/10] cpufreq: Remove CPUFREQ_ADJUST and CPUFREQ_NOTIFY policy notifier events
` [PATCH 10/10] Documentation: cpufreq: Update policy notifier documentation

[PATCH v2 0/4] add coupled regulators for Exynos5422/5800
 2019-07-16 11:56 UTC  (18+ messages)
    ` [PATCH v2 1/4] opp: core: add regulators enable and disable
    ` [PATCH v2 2/4] devfreq: exynos-bus: convert to use dev_pm_opp_set_rate()
    ` [PATCH v2 3/4] ARM: dts: exynos: add initial data for coupled regulators for Exynos5422/5800
    ` [PATCH v2 4/4] dt-bindings: devfreq: exynos-bus: remove unused property

[PATCH 00/13] Add support for QCOM Core Power Reduction
 2019-07-16 11:11 UTC  (7+ messages)
` [PATCH 02/13] cpufreq: qcom: Re-organise kryo cpufreq to use it for other nvmem based qcom socs
` [PATCH 04/13] cpufreq: qcom: Refactor the driver to make it easier to extend

[PATCH] opp: Return genpd virtual devices from dev_pm_opp_attach_genpd()
 2019-07-16 10:43 UTC  (2+ messages)

[PATCH 00/10] cpufreq: Migrate users of policy notifiers to QoS requests
 2019-07-16 10:27 UTC  (5+ messages)
` [PATCH 01/10] cpufreq: Add policy create/remove notifiers

[PATCH] PM / Domains: Align in-parameter names for some genpd functions
 2019-07-16  9:43 UTC 

[PATCH v2] PM / wakeup: show wakeup sources stats in sysfs
 2019-07-16  9:36 UTC  (12+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] driver core: Remove device link creation limitation
 2019-07-16  9:29 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 066/249] cpupower : frequency-set -r option misses the last cpu in related cpu list
 2019-07-16  9:25 UTC  (6+ messages)
` [PATCH AUTOSEL 5.2 099/249] x86/cpu: Add Ice Lake NNPI to Intel family
` [PATCH AUTOSEL 5.2 102/249] perf/x86: Add Intel Ice Lake NNPI uncore support
` [PATCH AUTOSEL 5.2 190/249] cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update()
` [PATCH AUTOSEL 5.2 191/249] cpufreq: Don't skip frequency validation for has_target() drivers

[PATCH AUTOSEL 4.19 040/158] cpupower : frequency-set -r option misses the last cpu in related cpu list
 2019-07-16  9:21 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 065/158] x86/cpu: Add Ice Lake NNPI to Intel family
` [PATCH AUTOSEL 4.19 123/158] cpufreq: Don't skip frequency validation for has_target() drivers

[PATCH v6] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-16  9:00 UTC  (2+ messages)
  ` [PATCH v6] cpufreq/pasemi: fix an use-after-free inpas_cpufreq_cpu_init()

[GIT PULL] power-supply changes for 5.3
 2019-07-16  4:35 UTC  (2+ messages)

[PATCH] rculist: Add build check for single optional list argument
 2019-07-16  4:07 UTC 

[PATCH V3] cpufreq: Make cpufreq_generic_init() return void
 2019-07-16  4:06 UTC 

[PATCH V35 10/29] hibernate: Disable when the kernel is locked down
 2019-07-15 19:59 UTC 

[PATCHv3 0/6] CPPC optional registers AMD support
 2019-07-15 17:57 UTC  (3+ messages)

[PATCH v3 00/13] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-07-15 17:26 UTC  (14+ messages)
` [PATCH v3 01/13] ARM: tegra: Remove cpuidle drivers to replace them with a new driver
` [PATCH v3 02/13] ARM: tegra: Change tegra_set_cpu_in_lp2() type to void
` [PATCH v3 03/13] ARM: tegra: Propagate error from tegra_idle_lp2_last()
` [PATCH v3 04/13] ARM: tegra: Compile sleep-tegra20/30.S unconditionally
` [PATCH v3 05/13] ARM: tegra: Expose PM functions required for new cpuidle driver
` [PATCH v3 06/13] ARM: tegra: Rename some of the newly exposed PM functions
` [PATCH v3 07/13] ARM: tegra: Add tegra_pm_park_secondary_cpu()
` [PATCH v3 08/13] clk: tegra: Add missing stubs for the case of !CONFIG_PM_SLEEP
` [PATCH v3 09/13] cpuidle: Introduce unified driver for NVIDIA Tegra SoCs
` [PATCH v3 10/13] cpuidle: tegra: Support CPU cluster power-down state on Tegra30
` [PATCH v3 11/13] ARM: tegra: Create simple platform device for cpuidle driver
` [PATCH v3 12/13] ARM: multi_v7_defconfig: Enable Tegra "
` [PATCH v3 13/13] ARM: tegra: Enable Tegra cpuidle driver in tegra_defconfig

[PATCH v4 0/5] Add QCS404 interconnect provider driver
 2019-07-15 13:56 UTC  (4+ messages)
` [PATCH v4 1/5] dt-bindings: interconnect: Add Qualcomm QCS404 DT bindings

[PATCH AUTOSEL 5.1 057/219] cpupower : frequency-set -r option misses the last cpu in related cpu list
 2019-07-15 14:02 UTC  (3+ messages)
` [PATCH AUTOSEL 5.1 087/219] x86/cpu: Add Ice Lake NNPI to Intel family
` [PATCH AUTOSEL 5.1 167/219] cpufreq: Don't skip frequency validation for has_target() drivers

[PATCH AUTOSEL 4.4 21/53] cpupower : frequency-set -r option misses the last cpu in related cpu list
 2019-07-15 14:45 UTC 

[PATCH AUTOSEL 4.9 27/73] cpupower : frequency-set -r option misses the last cpu in related cpu list
 2019-07-15 14:35 UTC 

[NOTICE] Eduardo is offline during July
 2019-07-15 14:32 UTC 

[PATCH AUTOSEL 4.14 032/105] cpupower : frequency-set -r option misses the last cpu in related cpu list
 2019-07-15 14:27 UTC 

[PATCH v2 0/6] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-07-14 22:19 UTC  (7+ messages)
` [PATCH v2 1/6] ARM: tegra: Remove cpuidle drivers


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