Messages in this thread |  | | Date | Fri, 15 Aug 2008 21:33:38 +0200 | | From | Andi Kleen <> | | Subject | Please pull more ACPI/cpuidle updates |
| |
Linus,
please pull more ACPI updates. This mainly includes the cpuidle latency updates Venki did some time ago for your system (due to some SNAFU they didn't get included earlier) and also a fix for a ioremap PAT regression exposed by ACPI.
-Andi
git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6 release-2.6.27
Andi Kleen (3): x86: Fix ioremap off by one BUG Merge branch 'ioremap' into release-2.6.27 Merge branch 'cpuidle' into release-2.6.27
venkatesh.pallipadi@intel.com (3): cpuidle: Do not use poll_idle unless user asks for it cpuidle: Menu governor fix wrong usage of measured_us cpuidle: Make ladder governor honor latency requirements fully
arch/x86/mm/ioremap.c | 2 +- drivers/cpuidle/governors/ladder.c | 26 ++++++++++++++++++--- drivers/cpuidle/governors/menu.c | 42 ++++++++++++++++++++++++------------ 3 files changed, 51 insertions(+), 19 deletions(-)
|  |