summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar2015-05-271-1/+1
* x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar2015-05-271-1/+1
* Merge branch 'linus' into x86/fpuIngo Molnar2015-05-258-13/+52
|\
| * kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li2015-05-203-2/+26
| * Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini2015-05-202-0/+2
| * kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli2015-05-201-0/+2
| * KVM: MMU: fix SMAP virtualizationXiao Guangrong2015-05-113-11/+15
| * KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini2015-05-111-1/+1
| * KVM: MMU: fix smap permission checkXiao Guangrong2015-05-112-0/+9
* | x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-191-6/+6
* | x86/fpu: Create 'union thread_xstate' helper for fpstate_init()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Rename user_has_fpu() to fpregs_active()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Move asm/xcr.h to asm/fpu/internal.hIngo Molnar2015-05-192-2/+0
* | x86/fpu: Rename fpu/xsave.h to fpu/xstate.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Simplify fpstate_init_curr() usageIngo Molnar2015-05-191-2/+1
* | x86/fpu, kvm: Simplify fx_init()Ingo Molnar2015-05-191-11/+3
* | x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Remove failure return from fpstate_alloc_init()Ingo Molnar2015-05-191-2/+2
* | x86/fpu: Remove failure paths from fpstate-alloc low level functionsIngo Molnar2015-05-191-11/+0
* | x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar2015-05-191-7/+7
* | x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'Ingo Molnar2015-05-191-2/+2
* | x86/fpu: Rename 'xsave_hdr' to 'header'Ingo Molnar2015-05-191-4/+4
* | x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Move xsave.h to fpu/xsave.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar2015-05-191-1/+2
* | x86/fpu: Open code PF_USED_MATH usagesIngo Molnar2015-05-191-1/+1
* | x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Rename fpu_finit() to fpstate_init()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Rename fpu_free() to fpstate_free()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Rename fpu_alloc() to fpstate_alloc()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar2015-05-191-1/+1
|/
* kvm: x86: fix kvmclock update protocolRadim Krčmář2015-04-271-5/+28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
* | KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin2015-04-211-2/+10
* | KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spteXiao Guangrong2015-04-151-3/+5
* | kvm: mmu: don't do memslot overflow checkWanpeng Li2015-04-151-10/+2
* | KVM: x86: cleanup kvm_irq_delivery_to_apic_fastPaolo Bonzini2015-04-141-5/+6
* | KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_saveNadav Amit2015-04-141-2/+8
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-131-7/+7
|\ \
| * \ Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar2015-03-317-28/+35
| |\ \ | | |/
| * | time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-7/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-1317-356/+528
|\ \ \ | |_|/ |/| |
| * | kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li2015-04-082-0/+90
| * | KVM: x86: Clear CR2 on VCPU resetNadav Amit2015-04-081-0/+2
OpenPOWER on IntegriCloud