index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_SYNTIMER_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+10
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_SYNIC_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+8
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_REFERENCE_TSC_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_RESET_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_VP_INDEX_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_TIME_REF_COUNT_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_VP_RUNTIME_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_HYPERCALL_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+12
2021-06-17
KVM: x86: hyper-v: Prepare to check access to Hyper-V MSRs
Vitaly Kuznetsov
1
-0
/
+18
2021-06-17
KVM: x86: hyper-v: Cache guest CPUID leaves determining features availability
Vitaly Kuznetsov
1
-10
/
+39
2021-06-17
KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUID
Vitaly Kuznetsov
3
-0
/
+26
2021-06-17
KVM: SVM: hyper-v: Direct Virtual Flush support
Vineeth Pillai
4
-0
/
+84
2021-06-17
KVM: SVM: hyper-v: Enlightened MSR-Bitmap support
Vineeth Pillai
3
-0
/
+35
2021-06-17
KVM: SVM: hyper-v: Remote TLB flush for SVM
Vineeth Pillai
2
-0
/
+75
2021-06-17
KVM: SVM: Software reserved fields
Vineeth Pillai
1
-2
/
+15
2021-06-17
KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
Vineeth Pillai
6
-112
/
+141
2021-06-17
KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest mode
Krish Sadhukhan
3
-0
/
+15
2021-06-17
KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it to guest code
Krish Sadhukhan
4
-5
/
+18
2021-06-17
KVM: x86: Drop "pre_" from enter/leave_smm() helpers
Sean Christopherson
5
-20
/
+19
2021-06-17
KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU reset
Sean Christopherson
3
-9
/
+8
2021-06-17
KVM: x86: Rename SMM tracepoint to make it reflect reality
Sean Christopherson
2
-2
/
+2
2021-06-17
KVM: x86: Move "entering SMM" tracepoint into kvm_smm_changed()
Sean Christopherson
1
-4
/
+2
2021-06-17
KVM: x86: Move (most) SMM hflags modifications into kvm_smm_changed()
Sean Christopherson
1
-13
/
+11
2021-06-17
KVM: x86: Invoke kvm_smm_changed() immediately after clearing SMM flag
Sean Christopherson
1
-2
/
+2
2021-06-17
KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helper
Sean Christopherson
3
-6
/
+5
2021-06-17
KVM: x86: Emulate triple fault shutdown if RSM emulation fails
Sean Christopherson
3
-5
/
+14
2021-06-17
KVM: x86: Drop vendor specific functions for APICv/AVIC enablement
Vitaly Kuznetsov
3
-5
/
+3
2021-06-17
KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
Vitaly Kuznetsov
6
-22
/
+22
2021-06-17
kvm: x86: implement KVM PM-notifier
Sergey Senozhatsky
2
-0
/
+37
2021-06-17
KVM: nVMX: Disable vmcs02 posted interrupts if vmcs12 PID isn't mappable
Jim Mattson
1
-1
/
+14
2021-06-17
KVM: nVMX: Fail on MMIO completion for nested posted interrupts
Jim Mattson
1
-1
/
+5
2021-06-17
KVM: x86: Add a return code to kvm_apic_accept_events
Jim Mattson
3
-11
/
+27
2021-06-17
KVM: x86: Add a return code to inject_pending_event
Jim Mattson
1
-10
/
+17
2021-06-17
KVM: nVMX: Add a return code to vmx_complete_nested_posted_interrupt
Jim Mattson
1
-6
/
+6
2021-06-17
KVM: x86: Remove guest mode check from kvm_check_nested_events
Jim Mattson
1
-3
/
+0
2021-06-17
KVM: nVMX: Enable nested TSC scaling
Ilias Stamatis
1
-6
/
+18
2021-06-17
KVM: X86: Add vendor callbacks for writing the TSC multiplier
Ilias Stamatis
5
-25
/
+39
2021-06-17
KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
Ilias Stamatis
3
-40
/
+28
2021-06-17
KVM: X86: Add functions that calculate the nested TSC fields
Ilias Stamatis
1
-0
/
+25
2021-06-17
KVM: X86: Add functions for retrieving L2 TSC fields from common code
Ilias Stamatis
3
-0
/
+40
2021-06-17
KVM: nVMX: Add a TSC multiplier field in VMCS12
Ilias Stamatis
2
-1
/
+4
2021-06-17
KVM: X86: Add a ratio parameter to kvm_scale_tsc()
Ilias Stamatis
1
-9
/
+18
2021-06-17
KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_l1_tsc_offset()
Ilias Stamatis
1
-5
/
+5
2021-06-17
KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
Ilias Stamatis
2
-4
/
+6
2021-06-17
KVM: x86/mmu: Lazily allocate memslot rmaps
Ben Gardon
5
-8
/
+69
2021-06-17
KVM: x86/mmu: Skip rmap operations if rmaps not allocated
Ben Gardon
3
-47
/
+71
2021-06-17
KVM: x86/mmu: Add a field to control memslot rmap allocation
Ben Gardon
2
-5
/
+10
2021-06-17
KVM: x86/mmu: Factor out allocating memslot rmap
Ben Gardon
1
-10
/
+27
2021-06-17
KVM: x86/mmu: Deduplicate rmap freeing
Ben Gardon
1
-8
/
+11
2021-06-17
KVM: x86: Do not write protect huge page in initially-all-set mode
Keqian Zhu
2
-31
/
+36
[prev]
[next]