public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] small cleanups in MMU code
@ 2013-01-30 14:44 Gleb Natapov
  2013-01-30 14:45 ` [PATCH 1/6] KVM: MMU: make spte_is_locklessly_modifiable() more clear Gleb Natapov
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Gleb Natapov @ 2013-01-30 14:44 UTC (permalink / raw)
  To: kvm; +Cc: mtosatti, xiaoguangrong, yoshikawa_takuya_b1

Any of those should not change functionality.

Gleb Natapov (6):
  KVM: MMU: make spte_is_locklessly_modifiable() more clear
  KVM: MMU: drop unneeded checks.
  KVM: MMU: set base_role.nxe during mmu initialization.
  KVM: MMU: drop superfluous min() call.
  KVM: MMU: drop superfluous is_present_gpte() check.
  Revert "KVM: MMU: split kvm_mmu_free_page"

 arch/x86/kvm/mmu.c         |   32 +++++++++-----------------------
 arch/x86/kvm/paging_tmpl.h |    3 ---
 arch/x86/kvm/x86.c         |    2 --
 3 files changed, 9 insertions(+), 28 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <1359556953-30673-1-git-send-email-y>]

end of thread, other threads:[~2013-02-05  8:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30 14:44 [PATCH 0/6] small cleanups in MMU code Gleb Natapov
2013-01-30 14:45 ` [PATCH 1/6] KVM: MMU: make spte_is_locklessly_modifiable() more clear Gleb Natapov
2013-01-30 14:45 ` [PATCH 2/6] KVM: MMU: drop unneeded checks Gleb Natapov
2013-01-30 14:45 ` [PATCH 3/6] KVM: MMU: set base_role.nxe during mmu initialization Gleb Natapov
2013-01-30 14:45 ` [PATCH 4/6] KVM: MMU: drop superfluous min() call Gleb Natapov
2013-01-30 14:45 ` [PATCH 5/6] KVM: MMU: drop superfluous is_present_gpte() check Gleb Natapov
2013-01-30 14:45 ` [PATCH 6/6] Revert "KVM: MMU: split kvm_mmu_free_page" Gleb Natapov
2013-02-05  1:24   ` Marcelo Tosatti
2013-02-05  1:47     ` Takuya Yoshikawa
2013-02-05  8:42     ` Gleb Natapov
     [not found] <1359556953-30673-1-git-send-email-y>
2013-01-30 14:42 ` y

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox