public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-28 01:13:57 to 2013-08-31 00:17:37 UTC [more...]

[PATCH 0/3] ACPI / hotplug / mm: Rework mutual exclusion between hibernation and memory hotplug
 2013-08-31  0:17 UTC  (5+ messages)
` [PATCH 1/3] ACPI / scan: Change ordering of locks for device hotplug
` [PATCH 2/3] PM / hibernate: Create memory bitmaps after freezing user space
` [PATCH 3/3] PM / hibernate / memory hotplug: Rework mutual exclusion

[PATCH] cpuidle: Check cpuidle driver before add refcount
 2013-08-30 19:51 UTC  (6+ messages)

[PATCH RFC 0/2] PM / Hibernate: sysfs resume
 2013-08-30 18:42 UTC  (6+ messages)
` [PATCH RFC 1/2] PM / Hibernate: use name_to_dev_t to parse resume

[RESEND RFC PATCH v3 00/35] mm: Memory Power Management
 2013-08-30 17:50 UTC  (39+ messages)
` [RFC PATCH v3 01/35] mm: Restructure free-page stealing code and fix a bug
` [RFC PATCH v3 02/35] mm: Fix the value of fallback_migratetype in alloc_extfrag tracepoint
` [RFC PATCH v3 03/35] mm: Introduce memory regions data-structure to capture region boundaries within nodes
` [RFC PATCH v3 04/35] mm: Initialize node memory regions during boot
` [RFC PATCH v3 05/35] mm: Introduce and initialize zone memory regions
` [RFC PATCH v3 06/35] mm: Add helpers to retrieve node region and zone region for a given page
` [RFC PATCH v3 07/35] mm: Add data-structures to describe memory regions within the zones' freelists
` [RFC PATCH v3 08/35] mm: Demarcate and maintain pageblocks in region-order in "
` [RFC PATCH v3 09/35] mm: Track the freepage migratetype of pages accurately
` [RFC PATCH v3 10/35] mm: Use the correct migratetype during buddy merging
` [RFC PATCH v3 11/35] mm: Add an optimized version of del_from_freelist to keep page allocation fast
` [RFC PATCH v3 12/35] bitops: Document the difference in indexing between fls() and __fls()
` [RFC PATCH v3 13/35] mm: A new optimized O(log n) sorting algo to speed up buddy-sorting
` [RFC PATCH v3 14/35] mm: Add support to accurately track per-memory-region allocation
` [RFC PATCH v3 15/35] mm: Print memory region statistics to understand the buddy allocator behavior
` [RFC PATCH v3 16/35] mm: Enable per-memory-region fragmentation stats in pagetypeinfo
` [RFC PATCH v3 17/35] mm: Add aggressive bias to prefer lower regions during page allocation
` [RFC PATCH v3 18/35] mm: Introduce a "Region Allocator" to manage entire memory regions
` [RFC PATCH v3 19/35] mm: Add a mechanism to add pages to buddy freelists in bulk
` [RFC PATCH v3 20/35] mm: Provide a mechanism to delete pages from "
` [RFC PATCH v3 21/35] mm: Provide a mechanism to release free memory to the region allocator
` [RFC PATCH v3 22/35] mm: Provide a mechanism to request free memory from "
` [RFC PATCH v3 23/35] mm: Maintain the counter for freepages in "
` [RFC PATCH v3 24/35] mm: Propagate the sorted-buddy bias for picking free regions, to "
` [RFC PATCH v3 25/35] mm: Fix vmstat to also account for freepages in the "
` [RFC PATCH v3 26/35] mm: Drop some very expensive sorted-buddy related checks under DEBUG_PAGEALLOC
` [RFC PATCH v3 27/35] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA => RA flow
` [RFC PATCH v3 28/35] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA <= "
` [RFC PATCH v3 29/35] mm: Update the freepage migratetype of pages during region allocation
` [RFC PATCH v3 30/35] mm: Provide a mechanism to check if a given page is in the region allocator
` [RFC PATCH v3 31/35] mm: Add a way to request pages of a particular region from "
` [RFC PATCH v3 32/35] mm: Modify move_freepages() to handle pages in the region allocator properly
` [RFC PATCH v3 33/35] mm: Never change migratetypes of pageblocks during freepage stealing
` [RFC PATCH v3 34/35] mm: Set pageblock migratetype when allocating regions from region allocator
` [RFC PATCH v3 35/35] mm: Use a cache between page-allocator and region-allocator

[RFC PATCH 00/14] arm64: suspend/resume implementation
 2013-08-30 17:32 UTC  (18+ messages)
` [RFC PATCH 01/14] arm64: kernel: add MPIDR_EL1 accessors macros
` [RFC PATCH 02/14] arm64: kernel: build MPIDR_EL1 hash function data structure
` [RFC PATCH 03/14] arm64: kernel: add structure to define cpu context layout
` [RFC PATCH 04/14] arm64: kernel: suspend/resume registers save/restore
` [RFC PATCH 05/14] arm64: kernel: cpu_{suspend/resume} implementation
` [RFC PATCH 06/14] arm64: add CPU PM infrastructure selection
` [RFC PATCH 07/14] arm64: kernel: implement fpsimd CPU PM notifier
` [RFC PATCH 08/14] arm: kvm: implement "
` [RFC PATCH 09/14] arm64: kernel: implement debug monitors CPU PM notifiers
` [RFC PATCH 10/14] arm64: kernel: refactor code to install/uninstall breakpoints
` [RFC PATCH 11/14] arm64: kernel: implement HW breakpoints CPU PM notifier
` [RFC PATCH 12/14] arm64: kernel: add cpu_{suspend}/{resume} build infrastructure
` [RFC PATCH 13/14] arm64: kernel: add CPU idle call
` [RFC PATCH 14/14] arm64: add CPU power management menu/entries

[PATCH 1/2] time: allow changing the timekeeper clock frequency
 2013-08-30 16:04 UTC  (7+ messages)

[PATCHv3 0/8] Thermal Framework Enhancements
 2013-08-30 13:21 UTC  (5+ messages)

[RFC PATCH v3 00/35] mm: Memory Power Management
 2013-08-30 12:39 UTC  (16+ messages)
` [RFC PATCH v3 01/35] mm: Restructure free-page stealing code and fix a bug
` [RFC PATCH v3 02/35] mm: Fix the value of fallback_migratetype in alloc_extfrag tracepoint
` [RFC PATCH v3 03/35] mm: Introduce memory regions data-structure to capture region boundaries within nodes
` [RFC PATCH v3 04/35] mm: Initialize node memory regions during boot
` [RFC PATCH v3 05/35] mm: Introduce and initialize zone memory regions
` [RFC PATCH v3 06/35] mm: Add helpers to retrieve node region and zone region for a given page
` [RFC PATCH v3 07/35] mm: Add data-structures to describe memory regions within the zones' freelists
` [RFC PATCH v3 08/35] mm: Demarcate and maintain pageblocks in region-order in "
` [RFC PATCH v3 09/35] mm: Track the freepage migratetype of pages accurately
` [RFC PATCH v3 10/35] mm: Use the correct migratetype during buddy merging
` [RFC PATCH v3 11/35] mm: Add an optimized version of del_from_freelist to keep page allocation fast
` [RFC PATCH v3 12/35] bitops: Document the difference in indexing between fls() and __fls()
` [RFC PATCH v3 13/35] mm: A new optimized O(log n) sorting algo to speed up buddy-sorting
` [RFC PATCH v3 14/35] mm: Add support to accurately track per-memory-region allocation
` [RFC PATCH v3 15/35] mm: Print memory region statistics to understand the buddy allocator behavior

[PATCH 1/3] thermal: exynos: Fix typos in Kconfig
 2013-08-30 12:36 UTC  (10+ messages)
` [PATCH 2/3] thermal: exynos: Fix potential NULL pointer dereference
` [PATCH 3/3] thermal: exynos: Clean up non-DT remnants

[PATCH 1/3] thermal: ti-soc-thermal: Initialize counter_delay field for TI DRA752 sensors
 2013-08-30 12:35 UTC  (4+ messages)

[PATCH] ACPI / cpuidle: remove superfluous pr == NULL checks
 2013-08-30 12:03 UTC  (2+ messages)

[PATCH 1/3] intel_idle: shrink states tables
 2013-08-30 12:03 UTC  (2+ messages)

[PATCH 3/3] intel_idle: mark some functions with __init tag
 2013-08-30 10:27 UTC 

[PATCH 2/3] intel_idle: mark states tables with __initdata tag
 2013-08-30 10:26 UTC 

[PATCH 2/2] ARM: EXYNOS: add cpuidle-exynos.max_states kernel parameter
 2013-08-30 10:21 UTC 

[PATCH 1/2] ARM: EXYNOS: convert cpuidle driver to be a platform driver
 2013-08-30 10:15 UTC 

[Query] CPUFreq: Does these machines have separate clock domains for CPUs?
 2013-08-30  8:49 UTC  (10+ messages)

[RFC PATCH 00/14] RFCv2: device thermal limits represented in device tree nodes
 2013-08-29 23:19 UTC  (7+ messages)
` [RFC PATCH 02/14] drivers: thermal: introduce device tree parser

[RFC PATCH 00/18 v3] Signature verification of hibernate snapshot
 2013-08-29 22:30 UTC  (13+ messages)

[PATCH v2] cpuidle: coupled: abort idle if pokes are pending
 2013-08-29 21:23 UTC  (3+ messages)

[PATCH] cpufreq: Fix timer/workqueue corruption due to double queueing
 2013-08-29 20:31 UTC  (9+ messages)
  ` [PATCH] cpufreq: Don't use smp_processor_id() in preemptible context
        ` [PATCH v2] "

[PATCH 0/5] drivers: thermal: several fixes
 2013-08-29 20:12 UTC  (7+ messages)
` [PATCH 3/5] drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional
        ` [PATCHv2 "

[PATCH 1/3] cpuidle: coupled: disable interrupts after entering safe state
 2013-08-29 20:09 UTC  (7+ messages)

[RFC PATCHv3] drivers: power: Detect device suspend/resume lockup and log event in pstore
 2013-08-29 18:43 UTC  (11+ messages)

[PATCH 00/16] cpufreq: create & use cpufreq_generic_get() routine
 2013-08-29 13:07 UTC  (5+ messages)
` [PATCH 04/16] cpufreq: cpu0: "
` [PATCH 06/16] cpufreq: dbx500: "

[RFC PATCH 0/4] DT: move of_get_cpu_node from PPC to DT core
 2013-08-29  9:50 UTC  (11+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 3/4] powerpc: refactor of_get_cpu_node to support other architectures

[GIT PULL] ARM: TC2: CPU idle big.LITTLE driver
 2013-08-29  9:13 UTC  (5+ messages)

mutex warning in cpufreq + RFC patch
 2013-08-29  8:39 UTC  (5+ messages)

ACPI and PM material for the first pull request during the 3.12 merge window
 2013-08-28 21:21 UTC 

[gcv v3 15/35] drivers/cpuidle: Replace __get_cpu_var uses
 2013-08-28 21:10 UTC  (4+ messages)

[RFC] removal of drivers/idle/ directory
 2013-08-28 12:22 UTC 

[PATCH] thermal: exynos: Handle the misplaced TRIMINFO register
 2013-08-28 10:38 UTC  (18+ messages)
` [PATCH 0/3] thermal: samsung: Add TMU for Exynos5420
  ` [PATCH 1/3] thermal: samsung: correct the fall interrupt en, status bit fields
  ` [PATCH 2/3] thermal: samsung: Add TMU support for Exynos5420 SoCs
  ` [PATCH 3/3] thermal: exynos: Handle the misplaced TRIMINFO register
` [PATCH 1/3 v2] thermal: samsung: correct the fall interrupt en, status bit fields
  ` [PATCH 2/3] thermal: samsung: change base_common to more meaningful base_second
  ` [PATCH v2: 3/3] thermal: samsung: Add TMU support for Exynos5420 SoCs

[PATCH 00/12] CPU idle for Armada XP
 2013-08-28  6:37 UTC  (4+ messages)
` [PATCH 11/12] cpuidle: mvebu: Add initial cpu idle support for Armada 370/XP SoC

[Query] CPUFreq: Why do we need policy->user_policy?
 2013-08-28  5:42 UTC  (5+ messages)

[PATCH] cpufreq: governors: Remove duplicate check of target freq in supported range
 2013-08-28  5:35 UTC  (7+ messages)

[PATCH v2 RFT 0/2] PM / Hibernate: sysfs resume
 2013-08-28  1:13 UTC  (2+ messages)
` [PATCH v2 RFT 2/2] PM / Hibernate: add section for resume options


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox