Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3f0d4db7579c471ae9873e953e220943924c7ea0
/
arch
/
x86
/
kvm
3f0d4db
KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)
by Denys Vlasenko
· 7 years ago
9034e6e
KVM: x86: fix use of L1 MMIO areas in nested guests
by Paolo Bonzini
· 7 years ago
618232e
KVM: x86: Avoid guest page table walk when gpa_available is set
by Brijesh Singh
· 7 years ago
e08d26f
KVM: x86: simplify ept_misconfig
by Paolo Bonzini
· 7 years ago
d380228
kvm: x86: Disallow illegal IA32_APIC_BASE MSR values
by Jim Mattson
· 7 years ago
26eeb53
KVM: MMU: Bail out immediately if there is no available mmu page
by Wanpeng Li
· 7 years ago
42bcbeb
KVM: MMU: Fix softlockup due to mmu_lock is held too long
by Wanpeng Li
· 7 years ago
a057e0e
KVM: nVMX: validate eptp pointer
by David Hildenbrand
· 7 years ago
eebed24
kvm: nVMX: Add support for fast unprotection of nested guest page tables
by Paolo Bonzini
· 8 years ago
64531a3
KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest
by Brijesh Singh
· 7 years ago
bbeac28
KVM: X86: Fix residual mmio emulation request to userspace
by Wanpeng Li
· 7 years ago
de63ad4
KVM: X86: implement the logic for spinlock optimization
by Longpeng(Mike)
· 7 years ago
199b576
KVM: add spinlock optimization framework
by Longpeng(Mike)
· 7 years ago
1b4d56b
KVM: x86: use general helpers for some cpuid manipulation
by Radim Krčmář
· 7 years ago
d6321d4
KVM: x86: generalize guest_cpuid_has_ helpers
by Radim Krčmář
· 7 years ago
c6bd180
KVM: x86: X86_FEATURE_NRIPS is not scattered anymore
by Radim Krčmář
· 7 years ago
41ab937
KVM: nVMX: Emulate EPTP switching for the L1 hypervisor
by Bandan Das
· 7 years ago
27c42a1
KVM: nVMX: Enable VMFUNC for the L1 hypervisor
by Bandan Das
· 7 years ago
2a499e4
KVM: vmx: Enable VMFUNCs
by Bandan Das
· 7 years ago
53a70da
KVM: nVMX: get rid of nested_release_page*
by David Hildenbrand
· 7 years ago
5e2f30b
KVM: nVMX: get rid of nested_get_page()
by David Hildenbrand
· 7 years ago
90a2db6
KVM: nVMX: INVPCID support
by Paolo Bonzini
· 7 years ago
72c139b
KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY
by Ladi Prosek
· 7 years ago
6550c4d
KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"
by Wanpeng Li
· 7 years ago
c9f0440
KVM: nVMX: mark vmcs12 pages dirty on L2 exit
by David Matlack
· 7 years ago
8ca44e8
kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardown
by David Matlack
· 7 years ago
9f744c5
KVM: nVMX: do not pin the VMCS12
by Paolo Bonzini
· 7 years ago
ebd28fc
KVM: X86: init irq->level in kvm_pv_kick_cpu_op
by Longpeng(Mike)
· 7 years ago
f4ef191
KVM: X86: Fix loss of pending INIT due to race
by Wanpeng Li
· 7 years ago
b96fb43
KVM: nVMX: fixes to nested virt interrupt injection
by Paolo Bonzini
· 7 years ago
7313c69
KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12
by Paolo Bonzini
· 7 years ago
1d518c6
KVM: LAPIC: Fix reentrancy issues with preempt notifiers
by Wanpeng Li
· 7 years ago
2d6144e
KVM: nVMX: Fix loss of L2's NMI blocking state
by Wanpeng Li
· 7 years ago
06a5524
KVM: nVMX: Fix posted intr delivery when vcpu is in guest mode
by Wincy Van
· 8 years ago
a512177
KVM: x86: do mask out upper bits of PAE CR3
by Paolo Bonzini
· 7 years ago
fa19871
KVM: VMX: remove unused field
by Paolo Bonzini
· 7 years ago
f1ff89e
kvm: x86: hyperv: avoid livelock in oneshot SynIC timers
by Roman Kagan
· 7 years ago
f244dee
KVM: VMX: Fix invalid guest state detection after task-switch emulation
by Wanpeng Li
· 7 years ago
c2ce3f5
x86: add MULTIUSER dependency for KVM
by Arnd Bergmann
· 7 years ago
b3f1dfb
KVM: nVMX: Disallow VM-entry in MOV-SS shadow
by Jim Mattson
· 7 years ago
4c4a6f7
KVM: nVMX: track NMI blocking state separately for each VMCS
by Paolo Bonzini
· 7 years ago
f85c758
KVM: x86: masking out upper bits
by Dan Carpenter
· 7 years ago
d3457c8
kvm: x86: hyperv: make VP_INDEX managed by userspace
by Roman Kagan
· 7 years ago
52a5c15
KVM: async_pf: Let guest support delivery of async_pf from guest mode
by Wanpeng Li
· 7 years ago
adfe20f
KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf
by Wanpeng Li
· 7 years ago
1261bfa
KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
by Wanpeng Li
· 7 years ago
cfcd20e
KVM: x86: Simplify kvm_x86_ops->queue_exception parameter list
by Wanpeng Li
· 7 years ago
efc479e
kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2
by Roman Kagan
· 7 years ago
a826faf
KVM: x86: make backwards_tsc_observed a per-VM variable
by Ladi Prosek
· 7 years ago
89c8a49
KVM: SVM: Enable Virtual VMLOAD VMSAVE feature
by Janakarajan Natarajan
· 7 years ago
0dc9211
KVM: SVM: Rename lbr_ctl field in the vmcb control area
by Janakarajan Natarajan
· 7 years ago
8a77e90
KVM: SVM: Prepare for new bit definition in lbr_ctl
by Janakarajan Natarajan
· 7 years ago
b742c1e
KVM: SVM: handle singlestep exception when skipping emulated instructions
by Ladi Prosek
· 7 years ago
fb53072
KVM: x86: take slots_lock in kvm_free_pit
by Radim Krčmář
· 7 years ago
48ae0fb
kvm: vmx: Properly handle machine check during VM-entry
by Jim Mattson
· 7 years ago
0bc48be
KVM: x86: update master clock before computing kvmclock_offset
by Radim Krčmář
· 7 years ago
85fd514
kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fields
by Jim Mattson
· 7 years ago
5fa99cb
kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controls
by Jim Mattson
· 7 years ago
56a2051
kvm: nVMX: Validate the I/O bitmaps on nested VM-entry
by Jim Mattson
· 7 years ago
7cdc2d6
kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH fails
by Jim Mattson
· 7 years ago
70bcd70
KVM: vmx: expose more information for KVM_INTERNAL_ERROR_DELIVERY_EV exits
by Paolo Bonzini
· 7 years ago
c136b84
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
691bd43
kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
by Haozhong Zhang
· 7 years ago
7a69f9c6
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
995f00a
x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12
by Peter Feiner
· 7 years ago
ac8d57e
kvm: x86: mmu: allow A/D bits to be disabled in an mmu
by Peter Feiner
· 7 years ago
dcdca5f
x86: kvm: mmu: make spte mmio mask more explicit
by Peter Feiner
· 7 years ago
ce00053
x86: kvm: mmu: dead code thanks to access tracking
by Peter Feiner
· 7 years ago
8616abc
KVM: x86: remove ignored type attribute
by Nick Desaulniers
· 7 years ago
04a7ea0
Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 7 years ago
c207aee
objtool, x86: Add several functions and files to the objtool whitelist
by Josh Poimboeuf
· 7 years ago
c853354
KVM: LAPIC: Fix lapic timer injection delay
by Wanpeng Li
· 7 years ago
a749e24
KVM: lapic: reorganize restart_apic_timer
by Paolo Bonzini
· 7 years ago
35ee9e4
KVM: lapic: reorganize start_hv_timer
by Paolo Bonzini
· 7 years ago
4035260
kvm: nVMX: Check memory operand to INVVPID
by Jim Mattson
· 7 years ago
1a5e185
KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exit
by Ladi Prosek
· 7 years ago
a12713c
KVM: SVM: don't NMI singlestep over event injection
by Ladi Prosek
· 7 years ago
9b61174
KVM: SVM: hide TF/RF flags used by NMI singlestep
by Ladi Prosek
· 7 years ago
ab2f4d73
KVM: nSVM: do not forward NMI window singlestep VM exits to L1
by Ladi Prosek
· 7 years ago
4aebd0e
KVM: SVM: introduce disable_nmi_singlestep helper
by Ladi Prosek
· 7 years ago
c8401dd
KVM: x86: fix singlestepping over syscall
by Paolo Bonzini
· 7 years ago
a4eb8b9
Merge branch 'linus' into x86/mm, to pick up fixes
by Ingo Molnar
· 7 years ago
6c690ee
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
by Andy Lutomirski
· 7 years ago
9bc1f09
KVM: async_pf: avoid async pf injection when in guest mode
by Wanpeng Li
· 7 years ago
a364163
KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
by Wanpeng Li
· 7 years ago
d281e13
KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exit
by Jim Mattson
· 7 years ago
d923fcf
KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exit
by Jim Mattson
· 7 years ago
4531662
kvm: vmx: Check value written to IA32_BNDCFGS
by Jim Mattson
· 7 years ago
4439af9
kvm: x86: Guest BNDCFGS requires guest MPX support
by Jim Mattson
· 7 years ago
a8b6fda3
kvm: vmx: Do not disable intercepts for BNDCFGS
by Jim Mattson
· 7 years ago
d491221
KVM: nVMX: Fix exception injection
by Wanpeng Li
· 7 years ago
d6e41f1
x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constant
by Andy Lutomirski
· 7 years ago
2fa6e1e
KVM: add kvm_request_pending
by Radim Krčmář
· 7 years ago
9d643f6
KVM: x86: avoid large stack allocations in em_fxrstor
by Nick Desaulniers
· 7 years ago
7461fbc
KVM: white space cleanup in nested_vmx_setup_ctls_msrs()
by Dan Carpenter
· 7 years ago
e9196ce
KVM: Tidy the whitespace in nested_svm_check_permissions()
by Dan Carpenter
· 7 years ago
47a66ee
KVM: x86: Fix nmi injection failure when vcpu got blocked
by ZhuangYanying
· 7 years ago
d9c1b54
KVM: SVM: do not zero out segment attributes if segment is unusable or not present
by Roman Pen
· 7 years ago
8eae957
KVM: SVM: ignore type when setting segment registers
by Gioh Kim
· 7 years ago
cbf7127
KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debugging
by Radim Krčmář
· 7 years ago
Next »