From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: [GIT PULL] KVM fixes for 3.13 Date: Thu, 21 Nov 2013 15:35:40 +0200 Message-ID: <20131121133540.GN2108@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, pbonzini@redhat.com To: torvalds@linux-foundation.org Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, Please pull KVM fixes below. The following changes since commit f080480488028bcc25357f85e8ae54ccc3bb7173: Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2013-11-15 13:51:36 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git next for you to fetch changes up to 8a3caa6d74597c2a083f7c87f866891a0b12540b: KVM: kvm_clear_guest_page(): fix empty_zero_page usage (2013-11-21 11:19:32 +0200) ---------------------------------------------------------------- Christoffer Dall (1): arm/arm64: KVM: Fix hyp mappings of vmalloc regions Gleb Natapov (1): Merge tag 'kvm-arm-fixes-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm-arm into next Heiko Carstens (1): KVM: kvm_clear_guest_page(): fix empty_zero_page usage Sasha Levin (1): kvm: mmu: delay mmu audit activation arch/arm/kvm/mmu.c | 34 ++++++++++++++++++++++++++++------ arch/x86/kvm/mmu_audit.c | 2 +- virt/kvm/kvm_main.c | 5 +++-- 3 files changed, 32 insertions(+), 9 deletions(-) -- Gleb.