summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Initialize tdp_level during vCPU creationSean Christopherson2020-05-271-0/+1
* KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini2020-05-271-1/+1
* KVM: nSVM: fix condition for filtering async PFPaolo Bonzini2020-05-271-2/+2
* kvm/x86: Remove redundant function implementations彭浩(Richard)2020-05-275-16/+10
* KVM: Fix the indentation to match coding styleHaiwei Li2020-05-271-1/+1
* KVM: VMX: replace "fall through" with "return" to indicate different caseMiaohe Lin2020-05-271-4/+2
* KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson2020-05-273-3/+3
* KVM: x86: Remove superfluous brackets from case statementSean Christopherson2020-05-271-2/+2
* KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini2020-05-271-1/+1
* Merge branch 'kvm-master' into HEADPaolo Bonzini2020-05-275-39/+33
|\
| * KVM: x86: simplify is_mmio_sptePaolo Bonzini2020-05-274-11/+6
| * KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionallyMaxim Levitsky2020-05-271-0/+4
| * KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilitiesMaxim Levitsky2020-05-271-0/+3
| * KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson2020-05-271-18/+9
| * KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini2020-05-191-9/+10
| * KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson2020-05-151-1/+1
* | Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini2020-05-2032-293/+426
|\ \
| * | x86/kvm: Restrict ASYNC_PF to user spaceThomas Gleixner2020-05-191-93/+7
| * | x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner2020-05-193-63/+144
| * | x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski2020-05-198-37/+57
| * | Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-109-86/+133
| |\ \
| | * | x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf2020-05-031-4/+4
| | * | x86/apic: Move TSC deadline timer debug printkThomas Gleixner2020-05-011-13/+14
| | * | ftrace/x86: Fix trace event registration for syscalls without argumentsKonstantin Khlebnikov2020-05-011-2/+3
| | * | x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe2020-04-301-4/+8
| | * | x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-04-253-14/+43
| | * | x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf2020-04-251-1/+1
| | * | x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf2020-04-251-3/+3
| | * | x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes2020-04-251-1/+1
| | * | x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf2020-04-253-18/+28
| | * | x86/unwind/orc: Convert global variables to staticJosh Poimboeuf2020-04-251-5/+5
| | * | x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn2020-04-251-1/+1
| | * | x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf2020-04-251-3/+2
| | * | x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf2020-04-251-1/+2
| | * | x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf2020-04-251-19/+21
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-05-081-1/+1
| |\ \ \
| | * | | arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan2020-05-081-1/+1
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-05-076-23/+19
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu2020-05-061-0/+1
| * | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-05-065-18/+23
| |\ \ \ \
| | * | | | crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld2020-04-302-2/+2
| | * | | | crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld2020-04-303-16/+21
| * | | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-272-2/+12
| |\ \ \ \ \
| | * | | | | x86/hyperv: Suspend/resume the VP assist page for hibernationDexuan Cui2020-04-211-2/+10
| | * | | | | Drivers: hv: Move AEOI determination to architecture dependent codeMichael Kelley2020-04-211-0/+2
| * | | | | | Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-251-14/+33
| |\ \ \ \ \ \
| | * | | | | | x86, sched: Move check for CPU type to caller functionGiovanni Gherdovich2020-04-221-4/+2
| | * | | | | | x86, sched: Don't enable static key when starting secondary CPUsPeter Zijlstra (Intel)2020-04-221-7/+14
| | * | | | | | x86, sched: Account for CPUs with less than 4 cores in freq. invarianceGiovanni Gherdovich2020-04-221-3/+8
| | * | | | | | x86, sched: Bail out of frequency invariance if base frequency is unknownGiovanni Gherdovich2020-04-221-0/+9