aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
* KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-13
* KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson2012-12-13
* KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-13
* KVM: inject ExtINT interrupt before APIC interruptsGleb Natapov2012-12-13
* KVM: x86: fix mov immediate emulation for 64-bit operandsNadav Amit2012-12-13
* KVM: emulator: implement AAD instructionGleb Natapov2012-12-13
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-13
|\
| * KVM: emulator: fix real mode segment checks in address linearizationGleb Natapov2012-12-11
| * VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov2012-12-11
| * KVM: VMX: fix DPL during entry to protected modeGleb Natapov2012-12-11
| * x86/kexec: crash_vmclear_local_vmcss needs __rcuZhang Yanfei2012-12-11
| * KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei2012-12-06
| * x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei2012-12-06
| * KVM: MMU: optimize for set_spteXiao Guangrong2012-12-06
| * KVM: x86: Make register state after reset conform to specificationJulian Stecklina2012-12-05
| * kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao2012-12-05
| * kvm: remove unnecessary bit checking for ept violationZhang Xiantao2012-12-05
| * KVM: x86: Fix uninitialized return codeJan Kiszka2012-12-02
| * KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-30
| * KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-30
| * KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong2012-11-29
| * KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong2012-11-28
| * KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov2012-11-28
| * KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti2012-11-27
| * KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2012-11-27
| * KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-27
| * KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-27
| * KVM: x86: notifier for clocksource changesMarcelo Tosatti2012-11-27
| * KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-27
| * x86: vdso: pvclock gettime supportMarcelo Tosatti2012-11-27
| * x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti2012-11-27
| * x86: pvclock: generic pvclock vsyscall initializationMarcelo Tosatti2012-11-27
| * x86: pvclock: add note about rdtsc barriersMarcelo Tosatti2012-11-27
| * x86: pvclock: introduce helper to read flagsMarcelo Tosatti2012-11-27
| * x86: pvclock: create helper for pvclock data retrievalMarcelo Tosatti2012-11-27
| * x86: pvclock: remove pvclock_shadow_timeMarcelo Tosatti2012-11-27
| * x86: pvclock: make sure rdtsc doesnt speculate out of regionMarcelo Tosatti2012-11-27
| * x86: kvmclock: allocate pvclock shared memory areaMarcelo Tosatti2012-11-27
| * KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti2012-11-27
| * KVM: remove unnecessary return value checkGuo Chao2012-11-13
| * KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao2012-11-13
| * KVM: do not kfree error pointerGuo Chao2012-11-13
| * KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-29
| * Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-29
| |\
| * | KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall2012-10-23
| * | KVM: SVM: Cleanup error statementsBorislav Petkov2012-10-22
| * | KVM: VMX: report internal error for MMIO #PF due to delivery eventXiao Guangrong2012-10-18
| * | KVM: VMX: report internal error for the unhandleable eventXiao Guangrong2012-10-18
| * | KVM: do not de-cache cr4 bits needlesslyGleb Natapov2012-10-18
| * | KVM: MMU: introduce FNAME(prefetch_gpte)Xiao Guangrong2012-10-17