summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: MMU: fix Dirty bit missed if CR0.WP = 0Xiao Guangrong2013-01-102-39/+38Star
| * KVM: x86 emulator: convert basic ALU ops to fastopAvi Kivity2013-01-091-78/+34Star
| * KVM: x86 emulator: add macros for defining 2-operand fastop emulationAvi Kivity2013-01-091-0/+12
| * KVM: x86 emulator: convert NOT, NEG to fastopAvi Kivity2013-01-091-13/+4Star
| * KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWriteAvi Kivity2013-01-091-12/+8Star
| * KVM: x86 emulator: introduce NoWrite flagAvi Kivity2013-01-091-0/+4
| * KVM: x86 emulator: Support for declaring single operand fastopsAvi Kivity2013-01-091-0/+25
| * KVM: x86 emulator: framework for streamlining arithmetic opcodesAvi Kivity2013-01-091-0/+41
| * KVM: VMX: fix incorrect cached cpl value with real/v8086 modesMarcelo Tosatti2013-01-081-11/+4Star
| * KVM: x86: remove unused variable from walk_addr_generic()Gleb Natapov2013-01-081-1/+1
| * KVM: MMU: simplify folding of dirty bit into accessed_dirtyGleb Natapov2013-01-071-10/+6Star
| * KVM: mmu: remove unused trace eventGleb Natapov2013-01-071-6/+0Star
| * KVM: VMX: handle IO when emulation is due to #GP in real mode.Gleb Natapov2013-01-021-34/+41
| * KVM: VMX: Do not fix segment register during vcpu initialization.Gleb Natapov2013-01-021-13/+5Star
| * KVM: VMX: fix emulation of invalid guest state.Gleb Natapov2013-01-021-54/+68
| * KVM: VMX: make rmode_segment_valid() more strict.Gleb Natapov2013-01-021-3/+1Star
| * KVM: emulator: implement fninit, fnstsw, fnstcwGleb Natapov2013-01-021-1/+125
| * KVM: emulator: drop RPL check from linearize() functionGleb Natapov2013-01-021-6/+1Star
| * KVM: VMX: remove unneeded temporary variable from vmx_set_segment()Gleb Natapov2012-12-231-4/+2Star
| * KVM: VMX: clean-up vmx_set_segment()Gleb Natapov2012-12-231-18/+9Star
| * KVM: VMX: remove redundant code from vmx_set_segment()Gleb Natapov2012-12-231-9/+3Star
| * KVM: VMX: use fix_rmode_seg() to fix all code/data segmentsGleb Natapov2012-12-231-24/+2Star
| * KVM: VMX: return correct segment limit and flags for CS/SS registers in real ...Gleb Natapov2012-12-231-4/+3Star
| * KVM: VMX: relax check for CS register in rmode_segment_valid()Gleb Natapov2012-12-231-0/+2
| * KVM: VMX: cleanup rmode_segment_valid()Gleb Natapov2012-12-231-1/+4
| * kvm: fix i8254 counter 0 wraparoundNickolai Zeldovich2012-12-181-1/+0Star
| * KVM: remove unused variable.Gleb Natapov2012-12-151-4/+0Star
| * KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-142-5/+5
| * KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-141-3/+3
| * KVM: inject ExtINT interrupt before APIC interruptsGleb Natapov2012-12-142-18/+10Star
| * KVM: x86: fix mov immediate emulation for 64-bit operandsNadav Amit2012-12-141-2/+10
| * KVM: emulator: implement AAD instructionGleb Natapov2012-12-141-1/+22
* | x86, kvm: Add MSR_AMD64_BU_CFG2 to the list of ignored MSRsBorislav Petkov2013-02-191-7/+9
* | KVM: x86: use dynamic percpu allocations for shared msrs areaMarcelo Tosatti2013-01-081-6/+18
|/
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-1411-253/+809
|\
| * KVM: emulator: fix real mode segment checks in address linearizationGleb Natapov2012-12-121-2/+3
| * VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov2012-12-121-1/+1
| * KVM: VMX: fix DPL during entry to protected modeGleb Natapov2012-12-121-0/+1
| * KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei2012-12-061-0/+67
| * KVM: MMU: optimize for set_spteXiao Guangrong2012-12-061-4/+12
| * KVM: x86: Make register state after reset conform to specificationJulian Stecklina2012-12-054-16/+17
| * kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao2012-12-051-16/+0Star
| * kvm: remove unnecessary bit checking for ept violationZhang Xiantao2012-12-051-5/+0Star
| * KVM: x86: Fix uninitialized return codeJan Kiszka2012-12-021-0/+1
| * KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-305-0/+49
| * KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-304-18/+47
| * KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong2012-11-301-0/+17
| * KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong2012-11-291-3/+5
| * KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti2012-11-281-1/+6
| * KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2012-11-282-8/+88