summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-07-01KVM: x86: always use "acknowledge interrupt on exit"Paolo Bonzini1-4/+3
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini1-2/+2
2016-06-23kvm: x86: use getboottime64Arnd Bergmann1-5/+5
2016-06-23KVM: VMX: enable guest access to LMCE related MSRsAshok Raj3-6/+43
2016-06-23KVM: VMX: validate individual bits of guest MSR_IA32_FEATURE_CONTROLHaozhong Zhang1-1/+24
2016-06-23KVM: VMX: move msr_ia32_feature_control to vcpu_vmxHaozhong Zhang1-7/+6
2016-06-16kvm: vmx: hook preemption timer supportYunhong Jiang3-2/+183
2016-06-16kvm: vmx: rename vmx_pre/post_block to pi_pre/post_blockYunhong Jiang1-2/+15
2016-06-16KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang5-1/+100
2016-06-16kvm: lapic: separate start_sw_tscdeadline from start_apic_timerYunhong Jiang1-26/+31
2016-06-16KVM: remove kvm_vcpu_compatiblePaolo Bonzini2-9/+3
2016-06-16x86/kvm/svm: Simplify cpu_has_svm()Borislav Petkov2-7/+2
2016-06-14KVM: x86: Fix typosAndrea Gelmini5-5/+5
2016-06-03kvm/x86: remove unnecessary header file inclusionKai Huang1-2/+0
2016-06-03KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lockPaolo Bonzini2-3/+5
2016-06-03KVM: x86: rename process_smi to enter_smm, process_smi_request to process_smiPaolo Bonzini1-20/+21
2016-06-03KVM: x86: avoid simultaneous queueing of both IRQ and SMIPaolo Bonzini1-16/+29
2016-06-02KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini1-0/+5
2016-06-02KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini1-0/+4
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini1-10/+12
2016-06-02kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini1-1/+1
2016-06-02KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov1-0/+1
2016-06-02KVM: x86: avoid write-tearing of TDPNadav Amit1-4/+4
2016-05-28Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-41/+72
2016-05-28mm: remove more IS_ERR_VALUE abusesLinus Torvalds1-9/+8
2016-05-27Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha...Linus Torvalds2-1/+28
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-23/+73
2016-05-27platform/x86: Add PMC Driver for Intel Core SoCRajneesh Bhardwaj1-0/+27
2016-05-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds4-6/+2
2016-05-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-27/+85
2016-05-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-9/+9
2016-05-25kvm:vmx: more complete state update on APICv on/offRoman Kagan1-18/+30
2016-05-24Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-44/+34
2016-05-24xen: use same main loop for counting and remapping pagesJuergen Gross1-39/+26
2016-05-24xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini1-2/+5
2016-05-24xen/x86: don't lose event interruptsStefano Stabellini1-3/+3
2016-05-24KVM: SVM: Add more SVM_EXIT_REASONSJan Kiszka1-3/+41
2016-05-24svm: bitwise vs logical op typoDan Carpenter1-2/+2
2016-05-24vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2-2/+4
2016-05-24mm, aout: handle vm_brk failuresMichal Hocko1-7/+15
2016-05-24arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov2-2/+0
2016-05-24kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang1-0/+45
2016-05-23Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-1/+2
2016-05-23x86: remove more uaccess_32.h complexityLinus Torvalds1-26/+0
2016-05-23x86: remove pointless uaccess_32.h complexityLinus Torvalds1-36/+0
2016-05-22um: add extended processor state save/restore supportEli Cooper4-15/+59
2016-05-22um: extend fpstate to _xstate to support YMM registersEli Cooper2-13/+12
2016-05-22um: fix FPU state preservation around signal handlersEli Cooper1-15/+3
2016-05-21x86 isa: add back X86_32 dependency on CONFIG_ISALinus Torvalds1-2/+2
2016-05-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-4/+16