messages from 2015-07-04 06:04:37 to 2015-07-08 07:52:18 UTC [more...]
[PATCH 1/1] suspend: delete sys_sync()
2015-07-08 7:51 UTC (32+ 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
[PATCH] cpufreq: Allow accessing freq_table for offline CPUs
2015-07-08 7:38 UTC
[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] cpufreq: Initialize the governor again while restoring policy
2015-07-08 6:02 UTC (2+ messages)
[PATCH V2] acpi-cpufreq: replace per_cpu with driver_data of policy
2015-07-08 4:51 UTC (5+ messages)
[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 v4 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support
2015-07-08 1:46 UTC (7+ messages)
` [PATCH v4 3/8] clk: add support for clocks provided by SCP(System Control Processor)
[PATCH v6 0/7] CPUFreq driver using CPPC methods
2015-07-08 1:27 UTC (4+ messages)
` [PATCH v6 2/7] ACPI: Make ACPI processor driver more extensible
[PATCH v2] power_supply: rt9455_charger: Properly notify userspace about charging events
2015-07-08 1:18 UTC (2+ messages)
sysfs charge thresholds for ThinkPads (and possibly others), preparation for second try
2015-07-07 23:51 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 (6+ messages)
[RFCv5 PATCH 00/46] sched: Energy cost model for energy-aware scheduling
2015-07-07 18:24 UTC (47+ 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 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 3/6] power: Add support for DA9150 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 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] 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 (12+ 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 v3 4/4] power: Add an axp20x-usb-power driver
` "
[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 (10+ messages)
` [PATCH 1/4] PM / devfreq: Add function to set max/min frequency
` [PATCH 2/4] PM / devfreq: cache the last call to get_dev_status()
` [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 (11+ 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 00/10] OPP: Add code to support operating-points-v2 bindings
2015-07-06 22:31 UTC (7+ messages)
` [PATCH 03/10] OPP: Allocate dev_opp from _add_device_opp()
[PATCH v3 0/4] scheduler-driven cpu frequency selection
2015-07-06 20:06 UTC (3+ messages)
` [PATCH v3 3/4] sched: "
[PATCH] thermal: consistently use int for temperatures
2015-07-06 19:07 UTC (6+ messages)
[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
[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 (6+ messages)
[PATCH v5 0/8] mfd: introduce a driver for LPSS devices on SPT
2015-07-06 12:22 UTC (9+ messages)
` [PATCH v5 1/8] PM / QoS: Make it possible to expose device latency tolerance to userspace
` [PATCH v5 2/8] ACPI / PM: Attach ACPI power domain only once
` [PATCH v5 3/8] Driver core: wakeup the parent device before trying probe
` [PATCH v5 4/8] klist: implement klist_prev()
` [PATCH v5 5/8] driver core: implement device_for_each_child_reverse()
` [PATCH v5 6/8] mfd: make mfd_remove_devices() iterate in reverse order
` [PATCH v5 7/8] dmaengine: add a driver for Intel integrated DMA 64-bit
` [PATCH v5 8/8] mfd: Add support for Intel Sunrisepoint LPSS devices
thermal: Cleanup patches
2015-07-06 10:24 UTC (6+ messages)
` [PATCH 1/4] thermal: trivial: fix typo in comment
` [PATCH 2/4] thermal: remove unnecessary call to thermal_zone_device_set_polling
` [PATCH 3/4] thermal: Use IS_ENABLED instead of #ifdef
` [PATCH 4/4] thermal: Add comment explaining test for critical temperature
[RFC PATCH] PM / hibernate: make sure each resuming page is in current memory zones
2015-07-06 8:37 UTC (4+ messages)
[PATCH v2] power/reset: zx: Register restart handler
2015-07-06 8:35 UTC
[PATCH 1/1] kernel/power/autosleep.c: check for pm_suspend() return before queueing suspend again
2015-07-04 18:06 UTC (5+ messages)
` [PATCHv2 "
[PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
2015-07-04 12:55 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).