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
2021-02-04
KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset
Sean Christopherson
1
-0
/
+1
2021-02-04
KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
Ben Gardon
1
-3
/
+3
2021-02-03
KVM: x86: cleanup CR3 reserved bits checks
Paolo Bonzini
3
-13
/
+5
2021-02-03
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
1
-0
/
+5
2021-02-02
KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode
Sean Christopherson
1
-0
/
+2
2021-02-01
KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check
Vitaly Kuznetsov
1
-0
/
+2
2021-02-01
KVM/x86: assign hva with the right value to vm_munmap the pages
Zheng Zhan Liang
1
-1
/
+1
2021-02-01
KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
Paolo Bonzini
2
-13
/
+30
2021-01-28
Fix unsynchronized access to sev members through svm_register_enc_region
Peter Gonda
1
-7
/
+10
2021-01-28
KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
Michael Roth
1
-1
/
+1
2021-01-25
KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
Paolo Bonzini
3
-9
/
+29
2021-01-25
KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written"
Sean Christopherson
1
-26
/
+25
2021-01-25
KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest
Sean Christopherson
1
-9
/
+6
2021-01-25
KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration
Maxim Levitsky
1
-5
/
+8
2021-01-25
kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
Lorenzo Brescia
3
-2
/
+5
2021-01-25
KVM: x86: get smi pending status correctly
Jay Zhou
1
-0
/
+4
2021-01-25
KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
Like Xu
1
-1
/
+1
2021-01-25
KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()
Like Xu
1
-0
/
+4
2021-01-25
KVM: x86: Add more protection against undefined behavior in rsvd_bits()
Sean Christopherson
1
-1
/
+8
2021-01-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
12
-95
/
+161
2021-01-08
KVM: x86: __kvm_vcpu_halt can be static
Paolo Bonzini
1
-1
/
+1
2021-01-07
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
6
-6
/
+58
2021-01-07
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
3
-1
/
+8
2021-01-07
KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode
Maxim Levitsky
1
-0
/
+1
2021-01-07
KVM: nSVM: correctly restore nested_run_pending on migration
Maxim Levitsky
1
-0
/
+4
2021-01-07
KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
Ben Gardon
1
-56
/
+48
2021-01-07
KVM: x86: change in pv_eoi_get_pending() to make code more readable
Stephen Zhang
1
-1
/
+1
2021-01-07
KVM: x86: fix shift out of bounds reported by UBSAN
Paolo Bonzini
1
-1
/
+1
2021-01-07
KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c
Uros Bizjak
1
-2
/
+0
2021-01-07
KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load
Nathan Chancellor
1
-1
/
+1
2021-01-07
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
10
-102
/
+112
2021-01-07
KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()
Sean Christopherson
1
-7
/
+13
2021-01-07
KVM: x86/mmu: Use raw level to index into MMIO walks' sptes array
Sean Christopherson
2
-9
/
+8
2021-01-07
KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE
Sean Christopherson
3
-11
/
+13
2021-01-07
KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()
Sean Christopherson
2
-2
/
+7
2020-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
26
-482
/
+2203
2020-12-19
mm, kvm: account kvm_vcpu_mmap to kmemcg
Shakeel Butt
1
-1
/
+1
2020-12-16
KVM: SVM: fix 32-bit compilation
Paolo Bonzini
1
-0
/
+2
2020-12-15
Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-1
/
+3
2020-12-15
KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting
Tom Lendacky
2
-0
/
+29
2020-12-15
KVM: SVM: Provide support to launch and run an SEV-ES guest
Tom Lendacky
1
-0
/
+104
2020-12-15
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
Tom Lendacky
4
-9
/
+77
2020-12-15
KVM: SVM: Provide support for SEV-ES vCPU loading
Tom Lendacky
5
-20
/
+96
2020-12-15
KVM: SVM: Provide support for SEV-ES vCPU creation/loading
Tom Lendacky
3
-4
/
+78
2020-12-15
KVM: SVM: Update ASID allocation to support SEV-ES guests
Tom Lendacky
1
-11
/
+14
2020-12-15
KVM: SVM: Set the encryption mask for the SVM host save area
Tom Lendacky
3
-2
/
+4
2020-12-15
KVM: SVM: Add NMI support for an SEV-ES guest
Tom Lendacky
2
-7
/
+17
2020-12-15
KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
Tom Lendacky
2
-10
/
+54
2020-12-15
KVM: SVM: Do not report support for SMM for an SEV-ES guest
Tom Lendacky
3
-4
/
+17
2020-12-15
KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
Tom Lendacky
1
-9
/
+18
[next]