linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [kvm PATCH v8 0/2] shrink vcpu_vmx down to order 2
@ 2018-11-06 22:53 Marc Orr
  2018-11-06 22:53 ` [kvm PATCH v8 1/2] kvm: x86: Use task structs fpu field for user Marc Orr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Marc Orr @ 2018-11-06 22:53 UTC (permalink / raw)
  To: kvm, jmattson, rientjes, konrad.wilk, linux-mm, akpm, pbonzini,
	rkrcmar, willy, sean.j.christopherson, dave.hansen, kernellwp
  Cc: Marc Orr

Compared to the last version, I've:
(0) Actually update the patches, as explained below.
(1) Added a comment to explain the FPU checks in kvm_arch_init()
(2) Changed the kmem_cache_create_usercopy() to kmem_cache_create()

Marc Orr (2):
  kvm: x86: Use task structs fpu field for user
  kvm: x86: Dynamically allocate guest_fpu

 arch/x86/include/asm/kvm_host.h | 10 +++---
 arch/x86/kvm/svm.c              | 10 ++++++
 arch/x86/kvm/vmx.c              | 10 ++++++
 arch/x86/kvm/x86.c              | 55 ++++++++++++++++++++++++---------
 4 files changed, 65 insertions(+), 20 deletions(-)

-- 
2.19.1.930.g4563a0d9d0-goog

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-14 11:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-06 22:53 [kvm PATCH v8 0/2] shrink vcpu_vmx down to order 2 Marc Orr
2018-11-06 22:53 ` [kvm PATCH v8 1/2] kvm: x86: Use task structs fpu field for user Marc Orr
2018-11-06 22:53 ` [kvm PATCH v8 2/2] kvm: x86: Dynamically allocate guest_fpu Marc Orr
2018-11-29 21:51 ` [kvm PATCH v8 0/2] shrink vcpu_vmx down to order 2 Marc Orr
2018-12-14 11:25 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).