summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2015-05-28KVM: x86: use correct APIC ID on x2APIC transitionRadim Krčmář1-3/+10
2015-05-28KVM: x86: add module parameter to disable periodic kvmclock syncMarcelo Tosatti1-0/+9
2015-05-28KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowedPaolo Bonzini1-4/+8
2015-05-28KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini1-2/+4
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2-10/+9
2015-05-27x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar1-1/+1
2015-05-27x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar1-1/+1
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini1-1/+1
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini1-2/+2
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini1-1/+3
2015-05-25Merge branch 'linus' into x86/fpuIngo Molnar8-13/+52
2015-05-20Merge branch 'kvm-master' into kvm-nextPaolo Bonzini5-2/+28
2015-05-20kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li3-2/+26
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini2-0/+2
2015-05-20kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli1-0/+2
2015-05-19KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini1-4/+5
2015-05-19KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changedXiao Guangrong1-2/+1
2015-05-19KVM: MMU: fix MTRR updateXiao Guangrong3-1/+83
2015-05-19KVM: MMU: fix decoding cache type from MTRRXiao Guangrong1-8/+6
2015-05-19KVM: MMU: introduce kvm_zap_rmappXiao Guangrong1-8/+12
2015-05-19KVM: MMU: use slot_handle_level and its helper to clean up the codeXiao Guangrong1-112/+16
2015-05-19KVM: MMU: introduce slot_handle_level_range() and its helpersXiao Guangrong1-0/+69
2015-05-19KVM: MMU: introduce for_each_slot_rmap_rangeXiao Guangrong1-22/+75
2015-05-19KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVELXiao Guangrong2-15/+10
2015-05-19KVM: MMU: introduce for_each_rmap_spte()Xiao Guangrong2-38/+19
2015-05-19KVM: MMU: fix SMAP virtualizationXiao Guangrong3-11/+15
2015-05-19KVM: x86: Fix zero iterations REP-stringNadav Amit1-0/+25
2015-05-19KVM: x86: Fix update RCX/RDI/RSI on REP-stringNadav Amit1-6/+2
2015-05-19KVM: x86: Fix DR7 mask on task-switch while debuggingNadav Amit2-4/+5
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar1-6/+6
2015-05-19x86/fpu: Create 'union thread_xstate' helper for fpstate_init()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename user_has_fpu() to fpregs_active()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Move asm/xcr.h to asm/fpu/internal.hIngo Molnar2-2/+0
2015-05-19x86/fpu: Rename fpu/xsave.h to fpu/xstate.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Simplify fpstate_init_curr() usageIngo Molnar1-2/+1
2015-05-19x86/fpu, kvm: Simplify fx_init()Ingo Molnar1-11/+3
2015-05-19x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Remove failure return from fpstate_alloc_init()Ingo Molnar1-2/+2
2015-05-19x86/fpu: Remove failure paths from fpstate-alloc low level functionsIngo Molnar1-11/+0
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar1-7/+7
2015-05-19x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'Ingo Molnar1-2/+2
2015-05-19x86/fpu: Rename 'xsave_hdr' to 'header'Ingo Molnar1-4/+4
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Move xsave.h to fpu/xsave.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar1-1/+2