Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
e19c1bf551807a86756339b46d86e55ebb452c3a
/
arch
/
x86
/
kvm
/
x86.c
eeebfa1
KVM: x86: Cancel pvclock_gtod_work on module removal
by Thomas Gleixner
· 3 years, 8 months ago
f5d6818
KVM: x86: get smi pending status correctly
by Jay Zhou
· 4 years ago
54d2893
KVM: Remove CREATE_IRQCHIP/SET_PIT2 race
by Steve Rutherford
· 4 years, 9 months ago
e3bca0f
KVM: X86: Fix MSR range of APIC registers in X2APIC mode
by Xiaoyao Li
· 4 years, 7 months ago
238b045
KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce
by Jim Mattson
· 4 years, 8 months ago
5163dcd
KVM: x86: Allocate new rmap and large page tracking when moving memslot
by Sean Christopherson
· 4 years, 10 months ago
fce8d95
KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
by Sean Christopherson
· 5 years ago
b956f6a
KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
by Sean Christopherson
· 5 years ago
1c2107a
KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks in x86.c
by Marios Pomonis
· 5 years ago
05ce398
KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacks
by Marios Pomonis
· 5 years ago
0bc72db
KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES
by Paolo Bonzini
· 5 years ago
3d07970
KVM: x86: do not modify masked bits of shared MSRs
by Paolo Bonzini
· 5 years ago
c6e94ac
kvm: x86: mmu: Recovery of shattered NX large pages
by Junaid Shahid
· 5 years ago
a7ad794
kvm: mmu: ITLB_MULTIHIT mitigation
by Paolo Bonzini
· 5 years ago
c6170b8
kvm: Convert kvm_lock to a mutex
by Junaid Shahid
· 6 years ago
6394535
kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
by Pawan Gupta
· 5 years ago
e83ef92
KVM: x86: use Intel speculation bugs and features as derived in generic x86 code
by Paolo Bonzini
· 5 years ago
7b93d92
kvm: mmu: Don't read PDPTEs when paging is not enabled
by Junaid Shahid
· 5 years ago
1207161
KVM: x86: Manually calculate reserved bits when loading PDPTRS
by Sean Christopherson
· 5 years ago
d729e30
KVM: x86: set ctxt->have_exception in x86_decode_insn()
by Jan Dakinevich
· 5 years ago
f5cab8c
KVM: x86: always stop emulation on page fault
by Jan Dakinevich
· 5 years ago
09458c2
KVM: x86: work around leak of uninitialized stack contents
by Fuqian Huang
· 5 years ago
8ec1280
KVM: x86: Don't update RIP or do single-step on faulting emulation
by Sean Christopherson
· 5 years ago
d271f22
KVM: x86: degrade WARN to pr_warn_ratelimited
by Paolo Bonzini
· 6 years ago
11cf36c
KVM: x86: fix return value for reserved EFER
by Paolo Bonzini
· 6 years ago
0dd8bef
KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writes
by Sean Christopherson
· 6 years ago
756e25c
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
by Sean Christopherson
· 6 years ago
5e29da0
KVM: X86: Fix residual mmio emulation request to userspace
by Wanpeng Li
· 7 years ago
f5c61e4
KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
by Paolo Bonzini
· 6 years ago
22c9bc0
KVM: x86: Fix single-step debugging
by Alexander Popov
· 6 years ago
737dcb9
x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running nested
by Vitaly Kuznetsov
· 7 years ago
3a468e8
KVM: X86: Fix scan ioapic use-before-initialization
by Wanpeng Li
· 6 years ago
0fd0aa7
x86/fpu: Remove use_eager_fpu()
by Andy Lutomirski
· 8 years ago
f56c8ee
KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
by Paolo Bonzini
· 6 years ago
ce2c7551
KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
by Paolo Bonzini
· 7 years ago
7a1eac8
KVM: X86: Allow userspace to define the microcode version
by Wanpeng Li
· 7 years ago
8a01dd3
KVM: X86: Introduce kvm_get_msr_feature()
by Wanpeng Li
· 7 years ago
1a155ef
KVM: SVM: Add MSR-based feature support for serializing LFENCE
by Tom Lendacky
· 7 years ago
62d88fc
KVM: x86: Add a framework for supporting MSR-based features
by Tom Lendacky
· 7 years ago
b3dc63c
x86/KVM/VMX: Add L1D flush logic
by Paolo Bonzini
· 6 years ago
13d1c5b
kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
by Paolo Bonzini
· 7 years ago
838b0e9
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
by Paolo Bonzini
· 7 years ago
017488a
kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
by Paolo Bonzini
· 7 years ago
772dccd
KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
by Wei Huang
· 7 years ago
b965592
KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
by Tom Lendacky
· 7 years ago
afd9ccd
kvm: nVMX: Disallow userspace-injected exceptions in guest mode
by Jim Mattson
· 8 years ago
afff83e
KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously
by Wanpeng Li
· 7 years ago
9748fd5
KVM: x86: fix escape of guest dr6 to the host
by Wanpeng Li
· 7 years ago
e5a8341
KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
by KarimAllah Ahmed
· 7 years ago
755502f
KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
by KarimAllah Ahmed
· 7 years ago
b0fa04e
KVM: X86: Fix softlockup when get the current kvmclock
by Wanpeng Li
· 7 years ago
60d9b22
KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure
by Liran Alon
· 7 years ago
c781e3b
KVM: Fix stack-out-of-bounds read in write_mmio
by Wanpeng Li
· 7 years ago
2684b12
kaiser: enhanced by kernel and user PCIDs
by Hugh Dickins
· 7 years ago
e5c73b3
KVM: X86: Fix load RFLAGS w/o the fixed bit
by Wanpeng Li
· 7 years ago
e0249c0
KVM: x86: correct async page present tracepoint
by Wanpeng Li
· 8 years ago
9cf0eaf
KVM: x86: fix APIC page invalidation
by Radim Krčmář
· 7 years ago
6794552
KVM: x86: inject exceptions produced by x86_decode_insn
by Paolo Bonzini
· 7 years ago
f5477da
KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk
by Liran Alon
· 7 years ago
922e562
KVM: x86: fix singlestepping over syscall
by Paolo Bonzini
· 8 years ago
d1d3756
KVM: x86: zero base3 of unusable segments
by Radim Krčmář
· 8 years ago
1eeb794
KVM: x86: fix emulation of RSM and IRET instructions
by Ladi Prosek
· 8 years ago
80b1a11
KVM: x86: fix fixing of hypercalls
by Dmitry Vyukov
· 8 years ago
81555e4
KVM: async_pf: avoid async pf injection when in guest mode
by Wanpeng Li
· 8 years ago
54e3854
KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation
by Wanpeng Li
· 8 years ago
c996ad7
KVM: x86: Fix potential preemption when get the current kvmclock timestamp
by Wanpeng Li
· 8 years ago
b64ecb2
KVM: x86: Fix load damaged SSEx MXCSR register
by Wanpeng Li
· 8 years ago
bdf1d5b
KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
by David Hildenbrand
· 8 years ago
3e8c6bd
KVM: x86: cleanup the page tracking SRCU instance
by Paolo Bonzini
· 8 years ago
0dcbd0a
KVM: x86: do not save guest-unsupported XSAVE state
by Radim Krčmář
· 8 years ago
90f70fc
KVM: x86: fix NULL deref in vcpu_scan_ioapic
by Wanpeng Li
· 8 years ago
5ed21cc
KVM: x86: flush pending lapic jump label updates on module unload
by David Matlack
· 8 years ago
f39969a
KVM: x86: reset MMU on KVM_SET_VCPU_EVENTS
by Xiao Guangrong
· 8 years ago
7301d6a
KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr
by Paolo Bonzini
· 8 years ago
e3fd9a9
kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in use
by Paolo Bonzini
· 8 years ago
1650b4e
KVM: Disable irq while unregistering user notifier
by Ignacio Alvarado
· 8 years ago
8b95344
KVM: x86: do not go through vcpu in __get_kvmclock_ns
by Paolo Bonzini
· 8 years ago
ea26e4e
KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK
by Paolo Bonzini
· 8 years ago
bd768e1
KVM: x86: fix wbinvd_dirty_mask use-after-free
by Ido Yariv
· 8 years ago
796f468
kvm/x86: Show WRMSR data is in hex
by Borislav Petkov
· 8 years ago
758f588
kvm/x86: Fix unused variable warning in kvm_timer_init()
by Borislav Petkov
· 8 years ago
6218590
Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
095cf55
KVM: x86: Hyper-V tsc page setup
by Paolo Bonzini
· 9 years ago
108b249
KVM: x86: introduce get_kvmclock_ns
by Paolo Bonzini
· 8 years ago
67198ac
KVM: x86: initialize kvmclock_offset
by Paolo Bonzini
· 8 years ago
0d6dd2f
KVM: x86: always fill in vcpu->arch.hv_clock
by Paolo Bonzini
· 8 years ago
3e3f502
kvm: x86: drop read_tsc_offset()
by Luiz Capitulino
· 8 years ago
a545ab6
kvm: x86: add tsc_offset field to struct kvm_vcpu_arch
by Luiz Capitulino
· 8 years ago
1a69823
KVM: x86: remove stale comments
by Paolo Bonzini
· 8 years ago
e12c8f3
KVM: lapic: adjust preemption timer correctly when goes TSC backward
by Wanpeng Li
· 8 years ago
221bb8a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
aeb35d6
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
a6408f6
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
251a5fd
x86/kvm/kvmclock: Convert to hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
162e52a
KVM/x86: Remove superfluous SMP function call
by Anna-Maria Gleixner
· 8 years ago
1767e93
x86/kvm: Audit and remove any unnecessary uses of module.h
by Paul Gortmaker
· 8 years ago
af1bae5
KVM: x86: bump KVM_MAX_VCPU_ID to 1023
by Radim Krčmář
· 8 years ago
c519265
KVM: x86: add a flag to disable KVM x2apic broadcast quirk
by Radim Krčmář
· 8 years ago
37131313
KVM: x86: add KVM_CAP_X2APIC_API
by Radim Krčmář
· 8 years ago
a92e254
KVM: x86: use hardware-compatible format for APIC ID register
by Radim Krčmář
· 8 years ago
Next »