index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
emulate.c
Age
Commit message (
Expand
)
Author
2022-09-22
KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled
Sean Christopherson
2022-08-21
asm goto: eradicate CC_HAS_ASM_GOTO
Nick Desaulniers
2022-08-19
x86/kvm: Fix "missing ENDBR" BUG for fastop functions
Josh Poimboeuf
2022-08-19
x86/kvm: Simplify FOP_SETCC()
Josh Poimboeuf
2022-08-10
KVM: x86: emulator: Fix illegal LEA handling
Michal Luczaj
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
2022-07-15
KVM: emulate: do not adjust size of fastop and setcc subroutines
Paolo Bonzini
2022-07-14
x86/kvm: fix FASTOP_SIZE when return thunks are enabled
Thadeu Lima de Souza Cascardo
2022-07-13
KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP
Sean Christopherson
2022-07-13
KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
Sean Christopherson
2022-06-29
x86/retbleed: Add fine grained Kconfig knobs
Peter Zijlstra
2022-06-27
x86/kvm: Fix SETcc emulation for return thunks
Peter Zijlstra
2022-06-10
KVM: x86: Bug the VM on an out-of-bounds data read
Sean Christopherson
2022-06-10
KVM: x86: Bug the VM if the emulator generates a bogus exception vector
Sean Christopherson
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-06-10
KVM: x86: Harden _regs accesses to guard against buggy input
Sean Christopherson
2022-06-10
KVM: x86: Grab regs_dirty in local 'unsigned long'
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-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-03-22
kvm/emulate: Fix SETcc emulation for ENDBR
Peter Zijlstra
2022-03-22
Merge branch 'kvm/kvm-sls-fix'
Peter Zijlstra
2022-03-22
Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-03-21
Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-03-20
kvm/emulate: Fix SETcc emulation function offsets with SLS
Borislav Petkov
2022-03-15
x86/ibt,kvm: Add ENDBR to fastops
Peter Zijlstra
2022-03-01
KVM: x86/emulator: Move the unhandled outer privilege level logic of far retu...
Hou Wenlong
2022-03-01
KVM: x86/emulator: Fix wrong privilege check for code segment in __load_segme...
Hou Wenlong
2022-03-01
KVM: x86/emulator: Defer not-present segment check in __load_segment_descript...
Hou Wenlong
2022-02-13
KVM: x86: Replace memset() "optimization" with normal per-field writes
Sean Christopherson
2022-02-10
KVM: x86/emulate: Remove unused "tss_selector" of task_switch_{16, 32}()
Jinrong Liang
2022-02-10
KVM: x86/emulate: Remove unused "ctxt" of setup_syscalls_segments()
Jinrong Liang
2022-02-02
x86: Share definition of __is_canonical_address()
Adrian Hunter
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-07
KVM: x86: Update vPMCs when retiring branch instructions
Eric Hankland
2021-12-11
x86/kvm: Remove .fixup usage
Peter Zijlstra
2021-12-08
x86: Prepare inline-asm for straight-line-speculation
Peter Zijlstra
2021-10-31
Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2021-10-22
KVM: emulate: Comment on difference between RDPMC implementation and manual
Wanpeng Li
2021-10-03
kvm: fix objtool relocation warning
Linus Torvalds
2021-09-22
kvm: fix wrong exception emulation in check_rdtsc
Hou Wenlong
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
[next]