Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
55529fa5762462beb39f913c5277cb96c7be0858
/
arch
/
x86
/
kvm
013f6a5
KVM: x86: use dynamic percpu allocations for shared msrs area
by Marcelo Tosatti
· 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
58b7825
KVM: emulator: fix real mode segment checks in address linearization
by Gleb Natapov
· 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
c219346
KVM: MMU: optimize for set_spte
by Xiao Guangrong
· 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
45e3cc7
KVM: x86: Fix uninitialized return code
by Jan Kiszka
· 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
d98d07c
KVM: x86: update pvclock area conditionally, on cpu migration
by Marcelo Tosatti
· 12 years ago
b48aa97
KVM: x86: require matched TSC offsets for master clock
by Marcelo Tosatti
· 12 years ago
42897d8
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
by Marcelo Tosatti
· 12 years ago
d828199
KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag
by Marcelo Tosatti
· 12 years ago
16e8d74
KVM: x86: notifier for clocksource changes
by Marcelo Tosatti
· 12 years ago
886b470
KVM: x86: pass host_tsc to read_l1_tsc
by Marcelo Tosatti
· 12 years ago
78c0337
KVM: x86: retain pvclock guest stopped bit in guest memory
by Marcelo Tosatti
· 12 years ago
cb7cb28
x86, kvm: Remove incorrect redundant assembly constraint
by H. Peter Anvin
· 12 years ago
29282fd
KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()
by Takashi Iwai
· 12 years ago
807f12e
KVM: remove unnecessary return value check
by Guo Chao
· 12 years ago
951179c
KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()
by Guo Chao
· 12 years ago
1859541
KVM: do not kfree error pointer
by Guo Chao
· 12 years ago
6d1068b
KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)
by Petr Matousek
· 12 years ago
87da7e6
KVM: x86: fix vcpu->mmio_fragments overflow
by Xiao Guangrong
· 12 years ago
81c52c5
KVM: do not treat noslot pfn as a error pfn
by Xiao Guangrong
· 12 years ago
19bf7f8
Merge remote-tracking branch 'master' into queue
by Marcelo Tosatti
· 12 years ago
8ca40a7
KVM: Take kvm instead of vcpu to mmu_notifier_retry
by Christoffer Dall
· 12 years ago
7f46ddb
KVM: apic: fix LDR calculation in x2apic mode
by Gleb Natapov
· 12 years ago
f3ac1a4
KVM: MMU: fix release noslot pfn
by Xiao Guangrong
· 12 years ago
1f5b77f
KVM: SVM: Cleanup error statements
by Borislav Petkov
· 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
471842e
KVM: do not de-cache cr4 bits needlessly
by Gleb Natapov
· 12 years ago
bd6360c
KVM: MMU: introduce FNAME(prefetch_gpte)
by Xiao Guangrong
· 12 years ago
a052b42
KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h
by Xiao Guangrong
· 12 years ago
d4878f2
KVM: MMU: cleanup FNAME(page_fault)
by Xiao Guangrong
· 12 years ago
bd66077
KVM: MMU: remove mmu_is_invalid
by Xiao Guangrong
· 12 years ago
b6785de
KVM: x86: Make emulator_fix_hypercall static
by Jan Kiszka
· 12 years ago
8b6e454
KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset
by Jan Kiszka
· 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
08815bc
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
7e92daa
Merge branch 'perf-core-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
7a84428
KVM: Add resampling irqfds for level triggered interrupts
by Alex Williamson
· 12 years ago
b1a74bf
x86, kvm: fix kvm's usage of kernel_fpu_begin/end()
by Suresh Siddha
· 12 years ago
26bf264
KVM: x86: Export svm/vmx exit code and vector code to userspace
by Xiao Guangrong
· 12 years ago
1e08ec4
KVM: optimize apic interrupt delivery
by Gleb Natapov
· 12 years ago
c542151
KVM: MMU: Eliminate pointless temporary 'ac'
by Avi Kivity
· 12 years ago
b514c30
KVM: MMU: Avoid access/dirty update loop if all is well
by Avi Kivity
· 12 years ago
71331a1
KVM: MMU: Eliminate eperm temporary
by Avi Kivity
· 12 years ago
6fd01b7
KVM: MMU: Optimize is_last_gpte()
by Avi Kivity
· 12 years ago
13d22b6
KVM: MMU: Simplify walk_addr_generic() loop
by Avi Kivity
· 12 years ago
97d64b7
KVM: MMU: Optimize pte permission checks
by Avi Kivity
· 12 years ago
8cbc706
KVM: MMU: Update accessed and dirty bits after guest pagetable walk
by Avi Kivity
· 12 years ago
3d34ade
KVM: MMU: Move gpte_access() out of paging_tmpl.h
by Avi Kivity
· 12 years ago
edc2ae8
KVM: MMU: Optimize gpte_access() slightly
by Avi Kivity
· 12 years ago
8ea667f
KVM: MMU: Push clean gpte write protection out of gpte_access()
by Avi Kivity
· 12 years ago
4b8073e
arch/x86: Remove unecessary semicolons
by Peter Senna Tschudin
· 12 years ago
9c1c3fa
x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()
by Suresh Siddha
· 12 years ago
9fc7744
KVM: make processes waiting on vcpu mutex killable
by Michael S. Tsirkin
· 12 years ago
7454766
KVM: SVM: Make use of asm.h
by Avi Kivity
· 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
ecba9a5
KVM: x86: lapic: Clean up find_highest_vector() and count_vectors()
by Takuya Yoshikawa
· 12 years ago
4484141
KVM: fix error paths for failed gfn_to_page() calls
by Xiao Guangrong
· 12 years ago
7de5bdc
KVM: MMU: remove unnecessary check
by Xiao Guangrong
· 12 years ago
92b5265
KVM: Depend on HIGH_RES_TIMERS
by Liu, Jinsong
· 12 years ago
4f97704
KVM: x86: Check INVPCID feature bit in EBX of leaf 7
by Ren, Yongjie
· 12 years ago
a50abc3
KVM: use symbolic constant for nr interrupts
by Michael S. Tsirkin
· 12 years ago
b3356bf
KVM: emulator: optimize "rep ins" handling
by Gleb Natapov
· 12 years ago
f3bd64c
KVM: emulator: string_addr_inc() cleanup
by Gleb Natapov
· 12 years ago
9d1b39a
KVM: emulator: make x86 emulation modes enum instead of defines
by Gleb Natapov
· 12 years ago
716d51a
KVM: Provide userspace IO exit completion callback
by Gleb Natapov
· 12 years ago
3b4dc3a
KVM: move postcommit flush to x86, as mmio sptes are x86 specific
by Marcelo Tosatti
· 12 years ago
2df72e9
KVM: split kvm_arch_flush_shadow
by Marcelo Tosatti
· 12 years ago
09941fb
KVM: SVM: constify lookup tables
by Mathias Krause
· 12 years ago
772e031
KVM: VMX: constify lookup tables
by Mathias Krause
· 12 years ago
f1d2483
KVM: x86: more constification
by Mathias Krause
· 12 years ago
0fbe9b0
KVM: x86: constify read_write_emulator_ops
by Mathias Krause
· 12 years ago
0225fb5
KVM: x86 emulator: constify emulate_ops
by Mathias Krause
· 12 years ago
fd0a0d8
KVM: x86 emulator: mark opcode tables const
by Mathias Krause
· 12 years ago
89a87c6
KVM: x86 emulator: use aligned variants of SSE register ops
by Mathias Krause
· 12 years ago
326d07c
KVM: x86: minor size optimization
by Mathias Krause
· 12 years ago
749c59f
KVM: PIC: fix use of uninitialised variable.
by Jamie Iles
· 12 years ago
ec79866
KVM: cleanup pic reset
by Gleb Natapov
· 12 years ago
9a78197
KVM: x86: remove unused variable from kvm_task_switch()
by Marcelo Tosatti
· 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
0afbe2f
KVM: x86 emulator: Fix #GP error code during linearization
by Avi Kivity
· 12 years ago
a562518
KVM: x86 emulator: Check segment limits in real mode too
by Avi Kivity
· 12 years ago
03ebebe
KVM: x86 emulator: Leave segment limit and attributs alone in real mode
by Avi Kivity
· 12 years ago
e2a610d
KVM: VMX: Allow vm86 virtualization of big real mode
by Avi Kivity
· 12 years ago
Next »