linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-02 00:26:18 to 2016-03-04 03:35:03 UTC [more...]

[PATCH 0/6] cpufreq: schedutil governor
 2016-03-04  3:35 UTC  (55+ messages)
` [PATCH 1/6] cpufreq: Reduce cpufreq_update_util() overhead a bit
` [PATCH 2/6][Resend] cpufreq: acpi-cpufreq: Make read and write operations more efficient
` [PATCH 3/6] cpufreq: governor: New data type for management part of dbs_data
` [PATCH 4/6] cpufreq: governor: Move abstract gov_tunables code to a seperate file
` [PATCH 5/6] cpufreq: Support for fast frequency switching
` [PATCH 6/6] cpufreq: schedutil: New governor based on scheduler utilization data
` [PATCH v2 0/10] cpufreq: schedutil governor
  ` [PATCH v2 1/10] cpufreq: Reduce cpufreq_update_util() overhead a bit
  ` [PATCH v2 2/10][Resend] cpufreq: acpi-cpufreq: Make read and write operations more efficient
  ` [PATCH v2 3/10] cpufreq: governor: New data type for management part of dbs_data
  ` [PATCH v2 4/10] cpufreq: governor: Move abstract gov_attr_set code to seperate file
  ` [PATCH v2 5/10] cpufreq: Move governor attribute set headers to cpufreq.h
  ` [PATCH v2 6/10] cpufreq: Support for fast frequency switching
  ` [PATCH v2 7/10] cpufreq: Rework the scheduler hooks for triggering updates
  ` [PATCH v2 8/10] cpufreq: Move scheduler-related code to the sched directory
  ` [PATCH v2 9/10] cpufreq: sched: Re-introduce cpufreq_update_util()
  ` [PATCH v2 10/10] cpufreq: schedutil: New governor based on scheduler utilization data

[PATCH v2 0/5] thermal: hisilicon: enable power allocator for Hi6220
 2016-03-04  3:03 UTC  (5+ messages)
` [PATCH v2 1/5] thermal: change "hysteresis" as optional property

STI problem and workaround for Dell XPS 13 (Skylake, 2016) / Broadcom BCM4350
 2016-03-04  1:41 UTC  (6+ messages)

[PATCH v2] power: reset: keystone: Enable COMPILE_TEST
 2016-03-04  1:04 UTC 

[PATCH v3] thermal: Fix build error of missing devm_ioremap_resource on UM
 2016-03-04  1:03 UTC 

[PATCH] PM / Runtime: Only force-resume device if it has been force-suspended
 2016-03-03 20:54 UTC  (4+ messages)

[PATCH] PM / Domains: Propagate start and restore errors during runtime resume
 2016-03-03 20:40 UTC  (6+ messages)

[RFC/RFT][PATCH 0/1] cpufreq: New governor based on scheduler-provided utilization data
 2016-03-03 19:20 UTC  (11+ messages)
` [RFC/RFT][PATCH v4 1/2] cpufreq: New governor using utilization data from the scheduler

[PATCH v5] cpufreq: acpi_cpufreq: base frequency attribute support
 2016-03-03 19:09 UTC 

[PATCH v4] cpufreq: acpi_cpufreq: base frequency attribute support
 2016-03-03 17:29 UTC  (5+ messages)
` [PATCH] cpufreq: acpi: Allow new dynamics attributes to be added to acpi_cpufreq_attr

[PATCH] thermal: trace: migrating thermal traces to use TRACE_DEFINE_ENUM() macros
 2016-03-03 17:28 UTC  (4+ messages)

[PATCH 00/14] drivers: use __maybe_unused to hide pm functions
 2016-03-03 14:23 UTC  (5+ messages)
` [PATCH 03/14] power: ipaq-micro-battery: "
` [PATCH 04/14] power: pm2301-charger: "

[PATCH v2] goldfish: Enable ACPI-based enumeration for goldfish battery
 2016-03-03 14:22 UTC  (2+ messages)

[PATCH] power_supply: 88pm860x_charger: do not pass NULL to power_supply_put
 2016-03-03 14:21 UTC  (2+ messages)

[PATCH] jz4740-battery: Correct voltage change check
 2016-03-03 14:21 UTC  (2+ messages)

[RFCv7 PATCH 00/10] sched: scheduler-driven CPU frequency selection
 2016-03-03 14:21 UTC  (13+ messages)
` [RFCv7 PATCH 03/10] sched: scheduler-driven cpu "
` [RFCv7 PATCH 04/10] sched/fair: add triggers for OPP change requests

[PATCH] power_supply: lp8788-charger: initialize boolean 'found'
 2016-03-03 14:19 UTC  (2+ messages)

[PATCH 1/2] power: goldfish_battery: add devicetree bindings
 2016-03-03 14:19 UTC  (2+ messages)

[RFC 01/15] clocksource: atmel: Add missing MFD_SYSCON dependency on HAS_IOMEM
 2016-03-03 13:05 UTC  (41+ messages)
` [RFC 02/15] dmaengine: nxp: "
` [RFC 03/15] hwspinlock: qcom: "
` [RFC 04/15] irqchip: st: "
` [RFC 05/15] phy: hi6220: "
` [RFC 06/15] pinctrl: rockchip: "
` [RFC 07/15] pinctrl: mvebu: "
` [RFC 08/15] rtc: at91sam9: "
` [RFC 09/15] media: platform: "
` [RFC 10/15] net: ethernet: "
` [RFC 11/15] power: reset: keystone: "
` [RFC 12/15] soc: qcom: "
` [RFC 13/15] staging: media: omap4iss: "
` [RFC 14/15] usb: xhci: mtk: "
` [RFC 15/15] mfd: syscon: Fix build of missing ioremap on UM
    ` [rtc-linux] "
    ` [rtc-linux] Re: [RFC 04/15] irqchip: st: Add missing MFD_SYSCON dependency on HAS_IOMEM
    ` [rtc-linux] Re: [RFC 09/15] media: platform: "
      ` [rtc-linux] Re: [RFC 11/15] power: reset: keystone: "
  ` [rtc-linux] [RFC 13/15] staging: media: omap4iss: "
  ` [rtc-linux] [RFC 12/15] soc: qcom: "
  ` [rtc-linux] [RFC 07/15] pinctrl: mvebu: "
  ` [rtc-linux] [RFC 06/15] pinctrl: rockchip: "

[PATCH v2] thermal: Fix build error of missing devm_ioremap_resource on UM
 2016-03-03 11:58 UTC  (4+ messages)

[PATCH V6 00/10] Add generic PM domain support for Tegra
 2016-03-03 11:47 UTC  (8+ messages)
` [PATCH V6 04/10] Documentation: DT: bindings: Update NVIDIA PMC "

[PATCH] Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
 2016-03-03  9:21 UTC 

[PATCH] thermal: Fix build error of missing devm_ioremap_resource on UM
 2016-03-03  8:27 UTC 

[RFC 00/15] tree-wide: mfd: syscon: Fix unmet ioremap dependency
 2016-03-03  8:03 UTC 

[PATCH][RFC] ACPI / PM: Fix poweroff issue on HW-full platforms without _S5
 2016-03-03  4:07 UTC  (3+ messages)

[PATCH] thermal: rockchip: disable thermal->clk in err case
 2016-03-03  3:34 UTC  (2+ messages)

[PATCH v3 0/4] Hierarchical thermal zones
 2016-03-03  3:23 UTC  (10+ messages)
` [PATCH v3 1/4] thermal: Add support for hierarchical "
` [PATCH v3 2/4] devicetree: bindings: let thermal-sensor point to other "
` [PATCH v3 4/4] thermal: show the sub thermal zones in sysfs

[PATCH] PM: Fix crash on graph trace through x86 suspend
 2016-03-03  2:16 UTC  (7+ messages)

[RFC v3 00/12] PM: SoC idle support using PM domains
 2016-03-03  1:18 UTC  (5+ messages)
` [RFC v3 02/12] PM / Domains: Support IRQ safe "
` [RFC v3 03/12] PM / cpu_domains: Setup PM domains for CPUs/clusters

[PATCH 0/5] ARM: rockchip: move io-domains under GRF
 2016-03-02 21:16 UTC  (4+ messages)
` [PATCH 1/5] PM / AVS: rockchip-io: make io-domains a child of the GRF

[PATCH v3] acpi-cpufreq: introduce base_frequency
 2016-03-02 17:32 UTC  (4+ messages)
` [PATCH v3] cpufreq: acpi_cpufreq: base frequency attribute support

SKL BOOT FAILURE unless idle=nomwait (was Re: PROBLEM: Cpufreq constantly keeps frequency at maximum on 4.5-rc4)
 2016-03-02 17:10 UTC  (2+ messages)

[PATCH] cpupower: bench: parse.c: fix several resource leaks
 2016-03-02 16:31 UTC 

[PATCH 00/16] PM / OPP: multiple regulators & opp-transition support
 2016-03-02 15:43 UTC  (10+ messages)
` [PATCH 01/16] PM / OPP: Add 'supply-names' binding

[RESEND PATCH v3 0/6] EC-based USB Power Delivery support for Chrome machines
 2016-03-02 12:31 UTC  (4+ messages)
` [RESEND PATCH v3 5/6] power: cros_usbpd-charger: Add EC-based USB PD charger driver

[patch] thermal: ti-soc-thermal: clean up the error handling a bit
 2016-03-02 10:00 UTC 

[PATCH] thermal: rcar: Use ARCH_RENESAS
 2016-03-02  9:32 UTC  (2+ messages)

[PATCH v1 1/3] PM / sleep: Check legacy pm callbacks for direct complete
 2016-03-02  9:26 UTC  (4+ messages)
` [PATCH v1 2/3] PM / sleep: try to runtime suspend "

[PATCH] thermal: rcar_thermal: don't open code of_device_get_match_data()
 2016-03-02  9:07 UTC  (2+ messages)

[PATCH v5 0/2] powercap/rapl: reduce ipi calls and misc clean up
 2016-03-02  3:41 UTC  (3+ messages)
` [PATCH v5 1/2] cpumask: export cpumask_any_but

[PATCH] cpufreq: acpi_cpufreq: base frequency attribute support
 2016-03-02  2:38 UTC  (4+ messages)

[PATCH] Do not modify MSR_IA32_ENERGY_PERF_BIAS in kernel
 2016-03-02  0:26 UTC  (4+ 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).