Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
28f2c362dbe2a9ec3dfb086dcabbd08ecfcbe236
/
arch
/
x86
/
kvm
002c5f7
KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslot
by Sean Christopherson
· 5 years ago
541ab2a
KVM: x86: work around leak of uninitialized stack contents
by Fuqian Huang
· 5 years ago
f7eea63
KVM: nVMX: handle page fault in vmread
by Paolo Bonzini
· 5 years ago
75ee23b
KVM: x86: Don't update RIP or do single-step on faulting emulation
by Sean Christopherson
· 5 years ago
ea15298
KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.nested is disabled
by Vitaly Kuznetsov
· 5 years ago
d012a06
Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"
by Paolo Bonzini
· 5 years ago
c8e174b
KVM: x86: svm: remove redundant assignment of var new_entry
by Miaohe Lin
· 5 years ago
b14c876
kvm: x86: skip populating logical dest map if apic is not sw enabled
by Radim Krcmar
· 5 years ago
0e1c438
Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 5 years ago
3e7093d
KVM: no need to check return value of debugfs_create functions
by Greg KH
· 5 years ago
741cbba
KVM: remove kvm_arch_has_vcpu_debugfs()
by Paolo Bonzini
· 5 years ago
17e433b
KVM: Fix leak vCPU's VMCS value into other pCPU
by Wanpeng Li
· 5 years ago
a48d06f
KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire
by Wanpeng Li
· 5 years ago
266e85a
KVM: X86: Boost queue head vCPU to mitigate lock waiter preemption
by Wanpeng Li
· 5 years ago
2f5947d
Documentation: move Documentation/virtual to Documentation/virt
by Christoph Hellwig
· 5 years ago
c6bf2ae
KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after free
by Jan Kiszka
· 5 years ago
d9a710e
KVM: X86: Dynamically allocate user_fpu
by Wanpeng Li
· 5 years ago
e751732
KVM: X86: Fix fpu state crash in kvm guest
by Wanpeng Li
· 5 years ago
ec26947
Revert "kvm: x86: Use task structs fpu field for user"
by Paolo Bonzini
· 5 years ago
cf64527
KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested
by Jan Kiszka
· 5 years ago
e6023ad
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
30cd860
KVM: x86: Add fixed counters to PMU filter
by Eric Hankland
· 5 years ago
88dddc1
KVM: nVMX: do not use dangling shadow VMCS after guest reset
by Paolo Bonzini
· 5 years ago
3b20e03
KVM: VMX: dump VMCS on failed entry
by Paolo Bonzini
· 5 years ago
6fc3977
KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed
by Like Xu
· 5 years ago
118154b
KVM: SVM: Fix detection of AMD Errata 1096
by Liran Alon
· 5 years ago
0c5f81d
KVM: LAPIC: Inject timer interrupt via posted interrupt
by Wanpeng Li
· 6 years ago
19f2d8f
x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2
by Josh Poimboeuf
· 5 years ago
d99a6ce
x86/kvm: Fix fastop function ELF metadata
by Josh Poimboeuf
· 5 years ago
4d151bf
KVM: LAPIC: Make lapic timer unpinned
by Wanpeng Li
· 6 years ago
4d1a082d
KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_counters
by Like Xu
· 5 years ago
6694e48
KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GS
by Liran Alon
· 5 years ago
0d88800
kvm: x86: ioapic and apic debug macros cleanup
by Yi Wang
· 6 years ago
9a5611a
kvm: x86: some tsc debug cleanup
by Yi Wang
· 6 years ago
9481b7f
kvm: vmx: fix coccinelle warnings
by Yi Wang
· 5 years ago
a6a6d3b
x86: kvm: avoid constant-conversion warning
by Arnd Bergmann
· 5 years ago
f4e4805e
x86: kvm: avoid -Wsometimes-uninitized warning
by Arnd Bergmann
· 5 years ago
0b77462
KVM: x86: expose AVX512_BF16 feature to guest
by Jing Liu
· 6 years ago
39d7530
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
39656e8
mm: lift the x86_32 PAE version of gup_get_pte to common code
by Christoph Hellwig
· 5 years ago
a45ff59
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 6 years ago
d7a0888
KVM: x86: Unconditionally enable irqs in guest context
by Sean Christopherson
· 6 years ago
66bb8a0
KVM: x86: PMU Event Filter
by Eric Hankland
· 6 years ago
cdc238e
kvm: x86: Fix -Wmissing-prototypes warnings
by Yi Wang
· 6 years ago
13324c4
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
927ba67
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
548f7fb
KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane
by Wanpeng Li
· 6 years ago
01402cf
kvm: LAPIC: write down valid APIC registers
by Paolo Bonzini
· 6 years ago
101628d
KVM: LAPIC: ARBPRI is a reserved register for x2APIC
by Paolo Bonzini
· 6 years ago
1ef23e1
KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of nested guests
by Krish Sadhukhan
· 6 years ago
f087a02
KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT
by Sean Christopherson
· 6 years ago
335e192
KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
by Paolo Bonzini
· 6 years ago
e9f2a76
KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
by Paolo Bonzini
· 6 years ago
d679b32
KVM: x86: remove now unneeded hugepage gfn adjustment
by Paolo Bonzini
· 6 years ago
3fcf2d1
KVM: x86: make FNAME(fetch) and __direct_map more similar
by Paolo Bonzini
· 6 years ago
43fdcda
kvm: x86: Do not release the page inside mmu_set_spte()
by Junaid Shahid
· 6 years ago
60cec43
KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param
by Paolo Bonzini
· 6 years ago
50a9e1a
KVM: cpuid: rename do_cpuid_1_ent
by Paolo Bonzini
· 6 years ago
d9aadaf
KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_ent
by Paolo Bonzini
· 6 years ago
54d360d
KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafs
by Paolo Bonzini
· 6 years ago
ab8bcf6
KVM: cpuid: do_cpuid_ent works on a whole CPUID function
by Paolo Bonzini
· 6 years ago
7be373b
KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk
by Wanpeng Li
· 6 years ago
d647eb6
KVM: svm: add nrips module parameter
by Paolo Bonzini
· 6 years ago
dd2cb34
clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic
by Michael Kelley
· 6 years ago
3419240
Merge branch 'timers/vdso' into timers/core
by Thomas Gleixner
· 6 years ago
bb34e69
KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC
by Wanpeng Li
· 6 years ago
323d73a
KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCS
by Liran Alon
· 6 years ago
65b712f1
KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMM
by Liran Alon
· 6 years ago
3f16a5c
KVM: x86: degrade WARN to pr_warn_ratelimited
by Paolo Bonzini
· 6 years ago
c550505
kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUID
by Jim Mattson
· 6 years ago
b119019
kvm: nVMX: Remove unnecessary sync_roots from handle_invept
by Jim Mattson
· 6 years ago
32b72ec
KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guest
by Wanpeng Li
· 6 years ago
7150629
KVM: X86: Implement PV sched yield hypercall
by Wanpeng Li
· 6 years ago
11e3491
x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in use
by Vitaly Kuznetsov
· 6 years ago
a21a39c
x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCH
by Vitaly Kuznetsov
· 6 years ago
95c5c7c
KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST
by Paolo Bonzini
· 6 years ago
e8a70bd
KVM: nVMX: allow setting the VMFUNC controls MSR
by Paolo Bonzini
· 6 years ago
6defc59
KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS
by Paolo Bonzini
· 6 years ago
9285ec4
timekeeping: Use proper clock specifier names in functions
by Jason A. Donenfeld
· 6 years ago
c884d8a
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
b3e9783
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
9fd5887
KVM: nVMX: reorganize initial steps of vmx_set_nested_state
by Paolo Bonzini
· 6 years ago
a251fb90
KVM: x86: Fix apic dangling pointer in vcpu
by Saar Amar
· 6 years ago
4d763b1
KVM: VMX: check CPUID before allowing read/write of IA32_XSS
by Wanpeng Li
· 6 years ago
acec0ce
x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
by Fenghua Yu
· 6 years ago
20c8ccb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
by Thomas Gleixner
· 6 years ago
b6b80c7
KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPT
by Sean Christopherson
· 6 years ago
6ca00df
KVM: x86: Modify struct kvm_nested_state to have explicit fields for data
by Liran Alon
· 6 years ago
eceb997
KVM: nVMX: shadow pin based execution controls
by Paolo Bonzini
· 6 years ago
804939e
KVM: VMX: Leave preemption timer running when it's disabled
by Sean Christopherson
· 6 years ago
9d99cc4
KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'
by Sean Christopherson
· 6 years ago
469debd
KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIP
by Sean Christopherson
· 6 years ago
de0286b
KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02
by Sean Christopherson
· 6 years ago
3af80fe
KVM: VMX: Explicitly initialize controls shadow at VMCS allocation
by Sean Christopherson
· 6 years ago
ae81d08
KVM: nVMX: Don't reset VMCS controls shadow on VMCS switch
by Sean Christopherson
· 6 years ago
09e226c
KVM: nVMX: Shadow VMCS controls on a per-VMCS basis
by Sean Christopherson
· 6 years ago
fe7f895d
KVM: VMX: Shadow VMCS secondary execution controls
by Sean Christopherson
· 6 years ago
2183f56
KVM: VMX: Shadow VMCS primary execution controls
by Sean Christopherson
· 6 years ago
c5f2c76
KVM: VMX: Shadow VMCS pin controls
by Sean Christopherson
· 6 years ago
70f932e
KVM: VMX: Add builder macros for shadowing controls
by Sean Christopherson
· 6 years ago
Next »