summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2015-05-19x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()Ingo Molnar
2015-05-19x86/fpu: Rename user_has_fpu() to fpregs_active()Ingo Molnar
2015-05-19x86/fpu: Move asm/xcr.h to asm/fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Rename fpu/xsave.h to fpu/xstate.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: Move various internal function prototypes to fpu/internal.hIngo 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: Move xsave.h to fpu/xsave.hIngo Molnar
2015-05-19x86/fpu: Rename i387.h to fpu/api.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-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)
2015-05-11KVM: MMU: fix SMAP virtualizationXiao Guangrong
2015-05-11KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini
2015-05-11KVM: MMU: fix smap permission checkXiao Guangrong
2015-05-08KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini
2015-05-08KVM: MMU: fix smap permission checkXiao Guangrong
2015-05-08KVM: nVMX: Fix host crash when loading MSRs with userspace irqchipJan Kiszka
2015-05-08KVM: x86: Call-far should not be emulated as stack opNadav Amit
2015-05-07KVM: x86: dump VMCS on invalid entryPaolo Bonzini
2015-05-07KVM: x86: drop unneeded null testJulia Lawall
2015-05-07KVM: x86: fix initial PAT valueRadim Krčmář
2015-05-07kvm,x86: load guest FPU context more eagerlyRik van Riel
2015-05-07kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is trueJames Sullivan
2015-05-07kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan
2015-05-07KVM: x86: tweak types of fields in kvm_lapic_irqPaolo Bonzini
2015-05-07KVM: x86: INIT and reset sequences are differentNadav Amit
2015-05-07KVM: x86: Support for disabling quirksNadav Amit
2015-05-07KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger
2015-04-27kvm: x86: fix kvmclock update protocolRadim Krčmář
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-21KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells
2015-04-15KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spteXiao Guangrong
2015-04-15kvm: mmu: don't do memslot overflow checkWanpeng Li
2015-04-14KVM: x86: cleanup kvm_irq_delivery_to_apic_fastPaolo Bonzini