summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: nSVM: move MMU setup to nested_prepare_vmcb_controlPaolo Bonzini2020-06-011-6/+6
* KVM: nSVM: extract preparation of VMCB for nested runPaolo Bonzini2020-06-011-16/+24
* KVM: nSVM: extract load_nested_vmcb_controlPaolo Bonzini2020-06-011-16/+22
* KVM: nSVM: move map argument out of enter_svm_guest_modePaolo Bonzini2020-06-013-10/+9
* KVM: nVMX: always update CR3 in VMCSPaolo Bonzini2020-05-281-4/+1
* KVM: SVM: always update CR3 in VMCBPaolo Bonzini2020-05-282-16/+6
* KVM: nSVM: correctly inject INIT vmexitsPaolo Bonzini2020-05-281-0/+27
* KVM: nSVM: remove exit_requiredPaolo Bonzini2020-05-283-19/+1
* KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini2020-05-285-103/+58
* KVM: x86: enable event window in inject_pending_eventPaolo Bonzini2020-05-284-77/+92
* 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-156-84/+96
| |\
* | \ 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-2094-539/+884
|\ \ \ \
| * | | | 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
| * | | | vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2020-05-191-0/+1
| * | | | 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