| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common | Paolo Bonzini | 2015-11-10 | 1 | -3/+3 |
* | KVM: VMX: drop ept misconfig check | Xiao Guangrong | 2015-08-05 | 1 | -1/+0 |
* | KVM: MMU: introduce the framework to check zero bits on sptes | Xiao Guangrong | 2015-08-05 | 1 | -0/+3 |
* | KVM: MMU: fix MTRR update | Xiao Guangrong | 2015-05-19 | 1 | -0/+1 |
* | KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL | Xiao Guangrong | 2015-05-19 | 1 | -0/+1 |
* | KVM: MMU: fix SMAP virtualization | Xiao Guangrong | 2015-05-19 | 1 | -2/+0 |
* | KVM: MMU: fix smap permission check | Xiao Guangrong | 2015-05-08 | 1 | -0/+2 |
* | KVM: x86: #PF error-code on R/W operations is wrong | Nadav Amit | 2015-01-09 | 1 | -12/+0 |
* | KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept... | Paolo Bonzini | 2015-01-08 | 1 | -3/+2 |
* | KVM: mmio: cleanup kvm_set_mmio_spte_mask | Tiejun Chen | 2014-09-03 | 1 | -0/+5 |
* | KVM: MMU: flush tlb out of mmu lock when write-protect the sptes | Xiao Guangrong | 2014-04-23 | 1 | -0/+33 |
* | KVM: Add SMAP support when setting CR4 | Feng Wu | 2014-04-14 | 1 | -8/+36 |
* | KVM: mmu: change useless int return types to void | Paolo Bonzini | 2013-10-03 | 1 | -2/+2 |
* | nEPT: MMU context for nested EPT | Nadav Har'El | 2013-08-07 | 1 | -0/+2 |
* | KVM: MMU: fast invalidate all mmio sptes | Xiao Guangrong | 2013-06-27 | 1 | -1/+4 |
* | KVM: MMU: make return value of mmio page fault handler more readable | Xiao Guangrong | 2013-06-27 | 1 | -0/+14 |
* | KVM: MMU: fast invalidate all pages | Xiao Guangrong | 2013-06-05 | 1 | -0/+1 |
* | KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available() | Takuya Yoshikawa | 2013-03-21 | 1 | -6/+0 |
* | KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma... | Marcelo Tosatti | 2013-03-13 | 1 | -2/+5 |
* | KVM: MMU: Optimize is_last_gpte() | Avi Kivity | 2012-09-20 | 1 | -1/+2 |
* | KVM: MMU: Optimize pte permission checks | Avi Kivity | 2012-09-20 | 1 | -11/+8 |
* | KVM: MMU: Push clean gpte write protection out of gpte_access() | Avi Kivity | 2012-09-20 | 1 | -1/+2 |
* | KVM: MMU: mmio page fault support | Xiao Guangrong | 2011-07-24 | 1 | -0/+2 |
* | KVM: MMU: cache mmio info on page fault path | Xiao Guangrong | 2011-07-24 | 1 | -0/+23 |
* | KVM: MMU: Don't track nested fault info in error-code | Joerg Roedel | 2010-10-24 | 1 | -1/+0 |
* | KVM: MMU: Introduce init_kvm_nested_mmu() | Joerg Roedel | 2010-10-24 | 1 | -0/+1 |
* | KVM: MMU: Introduce kvm_init_shadow_mmu helper function | Joerg Roedel | 2010-10-24 | 1 | -0/+1 |
* | KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages | Dave Hansen | 2010-10-24 | 1 | -1/+2 |
* | KVM: abstract kvm x86 mmu->n_free_mmu_pages | Dave Hansen | 2010-10-24 | 1 | -1/+6 |
* | KVM: x86 emulator: fix memory access during x86 emulation | Gleb Natapov | 2010-03-01 | 1 | -0/+6 |
* | KVM: Move cr0/cr4/efer related helpers to x86.h | Avi Kivity | 2010-03-01 | 1 | -24/+0 |
* | KVM: Replace read accesses of vcpu->arch.cr0 by an accessor | Avi Kivity | 2010-03-01 | 1 | -1/+1 |
* | KVM: x86: Moving PT_*_LEVEL to mmu.h | Sheng Yang | 2010-03-01 | 1 | -0/+4 |
* | KVM: Add accessor for reading cr4 (or some bits of cr4) | Avi Kivity | 2010-03-01 | 1 | -2/+3 |
* | KVM: MMU: add kvm_mmu_get_spte_hierarchy helper | Marcelo Tosatti | 2009-09-10 | 1 | -0/+2 |
* | KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte | Avi Kivity | 2009-09-10 | 1 | -1/+1 |
* | KVM: Use rsvd_bits_mask in load_pdptrs() | Dong, Eddie | 2009-06-10 | 1 | -0/+5 |
* | KVM: is_long_mode() should check for EFER.LMA | Amit Shah | 2009-03-24 | 1 | -1/+1 |
* | KVM: MMU: Fix false flooding when a pte points to page table | Avi Kivity | 2008-07-20 | 1 | -1/+2 |
* | KVM: Add kvm_x86_ops get_tdp_level() | Sheng Yang | 2008-05-04 | 1 | -6/+0 |
* | KVM: MMU: Move some definitions to a header file | Sheng Yang | 2008-05-04 | 1 | -0/+33 |
* | KVM: MMU: add TDP support to the KVM MMU | Joerg Roedel | 2008-04-27 | 1 | -0/+6 |
* | KVM: Move arch dependent files to new directory arch/x86/kvm/ | Avi Kivity | 2008-01-30 | 1 | -0/+44 |