index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Always set kvm_run->if_flag
Marc Orr
2021-12-20
1
-8
/
+1
*
KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
Wei Wang
2021-12-20
1
-1
/
+1
*
KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_C...
Vitaly Kuznetsov
2021-12-19
1
-1
/
+1
*
KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit
Sean Christopherson
2021-12-10
1
-2
/
+7
*
KVM: X86: Raise #GP when clearing CR0_PG in 64 bit mode
Lai Jiangshan
2021-12-10
1
-1
/
+2
*
KVM: ensure APICv is considered inactive if there is no APIC
Paolo Bonzini
2021-12-02
1
-4
/
+5
*
KVM: x86: check PIR even for vCPUs with disabled APICv
Paolo Bonzini
2021-11-30
1
-9
/
+9
*
KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
Vitaly Kuznetsov
2021-11-26
1
-0
/
+19
*
KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit
Sean Christopherson
2021-11-26
1
-4
/
+24
*
KVM: SEV: expose KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM capability
Paolo Bonzini
2021-11-26
1
-0
/
+1
*
KVM: x86: ignore APICv if LAPIC is not enabled
Paolo Bonzini
2021-11-26
1
-1
/
+1
*
KVM: x86: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
Vitaly Kuznetsov
2021-11-18
1
-1
/
+1
*
KVM: x86: Assume a 64-bit hypercall for guests with protected state
Tom Lendacky
2021-11-18
1
-1
/
+1
*
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
2021-11-18
1
-5
/
+9
|
\
|
*
KVM: Fix steal time asm constraints
David Woodhouse
2021-11-18
1
-3
/
+3
|
*
KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
黄乐
2021-11-16
1
-2
/
+6
*
|
KVM: x86: move guest_pv_has out of user_access section
Paolo Bonzini
2021-11-12
1
-3
/
+6
*
|
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
2021-11-11
1
-34
/
+102
|
\
|
|
*
KVM: x86: Drop arbitrary KVM_SOFT_MAX_VCPUS
Vitaly Kuznetsov
2021-11-11
1
-1
/
+1
|
*
KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()
Vipin Sharma
2021-11-11
1
-1
/
+2
|
*
KVM: x86: Rename kvm_lapic_enable_pv_eoi()
Vitaly Kuznetsov
2021-11-11
1
-1
/
+1
|
*
KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
Maxim Levitsky
2021-11-11
1
-0
/
+20
|
*
kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool
Jim Mattson
2021-11-11
1
-1
/
+3
|
*
KVM: x86: Fix recording of guest steal time / preempted status
David Woodhouse
2021-11-11
1
-30
/
+75
*
|
Merge branch 'kvm-sev-move-context' into kvm-master
Paolo Bonzini
2021-11-11
1
-1
/
+7
|
\
\
|
*
|
KVM: SEV: Add support for SEV intra host migration
Peter Gonda
2021-11-11
1
-0
/
+6
|
*
|
KVM: generalize "bugged" VM to "dead" VM
Paolo Bonzini
2021-11-11
1
-1
/
+1
|
|
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-11-02
1
-297
/
+503
|
\
|
|
*
KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
David Edmondson
2021-10-25
1
-14
/
+59
|
*
KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelism
Sean Christopherson
2021-10-22
1
-5
/
+7
|
*
KVM: x86: Move SVM's APICv sanity check to common x86
Sean Christopherson
2021-10-22
1
-0
/
+20
|
*
KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()
Lai Jiangshan
2021-10-22
1
-6
/
+5
|
*
KVM: X86: Cache CR3 in prev_roots when PCID is disabled
Lai Jiangshan
2021-10-22
1
-2
/
+27
|
*
KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()
Lai Jiangshan
2021-10-22
1
-0
/
+12
|
*
KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE
Lai Jiangshan
2021-10-22
1
-1
/
+2
|
*
KVM: X86: Don't reset mmu context when X86_CR4_PCIDE 1->0
Lai Jiangshan
2021-10-22
1
-2
/
+3
|
*
KVM: x86: Add vendor name to kvm_x86_ops, use it for error messages
Sean Christopherson
2021-10-22
1
-3
/
+5
|
*
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
2021-10-22
1
-46
/
+1
|
*
KVM: x86: Expose TSC offset controls to userspace
Oliver Upton
2021-10-18
1
-0
/
+116
|
*
KVM: x86: Refactor tsc synchronization code
Oliver Upton
2021-10-18
1
-42
/
+53
|
*
kvm: x86: protect masterclock with a seqcount
Paolo Bonzini
2021-10-18
1
-37
/
+45
|
*
KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
Oliver Upton
2021-10-18
1
-14
/
+33
|
*
Merge commit 'kvm-pagedata-alloc-fixes' into HEAD
Paolo Bonzini
2021-10-18
1
-1
/
+2
|
|
\
|
*
|
KVM: x86: only allocate gfn_track when necessary
David Stevens
2021-10-01
1
-1
/
+1
|
*
|
kvm: use kvfree() in kvm_arch_free_vm()
Juergen Gross
2021-10-01
1
-1
/
+1
|
*
|
KVM: x86: Fix potential race in KVM_GET_CLOCK
Oliver Upton
2021-10-01
1
-13
/
+23
|
*
|
KVM: x86: extract KVM_GET_CLOCK/KVM_SET_CLOCK to separate functions
Paolo Bonzini
2021-10-01
1
-47
/
+52
|
*
|
kvm: x86: abstract locking around pvclock_update_vm_gtod_copy
Paolo Bonzini
2021-10-01
1
-33
/
+29
|
*
|
KVM: x86: nSVM: implement nested TSC scaling
Maxim Levitsky
2021-10-01
1
-0
/
+1
|
*
|
kvm: irqfd: avoid update unmodified entries of the routing
Longpeng(Mike)
2021-09-30
1
-0
/
+9
[next]