Commit Graph

484 Commits (6d5e147dd034d9ceedc89fe39f4284700944f0c8)

Author SHA1 Message Date
Avi Kivity 16175a796d KVM: VMX: Don't allow uninhibited access to EFER on i386 16 years ago
Andrea Arcangeli 4539b35881 KVM: Fix missing smp tlb flush in invlpg 16 years ago
Hannes Eder cded19f396 KVM: fix sparse warnings: Should it be static? 16 years ago
Hannes Eder d7364a29b3 KVM: fix sparse warnings: context imbalance 16 years ago
Amit Shah 41d6af1192 KVM: is_long_mode() should check for EFER.LMA 16 years ago
Amit Shah 401d10dee0 KVM: VMX: Update necessary state when guest enters long mode 16 years ago
Joerg Roedel c5bc224240 KVM: MMU: Fix another largepage memory leak 16 years ago
Andre Przywara 1fbdc7a585 KVM: SVM: set accessed bit for VMCB segment selectors 16 years ago
Gleb Natapov 4925663a07 KVM: Report IRQ injection status to userspace. 16 years ago
Joerg Roedel 452425dbaa KVM: MMU: remove assertion in kvm_mmu_alloc_page 16 years ago
Joerg Roedel 6bed6b9e84 KVM: MMU: remove redundant check in mmu_set_spte 16 years ago
Gerd Hoffmann c807660407 KVM: Fix kvmclock on !constant_tsc boxes 16 years ago
Sheng Yang 49cd7d2238 KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmio 16 years ago
Jan Kiszka 34c33d163f KVM: Drop unused evaluations from string pio handlers 16 years ago
Alexander Graf 1b2fd70c4e KVM: Add FFXSR support 16 years ago
Marcelo Tosatti 44882eed2e KVM: make irq ack notifications aware of routing table 16 years ago
Avi Kivity 399ec807dd KVM: Userspace controlled irq routing 16 years ago
Amit Shah 1935547504 KVM: x86: Fix typos and whitespace errors 16 years ago
Avi Kivity 5a41accd3f KVM: MMU: Only enable cr4_pge role in shadow mode 16 years ago
Avi Kivity f6e2c02b6d KVM: MMU: Rename "metaphysical" attribute to "direct" 16 years ago
Marcelo Tosatti 9903a927a4 KVM: MMU: drop zeroing on mmu_memory_cache_alloc 16 years ago
Joe Perches ff81ff10b4 KVM: SVM: Fix typo in has_svm() 16 years ago
Avi Kivity 4780c65904 KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked 16 years ago
Avi Kivity 5d9b8e30f5 KVM: Add CONFIG_HAVE_KVM_IRQCHIP 16 years ago
Avi Kivity 4677a3b693 KVM: MMU: Optimize page unshadowing 16 years ago
Alexander Graf c8a73f186b KVM: SVM: Add microcode patch level dummy 16 years ago
Avi Kivity 269e05e485 KVM: Properly lock PIT creation 16 years ago
Avi Kivity a77ab5ead5 KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb) 16 years ago
Avi Kivity 8b3079a5c0 KVM: VMX: When emulating on invalid vmx state, don't return to userspace unnecessarily 16 years ago
Avi Kivity 350f69dcd1 KVM: x86 emulator: Make emulate_pop() a little more generic 16 years ago
Avi Kivity 10f32d84c7 KVM: VMX: Prevent exit handler from running if emulating due to invalid state 16 years ago
Avi Kivity 9fd4a3b7a4 KVM: VMX: don't clobber segment AR if emulating invalid state 16 years ago
Avi Kivity 1872a3f411 KVM: VMX: Fix guest state validity checks 16 years ago
Marcelo Tosatti 52d939a0bf KVM: PIT: provide an option to disable interrupt reinjection 16 years ago
Avi Kivity 61a6bd672b KVM: Fallback support for MSR_VM_HSAVE_PA 16 years ago
Izik Eidus 0f34607440 KVM: remove the vmap usage 16 years ago
Izik Eidus 77c2002e7c KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt 16 years ago
Marcelo Tosatti 53f658b3c3 KVM: VMX: initialize TSC offset relative to vm creation time 16 years ago
Avi Kivity e8c4a4e8a7 KVM: MMU: Drop walk_shadow() 16 years ago
Avi Kivity a461930bc3 KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg() 16 years ago
Avi Kivity e7a04c99b5 KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch() 16 years ago
Avi Kivity 9f652d21c3 KVM: MMU: Use for_each_shadow_entry() in __direct_map() 16 years ago
Avi Kivity 2d11123a77 KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow() 16 years ago
Avi Kivity 2b3d2a2060 KVM: Fix vmload and friends misinterpreted as lidt 16 years ago
Avi Kivity e207831804 KVM: MMU: Initialize a shadow page's global attribute from cr4.pge 16 years ago
Avi Kivity 2f0b3d60b2 KVM: MMU: Segregate mmu pages created with different cr4.pge settings 16 years ago
Avi Kivity a770f6f28b KVM: MMU: Inherit a shadow page's guest level count from vcpu setup 16 years ago
Jan Kiszka ae675ef01c KVM: x86: Wire-up hardware breakpoints for guest debugging 16 years ago
Jan Kiszka 42dbaa5a05 KVM: x86: Virtualize debug registers 16 years ago
Jan Kiszka 55934c0bd3 KVM: VMX: Allow single-stepping when uninterruptible 16 years ago