Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c90f4d03cce1814b4e08372359116710bbaccce3
/
arch
/
x86
/
kvm
c90f4d0
kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwrite
by Jim Mattson
· 5 years ago
693e02c
kvm: nVMX: VMWRITE checks unsupported field before read-only field
by Jim Mattson
· 5 years ago
dd2d604
kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field
by Jim Mattson
· 5 years ago
5e3d394
KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING
by Xiaoyao Li
· 5 years ago
4e2a0bc
KVM: VMX: Rename NMI_PENDING to NMI_WINDOW
by Xiaoyao Li
· 5 years ago
9dadc2f
KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOW
by Xiaoyao Li
· 5 years ago
0a03cbd
KVM: x86: Fix some comment typos
by Miaohe Lin
· 5 years ago
150a84f
KVM: X86: Convert the last users of "shorthand = 0" to use macros
by Peter Xu
· 5 years ago
5c69d5c
KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros
by Peter Xu
· 5 years ago
ac8ef99
KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASK
by Peter Xu
· 5 years ago
c96001c
KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_mode
by Peter Xu
· 5 years ago
59508b3
KVM: X86: Move irrelevant declarations out of ioapic.h
by Peter Xu
· 5 years ago
b4b2963
KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthand
by Peter Xu
· 5 years ago
fe3c2b4
KVM: explicitly set rmap_head->val to 0 in pte_list_desc_remove_entry()
by Miaohe Lin
· 5 years ago
4fb7b45
KVM: vmx: remove unreachable statement in vmx_get_msr_feature()
by Miaohe Lin
· 5 years ago
7adacf5
KVM: x86: use CPUID to locate host page table reserved bits
by Paolo Bonzini
· 5 years ago
a313c8e
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
d68321d
Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master
by Paolo Bonzini
· 5 years ago
8715f05
kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBD
by Jim Mattson
· 5 years ago
396d2e8
kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD
by Jim Mattson
· 5 years ago
aedc065
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
7d73710
kvm: vmx: Stop wasting a page for guest_msrs
by Jim Mattson
· 5 years ago
433f4ba
KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)
by Paolo Bonzini
· 5 years ago
c1de0f2
KVM x86: Move kvm cpuid support out of svm
by Peter Gonda
· 5 years ago
1ae7878
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
3f59dbc
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
ab851d4
Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
1d87200
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
ceb9e77
Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up completed topic tree
by Ingo Molnar
· 5 years ago
85c9aae
kvm: nVMX: Relax guest IA32_FEATURE_CONTROL constraints
by Jim Mattson
· 5 years ago
ad5996d
KVM: x86: Grab KVM's srcu lock when setting nested state
by Sean Christopherson
· 5 years ago
05c19c2
KVM: x86: Open code shared_msr_update() in its only caller
by Sean Christopherson
· 5 years ago
24885d1
KVM: x86: Remove a spurious export of a static function
by Sean Christopherson
· 5 years ago
c50d8ae
KVM: x86: create mmu/ subdirectory
by Paolo Bonzini
· 5 years ago
0155b2b
KVM: nVMX: Remove unnecessary TLB flushes on L1<->L2 switches when L1 use apic-access-page
by Liran Alon
· 5 years ago
db5a95e
KVM: x86: remove set but not used variable 'called'
by Mao Wenan
· 5 years ago
b11494b
KVM: nVMX: Do not mark vmcs02->apic_access_page as dirty when unpinning
by Liran Alon
· 5 years ago
46f4f0a
Merge branch 'kvm-tsx-ctrl' into HEAD
by Paolo Bonzini
· 5 years ago
b07a5c5
KVM: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest that lack it
by Paolo Bonzini
· 5 years ago
c11f83e
KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionality
by Paolo Bonzini
· 5 years ago
edef5c3
KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUID
by Paolo Bonzini
· 5 years ago
de1fca5
KVM: x86: do not modify masked bits of shared MSRs
by Paolo Bonzini
· 5 years ago
cbbaa27
KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES
by Paolo Bonzini
· 5 years ago
992edea
KVM: nVMX: Assume TLB entries of L1 and L2 are tagged differently if L0 use EPT
by Liran Alon
· 5 years ago
5637f60
KVM: x86: Unexport kvm_vcpu_reload_apic_access_page()
by Liran Alon
· 5 years ago
c79eb77
KVM: nVMX: add CR4_LA57 bit to nested CR4_FIXED1
by Chenyi Qiang
· 5 years ago
cc87767
KVM: nVMX: Use semi-colon instead of comma for exit-handlers initialization
by Liran Alon
· 5 years ago
9a2ae9f
KVM: x86: Zero the IOAPIC scan request dest vCPUs bitmap
by Nitesh Narayan Lal
· 5 years ago
6b546e1
x86/tss: Fix and move VMX BUILD_BUG_ON()
by Thomas Gleixner
· 5 years ago
7ee30bc
KVM: x86: deliver KVM IOAPIC scan request to target vCPUs
by Nitesh Narayan Lal
· 5 years ago
662f1d1
KVM: nVMX: Add support for capturing highest observable L2 TSC
by Aaron Lewis
· 5 years ago
ef0fbca
kvm: vmx: Rename function find_msr() to vmx_find_msr_index()
by Aaron Lewis
· 5 years ago
7cfe052
kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRS
by Aaron Lewis
· 5 years ago
365d3d5
kvm: nested: Introduce read_and_check_msr_entry()
by Aaron Lewis
· 5 years ago
d4069db
KVM: nVMX: mark functions in the header as "static inline"
by Paolo Bonzini
· 5 years ago
03a8871a
KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control
by Oliver Upton
· 5 years ago
71f7347
KVM: nVMX: Load GUEST_IA32_PERF_GLOBAL_CTRL MSR on VM-Entry
by Oliver Upton
· 5 years ago
458151f
KVM: nVMX: Use kvm_set_msr to load IA32_PERF_GLOBAL_CTRL on VM-Exit
by Oliver Upton
· 5 years ago
c547cb6
KVM: nVMX: Check HOST_IA32_PERF_GLOBAL_CTRL on VM-Entry
by Oliver Upton
· 5 years ago
bfc6ad6
KVM: nVMX: Check GUEST_IA32_PERF_GLOBAL_CTRL on VM-Entry
by Oliver Upton
· 5 years ago
9477f44
KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRL
by Oliver Upton
· 5 years ago
1924242
KVM: x86: Optimization: Requst TLB flush in fast_cr3_switch() instead of do it directly
by Liran Alon
· 5 years ago
b35e554
KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC
by Like Xu
· 5 years ago
a6da0d7
KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter
by Like Xu
· 5 years ago
c900c15
KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback
by Like Xu
· 5 years ago
98ff80f
KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecx
by Like Xu
· 5 years ago
02d496cf
KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPR
by Liran Alon
· 5 years ago
132f4f7
KVM: VMX: Refactor update_cr8_intercept()
by Liran Alon
· 5 years ago
49d654d
KVM: SVM: Remove check if APICv enabled in SVM update_cr8_intercept() handler
by Liran Alon
· 5 years ago
1a68623
KVM: APIC: add helper func to remove duplicate code in kvm_pv_send_ipi
by Miaohe Lin
· 5 years ago
5b4ce93
KVM: X86: avoid unused setup_syscalls_segments call when SYSCALL check failed
by Miaohe Lin
· 5 years ago
e64a850
KVM: VMX: Consume pending LAPIC INIT event when exit on INIT_SIGNAL
by Liran Alon
· 5 years ago
27cbe7d
KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latched
by Liran Alon
· 5 years ago
ff90afa
KVM: x86: Evaluate latched_init in KVM_SET_VCPU_EVENTS when vCPU not in SMM
by Liran Alon
· 5 years ago
3dcb2a3
KVM: retpolines: x86: eliminate retpoline from svm.c exit handlers
by Andrea Arcangeli
· 5 years ago
4289d27
KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers
by Andrea Arcangeli
· 5 years ago
f399e60
KVM: x86: optimize more exit handlers in vmx.c
by Andrea Arcangeli
· 5 years ago
ed69a6c
KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()
by Sean Christopherson
· 5 years ago
6cbee2b
KVM: X86: Reset the three MSR list number variables to 0 in kvm_init_msr_list()
by Xiaoyao Li
· 5 years ago
13fb592
kvm: x86: disable shattered huge page recovery for PREEMPT_RT.
by Paolo Bonzini
· 5 years ago
8c5bd25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
a78986a
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
by Sean Christopherson
· 5 years ago
29881b6
KVM: VMX: Introduce pi_is_pir_empty() helper
by Joao Martins
· 5 years ago
132194f
KVM: VMX: Do not change PID.NDST when loading a blocked vCPU
by Joao Martins
· 5 years ago
9482ae4
KVM: VMX: Consider PID.PIR to determine if vCPU has pending interrupts
by Joao Martins
· 5 years ago
d9ff274
KVM: VMX: Fix comment to specify PID.ON instead of PIR.ON
by Liran Alon
· 5 years ago
7a5ee6e
KVM: X86: Fix initialization of MSR lists
by Chenyi Qiang
· 5 years ago
7f7f0d9
KVM: x86: get rid of odd out jump label in pdptrs_changed
by Miaohe Lin
· 5 years ago
1aa9b95
kvm: x86: mmu: Recovery of shattered NX large pages
by Junaid Shahid
· 5 years ago
b8e8c83
kvm: mmu: ITLB_MULTIHIT mitigation
by Paolo Bonzini
· 5 years ago
ca8888d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Thomas Gleixner
· 5 years ago
53fafdb
KVM: x86: switch KVMCLOCK base to monotonic raw clock
by Marcelo Tosatti
· 5 years ago
9167ab7
KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
by Paolo Bonzini
· 5 years ago
43e0ae7
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 5 years ago
12e78e6
x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace_pointer()
by Paul E. McKenney
· 5 years ago
e1d38b6
kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
by Pawan Gupta
· 5 years ago
671ddc7
KVM: nVMX: Don't leak L1 MMIO regions to L2
by Jim Mattson
· 5 years ago
5c94ac5
KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update
by Miaohe Lin
· 5 years ago
5229743
kvm: svm: Update svm_xsaves_supported
by Aaron Lewis
· 5 years ago
864e2ab
kvm: x86: Move IA32_XSS to kvm_{get,set}_msr_common
by Aaron Lewis
· 5 years ago
Next »