messages from 2013-07-29 12:07:44 to 2013-08-03 11:49:22 UTC [more...]
[PATCH 00/10] CPUFreq: Fixes & Cleanups for 3.12
2013-08-03 11:49 UTC (5+ messages)
` [PATCH 01/10] cpufreq: Cleanup header files included in core
` [PATCH 02/10] cpufreq: Re-arrange declarations in cpufreq.h
` [PATCH 03/10] cpufreq: Give consistent names for struct cpufreq_policy *
` [PATCH 04/10] cpufreq: Use sizeof(*ptr) form for finding size of a struct
[PATCH] OPP: Export opp_add()
2013-08-03 9:25 UTC
[GIT PULL] ACPI and power management fixes for v3.11-rc4
2013-08-03 1:48 UTC (6+ messages)
[PATCH] ARM: EXYNOS: add power domains support for EXYNOS5440
2013-08-02 21:01 UTC (2+ messages)
[RFC][PATCH] cpufreq: Do not hold driver module references for additional policy CPUs
2013-08-02 14:46 UTC (29+ messages)
` [Update][PATCH] "
[RFC PATCH 0/2] PM / OPP: updates to enable sharing OPPs info
2013-08-02 13:43 UTC (28+ messages)
` [RFC PATCH 1/2] PM / OPP: add support to specify phandle of another node for OPP
` [RFC PATCH 2/2] PM / OPP: check for existing OPP list when initialising from device tree
[PATCH 00/15] cpufreq: initialize drivers .owner field with THIS_MODULE
2013-08-02 9:42 UTC (22+ messages)
` [PATCH 01/15] cpufreq: arm_big_little: initialize "
` [PATCH 02/15] cpufreq: cpufreq-cpu0: "
` [PATCH 03/15] cpufreq: davinci: "
` [PATCH 04/15] cpufreq: dbx500: "
` [PATCH 05/15] cpufreq: exynos: "
` [PATCH 06/15] cpufreq: imx6q: "
` [PATCH 07/15] cpufreq: integrator: "
` [PATCH 08/15] cpufreq: omap: "
` [PATCH 09/15] cpufreq: pxa: "
` [PATCH 10/15] cpufreq: s3c24xx: "
` [PATCH 11/15] cpufreq: s5pv210: "
` [PATCH 12/15] cpufreq: sa11**: "
` [PATCH 13/15] cpufreq: SPEAr: "
` [PATCH 14/15] cpufreq: Tegra: "
` [PATCH 15/15] cpufreq: Unicore: "
BUG_ON(irqs_disabled()) in cpufreq.c
2013-08-02 9:02 UTC (4+ messages)
[PATCH] cpufreq: Avoid double kobject_put() for the same kobject in error code path
2013-08-02 6:54 UTC (2+ messages)
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
2013-08-01 19:45 UTC (4+ messages)
[PATCH] cpufreq/intel_pstate: Change to scale off of max P-state
2013-08-01 17:56 UTC (2+ messages)
[PATCH 0/2] SoC specific trip points and alarm interrupt for imx_thermal
2013-08-01 16:33 UTC (3+ messages)
` [PATCH 1/2] thermal: imx: dynamic passive and SoC specific critical trip points
` [PATCH 2/2] thermal: imx: implement thermal alarm interrupt handling
[RFC PATCH v2 00/15] DT/core: update cpu device of_node
2013-08-01 12:02 UTC (6+ messages)
` [PATCH v3 00/16] "
` [PATCH v3 05/16] ARM: mvebu: remove device tree parsing for cpu nodes
[PATCH] thermal: exynos: Handle the misplaced TRIMINFO register
2013-08-01 10:36 UTC (4+ messages)
` [PATCH v2] "
[PATCH V2 0/6] cpuidle/powerpc: POWERPC cpuidle driver for POWER and POWERNV platforms
2013-08-01 4:56 UTC (12+ messages)
` [PATCH V2 1/6] cpuidle/pseries: Fix kernel command line parameter smt-snooze-delay
` [PATCH V2 2/6] cpuidle/pseries: Remove dependency of pseries.h file
` [PATCH V2 3/6] pseries: Move plpar_wrapper.h to powerpc common include/asm location
` [PATCH V2 4/6] cpuidle/pseries: Move the pseries_idle backend driver to sysdev
` [PATCH V2 5/6] cpuidle/powerpc: Backend-powerpc idle driver for powernv and pseries
` [PATCH V2 6/6] cpuidle/powernv: Enable idle powernv cpu to call into the cpuidle framework
[PATCH] cpufreq: Re-arrange header files
2013-08-01 3:43 UTC (3+ messages)
[PATCH 0/3] ACPI / PM: Device PM cleanups
2013-08-01 0:49 UTC (23+ messages)
` [PATCH 1/3] ACPI / PM: Only set power states of devices that are power manageable
` [PATCH 2/3] ACPI / PM: Make messages in acpi_device_set_power() print device names
` [PATCH updated] ACPI / PM: Add state information in error message for acpi_device_set_power
` [PATCH 3/3] ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere
[PATCH] cpuidle: add freescale e500 family porcessors idle support
2013-08-01 0:23 UTC (7+ messages)
[PATCH] cpuidle: fix unremovable issue for module driver
2013-07-31 23:05 UTC (6+ messages)
[PATCH RFC 0/3] voltage scaling via clock rate-change notifiers
2013-07-31 18:08 UTC (9+ messages)
` [PATCH RFC 2/3] clk: cpufreq helper for voltage scaling
` [PATCH RFC 3/3] cpufreq: cpufreq-cpu0: clk rate-change notifiers
[PATCH] power: set PF_SUSPEND_TASK flag on tasks that call freeze_processes
2013-07-30 23:46 UTC (4+ messages)
[RFC PATCHv3] drivers: power: Detect device suspend/resume lockup and log event in pstore
2013-07-30 20:38 UTC
[PATCH v2 0/7] Cpufreq, cpu hotplug, suspend/resume related fixes
2013-07-30 14:06 UTC (11+ messages)
` [PATCH v2 1/7] cpufreq: Fix misplaced call to cpufreq_update_policy()
` [PATCH v2 2/7] cpufreq: Add helper to perform alloc/free of policy structure
` [PATCH v2 3/7] cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interface
` [PATCH v2 4/7] cpufreq: Extract the handover of policy cpu to a helper function
` [PATCH v2 5/7] cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardown
` [PATCH v2 6/7] cpufreq: Preserve policy structure across suspend/resume
` [PATCH v2 7/7] cpufreq: Perform light-weight init/teardown during suspend/resume
[PATCH 1/2] cpufreq: Remove extra variables
2013-07-30 13:58 UTC (4+ messages)
` [PATCH 2/2] cpufreq: don't pass cpu to cpufreq_add_dev_{symlink|interface}
[PATCH 1/2] cpuidle: add hotplug support to initialize the timer broadcast
2013-07-30 13:54 UTC (2+ messages)
` [PATCH 2/2] x86: cpuidle: remove broadcast timer initialization
[PATCH RFC 0/3] Per-process power consumption measurement facility
2013-07-30 13:31 UTC (7+ messages)
` [PATCH RFC 1/3] Add interface to receive current cpu power
` [PATCH RFC 2/3] Add power consumption counter in task_struct
` [PATCH RFC 3/3] Update current cpu power when cpu freq change for exynos
stable 3-10-3: strange output of "lsmod | grep ^acpi_cpufreq"
2013-07-30 5:23 UTC (11+ messages)
[RFC PATCH] thermal: powerclamp: Add support for ARM machine to powerclamp driver
2013-07-29 18:11 UTC (2+ messages)
[PATCH 4/7] cpuidle: calxeda: add support to use PSCI calls
2013-07-29 14:46 UTC (4+ messages)
[RFC PATCH 0/3] ARM: TC2 big.LITTLE CPU idle driver
2013-07-29 14:23 UTC (4+ messages)
` [RFC PATCH 3/3] cpuidle: big.LITTLE: vexpress-TC2 "
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).