index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
KVM: x86: Defer MMU sync on PCID invalidation
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: x86: Use KVM_REQ_TLB_FLUSH_GUEST to handle INVPCID(ALL) emulation
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: x86: Uncondtionally skip MMU sync/TLB flush in MOV CR3's PGD switch
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: x86: Invalidate all PGDs for the current PCID on MOV CR3 w/ flush
Sean Christopherson
1
-27
/
+42
2021-06-17
KVM: nVMX: Sync all PGDs on nested transition with shadow paging
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: x86: avoid loading PDPTRs after migration when possible
Maxim Levitsky
1
-0
/
+3
2021-06-17
KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2
Maxim Levitsky
1
-27
/
+115
2021-06-17
KVM: x86: Always load PDPTRs on CR3 load for SVM w/o NPT and a PAE guest
Sean Christopherson
1
-32
/
+2
2021-06-17
KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUID
Vitaly Kuznetsov
1
-0
/
+4
2021-06-17
KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
Vineeth Pillai
1
-0
/
+9
2021-06-17
KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest mode
Krish Sadhukhan
1
-0
/
+1
2021-06-17
KVM: x86: Drop "pre_" from enter/leave_smm() helpers
Sean Christopherson
1
-7
/
+7
2021-06-17
KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU reset
Sean Christopherson
1
-6
/
+0
2021-06-17
KVM: x86: Rename SMM tracepoint to make it reflect reality
Sean Christopherson
1
-1
/
+1
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
1
-3
/
+3
2021-06-17
KVM: x86: Emulate triple fault shutdown if RSM emulation fails
Sean Christopherson
1
-0
/
+6
2021-06-17
KVM: x86: Drop vendor specific functions for APICv/AVIC enablement
Vitaly Kuznetsov
1
-3
/
+3
2021-06-17
KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
Vitaly Kuznetsov
1
-0
/
+3
2021-06-17
kvm: x86: implement KVM PM-notifier
Sergey Senozhatsky
1
-0
/
+36
2021-06-17
KVM: x86: Add a return code to kvm_apic_accept_events
Jim Mattson
1
-5
/
+20
2021-06-17
KVM: x86: Add a return code to inject_pending_event
Jim Mattson
1
-10
/
+17
2021-06-17
KVM: x86: Remove guest mode check from kvm_check_nested_events
Jim Mattson
1
-3
/
+0
2021-06-17
KVM: X86: Add vendor callbacks for writing the TSC multiplier
Ilias Stamatis
1
-7
/
+23
2021-06-17
KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
Ilias Stamatis
1
-3
/
+21
2021-06-17
KVM: X86: Add functions that calculate the nested TSC fields
Ilias Stamatis
1
-0
/
+25
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
1
-2
/
+4
2021-06-17
KVM: x86/mmu: Lazily allocate memslot rmaps
Ben Gardon
1
-0
/
+46
2021-06-17
KVM: x86/mmu: Skip rmap operations if rmaps not allocated
Ben Gardon
1
-1
/
+1
2021-06-17
KVM: x86/mmu: Add a field to control memslot rmap allocation
Ben Gardon
1
-5
/
+8
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
1
-27
/
+10
2021-06-11
KVM: X86: Fix x86_emulator slab cache leak
Wanpeng Li
1
-0
/
+1
2021-06-10
KVM: x86: Immediately reset the MMU context when the SMM flag is cleared
Sean Christopherson
1
-1
/
+4
2021-06-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+17
2021-06-08
KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU sync
Lai Jiangshan
1
-0
/
+13
2021-06-08
KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behavior
Lai Jiangshan
1
-2
/
+4
2021-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-12
/
+15
2021-05-28
KVM: X86: Kill off ctxt->ud
Wanpeng Li
1
-3
/
+1
2021-05-28
KVM: X86: Fix warning caused by stale emulation context
Wanpeng Li
1
-5
/
+5
2021-05-28
KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interception
Yuan Yao
1
-2
/
+1
2021-05-27
KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
Marcelo Tosatti
1
-1
/
+1
2021-05-27
KVM: x86: add start_assignment hook to kvm_x86_ops
Marcelo Tosatti
1
-1
/
+2
2021-05-27
KVM: X86: Fix vCPU preempted state from guest's point of view
Wanpeng Li
1
-0
/
+2
[prev]
[next]