linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-13 09:55:54 to 2013-04-19 08:11:51 UTC [more...]

[RFC PATCH v2 00/15][Sorted-buddy] mm: Memory Power Management
 2013-04-19  8:11 UTC  (12+ messages)
` [RFC PATCH v2 14/15] mm: Add alloc-free handshake to trigger memory region compaction

[PATCH 1/9] ARM: cpuidle: remove useless declaration
 2013-04-18 15:47 UTC  (6+ messages)

[RFC]runtime pm:what does the runtime_usage really mean?
 2013-04-18 15:04 UTC  (3+ messages)

[PATCH 1/4] SH: cpuidle: remove pointless initialization
 2013-04-18 13:35 UTC  (8+ messages)
` [PATCH 2/4] SH: cpuidle: remove CPUIDLE_DRIVER_STATE_START usage
` [PATCH 3/4] SH: cpuidle: initialize the driver's states directly
` [PATCH 4/4] SH: cpuidle: check error code at init

[PATCH 1/2] Thermal: exynos: Add clk_{un}prepare APIs
 2013-04-18 11:37 UTC  (2+ messages)
` [PATCH 2/2] Thermal: exynos: Add compatible string for exynos4412

bltk-game regressions on snb laptop
 2013-04-18 10:01 UTC  (13+ messages)

2 idle patches for 3.9-rc7
 2013-04-18  9:11 UTC  (4+ messages)
` [PATCH 1/2] intel_idle: additional Haswell CPU-id
  ` [PATCH 2/2] tools/power turbostat: "

[V3 patch 00/19] cpuidle: code consolidation
 2013-04-18  8:56 UTC  (35+ messages)
` [V3 patch 01/19] ARM: shmobile: cpuidle: remove shmobile_enter_wfi function
` [V3 patch 02/19] ARM: shmobile: cpuidle: remove shmobile_enter_wfi prototype
` [V3 patch 03/19] ARM: OMAP3: remove cpuidle_wrap_enter
` [V3 patch 05/19] ARM: ux500: cpuidle: replace for_each_online_cpu by for_each_possible_cpu
` [V3 patch 06/19] cpuidle: make a single register function for all
` [V3 patch 09/19] ARM: OMAP3: cpuidle: use init/exit common routine
` [V3 patch 12/19] ARM: shmobile: "
` [V3 patch 13/19] ARM: OMAP4: "
` [V3 patch 17/19] ARM: kirkwood: "
` [V3 patch 18/19] ARM: davinci: "
` [V3 patch 19/19] ARM: imx: "

[RFC]runtime pm:what does the runtime_usage really mean?
 2013-04-18  8:31 UTC  (2+ messages)

[patch v7 0/21] sched: power aware scheduling
 2013-04-18  1:51 UTC  (20+ messages)

[git pull] idle patches for 3.9-rc7
 2013-04-17 23:10 UTC 

[PATCH 01/30] thermal: cpu_cooling: remove unused headers
 2013-04-17 20:32 UTC  (30+ messages)
` [PATCH 02/30] thermal: cpu_cooling: remove trailing white spaces
` [PATCH 03/30] thermal: cpu_cooling: fix kernel_doc for cpufreq_cooling_device
` [PATCH 04/30] thermal: cpu_cooling: use EXPORT_SYMBOL_GPL
` [PATCH 05/30] thermal: cpu_cooling: remove compiler warning
` [PATCH 06/30] thermal: cpu_cooling: standardize end of function
` [PATCH 07/30] thermal: cpu_cooling: fix kernel doc for is_cpufreq_valid
` [PATCH 08/30] thermal: cpu_cooling: add documentation for get_property
` [PATCH 09/30] thermal: cpu_cooling: standardize comment style
` [PATCH 10/30] thermal: cpu_cooling: align on open parenthesis
` [PATCH 11/30] thermal: cpu_cooling: remove trailing blank line
` [PATCH 12/30] thermal: cpu_cooling: document cpufreq_get_cooling_level
` [PATCH 13/30] thermal: cpu_cooling: remove checkpatch.pl warning
` [PATCH 14/30] thermal: cpu_cooling: improve documentation for get_cpu_frequency
` [PATCH 15/30] thermal: cpu_cooling: update documentation for cpufreq_apply_cooling
` [PATCH 16/30] thermal: cpu_cooling: update documentation for cpufreq_thermal_notifier
` [PATCH 17/30] thermal: cpu_cooling: update Kconfig entry
` [PATCH 18/30] thermal: cpu_cooling: alignment improvements
` [PATCH 19/30] thermal: cpu_cooling: update documentation for cpufreq_get_max_state
` [PATCH 20/30] thermal: cpu_cooling: update documentation for cpufreq_get_cur_state
` [PATCH 21/30] thermal: cpu_cooling: update documentation for cpufreq_set_cur_state
` [PATCH 22/30] thermal: cpu_cooling: update kernel-doc for cpufreq_cooling_register
` [PATCH 23/30] thermal: cpu_cooling: update kernel-doc comment for cpufreq_cooling_unregister
` [PATCH 24/30] thermal: cpu_cooling: use snprintf instead of sprintf
` [PATCH 25/30] thermal: cpu_cooling: remove not needed curl brackets
` [PATCH 26/30] thermal: cpu_cooling: remove unused symbols
` [PATCH 28/30] MAINTAINERS: update thermal entry by adding file cpu_cooling.h
` [PATCH 29/30] thermal: cpu_cooling: remove unused symbols on cpu_cooling.h
` [PATCH 30/30] thermal: cpu_cooling: improve line breaking
` [PATCH 00/30] thermal: cpu_cooling: code improvements

From: Eduardo Valentin <eduardo.valentin@ti.com>
 2013-04-17 19:30 UTC  (29+ messages)
` [PATCH RESEND 01/11] thermal: use strlcpy instead of strcpy
` [PATCH RESEND 03/11] thermal: rename notify_thermal_framework to thermal_notify_framework
` [PATCH RESEND 04/11] thermal: rename get_thermal_instance to thermal_instance_get
` [PATCH RESEND 05/11] thermal: rename get_tz_trend to thermal_zone_trend_get
` [PATCH RESEND 06/11] thermal: use EXPORT_SYMBOL_GPL
` [PATCH RESEND 07/11] thermal: update kernel-doc for thermal_zone_bind_cooling_device
` [PATCH RESEND 08/11] thermal: update kernel-doc for thermal_zone_unbind_cooling_device
` [PATCH RESEND 09/11] thermal: update kernel-doc for thermal_cooling_device_register
` [PATCH RESEND 10/11] thermal: update kernel-doc for create_trip_attrs
` [PATCH RESEND 11/11] thermal: update kernel-doc for thermal_zone_device_register

[PATCHv3 0/3] thermal: lookup temperature
 2013-04-17 19:12 UTC  (12+ messages)
` [PATCHv3 1/3] thermal: introduce thermal_zone_get_zone_by_name helper function
` [PATCHv3 2/3] thermal: expose thermal_zone_get_temp API
` [PATCHv3 3/3] staging: ti-soc-thermal: remove external heat while extrapolating hotspot

[PATCH] Thermal: thermal API cleanup
 2013-04-17 17:13 UTC  (3+ messages)

[patch] Thermal: cpufreq cooling: endian bug in cpufreq_get_max_state()
 2013-04-17 16:55 UTC  (3+ messages)

[RESEND][PATCH 1/3] PM / devfreq: exynos4_bus: Fix missing mutex_unlock if opp_find_freq_floor fails
 2013-04-17 16:39 UTC  (4+ messages)

[PATCH] PCI / PM: Fix fallback to PCI_D0 in pci_platform_power_transition()
 2013-04-17 16:19 UTC  (6+ messages)

linux-next: Tree for Apr 9 [cpufreq: NULL pointer deref]
 2013-04-17 16:14 UTC  (16+ messages)

[PATCH V3] PM / devfreq: tie suspend/resume to runtime-pm
 2013-04-17 13:28 UTC 

[RFC patch 0/2] ARM: at91: cpuidle: move driver to drivers/cpuidle
 2013-04-16 22:39 UTC  (12+ messages)
` [RFC patch 1/2] ARM: at91: cpuidle: encapsulate the standby code
` [RFC patch 2/2] ARM: at91: cpuidle: move the driver to drivers/cpuidle directory

[PATCH 1/2] regulator: core: return err value for regulator_get if there is no DT binding
 2013-04-16 21:45 UTC  (2+ messages)
` [PATCH V2 "

[PATCH v3 linux-next] cpufreq: ondemand: Calculate gradient of CPU load to early increase frequency
 2013-04-16 18:34 UTC  (9+ messages)

[PATCH] cpufreq: cpu0: Put cpu parent node after using it
 2013-04-16  8:40 UTC  (2+ messages)

[PATCH] cpufreq: exynos5440: Protect opp search calls with rcu lock
 2013-04-16  6:51 UTC  (3+ messages)

[PATCH 0/4] thermal threshold and notification v2.0
 2013-04-16  5:12 UTC  (7+ messages)
    ` [lm-sensors] "

[PATCH 0/4] thermal threshold event notification
 2013-04-16  5:05 UTC  (6+ messages)

[PATCH] PM / Runtime: Improve prepare handling at system suspend for genpd
 2013-04-15 22:44 UTC  (3+ messages)

[PATCH] PCI / PM: Make pci_pme_active() ignore devices without PME support
 2013-04-15 20:19 UTC  (2+ messages)

[PATCH 1/2] cpufreq: ARM big LITTLE: put DT nodes after using them
 2013-04-15  7:05 UTC  (2+ messages)
` [PATCH 2/2] cpufreq: ARM big LITTLE: Adapt to latest cpufreq updates

[PATCH V2] cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glue
 2013-04-15  7:02 UTC  (3+ 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).