public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Followup patches for lockless access tracking
@ 2016-12-22  4:29 Junaid Shahid
  2016-12-22  4:29 ` [PATCH 1/5] kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants Junaid Shahid
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Junaid Shahid @ 2016-12-22  4:29 UTC (permalink / raw)
  To: kvm; +Cc: andreslc, pfeiner, pbonzini, guangrong.xiao

This series includes a few followup patches implementing some of the code review feedback from the lockless access tracking patch series.

Junaid Shahid (5):
  kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants
  kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.c
  kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_fault
  kvm: x86: mmu: Update comment in mark_spte_for_access_track
  kvm: x86: mmu: Verify that restored PTE has needed perms in fast page
    fault

 arch/x86/include/asm/vmx.h |  12 ++--
 arch/x86/kvm/mmu.c         | 153 ++++++++++++++++++++++++---------------------
 arch/x86/kvm/vmx.c         |  12 ++--
 arch/x86/kvm/x86.c         |   3 -
 4 files changed, 93 insertions(+), 87 deletions(-)

-- 
2.8.0.rc3.226.g39d4020


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

end of thread, other threads:[~2017-01-25 20:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-22  4:29 [PATCH 0/5] Followup patches for lockless access tracking Junaid Shahid
2016-12-22  4:29 ` [PATCH 1/5] kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants Junaid Shahid
2016-12-22  4:29 ` [PATCH 2/5] kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.c Junaid Shahid
2016-12-22  4:29 ` [PATCH 3/5] kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_fault Junaid Shahid
2016-12-22  4:29 ` [PATCH 4/5] kvm: x86: mmu: Update comment in mark_spte_for_access_track Junaid Shahid
2016-12-22  4:29 ` [PATCH 5/5] kvm: x86: mmu: Verify that restored PTE has needed perms in fast page fault Junaid Shahid
2017-01-25 11:49   ` Paolo Bonzini
2017-01-25 20:05     ` Junaid Shahid

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