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
*
Merge branch 'kvm-fixes' into 'next'
Paolo Bonzini
2020-10-22
1
-5
/
+6
|
\
|
*
KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE
Sean Christopherson
2020-09-25
1
-1
/
+2
|
*
KVM: x86: fix MSR_IA32_TSC read for nested migration
Maxim Levitsky
2020-09-24
1
-2
/
+15
|
*
KVM: x86: VMX: Make smaller physical guest address space support user-configu...
Mohammed Gamal
2020-09-23
1
-1
/
+1
*
|
KVM: x86: allow kvm_x86_ops.set_efer to return an error value
Maxim Levitsky
2020-10-21
1
-1
/
+6
*
|
KVM: x86: report negative values from wrmsr emulation to userspace
Maxim Levitsky
2020-10-21
1
-3
/
+6
*
|
KVM: x86: xen_hvm_config: cleanup return values
Maxim Levitsky
2020-10-21
1
-14
/
+9
*
|
KVM: x86: allocate vcpu->arch.cpuid_entries dynamically
Vitaly Kuznetsov
2020-10-21
1
-0
/
+1
*
|
kvm: x86: only provide PV features if enabled in guest's CPUID
Oliver Upton
2020-10-21
1
-5
/
+62
*
|
kvm: x86: set wall_clock in kvm_write_wall_clock()
Oliver Upton
2020-10-21
1
-1
/
+2
*
|
kvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulation in helper fn
Oliver Upton
2020-10-21
1
-26
/
+32
*
|
KVM: VMX: Forbid userspace MSR filters for x2APIC
Paolo Bonzini
2020-10-21
1
-1
/
+8
*
|
KVM: VMX: Ignore userspace MSR filters for x2APIC
Sean Christopherson
2020-10-21
1
-2
/
+2
*
|
KVM: x86: do not attempt TSC synchronization on guest writes
Paolo Bonzini
2020-09-28
1
-20
/
+10
*
|
KVM: x86: rename KVM_REQ_GET_VMCS12_PAGES
Paolo Bonzini
2020-09-28
1
-2
/
+2
*
|
KVM: x86: Introduce MSR filtering
Alexander Graf
2020-09-28
1
-1
/
+144
*
|
KVM: x86: Add infrastructure for MSR filtering
Alexander Graf
2020-09-28
1
-0
/
+6
*
|
KVM: x86: Allow deflecting unknown MSR accesses to user space
Alexander Graf
2020-09-28
1
-4
/
+116
*
|
KVM: x86: Return -ENOENT on unimplemented MSRs
Alexander Graf
2020-09-28
1
-1
/
+1
*
|
KVM: x86: Rename "shared_msrs" to "user_return_msrs"
Sean Christopherson
2020-09-28
1
-48
/
+53
*
|
KVM: x86: Add RIP to the kvm_entry, i.e. VM-Enter, tracepoint
Sean Christopherson
2020-09-28
1
-1
/
+1
*
|
KVM: x86: Add kvm_x86_ops hook to short circuit emulation
Sean Christopherson
2020-09-28
1
-3
/
+11
*
|
KVM: x86: fix MSR_IA32_TSC read for nested migration
Maxim Levitsky
2020-09-28
1
-2
/
+14
*
|
KVM: X86: Move handling of INVPCID types to x86
Babu Moger
2020-09-28
1
-0
/
+78
*
|
KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c
Babu Moger
2020-09-28
1
-0
/
+28
*
|
KVM: LAPIC: Narrow down the kick target vCPU
Wanpeng Li
2020-09-28
1
-6
/
+0
*
|
Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
2020-09-22
1
-7
/
+4
|
\
\
|
|
/
|
/
|
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-7
/
+4
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-08-22
1
-2
/
+4
|
|
\
*
|
|
KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN
Vitaly Kuznetsov
2020-09-11
1
-1
/
+1
*
|
|
Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2020-09-11
1
-2
/
+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
arm64/x86: KVM: Introduce steal-time cap
Andrew Jones
2020-08-21
1
-0
/
+3
|
|
/
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-08-12
1
-12
/
+12
|
|
\
|
*
\
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-08-11
1
-2
/
+10
|
|
\
\
|
|
*
|
kvm: detect assigned device via irqbypass manager
Zhu Lingshan
2020-08-05
1
-2
/
+10
*
|
|
|
kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE mode
Jim Mattson
2020-08-17
1
-1
/
+1
*
|
|
|
kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE mode
Jim Mattson
2020-08-17
1
-1
/
+1
*
|
|
|
KVM: x86: fix access code passed to gva_to_gpa
Paolo Bonzini
2020-08-17
1
-1
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
Sean Christopherson
2020-08-09
1
-12
/
+12
|
/
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-08-06
1
-83
/
+148
|
\
\
|
*
|
KVM: x86: Specify max TDP level via kvm_configure_mmu()
Sean Christopherson
2020-07-31
1
-1
/
+0
|
*
|
KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR
Sean Christopherson
2020-07-31
1
-1
/
+1
|
*
|
KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR support
Mohammed Gamal
2020-07-10
1
-0
/
+6
|
*
|
KVM: x86: rename update_bp_intercept to update_exception_bitmap
Paolo Bonzini
2020-07-10
1
-1
/
+1
|
*
|
KVM: x86: Add helper functions for illegal GPA checking and page fault injection
Mohammed Gamal
2020-07-10
1
-0
/
+21
|
*
|
KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 code
Vitaly Kuznetsov
2020-07-10
1
-0
/
+20
|
*
|
x86/kvm/vmx: Move guest enter/exit into .noinstr.text
Thomas Gleixner
2020-07-09
1
-1
/
+1
|
*
|
x86/kvm: Move context tracking where it belongs
Thomas Gleixner
2020-07-09
1
-2
/
+0
|
*
|
kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host
Maxim Levitsky
2020-07-09
1
-17
/
+21
|
*
|
KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()
Xiaoyao Li
2020-07-09
1
-5
/
+5
[next]