| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: Don't pass kvm_run arguments | Avi Kivity | 2009-12-03 | 1 | -1/+1 |
* | KVM: MMU: fix pointer cast | Frederik Deweerdt | 2009-10-16 | 1 | -6/+10 |
* | KVM: add support for change_pte mmu notifiers | Izik Eidus | 2009-10-04 | 1 | -9/+53 |
* | KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes | Izik Eidus | 2009-10-04 | 1 | -4/+11 |
* | KVM: MMU: dont hold pagecount reference for mapped sptes pages | Izik Eidus | 2009-10-04 | 1 | -5/+2 |
* | KVM: Optimize kvm_mmu_unprotect_page_virt() for tdp | Avi Kivity | 2009-09-10 | 1 | -0/+3 |
* | KVM: MMU: fix bogus alloc_mmu_pages assignment | Marcelo Tosatti | 2009-09-10 | 1 | -8/+0 |
* | KVM: MMU: make __kvm_mmu_free_some_pages handle empty list | Izik Eidus | 2009-09-10 | 1 | -1/+2 |
* | KVM: MMU: shadow support for 1gb pages | Joerg Roedel | 2009-09-10 | 1 | -12/+2 |
* | KVM: MMU: make page walker aware of mapping levels | Joerg Roedel | 2009-09-10 | 1 | -1/+16 |
* | KVM: MMU: make direct mapping paths aware of mapping levels | Joerg Roedel | 2009-09-10 | 1 | -34/+49 |
* | KVM: MMU: rename is_largepage_backed to mapping_level | Joerg Roedel | 2009-09-10 | 1 | -33/+67 |
* | KVM: MMU: make rmap code aware of mapping levels | Joerg Roedel | 2009-09-10 | 1 | -25/+28 |
* | KVM: MMU: fix missing locking in alloc_mmu_pages | Marcelo Tosatti | 2009-09-10 | 1 | -0/+2 |
* | KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load() | Sheng Yang | 2009-09-10 | 1 | -1/+1 |
* | KVM: MMU: Fix MMU_DEBUG compile breakage | Joerg Roedel | 2009-09-10 | 1 | -2/+2 |
* | KVM: Trace shadow page lifecycle | Avi Kivity | 2009-09-10 | 1 | -4/+6 |
* | KVM: MMU: Trace guest pagetable walker | Avi Kivity | 2009-09-10 | 1 | -0/+3 |
* | KVM: Prepare memslot data structures for multiple hugepage sizes | Joerg Roedel | 2009-09-10 | 1 | -14/+16 |
* | KVM: MMU: add kvm_mmu_get_spte_hierarchy helper | Marcelo Tosatti | 2009-09-10 | 1 | -0/+18 |
* | KVM: MMU: make for_each_shadow_entry aware of largepages | Marcelo Tosatti | 2009-09-10 | 1 | -0/+5 |
* | KVM: MMU audit: largepage handling | Marcelo Tosatti | 2009-09-10 | 1 | -8/+7 |
* | KVM: MMU audit: audit_mappings tweaks | Marcelo Tosatti | 2009-09-10 | 1 | -1/+7 |
* | KVM: MMU audit: nontrapping ptes in nonleaf level | Marcelo Tosatti | 2009-09-10 | 1 | -6/+1 |
* | KVM: MMU audit: update audit_write_protection | Marcelo Tosatti | 2009-09-10 | 1 | -3/+11 |
* | KVM: MMU audit: update count_writable_mappings / count_rmaps | Marcelo Tosatti | 2009-09-10 | 1 | -10/+94 |
* | KVM: MMU: introduce is_last_spte helper | Marcelo Tosatti | 2009-09-10 | 1 | -13/+13 |
* | KVM: Return to userspace on emulation failure | Avi Kivity | 2009-09-10 | 1 | -2/+3 |
* | KVM: Use macro to iterate over vcpus. | Gleb Natapov | 2009-09-10 | 1 | -3/+3 |
* | KVM: MMU: s/shadow_pte/spte/ | Avi Kivity | 2009-09-10 | 1 | -51/+51 |
* | KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte | Avi Kivity | 2009-09-10 | 1 | -8/+8 |
* | KVM: MMU: Fix is_dirty_pte() | Avi Kivity | 2009-09-10 | 1 | -1/+1 |
* | KVM: Cache pdptrs | Avi Kivity | 2009-09-10 | 1 | -2/+5 |
* | KVM: MMU: limit rmap chain length | Marcelo Tosatti | 2009-08-06 | 1 | -5/+28 |
* | KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p... | Marcelo Tosatti | 2009-08-05 | 1 | -7/+8 |
* | KVM: MMU: Allow 4K ptes with bit 7 (PAT) set | Avi Kivity | 2009-06-28 | 1 | -3/+3 |
* | KVM: x86: check for cr3 validity in mmu_alloc_roots | Marcelo Tosatti | 2009-06-10 | 1 | -4/+23 |
* | KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock | Marcelo Tosatti | 2009-06-10 | 1 | -2/+0 |
* | KVM: Replace get_mt_mask_shift with get_mt_mask | Sheng Yang | 2009-06-10 | 1 | -15/+6 |
* | KVM: MMU: Fix auditing code | Jan Kiszka | 2009-06-10 | 1 | -3/+5 |
* | KVM: MMU: remove global page optimization logic | Marcelo Tosatti | 2009-06-10 | 1 | -44/+6 |
* | KVM: MMU: Discard reserved bits checking on PDE bit 7-8 | Sheng Yang | 2009-06-10 | 1 | -3/+4 |
* | KVM: Use rsvd_bits_mask in load_pdptrs() | Dong, Eddie | 2009-06-10 | 1 | -5/+3 |
* | KVM: MMU: Emulate #PF error code of reserved bits violation | Dong, Eddie | 2009-06-10 | 1 | -0/+69 |
* | KVM: MMU: do not free active mmu pages in free_mmu_pages() | Gleb Natapov | 2009-06-10 | 1 | -8/+0 |
* | KVM: Make paravirt tlb flush also reload the PAE PDPTRs | Avi Kivity | 2009-05-25 | 1 | -2/+1 |
* | KVM: MMU: disable global page optimization | Marcelo Tosatti | 2009-04-22 | 1 | -1/+1 |
* | KVM: fix sparse warnings: Should it be static? | Hannes Eder | 2009-03-24 | 1 | -5/+6 |
* | KVM: MMU: remove assertion in kvm_mmu_alloc_page | Joerg Roedel | 2009-03-24 | 1 | -1/+0 |
* | KVM: MMU: remove redundant check in mmu_set_spte | Joerg Roedel | 2009-03-24 | 1 | -6/+2 |