linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-18 20:16:20 to 2013-06-23 13:40:56 UTC [more...]

[PATCH 00/45] CPU hotplug: stop_machine()-free CPU hotplug, part 1
 2013-06-23 13:40 UTC  (12+ messages)
` [PATCH 02/45] CPU hotplug: Clarify the usage of different synchronization APIs
` [PATCH 03/45] Documentation, CPU hotplug: Recommend usage of get/put_online_cpus_atomic()
` [PATCH 04/45] CPU hotplug: Add infrastructure to check lacking hotplug synchronization
` [PATCH 05/45] CPU hotplug: Protect set_cpu_online() to avoid false-positives
` [PATCH 06/45] CPU hotplug: Sprinkle debugging checks to catch locking bugs
` [PATCH 07/45] CPU hotplug: Expose the new debug config option
` [PATCH 08/45] CPU hotplug: Convert preprocessor macros to static inline functions
` [PATCH 10/45] sched/core: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH 11/45] migration: Use raw_spin_lock/unlock since interrupts are already disabled
` [PATCH 12/45] sched/fair: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH 13/45] timer: "

[PATCHv v3] power: Include additional information in pm_print_times
 2013-06-23 11:36 UTC  (16+ messages)

[PATCH 2/2] power: Add warning message about incorrect system date and time after resume when pm_trace is enabled
 2013-06-23 11:39 UTC  (2+ messages)

[PATCH] cpufreq: Fix race between sysfs writes and hotplug/policy update
 2013-06-23  3:02 UTC 

[PATCH] cpufreq: s3c2416: fix forgotten driver_data conversions
 2013-06-22 23:08 UTC 

[PATCH 1/2] power: add new interface to return pm_transition state
 2013-06-22 21:26 UTC  (2+ messages)

[PATCH 2/2] drm: Convert drm class driver from legacy pm ops to dev_pm_ops
 2013-06-22 20:11 UTC 

[PATCH 1/1] thermal: MAINTAINERS: Add git tree path for SoC specific updates
 2013-06-21 21:07 UTC 

[PATCH v3] thermal: add imx thermal driver support
 2013-06-21 16:45 UTC  (2+ messages)

[PATCH -next] Thermal: x86_pkg_temp: fix krealloc() misuse in in pkg_temp_thermal_device_add()
 2013-06-21 16:36 UTC  (4+ messages)

[PATCH V6 00/30] thermal: exynos: Re-structure driver and add support for exynos5440
 2013-06-21 15:21 UTC  (84+ messages)
` [PATCH V6 01/30] thermal: exynos: Moving exynos thermal files into samsung directory
` [PATCH V6 02/30] thermal: exynos: Use ARCH_HAS_BANDGAP config to know the supported soc's
` [PATCH V6 03/30] thermal: exynos: Remove un-necessary CPU_THERMAL dependency
` [PATCH V6 04/30] thermal: exynos: Bifurcate exynos thermal common and tmu controller code
` [PATCH V6 06/30] thermal: exynos: Move exynos_thermal.h from include/* to driver/* folder
` [PATCH V6 07/30] thermal: exynos: Bifurcate exynos tmu driver and configuration data
` [PATCH V6 08/30] thermal: exynos: Add missing definations and code cleanup
` [PATCH V6 09/30] thermal: exynos: Add extra entries in the tmu platform data
` [PATCH V6 10/30] thermal: exynos: Move register definitions from driver to data file
` [PATCH V6 11/30] thermal: exynos: Support thermal tripping
` [PATCH V6 12/30] thermal: exynos: Fix to clear only the generated interrupts
` [PATCH V6 13/30] thermal: exynos: Add support for instance based register/unregister
` [PATCH V6 14/30] thermal: exynos: Modify private_data to appropriate name driver_data
` [PATCH V6 15/30] thermal: exynos: Return success even if no cooling data supplied
` [PATCH V6 16/30] thermal: exynos: Make the zone handling use trip information
` [PATCH V6 17/30] thermal: exynos: Remove non DT based support
` [PATCH V6 18/30] thermal: exynos: Add support to handle many instances of TMU
` [PATCH V6 19/30] thermal: exynos: Add TMU features to check instead of using SOC type
` [PATCH V6 20/30] thermal: exynos: use device resource management infrastructure
` [PATCH V6 21/30] ARM: dts: thermal: exynos4: Add documentation for Exynos SoC thermal bindings
` [PATCH V6 22/30] thermal: exynos: Add support to access common register for multistance
` [PATCH V6 23/30] thermal: exynos: Add driver support for exynos5440 TMU sensor
` [PATCH V6 24/30] thermal: exynos: Add thermal configuration data "
` [PATCH V6 25/30] thermal: exynos: Fix to set the second point correction value
` [PATCH V6 26/30] thermal: exynos: Add hardware mode thermal calibration support
` [PATCH V6 27/30] Documentation: thermal: Explain the exynos thermal driver model
` [PATCH V6 28/30] thermal: exynos: Support for TMU regulator defined at device tree
` [PATCH V6 29/30] ARM: dts: Add device tree node for exynos5440 TMU controller
` [PATCH V6 30/30] arm: exynos: enable ARCH_HAS_BANDGAP

[PATCH] regulator: max77693: Add max77693 regualtor driver
 2013-06-21 15:19 UTC  (2+ messages)

[regression,bisected] restore of disks after suspend-to-disk broken in 3.9.x
 2013-06-21 12:19 UTC  (12+ messages)

[RFC patch 0/2] ARM: at91: cpuidle: move driver to drivers/cpuidle
 2013-06-21 10:51 UTC  (7+ messages)
` [RFC patch 2/2] ARM: at91: cpuidle: move the driver to drivers/cpuidle directory

[PATCH] tick: fix tick_broadcast_pending_mask not cleared
 2013-06-21  9:15 UTC  (2+ messages)

[PATCH 0/5] cpufreq:boost: CPU Boost mode support
 2013-06-21  6:23 UTC  (28+ messages)
` [PATCH v3 1/3] cpufreq: Add boost frequency support in core
` [PATCH v4 0/7] cpufreq:boost: CPU Boost mode support
  ` [PATCH v4 1/7] cpufreq: Store cpufreq policies in a list
  ` [PATCH v4 2/7] cpufreq: Add boost frequency support in core
  ` [PATCH v4 3/7] cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost solution
  ` [PATCH v4 4/7] cpufreq:exynos:Extend Exynos cpufreq driver to support boost framework
  ` [PATCH v4 5/7] cpufreq: Calculate number of busy CPUs
  ` [PATCH v4 6/7] cpufreq: Enable software boost only when up to one busy core is running
  ` [PATCH v4 7/7] thermal:boost: Disable boost when trip point is reached

[PATCH V2] thermal: exynos: Support for TMU regulator defined at device tree
 2013-06-21  4:03 UTC  (3+ messages)

[PATCH 1/4] PM / tracing: Add pm_qos_update_target/flags tracepoints
 2013-06-21  2:16 UTC  (7+ messages)
` [PATCH 2/4] PM / tracing: Add pm_qos_request tracepoints
  ` [PATCH 3/4] PM / tracing: Add dev_pm_qos_request tracepoints
    ` [PATCH 4/4] Documentation: Add pm_qos and dev_pm_qos to events-power.txt

[Resend PATCH] PM/Qos: Update Documentation/power/pm_qos_interface.txt
 2013-06-21  2:09 UTC 

[PATCH v2 1/4] PM / tracing: Add pm_qos_update_target/flags tracepoints
 2013-06-21  2:12 UTC  (4+ messages)
` [PATCH v2 2/4] PM / tracing: Add pm_qos_request tracepoints
  ` [PATCH v2 3/4] PM / tracing: Add dev_pm_qos_request tracepoints
    ` [PATCH v2 4/4] Documentation: Add pm_qos and dev_pm_qos to events-power.txt

[PATCH v2] thermal: add imx thermal driver support
 2013-06-20 14:08 UTC  (7+ messages)

[PATCH] cpufreq: stats: Add 'load_table' debugfs file to show accumulated data of CPUs
 2013-06-20  8:36 UTC 

[PATCH v5] cpufreq: fix governor start/stop race condition
 2013-06-20  3:46 UTC  (10+ messages)

[PATCH 00/13] CPUFreq: Fix {PRE|POST}CHANGE notification sequence
 2013-06-20  2:52 UTC  (22+ messages)
` [PATCH 01/13] cpufreq: acpi: call CPUFREQ_POSTCHANGE notfier in error cases
` [PATCH 02/13] cpufreq: arm-big-little: "
` [PATCH 03/13] cpufreq: davinci: "
` [PATCH 04/13] cpufreq: dbx500: "
` [PATCH 05/13] cpufreq: e_powersave: "
` [PATCH 06/13] cpufreq: exynos: "
` [PATCH 07/13] cpufreq: imx6q: "
` [PATCH 08/13] cpufreq: omap: "
` [PATCH 09/13] cpufreq: pcc: "
` [PATCH 10/13] cpufreq: powernow-k8: "
` [PATCH 11/13] cpufreq: s3c64xx: "
` [PATCH 12/13] cpufreq: tegra: "
` [PATCH 13/13] cpufreq: make sure frequency transitions are serialized

[PATCH v2] PM / QOS: correct the valid range of pm_qos_class
 2013-06-20  2:33 UTC 

[GIT PULL] CPUFreq Kconfig Fixes: Select CPU_FREQ_TABLE
 2013-06-19 23:30 UTC  (2+ messages)

[PATCH 1/2] cpufreq: Fix minor formatting issues
 2013-06-19  8:49 UTC  (2+ messages)
` [PATCH 2/2] cpufreq: make __cpufreq_notify_transition() static

[PATCH v9] Cpufreq: Fix governor start/stop race condition
 2013-06-19  8:28 UTC  (3+ messages)

[PATCH] ACPI / PM: Fix error code path for power resources initialization
 2013-06-19  7:29 UTC  (3+ messages)

[PATCH v8] Cpufreq: Fix governor start/stop race condition
 2013-06-19  6:51 UTC  (3+ messages)

[PATCH v7] Cpufreq: Fix governor start/stop race condition
 2013-06-19  6:18 UTC  (2+ messages)

[PATCH v6] Cpufreq: Fix governor start/stop race condition
 2013-06-19  5:21 UTC  (5+ messages)

[PATCHv3 1/6] thermal: ti-soc-thermal: use standard GPIO DT bindings
 2013-06-19  2:28 UTC  (2+ messages)
` [PATCHv4 "

[PATCHv3 0/6] arm: enable TI SoC thermal driver
 2013-06-19  1:11 UTC  (9+ messages)
` [PATCHv3 2/6] arm: introduce config HAS_BANDGAP
` [PATCHv3 4/6] arm: dts: add bandgap entry for OMAP4460 devices
` [PATCHv3 5/6] arm: omap2plus_defconfig: enable TI bandgap driver


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).