]> xenbits.xensource.com Git - xen.git/commit
x86: introduce MWAIT-based, ACPI-less CPU idle driver
authorJan Beulich <jbeulich@suse.com>
Fri, 21 Sep 2012 11:47:18 +0000 (13:47 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 21 Sep 2012 11:47:18 +0000 (13:47 +0200)
commit724b55f48a6c9fca00ddeeca5a130657680caf0b
treea526488f0b9c8cd95d8e4f9aee6d26d3c5de2fa0
parent288078b499281a2ef1bca5244c3fb1786f7efcc7
x86: introduce MWAIT-based, ACPI-less CPU idle driver

This is a port of Linux'es intel-idle driver serving the same purpose.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
docs/misc/xen-command-line.markdown
xen/arch/x86/acpi/cpu_idle.c
xen/arch/x86/cpu/Makefile
xen/arch/x86/cpu/mwait-idle.c [new file with mode: 0644]
xen/include/asm-x86/cpuidle.h [new file with mode: 0644]
xen/include/asm-x86/msr-index.h
xen/include/asm-x86/mwait.h [new file with mode: 0644]