linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-21 10:23:51 to 2014-07-24 09:10:09 UTC [more...]

[PATCH v2 00/16] Tegra124 CL-DVFS / DFLL clocksource, plus cpufreq
 2014-07-24  9:10 UTC  (33+ messages)
` [PATCH v2 01/16] regmap: Add regmap_get_device
` [PATCH v2 02/16] regulator: Add helpers for low-level register access
` [PATCH v2 03/16] clk: tegra: Add binding for the Tegra124 DFLL clocksource
` [PATCH v2 04/16] clk: tegra: Add library for the DFLL clock source (open-loop mode)
` [PATCH v2 05/16] clk: tegra: Add closed loop support for the DFLL
` [PATCH v2 06/16] clk: tegra: Add functions for parsing CVB tables
` [PATCH v2 07/16] clk: tegra: Add DFLL DVCO reset control for Tegra124
` [PATCH v2 08/16] clk: tegra: Add Tegra124 DFLL clocksource platform driver
` [PATCH v2 09/16] clk: tegra: Save/restore CCLKG_BURST_POLICY on suspend
` [PATCH v2 10/16] clk: tegra: Add the DFLL as a possible parent of the cclk_g clock
` [PATCH v2 11/16] ARM: tegra: Add the DFLL to Tegra124 device tree
` [PATCH v2 12/16] ARM: tegra: Enable the DFLL on the Jetson TK1
` [PATCH v2 13/16] cpufreq: tegra124: Add device tree bindings
  ` [PATCH v2 14/16] cpufreq: Add cpufreq driver for Tegra124
` [PATCH v2 15/16] ARM: tegra: Add entries for cpufreq on Tegra124
` [PATCH v2 16/16] ARM: tegra: Update defconfig for tegra124-cpufreq

[RFCv2 PATCH 00/23] sched: Energy cost model for energy-aware scheduling
 2014-07-24  7:26 UTC  (4+ messages)
` [RFCv2 PATCH 01/23] sched: Documentation for scheduler energy cost model

PROBLEM: Kernel OOPS and possible system freeze after concurrent writing to cpufreq/scaling_governor
 2014-07-24  7:11 UTC  (2+ messages)
` PROBLEM: Kernel OOPS and possible system freeze after concurrent writing to cpufreq/scaling_governor (Resend)

[PATCH] cpufreq: tests: Providing cpufreq regression test
 2014-07-24  7:04 UTC  (14+ messages)
` [PATCH v2] "

[PATCHv3 0/7] cpufreq support for Marvell Armada XP
 2014-07-24  6:33 UTC  (10+ messages)
` [PATCHv3 2/7] ARM: mvebu: extend PMSU code to support dynamic frequency scaling
` [PATCHv3 3/7] clk: mvebu: extend clk-cpu for "

[Question] Why is there a restriction on the policy->rwsem & CPUFREQ_GOV_POLICY_EXIT ?
 2014-07-24  5:52 UTC  (2+ messages)

[PATCH] cpufreq: Don't destroy/realloc policy/sysfs on hotplug/suspend
 2014-07-24  5:04 UTC  (4+ messages)

[PATCH RFC] suspend/hibernation: Fix racing timers
 2014-07-24  3:55 UTC  (2+ messages)

[RFC] cpufreq: Add bindings for CPU clock sharing topology
 2014-07-24  2:24 UTC  (12+ messages)

[RFC PATCH] PM/CPU: Parallel enabling nonboot cpus with resume devices
 2014-07-24  2:00 UTC  (5+ messages)

[GIT PULL] ARM: mvebu: SoC changes for v3.17 (round 3)
 2014-07-24  0:08 UTC  (4+ messages)

[PATCH] PCI / PM: Make PCIe PME interrupts wake up from "freeze" sleep state
 2014-07-23 20:46 UTC 

[PATCH v6 0/7] ARM generic idle states
 2014-07-23 19:08 UTC  (21+ messages)
` [PATCH v6 1/7] Documentation: arm: define DT idle states bindings
` [PATCH v6 2/7] drivers: cpuidle: implement DT based idle states infrastructure
` [PATCH v6 3/7] arm64: kernel: introduce cpu_init_idle CPU operation
  ` [PATCH v6 4/7] arm64: add PSCI CPU_SUSPEND based cpu_suspend support
` [PATCH v6 5/7] drivers: cpuidle: CPU idle ARM64 driver
` [PATCH v6 6/7] drivers: cpuidle: initialize big.LITTLE driver through DT
` [PATCH v6 7/7] drivers: cpuidle: initialize Exynos "

[PATCH 1/2] cpuidle: Remove manual selection of the multiple driver support
 2014-07-23 17:02 UTC  (2+ messages)
` [PATCH 2/2] cpuidle: Remove time measurement in poll state

[PATCH 0/2] ACPI / PM: Make ACPI-based PCI wakeup work for the "freeze" sleep state
 2014-07-23 16:55 UTC  (21+ messages)
` [Update 2x][PATCH 1/2] ACPI / PM: Always enable wakeup GPEs when enabling device wakeup
` [PATCH 0/3] ACPI / PM: Make ACPI-based PCI wakeup work for the "freeze" sleep state
  ` [PATCH 1/3] PM: Create PM workqueue if runtime PM is not configured too
  ` [PATCH 2/3] ACPI / PM: Revork the handling of ACPI device wakeup notifications
    ` [Update][PATCH "
  ` [PATCH 3/3] ACPI / PM: Always enable wakeup GPEs when enabling device wakeup

[PATCHv3 00/16] cpuidle for Marvell Armada 370 and 38x
 2014-07-23 13:00 UTC  (17+ messages)
` [PATCHv3 01/16] ARM: mvebu: split again armada_370_xp_pmsu_idle_enter() in PMSU code
` [PATCHv3 02/16] ARM: mvebu: sort the #include of pmsu.c in alphabetic order
` [PATCHv3 03/16] ARM: mvebu: add a common function for the boot address work around
` [PATCHv3 04/16] ARM: mvebu: use the common function for Armada 375 SMP workaround
` [PATCHv3 05/16] ARM: mvebu: rename the armada_370_xp symbols to mvebu_v7 in pmsu.c
` [PATCHv3 06/16] ARM: mvebu: make the cpuidle initialization more generic
` [PATCHv3 07/16] ARM: mvebu: use a local variable to store the resume address
` [PATCHv3 08/16] ARM: mvebu: make the snoop disabling optional in mvebu_v7_pmsu_idle_prepare()
` [PATCHv3 09/16] ARM: mvebu: export the SCU address
` [PATCHv3 10/16] ARM: mvebu: add CA9 MPcore SoC Controller node
` [PATCHv3 11/16] cpuidle: mvebu: rename the driver from armada-370-xp to mvebu-v7
` [PATCHv3 12/16] cpuidle: mvebu: add Armada 370 support
` [PATCHv3 13/16] cpuidle: mvebu: add Armada 38x support
` [PATCHv3 14/16] ARM: mvebu: add cpuidle support for Armada 370
` [PATCHv3 15/16] ARM: mvebu: add cpuidle support for Armada 38x
` [PATCHv3 16/16] ARM: mvebu: defconfig: enable cpuidle support in mvebu_v7_defconfig

[PATCH v9] power: reset: Add reboot driver for brcmstb
 2014-07-23 12:05 UTC  (2+ messages)

[PATCH 0/6 v2] PM / Hibernate: Memory bitmap scalability improvements
 2014-07-23 10:57 UTC  (23+ messages)
` [PATCH 1/6] PM / Hibernate: Create a Radix-Tree to store memory bitmap
` [PATCH 2/6] PM / Hibernate: Add memory_rtree_find_bit function
` [PATCH 3/6] PM / Hibernate: Implement position keeping in radix tree
` [PATCH 4/6] PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()
` [PATCH 5/6] PM / Hibernate: Remove the old memory-bitmap implementation
` [PATCH 6/6] PM / Hibernate: Touch Soft Lockup Watchdog in rtree_next_node

[PATCH 0/2] cpufreq: ondemand: Eliminate the deadband effect
 2014-07-23  9:01 UTC  (3+ messages)

[PATCH] cpuidle: fix permission for driver name sysfs node
 2014-07-22 23:54 UTC  (2+ messages)

[PATCH 0/4] tools/power/cpupower latest fixes
 2014-07-22 23:53 UTC  (6+ messages)
` [PATCH 1/4] cpupower: mperf monitor: Correct use of ! and &
` [PATCH 2/4] tools: power: cpupower: bench: parse.c: Fix several minor errors
` [PATCH 3/4] cpupower: Remove redundant error check
` [PATCH 4/4] cpupower: Adjust MAINTAINERS file

[PATCH] PM / OPP: Remove ARCH_HAS_OPP
 2014-07-22 23:51 UTC  (2+ messages)

[PATCH v5 3/6] thermal: Added Bang-bang thermal governor
 2014-07-22 15:37 UTC 

[RESEND PATCH] thermal: samsung: Add TMU support for Exynos3250 SoC
 2014-07-22  6:11 UTC  (3+ messages)

[PATCH 0/6] of-thermal hardware trip points + Tegra124 SOCTHERM driver
 2014-07-21 23:53 UTC  (9+ messages)
` [PATCH 1/6] thermal: of: Add support for hardware-tracked trip points
` [PATCH 4/6] ARM: tegra: Add soctherm and thermal zones to Tegra124 device tree

Power-managing devices that are not of interest at some point in time
 2014-07-21 23:23 UTC  (5+ messages)

[PATCH] cpufreq: make table sentinal macros unsigned to match use
 2014-07-21 20:01 UTC  (5+ messages)

[RFC Patch V1 17/30] mm, intel_powerclamp: Use cpu_to_mem()/numa_mem_id() to support memoryless node
 2014-07-21 17:38 UTC  (2+ messages)

[PATCH 1/2] PM / devfreq: Export helper functions for drivers
 2014-07-21 17:35 UTC  (2+ messages)

[PATCH 0/6] PM / Hibernate: Memory bitmap scalability improvements
 2014-07-21 15:55 UTC  (7+ messages)

[PATCH, RFC 0/3] Per-cpu PM QoS requests
 2014-07-21 15:52 UTC  (4+ messages)
` [PATCH, RFC 1/3] irq: Allow multiple clients to register for irq affinity notification
` [PATCH, RFC 2/3] QoS: Modify data structures and function arguments for scalability
` [PATCH, RFC 3/3] QoS: Enhance framework to support cpu/irq specific QoS requests

[PATCHv2 00/17] cpuidle for Marvell Armada 370 and 38x
 2014-07-21 13:12 UTC  (14+ messages)
` [PATCHv2 12/17] cpuidle: mvebu: make the cpuidle driver capable of handling multiple SoCs

[PATCH] Exynos4: cpuidle: support dual CPUs with AFTR state
 2014-07-21 11:06 UTC  (5+ messages)

[PATCH v3] ARM: EXYNOS: Fix suspend/resume sequences
 2014-07-21 10:23 UTC  (2+ 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).