linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-19 16:22:02 to 2019-12-23 14:59:10 UTC [more...]

[PATCH v7 0/5] Add support for QCOM Core Power Reduction
 2019-12-23 14:58 UTC  (5+ messages)
` [PATCH v7 1/5] dt-bindings: power: avs: Add support for CPR (Core Power Reduction)

[PATCH v4 0/6] Add support for frequency invariance for (some) x86
 2019-12-23 14:40 UTC  (24+ messages)
` [PATCH v4 1/6] x86,sched: Add support for frequency invariance
` [PATCH v4 2/6] x86,sched: Add support for frequency invariance on SKYLAKE_X
` [PATCH v4 3/6] x86,sched: Add support for frequency invariance on XEON_PHI_KNL/KNM

[PATCH 0/5] qcom-cpr fixes for rjw bleeding-edge
 2019-12-23 14:19 UTC  (6+ messages)
` [PATCH 1/5] power: avs: qcom-cpr: fix invalid printk specifier in debug print
` [PATCH 2/5] power: avs: qcom-cpr: fix unsigned expression compared with zero
` [PATCH 3/5] power: avs: qcom-cpr: make sure that regmap is available
` [PATCH 4/5] power: avs: qcom-cpr: remove set but unused variable
` [PATCH 5/5] power: avs: qcom-cpr: make cpr_get_opp_hz_for_req() static

[PATCH 0/2] Add critical interrupt and cooling maps for TSENS in SC7180
 2019-12-23 13:14 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: sc7180: "
` [PATCH 2/2] dt-bindings: thermal: tsens: Add configuration for sc7180 in yaml

[PATCH v4 00/12] add header file for kelvin to/from Celsius conversion helpers
 2019-12-23 13:07 UTC  (2+ messages)

[PATCH 1/9] memory: emif: convert to devm_platform_ioremap_resource
 2019-12-23 11:44 UTC  (11+ messages)
` [PATCH 2/9] memory: jz4780_nemc: "
` [PATCH 3/9] memory: mvebu-devbus: "
` [PATCH 4/9] memory: tegra: "
` [PATCH 5/9] memory: fsl-corenet-cf: "
` [PATCH 6/9] memory: ti-aemif: "
` [PATCH 7/9] memory: samsung: exynos5422-dmc: "
` [PATCH 8/9] memory: mtk-smi: "
` [PATCH 9/9] memory: omap-gpmc: switch to platform_get_irq

[PATCH v2 1/2] dt-bindings: thermal: sprd: Add the Spreadtrum thermal documentation
 2019-12-23  7:48 UTC  (7+ messages)
` [PATCH v2 2/2] thermal: sprd: Add Spreadtrum thermal driver support

[GIT PULL] devfreq fixes for v5.5-rc4
 2019-12-23  5:37 UTC 

[PATCH v2 1/2] PM / devfreq: rk3399_dmc: Disable devfreq-event device when fails
 2019-12-23  0:51 UTC  (5+ messages)
  ` [PATCH v2 2/2] PM / devfreq: exynos-bus: "

[PATCH v3] PM / devfreq: exynos-bus: Disable devfreq-event device when fails
 2019-12-23  0:47 UTC  (2+ messages)

[PATCH 1/2] PM / devfreq: rk3399_dmc: Add missing devfreq_event_disable_edev
 2019-12-22 17:47 UTC  (7+ messages)
` [PATCH 2/2] PM / devfreq: exynos-bus: add missing exynos_bus_disable_edev in exynos_bus_profile_init

[PATCH] thermal: fix indentation in makefile
 2019-12-22 17:38 UTC  (3+ messages)

[RFC PATCH v3 0/7] PM / devfreq: Simple QoS for exynos-bus using interconnect
 2019-12-22 17:08 UTC  (16+ messages)
    ` [RFC PATCH v3 1/7] interconnect: Export of_icc_get_from_provider()
    ` [RFC PATCH v3 2/7] interconnect: Relax requirement in of_icc_get_from_provider()
    ` [RFC PATCH v3 3/7] interconnect: Allow inter-provider pairs to be configured
    ` [RFC PATCH v3 4/7] arm: dts: exynos: Add interconnect bindings for Exynos4412
    ` [RFC PATCH v3 5/7] devfreq: exynos-bus: Add interconnect functionality to exynos-bus
    ` [RFC PATCH v3 6/7] arm: dts: exynos: Add interconnects to Exynos4412 mixer
    ` [RFC PATCH v3 7/7] drm: exynos: mixer: Add interconnect support

[PATCH v2 1/3] dt-bindings: power/supply: Document generic USB charger
 2019-12-21 13:55 UTC  (8+ messages)
` [PATCH v2 3/3] power/supply: Add generic USB charger driver

[PATCH] power: supply: olpc_battery: fix the power supply name
 2019-12-21  7:17 UTC 

[pm:bleeding-edge 59/60] drivers/power/avs/qcom-cpr.c:1539:5-21: WARNING: Unsigned expression compared with zero: drv -> num_corners < 0 (fwd)
 2019-12-21  6:14 UTC 

[PATCH v5 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-21  4:45 UTC  (20+ messages)
` [PATCH v5 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
` [PATCH v5 02/19] selftests: kvm: Replace manual MSR defs with common msr-index.h
` [PATCH v5 03/19] tools arch x86: Sync msr-index.h from kernel sources
` [PATCH v5 04/19] x86/intel: Initialize IA32_FEAT_CTL MSR at boot
` [PATCH v5 05/19] x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlocked
` [PATCH v5 06/19] x86/centaur: Use common IA32_FEAT_CTL MSR initialization
` [PATCH v5 07/19] x86/zhaoxin: "
` [PATCH v5 08/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v5 09/19] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH v5 10/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v5 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
` [PATCH v5 12/19] x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()
` [PATCH v5 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
` [PATCH v5 14/19] KVM: VMX: Drop initialization of IA32_FEAT_CTL MSR
` [PATCH v5 15/19] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH v5 16/19] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH v5 17/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH v5 18/19] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH v5 19/19] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-21  3:48 UTC  (9+ messages)
` [PATCH v4 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*

[PATCH] interconnect: Check for valid path in icc_set_bw()
 2019-12-21  2:43 UTC  (3+ messages)

[PATCH] dt-bindings: opp: Convert Allwinner H6 OPP to a schema
 2019-12-20 22:36 UTC  (2+ messages)

[PATCH] interconnect: Print the tag in the debugfs summary
 2019-12-20 16:51 UTC  (2+ messages)

[PATCH 0/2] PM: Add a switch for disabling/enabling sync() before suspend
 2019-12-20 16:06 UTC  (4+ messages)
` [PATCH 2/2] PM: CONFIG_SUSPEND_SKIP_SYNC sets default for, '/sys/power/sync_on_suspend'

[PATCH v2] PM: Add a switch for disabling/enabling sync() before suspend
 2019-12-20 16:02 UTC 

[PATCH v2 0/2] at91-sama5d2_shdwc shutdown controller
 2019-12-20 15:42 UTC  (5+ messages)
` [PATCH v2 1/2] power: reset: at91-poweroff: introduce struct shdwc_reg_config
` [PATCH v2 2/2] power: reset: at91-poweroff: use proper master clock register offset

[PATCH AUTOSEL 4.9 01/14] PM / devfreq: Don't fail devfreq_dev_release if not in list
 2019-12-20 14:46 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 14/14] PM / hibernate: memory_bm_find_bit(): Tighten node optimisation

[PATCH AUTOSEL 4.4 01/11] PM / devfreq: Don't fail devfreq_dev_release if not in list
 2019-12-20 14:47 UTC 

[PATCH AUTOSEL 4.14 03/19] PM / devfreq: Don't fail devfreq_dev_release if not in list
 2019-12-20 14:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 19/19] PM / hibernate: memory_bm_find_bit(): Tighten node optimisation

[PATCH AUTOSEL 5.4 16/52] PM / devfreq: Fix devfreq_notifier_call returning errno
 2019-12-20 14:29 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 17/52] PM / devfreq: Set scaling_max_freq to max on OPP notifier error
` [PATCH AUTOSEL 5.4 18/52] PM / devfreq: Don't fail devfreq_dev_release if not in list
` [PATCH AUTOSEL 5.4 52/52] PM / hibernate: memory_bm_find_bit(): Tighten node optimisation

[PATCH AUTOSEL 4.19 07/34] PM / devfreq: Fix devfreq_notifier_call returning errno
 2019-12-20 14:34 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 08/34] PM / devfreq: Set scaling_max_freq to max on OPP notifier error
` [PATCH AUTOSEL 4.19 09/34] PM / devfreq: Don't fail devfreq_dev_release if not in list
` [PATCH AUTOSEL 4.19 34/34] PM / hibernate: memory_bm_find_bit(): Tighten node optimisation

[pm:bleeding-edge 59/60] drivers/power/avs/qcom-cpr.c:838:15: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'ssize_t {aka int}'
 2019-12-20 13:23 UTC 

[RFC] cpuidle : Add debugfs support for cpuidle core
 2019-12-20 12:50 UTC  (5+ messages)

[PATCH v4 00/14] cpuidle: psci: Support hierarchical CPU arrangement
 2019-12-20 12:01 UTC  (20+ messages)
` [PATCH v4 10/14] cpuidle: psci: Prepare to use OS initiated suspend mode via PM domains
` [PATCH v4 13/14] cpuidle: psci: Add support for PM domains by using genpd
` [PATCH v4 14/14] arm64: dts: Convert to the hierarchical CPU topology layout for MSM8916

[PATCH next] power: suppy: ucs1002: Make the symbol 'ucs1002_regulator_enable' static
 2019-12-20  9:41 UTC 

[PATCH v2]PM/wakeup: Add print_wakeup_source_stats(m, &deleted_ws)
 2019-12-20  9:19 UTC  (2+ messages)

[PATCH] PM / sleep: switch to rtc_time64_to_tm/rtc_tm_to_time64
 2019-12-20  9:18 UTC  (2+ messages)

[PATCH] cpuidle: clps711x: convert to devm_platform_ioremap_resource
 2019-12-20  9:17 UTC  (4+ messages)
` [PATCH 1/2] cpuidle: kirkwood: "

[PATCH 1/2] x86/cpu: Add Jasper Lake to Intel family
 2019-12-20  9:15 UTC  (2+ messages)

[PATCH v2 00/11] PM / devfreq: Remove deprecated 'devfreq' and 'devfreq-events' properties
 2019-12-20  8:43 UTC  (17+ messages)
    ` [PATCH v2 01/11] PM / devfreq: Add devfreq_get_devfreq_by_node function
    ` [PATCH v2 02/11] PM / devfreq: Remove devfreq_get_devfreq_by_phandle function
    ` [PATCH v2 03/11] PM / devfreq: event: Add devfreq_event_get_edev_by_node function
    ` [PATCH v2 04/11] dt-bindings: devfreq: exynos-bus: Replace deprecated 'devfreq' and 'devfreq-events' property
    ` [PATCH v2 05/11] dt-bindings: devfreq: rk3399_dmc: Replace deprecated "
    ` [PATCH v2 06/11] dt-bindings: memory: exynos5422-dmc: Replace the "
    ` [PATCH v2 07/11] PM / devfreq: exynos-bus: Replace the deprecated 'devfreq' and "
    ` [PATCH v2 08/11] PM / devfreq: rk3399_dmc: Replace the deprecated "
    ` [PATCH v2 09/11] memory: samsung: exynos5422-dmc: "
    ` [PATCH v2 10/11] ARM: dts: exynos: Replace deprecated property for Exynos bus and DMC
    ` [PATCH v2 11/11] arm64: dts: exynos: Replace deprecated property for Exynos bus on TM2

[PATCH] thermal/drivers/cpu_cooling: Fix an IS_ERR() vs NULL bug
 2019-12-20  8:29 UTC  (3+ messages)

[PATCH v1 0/4] Split SDM845 interconnect nodes and consolidate RPMh support
 2019-12-20  0:00 UTC  (4+ messages)
` [PATCH v1 2/4] interconnect: qcom: Consolidate interconnect "

[PATCH v7 4/5] PM / devfreq: Add dynamic scaling for imx8m ddr controller
 2019-12-19 23:10 UTC  (3+ messages)
  ` [v8 PATCH] "

[PATCH 2/2] thermal: cpuidle: Register cpuidle cooling device
 2019-12-19 22:57 UTC  (3+ messages)

[PATCH] mailmap: Add entry for <rjw@sisk.pl>
 2019-12-19 22:55 UTC 

[PATCH V6 1/3] thermal/drivers/cpu_cooling: Add idle cooling device documentation
 2019-12-19 22:53 UTC  (3+ messages)
` [PATCH V6 2/3] thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver
` [PATCH V6 3/3] thermal/drivers/cpu_cooling: Rename to cpufreq_cooling

[PATCH 1/2] thermal/drivers/of-thermal: Make of_thermal_destroy_zones static
 2019-12-19 22:21 UTC  (2+ messages)
` [PATCH 2/2] thermal/drivers/of-thermal: Move the of_thermal_free_zone() to the init section

[PATCH v2 1/2] gpu: host1x: Rename "parent" to "host"
 2019-12-19 22:17 UTC  (7+ messages)
` [PATCH v2 2/2] drm/tegra: Do not implement runtime PM

[PATCH v3 0/5] drivers: Add Tiger Lake hardware IDs to support ACPI,
 2019-12-19 22:14 UTC  (5+ messages)

[PATCH v2 0/2] Exynos5422: fix bus related OPPs for Odroid XU3/XU4/HC1
 2019-12-19 20:24 UTC  (5+ messages)
  ` [PATCH v2 1/2] ARM: dts: exynos: Move bus related OPPs to the boards DTS
  ` [PATCH v2 2/2] ARM: dts: exynos: Adjust bus related OPPs to the values correct for Odroids

[PATCH 0/9] PM / devfreq: Remove deprecated 'devfreq' and 'devfreq-events' properties
 2019-12-19 20:22 UTC  (7+ messages)
  ` [PATCH 7/9] memory: samsung: exynos5422-dmc: Replace deprecated 'devfreq-events' property
  ` [PATCH 8/9] ARM: dts: exynos: Replace deprecated property for Exynos bus and DMC
  ` [PATCH 9/9] arm64: dts: exynos: Replace deprecated property for Exynos bus

[PATCH RFC v6 0/9] interconnect: Add imx support via devfreq
 2019-12-19 19:11 UTC  (9+ messages)
  ` [PATCH RFC v6 1/9] dt-bindings: interconnect: Add bindings for imx8m noc

[PATCH v8 0/7] add thermal sensor driver for A64, A83T, H3, H5, H6, R40
 2019-12-19 17:33 UTC  (10+ messages)
` [PATCH v8 1/7] thermal: sun8i: add thermal driver for H6/H5/H3/A64/A83T/R40
` [PATCH v8 2/7] dt-bindings: thermal: add YAML schema for sun8i-thermal driver bindings
` [PATCH v8 3/7] ARM: dts: sun8i-a83t: Add thermal sensor and thermal zones
` [PATCH v8 4/7] ARM: dts: sun8i-h3: "
` [PATCH v8 5/7] arm64: dts: allwinner: h5: "
` [PATCH v8 6/7] arm64: dts: allwinner: h6: "
` [PATCH v8 7/7] arm64: dts: allwinner: a64: Add thermal sensors "

[PATCH v2 1/3] power_supply: Add additional health properties to the header
 2019-12-19 17:22 UTC  (4+ messages)
` [PATCH v2 2/3] dt-bindings: power: Add the bq2515x family dt bindings

[PATCH 1/3] power: supply: ab8500: Remove unneeded semicolon
 2019-12-19 17:07 UTC  (2+ messages)

[PATCH 0/2] at91-sama5d2_shdwc shutdown controller
 2019-12-19 17:04 UTC  (2+ messages)

[PATCH v10 00/11] x86: PIE support to extend KASLR randomization
 2019-12-19 16:35 UTC  (3+ messages)

[GIT PULL] Power management fix for v5.5-rc2
 2019-12-19 16:40 UTC  (2+ messages)

[PATCH] PM / devfreq: imx8m-ddrc: Remove unused defines
 2019-12-19 16:21 UTC  (2+ messages)

[PATCH] PM / devfreq: imx8m-ddrc: Fix argument swap in error print
 2019-12-19 16:21 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).