linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-06 14:03:34 to 2015-07-08 16:40:34 UTC [more...]

[RFCv5 PATCH 00/46] sched: Energy cost model for energy-aware scheduling
 2015-07-08 16:40 UTC  (54+ messages)
` [RFCv5 PATCH 01/46] arm: Frequency invariant scheduler load-tracking support
` [RFCv5 PATCH 02/46] sched: Make load tracking frequency scale-invariant
` [RFCv5 PATCH 03/46] arm: vexpress: Add CPU clock-frequencies to TC2 device-tree
` [RFCv5 PATCH 04/46] sched: Convert arch_scale_cpu_capacity() from weak function to #define
` [RFCv5 PATCH 05/46] arm: Update arch_scale_cpu_capacity() to reflect change to define
` [RFCv5 PATCH 06/46] sched: Make usage tracking cpu scale-invariant
` [RFCv5 PATCH 07/46] arm: Cpu invariant scheduler load-tracking support
` [RFCv5 PATCH 08/46] sched: Get rid of scaling usage by cpu_capacity_orig
` [RFCv5 PATCH 09/46] sched: Track blocked utilization contributions
` [RFCv5 PATCH 10/46] sched: Include blocked utilization in usage tracking
` [RFCv5 PATCH 11/46] sched: Remove blocked load and utilization contributions of dying tasks
` [RFCv5 PATCH 12/46] sched: Initialize CFS task load and usage before placing task on rq
` [RFCv5 PATCH 13/46] sched: Documentation for scheduler energy cost model
` [RFCv5 PATCH 14/46] sched: Make energy awareness a sched feature
` [RFCv5 PATCH 15/46] sched: Introduce energy data structures
` [RFCv5 PATCH 16/46] sched: Allocate and initialize "
` [RFCv5 PATCH 17/46] sched: Introduce SD_SHARE_CAP_STATES sched_domain flag
` [RFCv5 PATCH 18/46] arm: topology: Define TC2 energy and provide it to the scheduler
` [RFCv5 PATCH 19/46] sched: Compute cpu capacity available at current frequency
` [RFCv5 PATCH 20/46] sched: Relocated get_cpu_usage() and change return type
` [RFCv5 PATCH 21/46] sched: Highest energy aware balancing sched_domain level pointer
` [RFCv5 PATCH 22/46] sched: Calculate energy consumption of sched_group
` [RFCv5 PATCH 23/46] sched: Extend sched_group_energy to test load-balancing decisions
` [RFCv5 PATCH 24/46] sched: Estimate energy impact of scheduling decisions
` [RFCv5 PATCH 25/46] sched: Add over-utilization/tipping point indicator
` [RFCv5 PATCH 26/46] sched: Store system-wide maximum cpu capacity in root domain
` [RFCv5 PATCH 27/46] sched, cpuidle: Track cpuidle state index in the scheduler
` [RFCv5 PATCH 28/46] sched: Count number of shallower idle-states in struct sched_group_energy
` [RFCv5 PATCH 29/46] sched: Determine the current sched_group idle-state
` [RFCv5 PATCH 30/46] sched: Add cpu capacity awareness to wakeup balancing
` [RFCv5 PATCH 31/46] sched: Consider spare cpu capacity at task wake-up
` [RFCv5 PATCH 32/46] sched: Energy-aware wake-up task placement
` [RFCv5 PATCH 33/46] sched: Consider a not over-utilized energy-aware system as balanced
` [RFCv5 PATCH 34/46] sched: Enable idle balance to pull single task towards cpu with higher capacity
` [RFCv5 PATCH 35/46] sched: Disable energy-unfriendly nohz kicks
` [RFCv5 PATCH 36/46] sched: Prevent unnecessary active balance of single task in sched group
` [RFCv5 PATCH 37/46] cpufreq: introduce cpufreq_driver_might_sleep
` [RFCv5 PATCH 38/46] sched: scheduler-driven cpu frequency selection
` [RFCv5 PATCH 39/46] sched/cpufreq_sched: use static key for "
` [RFCv5 PATCH 40/46] sched/cpufreq_sched: compute freq_new based on capacity_orig_of()
` [RFCv5 PATCH 41/46] sched/fair: add triggers for OPP change requests
` [RFCv5 PATCH 42/46] sched/{core,fair}: trigger OPP change request on fork()
` [RFCv5 PATCH 43/46] sched/{fair,cpufreq_sched}: add reset_capacity interface
` [RFCv5 PATCH 44/46] sched/fair: jump to max OPP when crossing UP threshold
` [RFCv5 PATCH 45/46] sched/cpufreq_sched: modify pcpu_capacity handling
` [RFCv5 PATCH 46/46] sched/fair: cpufreq_sched triggers for load balancing

[PATCH] power: bq27x00_battery: Destroy battery_id IDR on module exit
 2015-07-08 16:10 UTC  (2+ messages)

[PATCH 1/1] suspend: delete sys_sync()
 2015-07-08 14:40 UTC  (17+ messages)

[PATCH v6 0/7] CPUFreq driver using CPPC methods
 2015-07-08 14:20 UTC  (9+ messages)
` [PATCH v6 2/7] ACPI: Make ACPI processor driver more extensible

[PATCH v4 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support
 2015-07-08 13:59 UTC  (9+ messages)
` [PATCH v4 1/8] Documentation: add DT binding for ARM System Control and Power Interface(SCPI) protocol
` [PATCH v4 3/8] clk: add support for clocks provided by SCP(System Control Processor)

[PATCH 00/10] OPP: Add code to support operating-points-v2 bindings
 2015-07-08 13:41 UTC  (9+ messages)
` [PATCH 03/10] OPP: Allocate dev_opp from _add_device_opp()
` [PATCH 05/10] opp: Add support to parse "operating-points-v2" bindings

[PATCH V2] acpi-cpufreq: replace per_cpu with driver_data of policy
 2015-07-08 12:28 UTC  (6+ messages)

[PATCH v5 0/2] Add Mediatek MT8173 cpufreq driver
 2015-07-08 11:34 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: mediatek: Add MT8173 cpufreq driver binding
` [PATCH v5 2/2] cpufreq: mediatek: Add MT8173 cpufreq driver

[PATCH 1/2] cpufreq: cpufreq_add_dev: name goto labels based on what they do
 2015-07-08 11:20 UTC  (4+ messages)
` [PATCH 2/2] cpufreq: Properly handle errors from cpufreq_init_policy()

[PATCH v2 0/9] cpufreq: Introduce support for ST's cpufreq functionality
 2015-07-08 11:12 UTC  (4+ messages)

[PATCH v3 0/9] regulator: Merge max77843 into max77693
 2015-07-08 11:00 UTC  (10+ messages)
` [PATCH v3 1/9] mfd/extcon: max77693: Remove unused extern declarations and max77693_dev members
` [PATCH v3 2/9] mfd: max77693: Store I2C device type as enum and add default unknown
` [PATCH v3 3/9] regulator: max77693: Support different register configurations
` [PATCH v3 4/9] extcon/input/mfd/power/regulator: max77693: Move state container to common header
` [PATCH v3 5/9] extcon/input/mfd/regulator: max77843: Switch to common max77693 state container
` [PATCH v3 6/9] mfd/extcon: max77693: Rename defines to allow inclusion with max77843
` [PATCH v3 7/9] mfd/extcon: max77843: Rename defines to allow inclusion with max77693
` [PATCH v3 8/9] regulator: max77693: Add support for MAX77843 device
` [PATCH v3 9/9] regulator: Remove the max77843 driver

[RFC] cpufreq: Add ->get_rate() driver callback
 2015-07-08 10:37 UTC 

[PATCH 0/9] qcom: Add support for TSENS driver
 2015-07-08  9:47 UTC  (10+ messages)
` [PATCH 1/9] thermal: qcom: tsens: Add a skeletal TSENS drivers
` [PATCH 2/9] thermal: qcom: tsens-8916: Add support for 8916 family of SoCs
` [PATCH 3/9] thermal: qcom: tsens-8974: Add support for 8974 "
` [PATCH 4/9] thermal: qcom: tsens-8960: Add support for 8960 "
` [PATCH 5/9] clk: qcom: gcc-msm8960: add child devices support
` [PATCH 6/9] arm: dts: msm8974: Add thermal zones, tsens and eeprom nodes
` [PATCH 7/9] arm: dts: apq8064: "
` [PATCH 8/9] arm: dts: apq8084: "
` [PATCH 9/9] arm64: dts: msm8916: "

sysfs charge thresholds for ThinkPads (and possibly others), preparation for second try
 2015-07-08  9:40 UTC  (3+ messages)

[PATCH] cpufreq: Initialize the governor again while restoring policy
 2015-07-08  9:29 UTC  (4+ messages)

[PATCH] cpufreq: Allow accessing freq_table for offline CPUs
 2015-07-08  9:08 UTC  (4+ messages)
  ` [PATCH V2] "

[PATCH] thermal: consistently use int for temperatures
 2015-07-08  8:11 UTC  (4+ messages)

[PATCH v4 0/8] mfd: introduce a driver for LPSS devices on SPT
 2015-07-08  7:46 UTC  (13+ messages)
` [PATCH v4 6/8] mfd: make mfd_remove_devices() iterate in reverse order

[PATCHv2 0/3] regmap: Use different lockdep class for each regmap init call
 2015-07-08  6:30 UTC  (4+ messages)
` [PATCHv2 1/3] mfd: vexpress: Add parentheses around bridge->ops->regmap_init call
` [PATCHv2 2/3] thermal: sti: "
` [PATCHv2 3/3] regmap: Use different lockdep class for each regmap init call

[PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table
 2015-07-08  1:50 UTC  (5+ messages)

[PATCH v2] power_supply: rt9455_charger: Properly notify userspace about charging events
 2015-07-08  1:18 UTC  (2+ messages)

[PATCH] Fix crash during platform suspend when CPUs are related to each other
 2015-07-08  0:12 UTC 

[PATCH v3 2/2] PM / Runtime: Add pm_runtime_enable_recursive
 2015-07-07 22:06 UTC  (5+ messages)

[PATCH v3 0/6] Add support for DA9150 Fuel-Gauge
 2015-07-07 16:34 UTC  (7+ messages)
` [PATCH v3 1/6] mfd: da9150: Add support for Fuel-Gauge
  ` [PATCH v3 2/6] mfd: da9150: Update DT bindings for Fuel-Gauge support
  ` [PATCH v3 4/6] power: da9150: Add DT bindings documentation for Fuel-Gauge
` [PATCH v3 3/6] power: Add support for DA9150 Fuel-Gauge
` [PATCH v3 5/6] mfd: da9150: Use relative paths in DT bindings document
` [PATCH v3 6/6] mfd: da9150: Use DEFINE_RES_IRQ_NAMED() help macro for IRQ resource

[PATCH 1/1] suspend: delete sys_sync()
 2015-07-07 12:22 UTC  (6+ messages)

[PATCH] acpi-cpufreq: replace per_cpu with driver_data of policy
 2015-07-07 12:02 UTC  (3+ messages)

[PATCH] base: power: wakeirq: don't leak dev->power.wakeirq
 2015-07-07 11:11 UTC  (7+ messages)

[PATCH v3 1/4] ARM: dts: Add binding documentation for AXP20x pmic usb power supply
 2015-07-07 10:42 UTC  (7+ messages)
` [PATCH v3 2/4] mfd: axp20x: Add missing registers, and mark more registers volatile
` [PATCH v3 3/4] mfd: axp20x: Add a cell for the usb power_supply part of the axp20x PMICs
      `  "

[PATCH] acpi-cpufreq.c: fix a memory leak in acpi_cpufreq_cpu_exit
 2015-07-07  9:31 UTC  (5+ messages)

[PATCH 0/3] dm-crypt: Adds support for wiping key when doing suspend/hibernation
 2015-07-07  7:59 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/4] Devfreq cooling device
 2015-07-07  7:56 UTC  (4+ messages)
` [PATCH 4/4] devfreq_cooling: add trace information

[PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
 2015-07-07  7:00 UTC  (5+ messages)

[PATCH v2 0/4] Add support for DA9150 Fuel-Gauge
 2015-07-07  6:58 UTC  (11+ messages)
` [PATCH v2 1/4] mfd: da9150: Add support for Fuel-Gauge
` [PATCH v2 2/4] mfd: da9150: Update DT bindings for Fuel-Gauge support
` [PATCH v2 3/4] power: Add support for DA9150 Fuel-Gauge

[pm:bleeding-edge 2/10] drivers/acpi/scan.c:2131:25: error: 'struct acpi_device_info' has no member named 'cls'
 2015-07-07  0:25 UTC  (2+ messages)

[PATCH v3 0/4] scheduler-driven cpu frequency selection
 2015-07-06 20:06 UTC  (3+ messages)
` [PATCH v3 3/4] sched: "

[PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
 2015-07-06 18:38 UTC 

[PATCH v2] PM / hibernate: fix kernel crash in alloc_highmem_pages
 2015-07-06 17:34 UTC 

[PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
 2015-07-06 17:23 UTC 

[PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
 2015-07-06 16:51 UTC  (2+ messages)

[GIT PULL] Samsung Thermal FIXES for v4.2-rc1
 2015-07-06 15:26 UTC 

[PATCH 0/2] thermal: exynos: Fix minor issue
 2015-07-06 15:19 UTC  (2+ messages)

[PATCH RFC v2 00/16] PM / Domains: Generic PM domains for CPUs
 2015-07-06 15:18 UTC  (8+ messages)
` [PATCH RFC v2 09/16] arm: domain: Add platform callbacks for domain power on/off

[PATCH] thermal: exynos: Disable the regulator on probe failure
 2015-07-06 15:05 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).