messages from 2013-08-29 00:01:45 to 2013-09-03 00:31:04 UTC [more...]
[RFC PATCH 00/14] arm64: suspend/resume implementation
2013-09-02 16:24 UTC (12+ messages)
` [RFC PATCH 04/14] arm64: kernel: suspend/resume registers save/restore
` [RFC PATCH 05/14] arm64: kernel: cpu_{suspend/resume} implementation
` [RFC PATCH 12/14] arm64: kernel: add cpu_{suspend}/{resume} build infrastructure
[PATCH 00/27] ACPI AML helper conversion
2013-09-03 0:31 UTC (3+ messages)
` [PATCH 01/27] olpc_xo15_sci: convert acpi_evaluate_object() to acpi_execute_simple_method()
` [PATCH 02/27] gpiolib-acpi: "
[RESEND RFC PATCH v3 00/35] mm: Memory Power Management
2013-09-02 17:43 UTC (41+ 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] RFCv2: device thermal limits represented in device tree nodes
2013-09-02 16:28 UTC (9+ messages)
` [RFC PATCH 02/14] drivers: thermal: introduce device tree parser
[PATCH 2/2] ARM: EXYNOS: add cpuidle-exynos.max_states kernel parameter
2013-09-02 16:13 UTC (9+ messages)
[PATCH 3/5] drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional
2013-09-02 14:09 UTC (3+ messages)
` [PATCHv2 "
[PATCH 1/2] cpuidle: add hotplug support to initialize the timer broadcast
2013-09-02 14:02 UTC (6+ messages)
` [PATCH 2/2] x86: cpuidle: remove broadcast timer initialization
[PATCH 1/2] ARM: EXYNOS: convert cpuidle driver to be a platform driver
2013-09-02 13:25 UTC (3+ messages)
cpufreq warning with kernel 3.11
2013-09-02 13:23 UTC (6+ messages)
[PATCH 1/2] cpufreq: don't allow governor limits to be changed when it is disabled
2013-09-02 12:44 UTC (10+ messages)
` [PATCH 2/2] cpufreq: serialize calls to __cpufreq_governor()
[PATCH 1/3] intel_idle: shrink states tables
2013-09-02 9:30 UTC (3+ messages)
[PATCH 3/3] intel_idle: mark some functions with __init tag
2013-09-02 9:29 UTC (2+ messages)
[PATCH 2/3] intel_idle: mark states tables with __initdata tag
2013-09-02 9:26 UTC (2+ messages)
[RFC PATCH 00/18 v3] Signature verification of hibernate snapshot
2013-09-02 2:12 UTC (20+ messages)
mutex warning in cpufreq + RFC patch
2013-09-01 16:21 UTC (11+ messages)
[PATCH v2 0/3] cpufreq/ondemand support for Xserve G5 & iMac G5 iSight
2013-08-31 17:23 UTC (4+ messages)
` [PATCH v2 1/3] cpufreq: pmac64: speed up frequency switch
` [PATCH v2 2/3] cpufreq: pmac64: provide cpufreq transition latency for older G5 models
` [PATCH v2 3/3] cpufreq: pmac64: enable cpufreq on iMac G5 (iSight) model
[PATCH 0/3] ACPI / hotplug / mm: Rework mutual exclusion between hibernation and memory hotplug
2013-08-31 0:50 UTC (9+ 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
[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 (8+ 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)
[Query] CPUFreq: Does these machines have separate clock domains for CPUs?
2013-08-30 8:49 UTC (10+ messages)
[PATCH v2] cpuidle: coupled: abort idle if pokes are pending
2013-08-29 21:23 UTC (3+ messages)
[PATCH] cpufreq: Don't use smp_processor_id() in preemptible context
2013-08-29 20:31 UTC (4+ messages)
` [PATCH v2] "
[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 (9+ messages)
[PATCH 00/16] cpufreq: create & use cpufreq_generic_get() routine
2013-08-29 13:07 UTC (3+ messages)
` [PATCH 04/16] cpufreq: cpu0: "
[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)
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).