public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@qumranet.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	kvm-devel <kvm-devel@lists.sourceforge.net>
Subject: [GIT PULL] KVM updates for 2.6.26-rc1
Date: Sun, 04 May 2008 15:06:56 +0300	[thread overview]
Message-ID: <481DA6E0.7010409@qumranet.com> (raw)

Linus, please pull from repo and branch at:

  git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git 
kvm-updates-2.6.26

In addition to a few random fixes this update adds support for Intel 
Extended Page Tables (EPT), a feature which greatly improves 
virtualization performance on the new Nehalem processors.  The 
implementation builds on the same code paths as AMD NPT (and real-mode 
shadow) and is therefore small and safe for inclusion.

Andrea Arcangeli (1):
      KVM: avoid fx_init() schedule in atomic

Avi Kivity (2):
      KVM: x86 emulator: disable writeback on lmsw
      KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per 
large page

Christian Ehrhardt (1):
      KVM: ppc: deliver INTERRUPT_FP_UNAVAIL to the guest

Glauber Costa (1):
      x86: KVM geust: make setup_secondary_clock definition dependent on 
local apic

Hollis Blanchard (1):
      KVM: ppc: Handle guest idle by emulating MSR[WE] writes

Izik Eidus (1):
      KVM: x86: task switch: fix wrong bit setting for the busy flag

Jan Kiszka (1):
      KVM: Avoid spurious execeptions after setting registers

Marcelo Tosatti (1):
      KVM: PIT: support mode 4

Sheng Yang (8):
      KVM: VMX: EPT Feature Detection
      KVM: MMU: Move some definitions to a header file
      KVM: Add kvm_x86_ops get_tdp_level()
      KVM: MMU: Add EPT support
      KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT
      KVM: Export necessary function for EPT
      KVM: VMX: Prepare an identity page table for EPT in real mode
      KVM: VMX: Enable EPT feature for KVM

 arch/powerpc/kvm/booke_guest.c |    6 +
 arch/powerpc/kvm/powerpc.c     |   20 ++-
 arch/x86/kernel/kvmclock.c     |    4 +
 arch/x86/kvm/i8254.c           |    2 +
 arch/x86/kvm/mmu.c             |   89 ++++------
 arch/x86/kvm/mmu.h             |   37 ++++-
 arch/x86/kvm/svm.c             |   10 +
 arch/x86/kvm/vmx.c             |  375 
++++++++++++++++++++++++++++++++++++++--
 arch/x86/kvm/vmx.h             |   38 ++++
 arch/x86/kvm/x86.c             |   22 ++-
 arch/x86/kvm/x86_emulate.c     |    1 +
 include/asm-powerpc/kvm_host.h |    1 +
 include/asm-powerpc/kvm_ppc.h  |    5 +
 include/asm-x86/kvm_host.h     |   10 +-
 virt/kvm/kvm_main.c            |    1 +
 15 files changed, 542 insertions(+), 79 deletions(-)

-- 
error compiling committee.c: too many arguments to function


                 reply	other threads:[~2008-05-04 12:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=481DA6E0.7010409@qumranet.com \
    --to=avi@qumranet.com \
    --cc=kvm-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox