Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
4290455a88d3438340da33eef3652975212c2929
/
arch
/
x86
/
kvm
28955b0
KVM: nVMX: update last_nonleaf_level when initializing nested EPT
by Ladi Prosek
· 7 years ago
08e1674
KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
by Haozhong Zhang
· 7 years ago
3610c4a
KVM: MMU: always terminate page walks at level 1
by Ladi Prosek
· 7 years ago
922e562
KVM: x86: fix singlestepping over syscall
by Paolo Bonzini
· 8 years ago
ea37f61
KVM: VMX: use cmpxchg64
by Paolo Bonzini
· 7 years ago
3ffbe62
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
by Haozhong Zhang
· 7 years ago
0c4e39c
KVM: VMX: do not change SN bit in vmx_update_pi_irte()
by Haozhong Zhang
· 7 years ago
86ef97b
kvm: nVMX: Don't allow L2 to access the hardware CR8
by Jim Mattson
· 7 years ago
3d4213f
KVM: VMX: Do not BUG() on out-of-bounds guest IRQ
by Jan H. Schönherr
· 7 years ago
58d2fb1
KVM: VMX: simplify and fix vmx_vcpu_pi_load
by Paolo Bonzini
· 8 years ago
ff5eb8f
KVM: VMX: avoid double list add with VT-d posted interrupts
by Paolo Bonzini
· 8 years ago
01c58b0
KVM: VMX: extract __pi_post_block
by Paolo Bonzini
· 8 years ago
275f303
KVM: x86: block guest protection keys unless the host has them enabled
by Paolo Bonzini
· 7 years ago
cce8d2e
kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
by Haozhong Zhang
· 8 years ago
07592d6
kvm: vmx: Check value written to IA32_BNDCFGS
by Jim Mattson
· 8 years ago
fab777e
kvm: x86: Guest BNDCFGS requires guest MPX support
by Jim Mattson
· 8 years ago
bf7c215
kvm: vmx: Do not disable intercepts for BNDCFGS
by Jim Mattson
· 8 years ago
a29fd27
KVM: nVMX: Fix exception injection
by Wanpeng Li
· 8 years ago
d1d3756
KVM: x86: zero base3 of unusable segments
by Radim Krčmář
· 8 years ago
f3c3ec9
KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()
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
19c9a11
KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
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
d0ee363
KVM: nVMX: do not leak PML full vmexit to L1
by Ladi Prosek
· 8 years ago
560a979
KVM: nVMX: initialize PML fields in vmcs02
by Ladi Prosek
· 8 years ago
39058ad
Revert "KVM: nested VMX: disable perf cpuid reporting"
by Jim Mattson
· 8 years ago
75465e7
kvm: fix page struct leak in handle_vmon
by Paolo Bonzini
· 8 years ago
3e8c6bd
KVM: x86: cleanup the page tracking SRCU instance
by Paolo Bonzini
· 8 years ago
7c3bab1
KVM: VMX: use correct vmcs_read/write for guest segment selector/base
by Chao Peng
· 8 years ago
0dcbd0a
KVM: x86: do not save guest-unsupported XSAVE state
by Radim Krčmář
· 8 years ago
736e77c0
KVM: x86: Introduce segmented_write_std
by Steve Rutherford
· 8 years ago
83fedbb
KVM: x86: emulate FXSAVE and FXRSTOR
by Radim Krčmář
· 8 years ago
aae8f34
KVM: x86: add asm_safe wrapper
by Radim Krčmář
· 8 years ago
bc5e131
KVM: x86: add Align16 instruction flag
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
7718ffc
KVM: x86: fix emulation of "MOV SS, null selector"
by Paolo Bonzini
· 8 years ago
f39969a
KVM: x86: reset MMU on KVM_SET_VCPU_EVENTS
by Xiao Guangrong
· 8 years ago
3f618a0
kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
by Jim Mattson
· 8 years ago
df49289
KVM: x86: check for pic and ioapic presence before use
by Radim Krčmář
· 8 years ago
81cdb25
KVM: x86: fix out-of-bounds accesses of rtc_eoi map
by Radim Krčmář
· 8 years ago
2117d53
KVM: x86: drop error recovery in em_jmp_far and em_ret_far
by Radim Krčmář
· 8 years ago
444fdad
KVM: x86: fix out-of-bounds access in lapic
by Radim Krčmář
· 8 years ago
a2b0773
kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomic
by Paolo Bonzini
· 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
d9092f5
kvm: x86: Check memopp before dereference (CVE-2016-8630)
by Owen Hofmann
· 8 years ago
355f4fb
kvm: nVMX: VMCLEAR an active shadow VMCS after last use
by Jim Mattson
· 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
85c856b
kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID types
by Jim Mattson
· 8 years ago
8678654
kvm: x86: memset whole irq_eoi
by Jiri Slaby
· 8 years ago
758f588
kvm/x86: Fix unused variable warning in kvm_timer_init()
by Borislav Petkov
· 8 years ago
3989144
kthread: kthread worker API cleanup
by Petr Mladek
· 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
c5a6d5f
KVM: nVMX: Fix the NMI IDT-vectoring handling
by Wanpeng Li
· 8 years ago
f6e90f9
KVM: VMX: Enable MSR-BASED TPR shadow even if APICv is inactive
by Wanpeng Li
· 8 years ago
c83b6d1
KVM: nVMX: Fix reload apic access page warning
by Wanpeng Li
· 8 years ago
adad0d0
kvm: svm: fix unsigned compare less than zero comparison
by Colin Ian King
· 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
b2c16e1
Merge branch 'linus' into x86/asm, to pick up fixes
by Ingo Molnar
· 8 years ago
3286be9
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
4f5758f
kvm: x86: export TSC information to user-space
by Luiz Capitulino
· 8 years ago
235539b
kvm: add stubs for arch specific debugfs support
by Luiz Capitulino
· 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
080fe0b
perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2
by Matt Fleming
· 8 years ago
b0eaf45
kvm: x86: correctly reset dest_map->vector when restoring LAPIC state
by Paolo Bonzini
· 8 years ago
d4b80af
Merge branch 'linus' into x86/asm, to pick up recent fixes
by Ingo Molnar
· 8 years ago
411b44b
svm: Implements update_pi_irte hook to setup posted interrupt
by Suravee Suthikulpanit
· 8 years ago
5881f73
svm: Introduce AMD IOMMU avic_ga_log_notifier
by Suravee Suthikulpanit
· 8 years ago
5ea11f2
svm: Introduces AVIC per-VM ID
by Suravee Suthikulpanit
· 8 years ago
9ac7e3e
KVM: nVMX: expose INS/OUTS information support
by Jan Dakinevich
· 8 years ago
16cb025
KVM: VMX: not use vmcs_config in setup_vmcs_config
by Paolo Bonzini
· 8 years ago
1a69823
KVM: x86: remove stale comments
by Paolo Bonzini
· 8 years ago
bbe41b9
KVM: x86: ratelimit and decrease severity for guest-triggered printk
by Paolo Bonzini
· 8 years ago
119a9c0
KVM: nVMX: pass valid guest linear-address to the L1
by Jan Dakinevich
· 8 years ago
f15a75e
KVM: nVMX: make emulated nested preemption timer pinned
by Wanpeng Li
· 8 years ago
72e0ae5
vmx: refine validity check for guest linear address
by Liang Li
· 8 years ago
e12c8f3
KVM: lapic: adjust preemption timer correctly when goes TSC backward
by Wanpeng Li
· 8 years ago
8e3562f
KVM: x86: Expose more Intel AVX512 feature to guest
by Luwei Kang
· 8 years ago
c4f138b
mmu: don't pass *kvm to spte_write_protect and spte_*_dirty
by Bandan Das
· 8 years ago
187ca84
KVM: lapic: don't recalculate apic map table twice when enabling LAPIC
by Wanpeng Li
· 8 years ago
c95ba92
kvm: nVMX: fix nested tsc scaling
by Peter Feiner
· 8 years ago
dccbfcf
KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write
by Radim Krčmář
· 8 years ago
d048c09
KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APIC
by Radim Krčmář
· 8 years ago
404f6aa
x86: Apply more __ro_after_init and const
by Kees Cook
· 8 years ago
45e1181
nvmx: mark ept single context invalidation as supported
by Bandan Das
· 8 years ago
03331b4
nvmx: remove comment about missing nested vpid support
by Bandan Das
· 8 years ago
Next »