lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 29 Jul 2008 12:42:13 +0300
From:	Avi Kivity <avi@...ranet.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] KVM MMU notifiers support for 2.6.27-rc1

Linus, please pull from repo & branch at:

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

to receive the mmu notifiers support for kvm.  This allows the full range
of Linux virtual memory management, such as swapping and page migration,
to apply to kvm virtual machines.

Andrea Arcangeli (3):
      KVM: Allow reading aliases with mmu_lock
      KVM: Allow browsing memslots with mmu_lock
      KVM: Synchronize guest physical memory map to host virtual memory map

Avi Kivity (1):
      KVM: Advertise synchronized mmu support to userspace

 arch/x86/kvm/mmu.c         |  100 ++++++++++++++++++++++++++++
 arch/x86/kvm/paging_tmpl.h |   12 ++++
 arch/x86/kvm/x86.c         |   24 +++++--
 include/asm-x86/kvm_host.h |    6 ++
 include/linux/kvm.h        |    1 +
 include/linux/kvm_host.h   |   24 +++++++
 virt/kvm/kvm_main.c        |  155 ++++++++++++++++++++++++++++++++++++++++++-
 7 files changed, 311 insertions(+), 11 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ