summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2015-05-27x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar
2015-05-27x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar
2015-05-25Merge branch 'linus' into x86/fpuIngo Molnar
2015-05-20kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li
2015-05-20kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar
2015-05-19x86/fpu: Create 'union thread_xstate' helper for fpstate_init()Ingo Molnar
2015-05-19x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()Ingo Molnar
2015-05-19x86/fpu: Move asm/xcr.h to asm/fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Simplify fpstate_init_curr() usageIngo Molnar
2015-05-19x86/fpu, kvm: Simplify fx_init()Ingo Molnar
2015-05-19x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()Ingo Molnar
2015-05-19x86/fpu: Remove failure return from fpstate_alloc_init()Ingo Molnar
2015-05-19x86/fpu: Remove failure paths from fpstate-alloc low level functionsIngo Molnar
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar
2015-05-19x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar
2015-05-19x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'Ingo Molnar
2015-05-19x86/fpu: Rename 'xsave_hdr' to 'header'Ingo Molnar
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Ingo Molnar
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar
2015-05-19x86/fpu: Open code PF_USED_MATH usagesIngo Molnar
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar
2015-05-19x86/fpu: Rename fpu_finit() to fpstate_init()Ingo Molnar
2015-05-19x86/fpu: Rename fpu_free() to fpstate_free()Ingo Molnar
2015-05-19x86/fpu: Rename fpu_alloc() to fpstate_alloc()Ingo Molnar
2015-05-19x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar
2015-05-11KVM: MMU: fix SMAP virtualizationXiao Guangrong
2015-04-27kvm: x86: fix kvmclock update protocolRadim Krčmář
2015-04-14KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_saveNadav Amit
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-04-08kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li
2015-04-08KVM: x86: Clear CR2 on VCPU resetNadav Amit
2015-04-08KVM: x86: DR0-DR3 are not clear on resetNadav Amit
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit
2015-04-08KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky
2015-04-08KVM: x86: optimize delivery of TSC deadline timer interruptPaolo Bonzini
2015-04-08KVM: x86: extract blocking logic from __vcpu_runPaolo Bonzini
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev
2015-03-17KVM: x86: For the symbols used locally only should be static typeXiubo Li
2015-03-17KVM: x86: Avoid using plain integer as NULL pointer warningXiubo Li
2015-03-10kvm: move advertising of KVM_CAP_IRQFD to common codePaolo Bonzini
2015-03-10kvm: x86: make kvm_emulate_* consistantJoel Schopp
2015-03-10KVM: Get rid of kvm_kvfree()Thomas Huth
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini
2015-01-30KVM: VMX: Add PML support in VMXKai Huang