messages from 2013-09-23 15:24:46 to 2013-09-26 08:20:15 UTC [more...]
[PATCH 00/21] CPUIdle: Minor cleanups for 3.13
2013-09-26 8:20 UTC (50+ messages)
` [PATCH 03/21] cpuidle: make __cpuidle_get_cpu_driver() inline
` [PATCH 06/21] cpuidle: rearrange code in __cpuidle_driver_init()
` [PATCH 07/21] cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points
` [PATCH 08/21] cpuidle: use cpuidle_disabled() instead of "off"
` [PATCH 09/21] cpuidle: merge two if() statements for checking error cases
` [PATCH 10/21] cpuidle: reduce code duplication inside cpuidle_idle_call()
` [PATCH 11/21] cpuidle: replace multiline statements with single line in cpuidle_idle_call()
` [PATCH 12/21] cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lock
` [PATCH 13/21] cpuidle: use drv instead of cpuidle_driver in show_current_driver()
` [PATCH 14/21] cpuidle: coupled: don't compare cpu masks unnecessarily
` [PATCH 15/21] cpuidle: free all state kobjects from cpuidle_free_state_kobj()
` [PATCH 16/21] cpuidle: avoid unnecessary kzalloc/free of struct cpuidle_device_kobj
` [PATCH 17/21] cpuidle: avoid unnecessary kzalloc/free of struct cpuidle_driver_kobj
` [PATCH 18/21] cpuidle: don't call poll_idle_init() for every cpu
` [PATCH 19/21] cpuidle: create list of registered drivers
` [PATCH 20/21] cpuidle: don't calculate time-diff if entered_state == 0
` [PATCH 21/21] cpuidle: change governor from within cpuidle_replace_governor()
[RFC V4 PATCH 00/15] Signature verification of hibernate snapshot
2013-09-26 7:08 UTC (33+ messages)
` [PATCH V4 02/15] asymmetric keys: implement EMSA_PKCS1-v1_5-ENCODE in rsa
` [PATCH V4 13/15] Hibernate: introduced SNAPSHOT_SIG_HASH config for select hash algorithm
[PATCH 0/2] cpufreq: exynos: Fixes for v3.12
2013-09-26 6:14 UTC (8+ messages)
` [PATCH 1/2] cpufreq: exynos4x12: Use the common clock framework to set APLL clock rate
` [PATCH 2/2] cpufreq: exynos4210: "
[PATCH -v2] cpufreq: skip loading acpi_cpufreq after intel_pstate
2013-09-26 5:40 UTC (3+ messages)
[PATCH 1/1] cpufreq: SPEAr: Fix incorrect variable type
2013-09-26 5:38 UTC (2+ messages)
[PATCH V4 1/2] cpuidle: simplify multiple driver support
2013-09-26 4:57 UTC (4+ messages)
[RFC PATCH v4 00/40] mm: Memory Power Management
2013-09-26 2:59 UTC (49+ messages)
` [RFC PATCH v4 01/40] mm: Introduce memory regions data-structure to capture region boundaries within nodes
` [RFC PATCH v4 02/40] mm: Initialize node memory regions during boot
` [RFC PATCH v4 03/40] mm: Introduce and initialize zone memory regions
` [RFC PATCH v4 04/40] mm: Add helpers to retrieve node region and zone region for a given page
` [RFC PATCH v4 05/40] mm: Add data-structures to describe memory regions within the zones' freelists
` [RFC PATCH v4 06/40] mm: Demarcate and maintain pageblocks in region-order in "
` [RFC PATCH v4 07/40] mm: Track the freepage migratetype of pages accurately
` [RFC PATCH v4 08/40] mm: Use the correct migratetype during buddy merging
` [RFC PATCH v4 09/40] mm: Add an optimized version of del_from_freelist to keep page allocation fast
` [RFC PATCH v4 10/40] bitops: Document the difference in indexing between fls() and __fls()
` [RFC PATCH v4 11/40] mm: A new optimized O(log n) sorting algo to speed up buddy-sorting
` [RFC PATCH v4 12/40] mm: Add support to accurately track per-memory-region allocation
` [RFC PATCH v4 13/40] mm: Print memory region statistics to understand the buddy allocator behavior
` [RFC PATCH v4 14/40] mm: Enable per-memory-region fragmentation stats in pagetypeinfo
` [RFC PATCH v4 15/40] mm: Add aggressive bias to prefer lower regions during page allocation
` [RFC PATCH v4 16/40] mm: Introduce a "Region Allocator" to manage entire memory regions
` [RFC PATCH v4 17/40] mm: Add a mechanism to add pages to buddy freelists in bulk
` [RFC PATCH v4 18/40] mm: Provide a mechanism to delete pages from "
` [RFC PATCH v4 19/40] mm: Provide a mechanism to release free memory to the region allocator
` [RFC PATCH v4 20/40] mm: Provide a mechanism to request free memory from "
` [RFC PATCH v4 21/40] mm: Maintain the counter for freepages in "
` [RFC PATCH v4 22/40] mm: Propagate the sorted-buddy bias for picking free regions, to "
` [RFC PATCH v4 23/40] mm: Fix vmstat to also account for freepages in the "
` [RFC PATCH v4 24/40] mm: Drop some very expensive sorted-buddy related checks under DEBUG_PAGEALLOC
` [RFC PATCH v4 25/40] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA => RA flow
` [RFC PATCH v4 26/40] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA <= "
` [RFC PATCH v4 27/40] mm: Update the freepage migratetype of pages during region allocation
` [RFC PATCH v4 28/40] mm: Provide a mechanism to check if a given page is in the region allocator
` [RFC PATCH v4 29/40] mm: Add a way to request pages of a particular region from "
` [RFC PATCH v4 30/40] mm: Modify move_freepages() to handle pages in the region allocator properly
` [RFC PATCH v4 31/40] mm: Never change migratetypes of pageblocks during freepage stealing
` [RFC PATCH v4 32/40] mm: Set pageblock migratetype when allocating regions from region allocator
` [RFC PATCH v4 33/40] mm: Use a cache between page-allocator and region-allocator
` [RFC PATCH v4 34/40] mm: Restructure the compaction part of CMA for wider use
` [RFC PATCH v4 35/40] mm: Add infrastructure to evacuate memory regions using compaction
` [RFC PATCH v4 36/40] kthread: Split out kthread-worker bits to avoid circular header-file dependency
` [RFC PATCH v4 37/40] mm: Add a kthread to perform targeted compaction for memory power management
` [RFC PATCH v4 38/40] mm: Add a mechanism to queue work to the kmempowerd kthread
` [RFC PATCH v4 39/40] mm: Add intelligence in kmempowerd to ignore regions unsuitable for evacuation
` [RFC PATCH v4 40/40] mm: Add triggers in the page-allocator to kick off region evacuation
` [Results] [RFC PATCH v4 00/40] mm: Memory Power Management
[RFC PATCH] freezer: allow killing of frozen tasks
2013-09-26 1:46 UTC (7+ messages)
[PATCH 0/6] ACPI bus conversion
2013-09-25 22:47 UTC (11+ messages)
` [PATCH 1/6] ACPI ac: convert ACPI ac driver to platform bus
` [PATCH 2/6] ideapad_laptop: introduce #ifdef CONFIG_PM_SLEEP for PM specific code
` [PATCH 3/6] ideapad_laptop: introduce struct acpi_device pointer to ideapad_private structure
` [PATCH 4/6] ideapad_laptop: convert internal function calls to use ideapad_private as parameter
` [PATCH 5/6] ideapad_laptop: remove ideapad_handle and ideapad_priv
` [PATCH 6/6] ideapad_laptop: convert ideapad device/driver to platform bus
[RFC PATCHv4] drivers: power: Detect device suspend/resume lockup and log event in pstore
2013-09-25 22:31 UTC
[PATCH 0/3] thermal: bcm281xx: Add thermal driver
2013-09-25 19:26 UTC (8+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ARM: bcm281xx: Turn on Thermal and HWMON drivers
` [PATCH 3/3] ARM: bcm281xx: Add thermal driver to device tree
[PATCH 1/2] cpufreq: distinguish drivers that do asynchronous notifications
2013-09-25 18:37 UTC (3+ messages)
` [PATCH 2/2] cpufreq: make sure frequency transitions are serialized
[PATCH] ACPI/thermal : Remove zone disabled warning
2013-09-25 16:29 UTC
[PATCH] typo in drivers/thermal/Kconfig: lpatform instead of platform
2013-09-25 14:25 UTC (2+ messages)
[PATCHv5 02/16] drivers: thermal: introduce device tree parser
2013-09-25 14:23 UTC (11+ messages)
` [PATCHv6 "
[PATCH] Thermal: x86_pkg_temp: change spin lock
2013-09-25 13:47 UTC (2+ messages)
Bisected 3.12.0-rc1 Laptop screen goes blank during kernelboot
2013-09-25 12:29 UTC (2+ messages)
[PATCH v2] thermal: st: Add support for STiH41x thermal sensors
2013-09-25 11:01 UTC
[PATCH v2 1/2] ARM: shmobile: r8a7790: implement CPU clock scaling for CPUFreq
2013-09-25 4:50 UTC (3+ messages)
[PATCH] Thermal: change spin lock
2013-09-24 18:34 UTC (5+ messages)
[PATCH v5 0/3] ARM: S5PV210: move to common clk framework
2013-09-24 14:26 UTC (7+ messages)
` [PATCH v5 1/3] clk: samsung: Add clock driver for s5pc110/s5pv210
` [PATCH v5 2/3] Cpufreq: s5pv210 cpufreq fixes for CCF
` [PATCH v5 3/3] ARM: s5pv210: Migrate clock handling to Common Clock Framework
ehci-pci D3cold logspam
2013-09-24 14:12 UTC (3+ messages)
[Question] Verification For arm64: suspend/resume implementation
2013-09-24 13:00 UTC (8+ messages)
[PATCH 0/6] thermal: exynos: Fixes for v3.12
2013-09-24 9:29 UTC (8+ messages)
` [PATCH 1/6] thermal: exynos: fix: Return from exynos_report_trigger() when therm_dev is NULL
` [PATCH 2/6] thermal: exynos: Provide separate TMU data for Exynos4412
` [PATCH 3/6] thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos4412
` [PATCH 4/6] thermal: exynos: Replace SOC_ARCH_EXYNOS with SOC_ARCH_EXYNOS5250
` [PATCH 5/6] ARM: dts: exynos4x12: Device tree node definition for TMU on Exynos4x12
` [PATCH 6/6] ARM: dts: exynos4412-trats2: Enable TMU support at Trats2
3.7-rc regression bisected: s2disk fails to resume image: Processes could not be frozen, cannot continue resuming
2013-09-24 0:21 UTC (6+ messages)
` [BUG] "
` [Suspend-devel] "
[PATCH v5 1/2] hwmon: (coretemp) Rename temp_data to core_data
2013-09-23 23:25 UTC (5+ messages)
` [PATCH v5 2/2] hwmon: (coretemp) Report power and energy consumption
[PATCH 0/6] ACPI bus conversion
2013-09-23 23:24 UTC (2+ messages)
clarifications on ondemand governor
2013-09-23 17:50 UTC
[PATCH] cpufreq: merge maple cpufreq driver to pmac64
2013-09-23 17:20 UTC (2+ messages)
[PATCH 0/9] cpuidle: rework device state count handling
2013-09-23 16:05 UTC (2+ 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).