Commit Graph

297 Commits (b4b510290b056b86611757ce1175a230f1080f53)

Author SHA1 Message Date
Avi Kivity 36a7409741 KVM: Fix virtualization menu help text 18 years ago
Avi Kivity 22d95b1282 KVM: MMU: Fix rare oops on guest context switch 18 years ago
Avi Kivity 6ec8a856e4 KVM: Avoid calling smp_call_function_single() with interrupts disabled 18 years ago
Jan Engelhardt 06bfb7eb15 Add some help texts to recently-introduced kconfig items 18 years ago
Avi Kivity bac27d35cb KVM: x86 emulator: fix debug reg mov instructions 18 years ago
Aurelien Jarno d37c855719 KVM: disable writeback for 0x0f 0x01 instructions. 18 years ago
Avi Kivity 4c981b43d7 KVM: Fix removal of nx capability from guest cpuid 18 years ago
Avi Kivity 7cfa4b0a43 Revert "KVM: Avoid useless memory write when possible" 18 years ago
Rusty Russell 5e58cfe41c KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu race 18 years ago
Avi Kivity b0fcd903e6 KVM: Correctly handle writes crossing a page boundary 18 years ago
Avi Kivity 77668791d9 KVM: Require CONFIG_ANON_INODES 18 years ago
Avi Kivity c4d198d518 KVM: MMU: Fix cleaning up the shadow page allocation cache 18 years ago
Avi Kivity c1158e63df KVM: MMU: Fix oopses with SLUB 18 years ago
Avi Kivity 35f3f28613 KVM: x86 emulator: implement rdmsr and wrmsr 18 years ago
Avi Kivity 90cb0529dd KVM: Fix memory slot management functions for guest smp 18 years ago
Avi Kivity d55e2cb201 KVM: MMU: Store nx bit for large page shadows 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Avi Kivity 2d9ce177e6 i386: Allow KVM on i386 nonpae 18 years ago
Avi Kivity cec9ad279b KVM: Use CPU_DYING for disabling virtualization 18 years ago
Avi Kivity 4267c41a45 KVM: Tune hotplug/suspend IPIs 18 years ago
Avi Kivity 1b6c016818 KVM: Keep track of which cpus have virtualization enabled 18 years ago
Avi Kivity e495606dd0 KVM: Clean up #includes 18 years ago
Avi Kivity d6d2816849 KVM: Remove kvmfs in favor of the anonymous inodes source 18 years ago
Joerg Roedel 6031a61c2e KVM: SVM: Reliably detect if SVM was disabled by BIOS 18 years ago
Avi Kivity 796fd1b23e KVM: VMX: Remove unnecessary code in vmx_tlb_flush() 18 years ago
Shaohua Li 88a97f0b2f KVM: MMU: Fix Wrong tlb flush order 18 years ago
Avi Kivity 75880a0112 KVM: VMX: Reinitialize the real-mode tss when entering real mode 18 years ago
Luca Tettamanti a3c870bdce KVM: Avoid useless memory write when possible 18 years ago
Luca Tettamanti 02c03a326a KVM: Fix x86 emulator writeback 18 years ago
Eddie Dong 74906345ff KVM: Add support for in-kernel pio handlers 18 years ago
Gregory Haskins ff1dc7942b KVM: VMX: Fix interrupt checking on lightweight exit 18 years ago
Gregory Haskins 2eeb2e94eb KVM: Adds support for in-kernel mmio handlers 18 years ago
Nitin A Kamble d9413cd757 KVM: Implement emulation of instruction "ret" (opcode 0xc3) 18 years ago
Nitin A Kamble 7f0aaee07b KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f) 18 years ago
Avi Kivity 7700270ee3 KVM: VMX: Ensure vcpu time stamp counter is monotonous 18 years ago
Avi Kivity 94cea1bb9d KVM: Initialize the BSP bit in the APIC_BASE msr correctly 18 years ago
Shani Moideen a3870c4789 KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>) 18 years ago
Shani Moideen 129ee910df KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>) 18 years ago
Avi Kivity d9e368d612 KVM: Flush remote tlbs when reducing shadow pte permissions 18 years ago
Avi Kivity 39c3b86e5c KVM: Keep an upper bound of initialized vcpus 18 years ago
Avi Kivity 72d6e5a08a KVM: Emulate hlt on real mode for Intel 18 years ago
Avi Kivity d3bef15f84 KVM: Move duplicate halt handling code into kvm_main.c 18 years ago
Avi Kivity ef9254df0b KVM: Enable guest smp 18 years ago
Avi Kivity 120e9a453b KVM: Fix adding an smp virtual machine to the vm list 18 years ago
Avi Kivity 7b53aa5650 KVM: Fix vcpu freeing for guest smp 18 years ago
Nguyen Anh Quynh 313899477f KVM: Remove unnecessary initialization and checks in mark_page_dirty() 18 years ago
Robert P. J. Day 50a3485c59 KVM: Replace C code with call to ARRAY_SIZE() macro. 18 years ago
Avi Kivity 17c3ba9d37 KVM: Lazy guest cr3 switching 18 years ago
Avi Kivity bd2b2baa5c KVM: MMU: Remove unused large page marker 18 years ago
Avi Kivity b64b3763a5 KVM: MMU: Don't cache guest access bits in the shadow page table 18 years ago