| Commit message (Expand) | Author | Age |
* | KVM: Rename kvm_arch_ops to kvm_x86_ops | Christian Ehrhardt | 2007-10-13 |
* | KVM: Move gfn_to_page out of kmap/unmap pairs | Shaohua Li | 2007-10-13 |
* | KVM: Use standard CR3 flags, tighten checking | Rusty Russell | 2007-10-13 |
* | KVM: MMU: Store nx bit for large page shadows | Avi Kivity | 2007-07-20 |
* | KVM: MMU: Remove unused large page marker | Avi Kivity | 2007-07-16 |
* | KVM: MMU: Don't cache guest access bits in the shadow page table | Avi Kivity | 2007-07-16 |
* | KVM: MMU: Simpify accessed/dirty/present/nx bit handling | Avi Kivity | 2007-07-16 |
* | KVM: MMU: Remove cr0.wp tricks | Avi Kivity | 2007-07-16 |
* | KVM: MMU: Make setting shadow ptes atomic on i386 | Avi Kivity | 2007-07-16 |
* | KVM: Make shadow pte updates atomic | Avi Kivity | 2007-07-16 |
* | KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common() | Avi Kivity | 2007-07-16 |
* | KVM: MMU: Fold fix_write_pf() into set_pte_common() | Avi Kivity | 2007-07-16 |
* | KVM: MMU: Fold fix_read_pf() into set_pte_common() | Avi Kivity | 2007-07-16 |
* | KVM: MMU: Pass the guest pde to set_pte_common | Avi Kivity | 2007-07-16 |
* | KVM: MMU: Move set_pte_common() to pte width dependent code | Avi Kivity | 2007-07-16 |
* | KVM: MMU: Simplify fetch() a little bit | Avi Kivity | 2007-07-16 |
* | KVM: Use symbolic constants instead of magic numbers | Eddie Dong | 2007-07-16 |
* | KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical | Avi Kivity | 2007-07-16 |
* | KVM: Update shadow pte on write to guest pte | Avi Kivity | 2007-07-16 |
* | KVM: Reduce misfirings of the fork detector | Avi Kivity | 2007-07-16 |
* | KVM: Per-vcpu statistics | Avi Kivity | 2007-05-03 |
* | KVM: MMU: Fix hugepage pdes mapping same physical address with different access | Avi Kivity | 2007-05-03 |
* | KVM: MMU: Remove unnecessary check for pdptr access | Avi Kivity | 2007-05-03 |
* | KVM: Cosmetics | Avi Kivity | 2007-03-04 |
* | KVM: mmu: add missing dirty page tracking cases | Avi Kivity | 2007-03-04 |
* | [PATCH] kvm: Fix gva_to_gpa() | Avi Kivity | 2007-02-12 |
* | [PATCH] KVM: MMU: Report nx faults to the guest | Avi Kivity | 2007-01-26 |
* | [PATCH] KVM: MMU: Perform access checks in walk_addr() | Avi Kivity | 2007-01-26 |
* | [PATCH] KVM: fix bogus pagefault on writable pages | Avi Kivity | 2007-01-23 |
* | [PATCH] KVM: MMU: Add missing dirty bit | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: add audit code to check mappings, etc are correct | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Replace atomic allocations by preallocated objects | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a... | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: oom handling | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Write protect guest pages when a shadow is created for them | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Shadow page table caching | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointer | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Make the shadow page tables also special-case pae | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae mode | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Fold fetch_guest() into init_walker() | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Teach the page table walker to track guest page table gfns | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: MMU: Implement simple reverse mapping | Avi Kivity | 2007-01-06 |
* | [PATCH] KVM: Simplify is_long_mode() | Avi Kivity | 2006-12-30 |
* | [PATCH] KVM: MMU: Ignore pcd, pwt, and pat bits on ptes | Avi Kivity | 2006-12-13 |
* | [PATCH] kvm: userspace interface | Avi Kivity | 2006-12-10 |