Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b87a51ae2893a5907f796eadb4beb60747a69209
/
arch
/
x86
/
kvm
/
vmx.c
b87a51a
KVM: nVMX: Implement reading and writing of VMX MSRs
by Nadav Har'El
· 13 years ago
a9d30f3
KVM: nVMX: Introduce vmcs12: a VMCS structure for L1
by Nadav Har'El
· 13 years ago
5e1746d
KVM: nVMX: Allow setting the VMXE bit in CR4
by Nadav Har'El
· 13 years ago
ec378ae
KVM: nVMX: Implement VMXON and VMXOFF
by Nadav Har'El
· 13 years ago
801d342
KVM: nVMX: Add "nested" module option to kvm_intel
by Nadav Har'El
· 13 years ago
d462b81
KVM: VMX: Keep list of loaded VMCSs, instead of vcpus
by Nadav Har'El
· 13 years ago
9630421
KVM: VMX: always_inline VMREADs
by Avi Kivity
· 14 years ago
5e520e6
KVM: VMX: Move VMREAD cleanup to exception handler
by Avi Kivity
· 14 years ago
5233dd5
KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGS
by Marcelo Tosatti
· 13 years ago
2fb92db
KVM: VMX: Cache vmcs segment fields
by Avi Kivity
· 14 years ago
0a434bb
KVM: VMX: Avoid reading %rip unnecessarily when handling exceptions
by Avi Kivity
· 14 years ago
71f9833
KVM: fix push of wrong eip when doing softint
by Serge E. Hallyn
· 14 years ago
be6d05c
KVM: VMX: Ensure that vmx_create_vcpu always returns proper error
by Jan Kiszka
· 14 years ago
857e409
KVM: X86: Delegate tsc-offset calculation to architecture code
by Joerg Roedel
· 14 years ago
4051b18
KVM: X86: Implement call-back to propagate virtual_tsc_khz
by Joerg Roedel
· 14 years ago
8a76d7f
KVM: x86: Add x86 callback for intercept check
by Joerg Roedel
· 14 years ago
654f06f
KVM: VMX: simplify NMI mask management
by Avi Kivity
· 14 years ago
8878647
KVM: VMX: Use cached VM_EXIT_INTR_INFO in handle_exception
by Avi Kivity
· 14 years ago
c5ca8e5
KVM: VMX: Don't VMREAD VM_EXIT_INTR_INFO unconditionally
by Avi Kivity
· 14 years ago
00eba01
KVM: VMX: Refactor vmx_complete_atomic_exit()
by Avi Kivity
· 14 years ago
f990206
KVM: VMX: Qualify check for host NMI
by Avi Kivity
· 14 years ago
9d58b93
KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneeded
by Avi Kivity
· 14 years ago
69c7302
KVM: VMX: Cache cpl
by Avi Kivity
· 14 years ago
f4c63e5
KVM: VMX: Optimize vmx_get_cpl()
by Avi Kivity
· 14 years ago
6de1273
KVM: VMX: Optimize vmx_get_rflags()
by Avi Kivity
· 14 years ago
f6e7847
KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions
by Avi Kivity
· 14 years ago
776e58e
KVM: unbreak userspace that does not sets tss address
by Gleb Natapov
· 14 years ago
40dcaa9
KVM: fix rcu usage in init_rmode_* functions
by Xiao Guangrong
· 14 years ago
afc2018
KVM: x86: Remove useless regs_page pointer from kvm_lapic
by Takuya Yoshikawa
· 14 years ago
93ea538
KVM: VMX: Initialize vm86 TSS only once.
by Gleb Natapov
· 14 years ago
a8ba6c2
KVM: VMX: update live TR selector if it changes in real mode
by Gleb Natapov
· 14 years ago
a3b5ba4
KVM: VMX: add the __noclone attribute to vmx_vcpu_run
by Lai Jiangshan
· 14 years ago
23f3e99
KVM: VMX: fix detection of BIOS disabling VMX
by Joseph Cihula
· 14 years ago
40712fa
KVM: VMX: Avoid atomic operation in vmx_vcpu_run
by Avi Kivity
· 14 years ago
1c696d0
KVM: VMX: Simplify saving guest rcx in vmx_vcpu_run
by Avi Kivity
· 14 years ago
00c25bc
KVM: VMX: increase ple_gap default to 128
by Rik van Riel
· 14 years ago
a917949
KVM: VMX: Avoid leaking fake realmode state to userspace
by Avi Kivity
· 14 years ago
d0ba64f
KVM: VMX: Save and restore tr selector across mode switches
by Avi Kivity
· 14 years ago
444e863
KVM: VMX: when entering real mode align segment base to 16 bytes
by Gleb Natapov
· 14 years ago
aff48ba
KVM: Fetch guest cr3 from hardware on demand
by Avi Kivity
· 14 years ago
9f8fe50
KVM: Replace reads of vcpu->arch.cr3 by an accessor
by Avi Kivity
· 14 years ago
16d8f72
KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()
by Avi Kivity
· 14 years ago
110312c
KVM: VMX: Optimize atomic EFER load
by Avi Kivity
· 14 years ago
dc25e89
KVM: SVM: copy instruction bytes from VMCB
by Andre Przywara
· 14 years ago
51d8b66
KVM: cleanup emulate_instruction
by Andre Przywara
· 14 years ago
db8fcef
KVM: move complete_insn_gp() into x86.c
by Andre Przywara
· 14 years ago
eea1cff
KVM: x86: fix CR8 handling
by Andre Przywara
· 14 years ago
443381a
KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)
by Anthony Liguori
· 14 years ago
a295673
KVM: VMX: Return 0 from a failed VMREAD
by Avi Kivity
· 14 years ago
586f960
KVM: Add instruction-set-specific exit qualifications to kvm_exit trace
by Avi Kivity
· 14 years ago
aa17911
KVM: Record instruction set in kvm_exit tracepoint
by Avi Kivity
· 14 years ago
104f226
KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()
by Avi Kivity
· 14 years ago
f9335af
KVM: VMX: Inform user about INTEL_TXT dependency
by Shane Wang
· 14 years ago
30bd0c4
KVM: VMX: Disallow NMI while blocked by STI
by Avi Kivity
· 14 years ago
ec25d5e
KVM: handle exit due to INVD in VMX
by Gleb Natapov
· 14 years ago
ff1fcb9
KVM: VMX: remove setting of shadow_base_ptes for EPT
by Marcelo Tosatti
· 14 years ago
f56f536
KVM: Move KVM context switch into own function
by Andi Kleen
· 14 years ago
24d1b15
KVM: SVM: Do not report xsave in supported cpuid
by Joerg Roedel
· 14 years ago
c8770e7
KVM: VMX: Fix host userspace gsbase corruption
by Avi Kivity
· 14 years ago
0a77fe4
KVM: Correct ordering of ldt reload wrt fs/gs reload
by Avi Kivity
· 14 years ago
9611c18
KVM: fix typo in copyright notice
by Nicolas Kaiser
· 14 years ago
07d6f55
KVM: VMX: Add AX to list of registers clobbered by guest switch
by Jan Kiszka
· 14 years ago
49e9d55
KVM: VMX: Respect interrupt window in big real mode
by Avi Kivity
· 14 years ago
a92601b
KVM: VMX: Emulated real mode interrupt injection
by Mohammed Gamal
· 14 years ago
625831a
KVM: VMX: Move fixup_rmode_irq() to avoid forward declaration
by Avi Kivity
· 14 years ago
b463a6f
KVM: Non-atomic interrupt injection
by Avi Kivity
· 14 years ago
83422e1
KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entry
by Avi Kivity
· 14 years ago
537b37e
KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts()
by Avi Kivity
· 14 years ago
51aa01d
KVM: VMX: Split up vmx_complete_interrupts()
by Avi Kivity
· 14 years ago
3842d13
KVM: Check for pending events before attempting injection
by Avi Kivity
· 14 years ago
ff03a07
KVM: MMU: Add kvm_mmu parameter to load_pdptrs function
by Joerg Roedel
· 14 years ago
1c97f0a
KVM: X86: Introduce a tdp_set_cr3 function
by Joerg Roedel
· 14 years ago
e48672f
KVM: x86: Unify TSC logic
by Zachary Amsden
· 14 years ago
99e3e30
KVM: x86: Move TSC offset writes to common code
by Zachary Amsden
· 14 years ago
f4e1b3c
KVM: x86: Convert TSC writes to TSC offset writes
by Zachary Amsden
· 14 years ago
ae38436
KVM: x86: Drop vm_init_tsc
by Zachary Amsden
· 14 years ago
d359192
KVM: VMX: Use host_gdt variable wherever we need the host gdt
by Avi Kivity
· 14 years ago
9581d44
KVM: Fix fs/gs reload oops with invalid ldt
by Avi Kivity
· 14 years ago
d9a73c0
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
3444d7d
KVM: VMX: Fix host GDT.LIMIT corruption
by Avi Kivity
· 14 years ago
dd180b3
KVM: VMX: fix tlb flush with invalid root
by Xiao Guangrong
· 14 years ago
f5f48ee
KVM: VMX: Execute WBINVD to keep data consistency with assigned devices
by Sheng Yang
· 14 years ago
a8eeb04
KVM: Add mini-API for vcpu->requests
by Avi Kivity
· 15 years ago
2390218
KVM: Fix mov cr3 #GP at wrong instruction
by Avi Kivity
· 14 years ago
a83b29c
KVM: Fix mov cr4 #GP at wrong instruction
by Avi Kivity
· 14 years ago
49a9b07
KVM: Fix mov cr0 #GP at wrong instruction
by Avi Kivity
· 14 years ago
2acf923
KVM: VMX: Enable XSAVE/XRSTOR for guest
by Dexuan Cui
· 14 years ago
f495c6e
KVM: VMX: Fix incorrect rcu deref in rmode_tss_base()
by Avi Kivity
· 14 years ago
4b9d3a0
KVM: VMX: fix rcu usage warning in init_rmode()
by Xiao Guangrong
· 14 years ago
1760dd4
KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single()
by Gui Jianfeng
· 14 years ago
b9d762f
KVM: VMX: Add all-context INVVPID type support
by Gui Jianfeng
· 14 years ago
518c8ae
KVM: VMX: Make sure single type invvpid is supported before issuing invvpid instruction
by Gui Jianfeng
· 14 years ago
4bc9b98
KVM: VMX: Enforce EPT pagetable level checking
by Sheng Yang
· 14 years ago
5120702
KVM: VMX: Properly return error to userspace on vmentry failure
by Mohammed Gamal
· 14 years ago
10ab25c
KVM: x86: Propagate fpu_alloc errors
by Jan Kiszka
· 14 years ago
221d059
KVM: Update Red Hat copyrights
by Avi Kivity
· 14 years ago
4610c9c
KVM: VMX: VMXON/VMXOFF usage changes
by Dongxiao Xu
· 15 years ago
b923e62
KVM: VMX: VMCLEAR/VMPTRLD usage changes
by Dongxiao Xu
· 15 years ago
92fe13b
KVM: VMX: Some minor changes to code structure
by Dongxiao Xu
· 15 years ago
7725b89
KVM: VMX: Define new functions to wrapper direct call of asm code
by Dongxiao Xu
· 15 years ago
Next »