Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
91ed7a0e15c6f6ff57f5cf70feabdba56a999863
/
arch
/
x86
/
kvm
91ed7a0
KVM: x86 emulator: implement 'push imm' (opcode 0x68)
by Avi Kivity
· 17 years ago
19e4363
KVM: x86 emulator: simplify push imm8 emulation
by Avi Kivity
· 17 years ago
eab9f71
KVM: MMU: Optimize prefetch_page()
by Avi Kivity
· 17 years ago
38d5bc6
KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
by Guillaume Thouvenin
· 17 years ago
4257198
KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction
by Guillaume Thouvenin
· 17 years ago
615ac12
KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction
by Guillaume Thouvenin
· 17 years ago
954cd36
KVM: x86 emulator: add support for jmp far 0xea
by Guillaume Thouvenin
· 17 years ago
89c6963
KVM: x86 emulator: Update c->dst.bytes in decode instruction
by Guillaume Thouvenin
· 17 years ago
3e6e0aa
KVM: Prefixes segment functions that will be exported with "kvm_"
by Guillaume Thouvenin
· 17 years ago
9ba075a
KVM: MTRR support
by Avi Kivity
· 17 years ago
f08864b
KVM: VMX: Enable NMI with in-kernel irqchip
by Sheng Yang
· 17 years ago
3419ffc
KVM: IOAPIC/LAPIC: Enable NMI support
by Sheng Yang
· 17 years ago
50d40d7
KVM: Remove unnecessary ->decache_regs() call
by Avi Kivity
· 17 years ago
7cc8883
KVM: Remove decache_vcpus_on_cpu() and related callbacks
by Avi Kivity
· 17 years ago
543e424
KVM: VMX: Add list of potentially locally cached vcpus
by Avi Kivity
· 17 years ago
4ecac3f
KVM: Handle virtualization instruction #UD faults during reboot
by Avi Kivity
· 17 years ago
1b7fcd3
KVM: MMU: Fix false flooding when a pte points to page table
by Avi Kivity
· 17 years ago
7682f2d
KVM: VMX: Trivial vmcs_write64() code simplification
by Avi Kivity
· 17 years ago
14ae51b
KVM: SVM: Fake MSR_K7 performance counters
by Chris Lalancette
· 17 years ago
f697554
KVM: PIT: support mode 3
by Aurelien Jarno
· 17 years ago
d2ebb41
KVM: SVM: add tracing support for TDP page faults
by Joerg Roedel
· 17 years ago
af9ca2d
KVM: SVM: add missing kvmtrace markers
by Joerg Roedel
· 17 years ago
54e445c
KVM: add missing kvmtrace bits
by Joerg Roedel
· 17 years ago
a069805
KVM: SVM: implement dedicated INTR exit handler
by Joerg Roedel
· 17 years ago
c47f098
KVM: SVM: implement dedicated NMI exit handler
by Joerg Roedel
· 17 years ago
c7bf23b
KVM: VMX: move APIC_ACCESS trace entry to generic code
by Joerg Roedel
· 17 years ago
8b2cf73
KVM: add statics were possible, function definition in lapic.h
by Harvey Harrison
· 17 years ago
15c8b6c
on_each_cpu(): kill unused 'retry' parameter
by Jens Axboe
· 17 years ago
8691e5a
smp_call_function: get rid of the unused nonatomic/retry argument
by Jens Axboe
· 17 years ago
50d0a0f
KVM: Make kvm host use the paravirt clocksource structs
by Gerd Hoffmann
· 17 years ago
a9b21b6
KVM: VMX: Fix host msr corruption with preemption enabled
by Avi Kivity
· 17 years ago
6bf6a95
KVM: MMU: Fix oops on guest userspace access to guest pagetable
by Avi Kivity
· 17 years ago
3094538
KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)
by Marcelo Tosatti
· 17 years ago
6597ca0
KVM: MMU: Fix rmap_write_protect() hugepage iteration bug
by Marcelo Tosatti
· 17 years ago
06e0564
KVM: close timer injection race window in __vcpu_run
by Marcelo Tosatti
· 17 years ago
d4acf7e
KVM: Fix race between timer migration and vcpu migration
by Marcelo Tosatti
· 17 years ago
3c91551
KVM: MMU: Fix is_empty_shadow_page() check
by Avi Kivity
· 17 years ago
ebb0e62
KVM: MMU: Fix printk() format string
by Avi Kivity
· 17 years ago
8d2d73b
KVM: MMU: reschedule during shadow teardown
by Avi Kivity
· 17 years ago
e693d71
KVM: VMX: Clear CR4.VMXE in hardware_disable
by Eli Collins
· 17 years ago
2f59971
KVM: migrate PIT timer
by Marcelo Tosatti
· 17 years ago
33e3885
KVM: x86 emulator: fix hypercall return value on AMD
by Avi Kivity
· 17 years ago
2ddfd20
namespacecheck: automated fixes
by Ingo Molnar
· 17 years ago
54aaace
KVM: LAPIC: ignore pending timers if LVTT is disabled
by Marcelo Tosatti
· 17 years ago
eedaa4e
KVM: PIT: take inject_pending into account when emulating hlt
by Marcelo Tosatti
· 17 years ago
107d6d2
KVM: x86 emulator: fix writes to registers with modrm encodings
by Avi Kivity
· 17 years ago
93df766
KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page
by Avi Kivity
· 17 years ago
bc1a34f
KVM: avoid fx_init() schedule in atomic
by Andrea Arcangeli
· 17 years ago
b4f14ab
KVM: Avoid spurious execeptions after setting registers
by Jan Kiszka
· 17 years ago
ece15ba
KVM: PIT: support mode 4
by Marcelo Tosatti
· 17 years ago
dc7457e
KVM: x86 emulator: disable writeback on lmsw
by Avi Kivity
· 17 years ago
3fe913e
KVM: x86: task switch: fix wrong bit setting for the busy flag
by Izik Eidus
· 17 years ago
1439442
KVM: VMX: Enable EPT feature for KVM
by Sheng Yang
· 17 years ago
b7ebfb0
KVM: VMX: Prepare an identity page table for EPT in real mode
by Sheng Yang
· 17 years ago
1ac593c
KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT
by Sheng Yang
· 17 years ago
7b52345
KVM: MMU: Add EPT support
by Sheng Yang
· 17 years ago
67253af
KVM: Add kvm_x86_ops get_tdp_level()
by Sheng Yang
· 17 years ago
8c6d6ad
KVM: MMU: Move some definitions to a header file
by Sheng Yang
· 17 years ago
d56f546
KVM: VMX: EPT Feature Detection
by Sheng Yang
· 17 years ago
6f6d6a1
rename div64_64 to div64_u64
by Roman Zippel
· 17 years ago
960b399
KVM: MMU: kvm_pv_mmu_op should not take mmap_sem
by Marcelo Tosatti
· 17 years ago
1336028
KVM: SVM: remove selective CR0 comment
by Joerg Roedel
· 17 years ago
aaf697e
KVM: SVM: remove now obsolete FIXME comment
by Joerg Roedel
· 17 years ago
aaacfc9
KVM: SVM: disable CR8 intercept when tpr is not masking interrupts
by Joerg Roedel
· 17 years ago
d7bf822
KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabled
by Joerg Roedel
· 17 years ago
ec7cf69
KVM: export kvm_lapic_set_tpr() to modules
by Joerg Roedel
· 17 years ago
649d686
KVM: SVM: sync TPR value to V_TPR field in the VMCB
by Joerg Roedel
· 17 years ago
f9b7aab
KVM: x86 emulator: fix lea to really get the effective address
by Avi Kivity
· 17 years ago
16286d0
KVM: x86 emulator: fix smsw and lmsw with a memory operand
by Avi Kivity
· 17 years ago
66b8550
KVM: x86 emulator: initialize src.val and dst.val for register operands
by Avi Kivity
· 17 years ago
a79d2f1
KVM: SVM: force a new asid when initializing the vmcb
by Avi Kivity
· 17 years ago
e9571ed
KVM: fix kvm_vcpu_kick vs __vcpu_run race
by Marcelo Tosatti
· 17 years ago
62d9f0d
KVM: add ioctls to save/store mpstate
by Marcelo Tosatti
· 17 years ago
a453529
KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*
by Avi Kivity
· 17 years ago
3d80840
KVM: hlt emulation should take in-kernel APIC/PIT timers into account
by Marcelo Tosatti
· 17 years ago
3564990
KVM: SVM: do not intercept task switch with NPT
by Joerg Roedel
· 17 years ago
d4c9ff2
KVM: Add kvm trace userspace interface
by Feng(Eric) Liu
· 17 years ago
2714d1d
KVM: Add trace markers
by Feng (Eric) Liu
· 17 years ago
53371b5
KVM: SVM: add intercept for machine check exception
by Joerg Roedel
· 17 years ago
6394b64
KVM: SVM: align shadow CR4.MCE with host
by Joerg Roedel
· 17 years ago
ec07726
KVM: SVM: indent svm_set_cr4 with tabs instead of spaces
by Joerg Roedel
· 17 years ago
35149e2
KVM: MMU: Don't assume struct page for x86
by Anthony Liguori
· 17 years ago
bed1d1d
KVM: MMU: prepopulate guest pages after write-protecting
by Marcelo Tosatti
· 17 years ago
fcd6dba
KVM: MMU: Only mark_page_accessed() if the page was accessed by the guest
by Avi Kivity
· 17 years ago
3d45830
KVM: Free apic access page on vm destruction
by Avi Kivity
· 17 years ago
3ee16c8
KVM: MMU: allow the vm to shrink the kvm mmu shadow caches
by Izik Eidus
· 17 years ago
3200f40
KVM: MMU: unify slots_lock usage
by Marcelo Tosatti
· 17 years ago
25c5f22
KVM: VMX: Enable MSR Bitmap feature
by Sheng Yang
· 17 years ago
37817f2
KVM: x86: hardware task switching support
by Izik Eidus
· 17 years ago
2e4d265
KVM: x86: add functions to get the cpl of vcpu
by Izik Eidus
· 17 years ago
4c9fc8e
KVM: VMX: Add module option to disable flexpriority
by Avi Kivity
· 17 years ago
268fe02
KVM: no longer EXPERIMENTAL
by Avi Kivity
· 17 years ago
0b49ea8
KVM: MMU: Introduce and use spte_to_page()
by Avi Kivity
· 17 years ago
855149a
KVM: MMU: fix dirty bit setting when removing write permissions
by Izik Eidus
· 17 years ago
947da53
KVM: MMU: Set the accessed bit on non-speculative shadow ptes
by Avi Kivity
· 17 years ago
2f333bc
KVM: MMU: hypercall based pte updates and TLB flushes
by Marcelo Tosatti
· 17 years ago
9f81128
KVM: Provide unlocked version of emulator_write_phys()
by Avi Kivity
· 17 years ago
a28e4f5
KVM: add basic paravirt support
by Marcelo Tosatti
· 17 years ago
308b0f2
KVM: Add reset support for in kernel PIT
by Sheng Yang
· 17 years ago
e0f63cb
KVM: Add save/restore supporting of in kernel PIT
by Sheng Yang
· 17 years ago
Next »