index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU reset
Sean Christopherson
2021-06-17
3
-9
/
+8
*
KVM: x86: Rename SMM tracepoint to make it reflect reality
Sean Christopherson
2021-06-17
2
-2
/
+2
*
KVM: x86: Move "entering SMM" tracepoint into kvm_smm_changed()
Sean Christopherson
2021-06-17
1
-4
/
+2
*
KVM: x86: Move (most) SMM hflags modifications into kvm_smm_changed()
Sean Christopherson
2021-06-17
1
-13
/
+11
*
KVM: x86: Invoke kvm_smm_changed() immediately after clearing SMM flag
Sean Christopherson
2021-06-17
1
-2
/
+2
*
KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helper
Sean Christopherson
2021-06-17
3
-6
/
+5
*
KVM: x86: Emulate triple fault shutdown if RSM emulation fails
Sean Christopherson
2021-06-17
3
-5
/
+14
*
KVM: x86: Drop vendor specific functions for APICv/AVIC enablement
Vitaly Kuznetsov
2021-06-17
3
-5
/
+3
*
KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
Vitaly Kuznetsov
2021-06-17
6
-22
/
+22
*
kvm: x86: implement KVM PM-notifier
Sergey Senozhatsky
2021-06-17
2
-0
/
+37
*
KVM: nVMX: Disable vmcs02 posted interrupts if vmcs12 PID isn't mappable
Jim Mattson
2021-06-17
1
-1
/
+14
*
KVM: nVMX: Fail on MMIO completion for nested posted interrupts
Jim Mattson
2021-06-17
1
-1
/
+5
*
KVM: x86: Add a return code to kvm_apic_accept_events
Jim Mattson
2021-06-17
3
-11
/
+27
*
KVM: x86: Add a return code to inject_pending_event
Jim Mattson
2021-06-17
1
-10
/
+17
*
KVM: nVMX: Add a return code to vmx_complete_nested_posted_interrupt
Jim Mattson
2021-06-17
1
-6
/
+6
*
KVM: x86: Remove guest mode check from kvm_check_nested_events
Jim Mattson
2021-06-17
1
-3
/
+0
*
KVM: nVMX: Enable nested TSC scaling
Ilias Stamatis
2021-06-17
1
-6
/
+18
*
KVM: X86: Add vendor callbacks for writing the TSC multiplier
Ilias Stamatis
2021-06-17
5
-25
/
+39
*
KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
Ilias Stamatis
2021-06-17
3
-40
/
+28
*
KVM: X86: Add functions that calculate the nested TSC fields
Ilias Stamatis
2021-06-17
1
-0
/
+25
*
KVM: X86: Add functions for retrieving L2 TSC fields from common code
Ilias Stamatis
2021-06-17
3
-0
/
+40
*
KVM: nVMX: Add a TSC multiplier field in VMCS12
Ilias Stamatis
2021-06-17
2
-1
/
+4
*
KVM: X86: Add a ratio parameter to kvm_scale_tsc()
Ilias Stamatis
2021-06-17
1
-9
/
+18
*
KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_l1_tsc_offset()
Ilias Stamatis
2021-06-17
1
-5
/
+5
*
KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
Ilias Stamatis
2021-06-17
2
-4
/
+6
*
KVM: x86/mmu: Lazily allocate memslot rmaps
Ben Gardon
2021-06-17
5
-8
/
+69
*
KVM: x86/mmu: Skip rmap operations if rmaps not allocated
Ben Gardon
2021-06-17
3
-48
/
+72
*
KVM: x86/mmu: Add a field to control memslot rmap allocation
Ben Gardon
2021-06-17
2
-5
/
+10
*
KVM: x86/mmu: Factor out allocating memslot rmap
Ben Gardon
2021-06-17
1
-10
/
+27
*
KVM: x86/mmu: Deduplicate rmap freeing
Ben Gardon
2021-06-17
1
-8
/
+11
*
KVM: x86: Do not write protect huge page in initially-all-set mode
Keqian Zhu
2021-06-17
2
-31
/
+36
*
KVM: x86: Support write protecting only large pages
Keqian Zhu
2021-06-17
5
-11
/
+22
*
KVM: hyper-v: Advertise support for fast XMM hypercalls
Siddharth Chandrasekaran
2021-06-17
1
-0
/
+1
*
KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
Siddharth Chandrasekaran
2021-06-17
1
-19
/
+71
*
KVM: hyper-v: Collect hypercall params into struct
Siddharth Chandrasekaran
2021-06-17
1
-68
/
+79
*
KVM: x86: Move FPU register accessors into fpu.h
Siddharth Chandrasekaran
2021-06-17
3
-122
/
+158
*
KVM: x86/mmu: Make is_nx_huge_page_enabled an inline function
Shaokun Zhang
2021-06-17
2
-9
/
+7
*
KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU
Sean Christopherson
2021-06-11
1
-1
/
+25
*
KVM: X86: Fix x86_emulator slab cache leak
Wanpeng Li
2021-06-11
1
-0
/
+1
*
KVM: SVM: Call SEV Guest Decommission if ASID binding fails
Alper Gun
2021-06-11
1
-5
/
+15
*
KVM: x86: Immediately reset the MMU context when the SMM flag is cleared
Sean Christopherson
2021-06-10
1
-1
/
+4
*
KVM: x86: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-06-10
2
-0
/
+2
*
KVM: SVM: fix doc warnings
ChenXiaoSong
2021-06-10
1
-3
/
+3
*
kvm: LAPIC: Restore guard to prevent illegal APIC register access
Jim Mattson
2021-06-09
1
-0
/
+3
*
KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU sync
Lai Jiangshan
2021-06-08
1
-0
/
+13
*
KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message
Sean Christopherson
2021-06-08
1
-3
/
+3
*
KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behavior
Lai Jiangshan
2021-06-08
1
-2
/
+4
*
KVM: X86: MMU: Use the correct inherited permissions to get shadow page
Lai Jiangshan
2021-06-08
1
-5
/
+9
*
KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer
Wanpeng Li
2021-06-08
1
-6
/
+11
*
KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...
Ashish Kalra
2021-06-08
1
-4
/
+2
[next]