index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
kvm_emulate.h
Age
Commit message (
Expand
)
Author
2022-06-10
KVM: x86: Bug the VM if the emulator accesses a non-existent GPR
Sean Christopherson
2022-06-10
KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVM
Sean Christopherson
2022-06-10
KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRs
Sean Christopherson
2022-06-10
KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs array
Sean Christopherson
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-04-02
KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsr
Hou Wenlong
2022-04-02
KVM: x86/emulator: Emulate RDPID only if it is enabled in guest
Hou Wenlong
2022-02-13
KVM: x86: Replace memset() "optimization" with normal per-field writes
Sean Christopherson
2022-01-07
KVM: x86: Update vPMCs when retiring branch instructions
Eric Hankland
2021-06-17
KVM: x86: Drop "pre_" from enter/leave_smm() helpers
Sean Christopherson
2021-06-17
KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU reset
Sean Christopherson
2021-06-17
KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helper
Sean Christopherson
2021-06-17
KVM: x86: Emulate triple fault shutdown if RSM emulation fails
Sean Christopherson
2021-06-17
KVM: x86: Move FPU register accessors into fpu.h
Siddharth Chandrasekaran
2021-05-28
KVM: X86: Kill off ctxt->ud
Wanpeng Li
2021-05-07
KVM: x86: Move RDPID emulation intercept to its own enum
Sean Christopherson
2021-02-09
KVM: x86: reading DR cannot fail
Paolo Bonzini
2020-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-03-16
KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic
Sean Christopherson
2020-03-16
KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes
Sean Christopherson
2020-03-16
KVM: x86: Add helpers to perform CPUID-based guest vendor check
Sean Christopherson
2020-03-16
KVM: x86: Shrink the usercopy region of the emulation context
Sean Christopherson
2020-03-16
KVM: x86: Move kvm_emulate.h into KVM's private directory
Sean Christopherson