Commit Graph

201 Commits (490f03d6595fade75a9b26e6ea9c9ebb1e4fd05a)

Author SHA1 Message Date
Avi Kivity ebeace8609 [PATCH] KVM: MMU: oom handling 18 years ago
Avi Kivity cc4529efc7 [PATCH] KVM: MMU: kvm_mmu_put_page() only removes one link to the page 18 years ago
Avi Kivity 697fe2e24a [PATCH] KVM: MMU: Implement child shadow unlinking 18 years ago
Avi Kivity a436036baf [PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the page 18 years ago
Avi Kivity 9b7a032567 [PATCH] KVM: MMU: Zap shadow page table entries on writes to guest page tables 18 years ago
Avi Kivity da4a00f002 [PATCH] KVM: MMU: Support emulated writes into RAM 18 years ago
Avi Kivity 815af8d42e [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte 18 years ago
Avi Kivity 374cbac033 [PATCH] KVM: MMU: Write protect guest pages when a shadow is created for them 18 years ago
Avi Kivity cea0f0e7ea [PATCH] KVM: MMU: Shadow page table caching 18 years ago
Avi Kivity 25c0de2cc6 [PATCH] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointer 18 years ago
Avi Kivity aef3d3fe13 [PATCH] KVM: MMU: Make the shadow page tables also special-case pae 18 years ago
Avi Kivity 1b0973bd8f [PATCH] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae mode 18 years ago
Avi Kivity 17ac10ad2b [PATCH] KVM: MU: Special treatment for shadow pae root pages 18 years ago
Avi Kivity ac79c978f1 [PATCH] KVM: MMU: Fold fetch_guest() into init_walker() 18 years ago
Avi Kivity 1342d3536d [PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor does 18 years ago
Avi Kivity 6bcbd6aba0 [PATCH] KVM: MMU: Teach the page table walker to track guest page table gfns 18 years ago
Avi Kivity cd4a4e5374 [PATCH] KVM: MMU: Implement simple reverse mapping 18 years ago
Avi Kivity 399badf315 [PATCH] KVM: Prevent stale bits in cr0 and cr4 18 years ago
Dor Laor c1150d8cf9 [PATCH] KVM: Improve interrupt response 18 years ago
Yoshimi Ichiyanagi e097f35ce5 [PATCH] KVM: Recover after an arch module load failure 18 years ago
Ingo Molnar d3b2c33860 [PATCH] KVM: Use raw_smp_processor_id() instead of smp_processor_id() where applicable 18 years ago
Ingo Molnar 965b58a550 [PATCH] KVM: Fix GFP_KERNEL alloc in atomic section bug 18 years ago
Ingo Molnar 8018c27b26 [PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_create_vcpu() 18 years ago
Avi Kivity 55a54f79e0 [PATCH] KVM: Fix oops on oom 18 years ago
Nguyen Anh Quynh c68876fd28 [PATCH] KVM: Rename some msrs 18 years ago
Avi Kivity a8d13ea28b [PATCH] KVM: More msr misery 18 years ago
Avi Kivity 3bab1f5dda [PATCH] KVM: Move common msr handling to arch independent code 18 years ago
Avi Kivity 671d656479 [PATCH] KVM: Implement a few system configuration msrs 18 years ago
Yoshimi Ichiyanagi 09db28b8a3 [PATCH] KVM: Initialize kvm_arch_ops on unload 18 years ago
Avi Kivity a9058ecd3c [PATCH] KVM: Simplify is_long_mode() 18 years ago
Avi Kivity 1e885461f0 [PATCH] KVM: Use boot_cpu_data instead of current_cpu_data 18 years ago
Avi Kivity 0b76e20b27 [PATCH] KVM: API versioning 18 years ago
Michael Riepe 0f8e3d365a [PATCH] KVM: Handle p5 mce msrs 18 years ago
Michael Riepe abacf8dff9 [PATCH] KVM: Force real-mode cs limit to 64K 18 years ago
Michael Riepe bf591b24d0 [PATCH] KVM: Do not export unsupported msrs to userspace 18 years ago
Avi Kivity 2c26495710 [PATCH] KVM: Use more traditional error handling in kvm_mmu_init() 18 years ago
Avi Kivity 36241b8c7c [PATCH] KVM: AMD SVM: Save and restore the floating point unit state 18 years ago
Avi Kivity 0e859cacb0 [PATCH] KVM: AMD SVM: handle MSR_STAR in 32-bit mode 18 years ago
James Morris 5aacf0ca41 [PATCH] KVM: add valid_vcpu() helper 18 years ago
Avi Kivity bfdc0c280a [PATCH] KVM: Fix vmx hardware_enable() on macbooks 18 years ago
Michael Riepe 3b99ab2421 [PATCH] KVM: Don't touch the virtual apic vt registers on 32-bit 18 years ago
Avi Kivity 873a7c423b [PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versa 18 years ago
Avi Kivity 8c7bb723b4 [PATCH] KVM: MMU: Ignore pcd, pwt, and pat bits on ptes 18 years ago
Avi Kivity 0770b19b94 [PATCH] KVM: Remove extranous put_cpu() from vcpu_put() 18 years ago
Avi Kivity 7725f0badd [PATCH] KVM: Move find_vmx_entry() to vmx.c 18 years ago
Uri Lublin f7fbf1fdf0 [PATCH] KVM: Make the GET_SREGS and SET_SREGS ioctls symmetric 18 years ago
Avi Kivity 05b3e0c2c7 [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 18 years ago
Avi Kivity 5aff458e9c [PATCH] KVM: Clean up AMD SVM debug registers load and unload 18 years ago
Avi Kivity fd24dc4af6 [PATCH] KVM: Put KVM in a new Virtualization menu 18 years ago
Anthony Liguori 3b3be0d1cc [PATCH] KVM: Add missing include 18 years ago