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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-21
KVM: SVM: Use do_machine_check to pass MCE to the host
Uros Bizjak
1
-5
/
+21
2020-04-21
KVM: VMX: Clean cr3/pgd handling in vmx_load_mmu_pgd()
Sean Christopherson
1
-3
/
+4
2020-04-21
KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related code
Sean Christopherson
4
-34
/
+34
2020-04-21
KVM: nVMX: Free only the affected contexts when emulating INVEPT
Sean Christopherson
1
-9
/
+33
2020-04-21
KVM: nVMX: Don't flush TLB on nested VMX transition
Sean Christopherson
2
-3
/
+5
2020-04-21
KVM: nVMX: Skip MMU sync on nested VMX transition when possible
Sean Christopherson
2
-2
/
+48
2020-04-21
KVM: x86/mmu: Add module param to force TLB flush on root reuse
Sean Christopherson
1
-2
/
+5
2020-04-21
KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switch
Sean Christopherson
3
-8
/
+9
2020-04-21
KVM: x86/mmu: Move fast_cr3_switch() side effects to __kvm_mmu_new_cr3()
Sean Christopherson
1
-38
/
+31
2020-04-21
KVM: VMX: Don't reload APIC access page if its control is disabled
Sean Christopherson
1
-1
/
+13
2020-04-21
KVM: VMX: Retrieve APIC access page HPA only when necessary
Sean Christopherson
2
-14
/
+15
2020-04-21
KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessary
Sean Christopherson
3
-8
/
+12
2020-04-21
KVM: nVMX: Selectively use TLB_FLUSH_CURRENT for nested VM-Enter/VM-Exit
Sean Christopherson
1
-3
/
+5
2020-04-21
KVM: x86/mmu: Use KVM_REQ_TLB_FLUSH_CURRENT for MMU specific flushes
Sean Christopherson
1
-6
/
+6
2020-04-21
KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASID
Sean Christopherson
5
-3
/
+29
2020-04-21
KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-Exit
Sean Christopherson
1
-44
/
+44
2020-04-21
KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()
Sean Christopherson
4
-14
/
+12
2020-04-21
KVM: SVM: Document the ASID logic in svm_flush_tlb()
Sean Christopherson
1
-0
/
+7
2020-04-21
KVM: VMX: Introduce vmx_flush_tlb_current()
Sean Christopherson
1
-2
/
+18
2020-04-21
KVM: nVMX: Move nested_get_vpid02() to vmx/nested.h
Sean Christopherson
2
-7
/
+7
2020-04-21
KVM: VMX: Move vmx_flush_tlb() to vmx.c
Sean Christopherson
2
-25
/
+25
2020-04-21
KVM: SVM: Wire up ->tlb_flush_guest() directly to svm_flush_tlb()
Sean Christopherson
1
-6
/
+1
2020-04-21
KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()
Sean Christopherson
7
-41
/
+23
2020-04-21
KVM: VMX: Clean up vmx_flush_tlb_gva()
Sean Christopherson
1
-7
/
+3
2020-04-21
KVM: x86: make Hyper-V PV TLB flush use tlb_flush_guest()
Vitaly Kuznetsov
2
-3
/
+10
2020-04-20
KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook
Sean Christopherson
3
-1
/
+20
2020-04-20
KVM: nVMX: Use vpid_sync_vcpu_addr() to emulate INVVPID with address
Sean Christopherson
1
-5
/
+1
2020-04-20
KVM: VMX: Drop redundant capability checks in low level INVVPID helpers
Sean Christopherson
2
-5
/
+2
2020-04-20
KVM: VMX: Handle INVVPID fallback logic in vpid_sync_vcpu_addr()
Sean Christopherson
2
-9
/
+6
2020-04-20
KVM: VMX: Move vpid_sync_vcpu_addr() down a few lines
Sean Christopherson
1
-13
/
+13
2020-04-20
KVM: VMX: Use vpid_sync_context() directly when possible
Sean Christopherson
1
-6
/
+6
2020-04-20
KVM: VMX: Skip global INVVPID fallback if vpid==0 in vpid_sync_context()
Sean Christopherson
1
-1
/
+1
2020-04-20
KVM: x86: Sync SPTEs when injecting page/EPT fault into L1
Junaid Shahid
3
-8
/
+17
2020-04-20
KVM: x86: cleanup kvm_inject_emulated_page_fault
Paolo Bonzini
3
-11
/
+5
2020-04-20
KVM: x86: introduce kvm_mmu_invalidate_gva
Paolo Bonzini
1
-26
/
+45
2020-04-20
kvm: Disable objtool frame pointer checking for vmenter.S
Josh Poimboeuf
1
-0
/
+4
2020-04-17
kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GP
Venkatesh Srinivas
1
-0
/
+11
2020-04-17
KVM: Remove CREATE_IRQCHIP/SET_PIT2 race
Steve Rutherford
1
-2
/
+8
2020-04-15
KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault)
Sean Christopherson
1
-2
/
+6
2020-04-15
KVM: nVMX: Invalidate all roots when emulating INVVPID without EPT
Junaid Shahid
1
-0
/
+14
2020-04-15
KVM: nVMX: Invalidate all EPTP contexts when emulating INVEPT for L1
Sean Christopherson
1
-4
/
+8
2020-04-15
KVM: nVMX: Validate the EPTP when emulating INVEPT(EXTENT_CONTEXT)
Sean Christopherson
1
-1
/
+5
2020-04-15
KVM: VMX: Flush all EPTP/VPID contexts on remote TLB flush
Sean Christopherson
1
-1
/
+27
2020-04-15
KVM: pass through CPUID(0x80000006)
Eric Northup
1
-0
/
+3
2020-04-15
KVM: x86: Return updated timer current count register from KVM_GET_LAPIC
Peter Shier
2
-11
/
+57
2020-04-15
KVM: SVM: Fix __svm_vcpu_run declaration.
Uros Bizjak
1
-1
/
+1
2020-04-15
KVM: SVM: Do not setup frame pointer in __svm_vcpu_run
Uros Bizjak
1
-1
/
+0
2020-04-15
KVM: SVM: Fix build error due to missing release_pages() include
Borislav Petkov
1
-0
/
+1
2020-04-15
KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD
Uros Bizjak
1
-1
/
+0
2020-04-15
kvm: nVMX: match comment with return type for nested_vmx_exit_reflected
Oliver Upton
1
-1
/
+1
[prev]
[next]