summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: track manually whether an event has been injectedPaolo Bonzini2020-05-271-5/+12
* KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()Vitaly Kuznetsov2020-05-271-3/+3
* 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 branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-1512-87/+324
| |\
* | \ Merge tag 'kvm-s390-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-05-273-8/+7
|\ \ \
| * | | KVM: s390: remove unneeded semicolon in gisa_vcpu_kicker()Jason Yan2020-04-201-1/+1
| * | | KVM: s390: vsie: gmap_table_walk() simplificationsDavid Hildenbrand2020-04-201-5/+5
| * | | KVM: s390: vsie: Move conditional rescheduleDavid Hildenbrand2020-04-201-2/+1
* | | | Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini2020-05-20868-4517/+8779
|\ \ \ \
| * | | | 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
| * | | | context_tracking: Make guest_enter/exit() .noinstr readyThomas Gleixner2020-05-191-5/+16
| * | | | lockdep: Prepare for noinstr sectionsPeter Zijlstra2020-05-195-22/+71
| * | | | tracing: Provide lockdep less trace_hardirqs_on/off() variantsThomas Gleixner2020-05-192-0/+41
| * | | | vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2020-05-196-1/+72
| * | | | Linux 5.7-rc5v5.7-rc5Linus Torvalds2020-05-111-1/+1
| * | | | Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-1011-90/+138
| |\ \ \ \
| | * | | | 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
| | * | | | objtool: Fix infinite loop in for_offset_range()Josh Poimboeuf2020-04-261-3/+4
| | * | | | 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
| | * | | | objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf2020-04-251-1/+1
| * | | | | Merge tag 'objtool-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-05-101-2/+13
| |\ \ \ \ \