Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
d54d07b2ca19a2908aa89e0c67715ca2e8e62a4c
/
arch
/
x86
/
kvm
/
vmx.c
d54d07b
KVM: VMX: Do not fix segment register during vcpu initialization.
by Gleb Natapov
· 12 years ago
d99e415
KVM: VMX: fix emulation of invalid guest state.
by Gleb Natapov
· 12 years ago
89efbed
KVM: VMX: make rmode_segment_valid() more strict.
by Gleb Natapov
· 12 years ago
f924d66
KVM: VMX: remove unneeded temporary variable from vmx_set_segment()
by Gleb Natapov
· 12 years ago
1ecd50a
KVM: VMX: clean-up vmx_set_segment()
by Gleb Natapov
· 12 years ago
39dcfb9
KVM: VMX: remove redundant code from vmx_set_segment()
by Gleb Natapov
· 12 years ago
beb853f
KVM: VMX: use fix_rmode_seg() to fix all code/data segments
by Gleb Natapov
· 12 years ago
c6ad1153
KVM: VMX: return correct segment limit and flags for CS/SS registers in real mode
by Gleb Natapov
· 12 years ago
0647f4a
KVM: VMX: relax check for CS register in rmode_segment_valid()
by Gleb Natapov
· 12 years ago
07f42f5
KVM: VMX: cleanup rmode_segment_valid()
by Gleb Natapov
· 12 years ago
f82a8cf
KVM: struct kvm_memory_slot.user_alloc -> bool
by Alex Williamson
· 12 years ago
66cdd0c
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
0b26b58
VMX: remove unneeded enable_unrestricted_guest check
by Gleb Natapov
· 12 years ago
a4d3326
KVM: VMX: fix DPL during entry to protected mode
by Gleb Natapov
· 12 years ago
8f536b7
KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdump
by Zhang Yanfei
· 12 years ago
66f7b72
KVM: x86: Make register state after reset conform to specification
by Julian Stecklina
· 12 years ago
2b3c5cb
kvm: don't use bit24 for detecting address-specific invalidation capability
by Zhang Xiantao
· 12 years ago
0307b7b
kvm: remove unnecessary bit checking for ept violation
by Zhang Xiantao
· 12 years ago
ba90463
KVM: x86: Emulate IA32_TSC_ADJUST MSR
by Will Auld
· 12 years ago
8fe8ab4
KVM: x86: Add code to track call origin for msr assignment
by Will Auld
· 12 years ago
5a560f8
KVM: VMX: fix memory order between loading vmcs and clearing vmcs
by Xiao Guangrong
· 12 years ago
e6c7d32
KVM: VMX: fix invalid cpu passed to smp_call_function_single
by Xiao Guangrong
· 12 years ago
42897d8
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
by Marcelo Tosatti
· 12 years ago
886b470
KVM: x86: pass host_tsc to read_l1_tsc
by Marcelo Tosatti
· 12 years ago
29282fd
KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()
by Takashi Iwai
· 12 years ago
bf4ca23
KVM: VMX: report internal error for MMIO #PF due to delivery event
by Xiao Guangrong
· 12 years ago
b9bf688
KVM: VMX: report internal error for the unhandleable event
by Xiao Guangrong
· 12 years ago
ecefbd9
Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
ac07f5c
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
c863901
KVM: x86: Fix guest debug across vcpu INIT reset
by Jan Kiszka
· 12 years ago
b1a74bf
x86, kvm: fix kvm's usage of kernel_fpu_begin/end()
by Suresh Siddha
· 12 years ago
4b8073e
arch/x86: Remove unecessary semicolons
by Peter Senna Tschudin
· 12 years ago
b188c81f
KVM: VMX: Make use of asm.h
by Avi Kivity
· 12 years ago
83287ea42
KVM: VMX: Make lto-friendly
by Avi Kivity
· 12 years ago
4484141
KVM: fix error paths for failed gfn_to_page() calls
by Xiao Guangrong
· 12 years ago
4f97704
KVM: x86: Check INVPCID feature bit in EBX of leaf 7
by Ren, Yongjie
· 12 years ago
772e031
KVM: VMX: constify lookup tables
by Mathias Krause
· 12 years ago
a81aba1
KVM: VMX: Ignore segment G and D bits when considering whether we can virtualize
by Avi Kivity
· 12 years ago
ce56680
KVM: VMX: Save all segment data in real mode
by Avi Kivity
· 12 years ago
1390a28
KVM: VMX: Preserve segment limit and access rights in real mode
by Avi Kivity
· 12 years ago
7263642
KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_state=1
by Avi Kivity
· 12 years ago
e2a610d
KVM: VMX: Allow vm86 virtualization of big real mode
by Avi Kivity
· 12 years ago
495e116
KVM: VMX: Allow real mode emulation using vm86 with dpl=0
by Avi Kivity
· 12 years ago
c865c43
KVM: VMX: Retain limit and attributes when entering protected mode
by Avi Kivity
· 12 years ago
f5f7b2f
KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmode
by Avi Kivity
· 12 years ago
72fbefe
KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg()
by Avi Kivity
· 12 years ago
baa7e81
KVM: VMX: Separate saving pre-realmode state from setting segments
by Avi Kivity
· 12 years ago
dbcb4e7
KVM: VMX: Advertize RDTSC exiting to nested guests
by Avi Kivity
· 12 years ago
2a7921b
KVM: VMX: restore MSR_IA32_DEBUGCTLMSR after VMEXIT
by Gleb Natapov
· 12 years ago
32cad84
KVM: do not release the error page
by Xiao Guangrong
· 12 years ago
fe56097
Merge remote-tracking branch 'upstream' into next
by Avi Kivity
· 12 years ago
aa67f60
KVM: VMX: Fix ds/es corruption on i386 with preemption
by Avi Kivity
· 12 years ago
0fa0607
KVM: VMX: Fix typos
by Guo Chao
· 13 years ago
ad756a1
KVM: VMX: Implement PCID/INVPCID for guests with EPT
by Mao, Junjie
· 13 years ago
4f5982a
KVM: VMX: export PFEC.P bit on ept
by Xiao Guangrong
· 13 years ago
a27685c
KVM: VMX: Emulate invalid guest state by default
by Avi Kivity
· 13 years ago
de5f70e
KVM: VMX: Improve error reporting during invalid guest state emulation
by Avi Kivity
· 13 years ago
de87dcdd
KVM: VMX: Stop invalid guest state emulation on pending event
by Avi Kivity
· 13 years ago
7c068e4
KVM: VMX: Continue emulating after batch exhausted
by Avi Kivity
· 13 years ago
bdea48e
KVM: VMX: Fix interrupt exit condition during emulation
by Avi Kivity
· 13 years ago
b8405c1
KVM: VMX: Limit iterations with emulator_invalid_guest_state
by Avi Kivity
· 13 years ago
f0495f9
KVM: VMX: Relax check on unusable segment
by Avi Kivity
· 13 years ago
d881e6f
KVM: VMX: Return correct CPL during transition to protected mode
by Avi Kivity
· 13 years ago
2106a54
KVM: VMX: code clean for vmx_init()
by Guo Chao
· 13 years ago
a737f25
KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers
by Christoffer Dall
· 13 years ago
b246dd5
KVM: VMX: Fix KVM_SET_SREGS with big real mode segments
by Orit Wasserman
· 13 years ago
3f6d8c8
KVM: VMX: Use EPT Access bit in response to memory notifiers
by Xudong Hao
· 13 years ago
b38f993
KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTP
by Xudong Hao
· 13 years ago
83c3a33
KVM: VMX: Add parameter to control A/D bits support, default is on
by Xudong Hao
· 13 years ago
b2da15a
KVM: VMX: Optimize %ds, %es reload
by Avi Kivity
· 13 years ago
512d564
KVM: VMX: Fix %ds/%es clobber
by Avi Kivity
· 13 years ago
5f3fbc3
KVM: VMX: unlike vmcs on fail path
by Xiao Guangrong
· 13 years ago
eac0556
Merge branch 'linus' into queue
by Marcelo Tosatti
· 13 years ago
2225fd5
KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context
by Avi Kivity
· 13 years ago
e9bda3b
KVM: VMX: Auto-load on CPUs with VMX
by Josh Triplett
· 13 years ago
7a4f5ad
KVM: VMX: vmx_set_cr0 expects kvm->srcu locked
by Marcelo Tosatti
· 13 years ago
2e7580b
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
9587190
KVM: nVMX: Fix erroneous exception bitmap check
by Nadav Har'El
· 13 years ago
9ee7397
KVM: VMX: Fix delayed load of shared MSRs
by Avi Kivity
· 13 years ago
7f3d35f
KVM: x86 emulator: Fix task switch privilege checks
by Kevin Wolf
· 13 years ago
1016674
KVM: VMX: remove yield_on_hlt
by Raghavendra K T
· 13 years ago
f1e2b26
KVM: Allow adjust_tsc_offset to be in host or guest cycles
by Marcelo Tosatti
· 13 years ago
cc57828
KVM: Infrastructure for software and hardware based TSC rate scaling
by Zachary Amsden
· 13 years ago
1361b83
i387: Split up <asm/i387.h> into exported and internal interfaces
by Linus Torvalds
· 13 years ago
f94edac
i387: move TS_USEDFPU flag from thread_info to task_struct
by Linus Torvalds
· 13 years ago
6d59d7a
i387: don't ever touch TS_USEDFPU directly, use helper functions
by Linus Torvalds
· 13 years ago
476bc00
module_param: make bool parameters really bool (arch)
by Rusty Russell
· 13 years ago
fee84b0
KVM: VMX: Intercept RDPMC
by Avi Kivity
· 13 years ago
00b27a3
KVM: Move cpuid code to new file
by Avi Kivity
· 13 years ago
28a3754
KVM: introduce id_to_memslot function
by Xiao Guangrong
· 13 years ago
46199f3
KVM: VMX: remove unneeded vmx_load_host_state() calls.
by Gleb Natapov
· 13 years ago
51cfe38
KVM: nVMX: Fix warning-causing idt-vectoring-info behavior
by Nadav Har'El
· 13 years ago
d6185f2
KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
by Nadav Har'El
· 13 years ago
e7fc6f93b
KVM: VMX: Check for automatic switch msr table overflow
by Gleb Natapov
· 13 years ago
d7cd979
KVM: VMX: Add support for guest/host-only profiling
by Gleb Natapov
· 13 years ago
8bf00a5
KVM: VMX: add support for switching of PERF_GLOBAL_CTRL
by Gleb Natapov
· 13 years ago
bd80158
KVM: Clean up and extend rate-limited output
by Jan Kiszka
· 13 years ago
1e2b1dd
KVM: x86: Move kvm_trace_exit into atomic vmexit section
by Jan Kiszka
· 13 years ago
58fbbf2
KVM: APIC: avoid instruction emulation for EOI writes
by Kevin Tian
· 13 years ago
27fc51b
KVM: nVMX: Fix nested VMX TSC emulation
by Nadav Har'El
· 13 years ago
Next »