Commit Graph

3469 Commits (bc00bc924295f02295fe5eeeba3618ba0d0db1ef)

Author SHA1 Message Date
Linus Torvalds f2d0f1dea4 x86: Fix help message for STRICT_DEVMEM config option 17 years ago
Thomas Gleixner cfc1b9a6a6 x86: convert Dprintk to pr_debug 17 years ago
Yinghai Lu 7edf8891ad x86: remove extra calling to get ext cpuid level 17 years ago
Yinghai Lu 9175fc06ae x86: use setup_clear_cpu_cap() when disabling the lapic 17 years ago
Avi Kivity 722c05f219 KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts 17 years ago
Glauber Costa 2a7c5b8b55 KVM: x86 emulator: emulate clflush 17 years ago
Marcelo Tosatti 376c53c2b3 KVM: MMU: improve invalid shadow root page handling 17 years ago
Marcelo Tosatti 34d4cb8fca KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction 17 years ago
Avi Kivity d6e88aec07 KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues 17 years ago
Ben-Ami Yassour c65bbfa1d6 KVM: check injected pic irq within valid pic irqs 17 years ago
Mohammed Gamal 19fdfa0d13 KVM: x86 emulator: Fix HLT instruction 17 years ago
Avi Kivity ac9f6dc0db KVM: Apply the kernel sigmask to vcpus blocked due to being uninitialized 17 years ago
Sheng Yang 4e1096d27f KVM: VMX: Add ept_sync_context in flush_tlb 17 years ago
Marcelo Tosatti 5a4c928804 KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held 17 years ago
Adrian Bunk 7e37c2998a x86: KVM guest: make kvm_smp_prepare_boot_cpu() static 17 years ago
Joerg Roedel 0da1db75a2 KVM: SVM: fix suspend/resume support 17 years ago
Marcelo Tosatti f8b78fa3d4 KVM: move slots_lock acquision down to vapic_exit 17 years ago
Chris Lalancette efa67e0d1f KVM: VMX: Fake emulate Intel perfctr MSRs 17 years ago
Sheng Yang 65267ea1b3 KVM: VMX: Fix a wrong usage of vmcs_config 17 years ago
Avi Kivity db475c39ec KVM: MMU: Fix printk format 17 years ago
Avi Kivity 6ada8cca79 KVM: MMU: When debug is enabled, make it a run-time parameter 17 years ago
Avi Kivity 7a5b56dfd3 KVM: x86 emulator: lazily evaluate segment registers 17 years ago
Avi Kivity 0adc8675d6 KVM: x86 emulator: avoid segment base adjust for lea 17 years ago
Avi Kivity f5b4edcd52 KVM: x86 emulator: simplify rip relative decoding 17 years ago
Avi Kivity 84411d85da KVM: x86 emulator: simplify r/m decoding 17 years ago
Avi Kivity dc71d0f162 KVM: x86 emulator: simplify sib decoding 17 years ago
Avi Kivity 8684c0af0b KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases 17 years ago
Mohammed Gamal b13354f8f0 KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97) 17 years ago
Avi Kivity f76c710d75 KVM: Use printk_rlimit() instead of reporting emulation failures just once 17 years ago
Glauber Costa 25be46080f KVM: Do not calculate linear rip in emulation failure report 17 years ago
Marcelo Tosatti 622395a9e6 KVM: only abort guest entry if timer count goes from 0->1 17 years ago
Laurent Vivier 542472b53e KVM: Add coalesced MMIO support (x86 part) 17 years ago
Laurent Vivier 92760499d0 KVM: kvm_io_device: extend in_range() to manage len and write attribute 17 years ago
Avi Kivity 131d82791b KVM: MMU: Avoid page prefetch on SVM 17 years ago
Avi Kivity d761a501cf KVM: MMU: Move nonpaging_prefetch_page() 17 years ago
Avi Kivity 91ed7a0e15 KVM: x86 emulator: implement 'push imm' (opcode 0x68) 17 years ago
Avi Kivity 19e43636b5 KVM: x86 emulator: simplify push imm8 emulation 17 years ago
Avi Kivity eab9f71feb KVM: MMU: Optimize prefetch_page() 17 years ago
Guillaume Thouvenin 38d5bc6d50 KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction 17 years ago
Guillaume Thouvenin 4257198ae2 KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction 17 years ago
Guillaume Thouvenin 615ac12561 KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction 17 years ago
Guillaume Thouvenin 954cd36f76 KVM: x86 emulator: add support for jmp far 0xea 17 years ago
Guillaume Thouvenin 89c696383d KVM: x86 emulator: Update c->dst.bytes in decode instruction 17 years ago
Guillaume Thouvenin 3e6e0aab1b KVM: Prefixes segment functions that will be exported with "kvm_" 17 years ago
Avi Kivity 9ba075a664 KVM: MTRR support 17 years ago
Sheng Yang f08864b42a KVM: VMX: Enable NMI with in-kernel irqchip 17 years ago
Sheng Yang 3419ffc8e4 KVM: IOAPIC/LAPIC: Enable NMI support 17 years ago
Avi Kivity 50d40d7fb9 KVM: Remove unnecessary ->decache_regs() call 17 years ago
Avi Kivity 7cc8883074 KVM: Remove decache_vcpus_on_cpu() and related callbacks 17 years ago
Avi Kivity 543e424366 KVM: VMX: Add list of potentially locally cached vcpus 17 years ago