Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
96051572c819194c37a8367624b285be10297eca
/
arch
/
x86
/
kvm
9605157
KVM: x86 emulator: emulate SGDT/SIDT
by Avi Kivity
· 13 years ago
a6e3407
KVM: Fix SS default ESP/EBP based addressing
by Avi Kivity
· 13 years ago
f47cfa3
KVM: x86 emulator: emulate LEAVE
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
510425f
KVM: x86 emulator: fix LIDT/LGDT in long mode
by Avi Kivity
· 13 years ago
79d5b4c
KVM: x86 emulator: allow loading null SS in long mode
by Avi Kivity
· 13 years ago
6d6eede
KVM: x86 emulator: emulate cpuid
by Avi Kivity
· 13 years ago
0017f93
KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics
by Avi Kivity
· 13 years ago
62046e5
KVM: Split cpuid register access from computation
by Avi Kivity
· 13 years ago
d881e6f
KVM: VMX: Return correct CPL during transition to protected mode
by Avi Kivity
· 13 years ago
e676505
KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation
by Avi Kivity
· 13 years ago
2106a54
KVM: VMX: code clean for vmx_init()
by Guo Chao
· 13 years ago
ae7a2a3
KVM: host side for eoi optimization
by Michael S. Tsirkin
· 13 years ago
d905c06
KVM: rearrange injection cancelling code
by Michael S. Tsirkin
· 13 years ago
5cfb1d5
KVM: only sync when attention bits set
by Michael S. Tsirkin
· 13 years ago
8680b94
KVM: optimize ISR lookups
by Michael S. Tsirkin
· 13 years ago
5eadf91
KVM: document lapic regs field
by Michael S. Tsirkin
· 13 years ago
9e40b67
KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()
by Takuya Yoshikawa
· 13 years ago
00763e4
KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit
by Xudong Hao
· 13 years ago
80feb89
KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()
by Takuya Yoshikawa
· 13 years ago
79f702a
KVM: disable uninitialized var warning
by Michael S. Tsirkin
· 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
1952639
KVM: MMU: do not iterate over all VMs in mmu_shrink()
by Gleb Natapov
· 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
c1a7b32
KVM: Avoid wasting pages for small lpage_info arrays
by Takuya Yoshikawa
· 13 years ago
c358666
KVM: MMU: fix huge page adapted on non-PAE host
by Xiao Guangrong
· 13 years ago
07acfc2
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
d8368af
KVM: Fix mmu_reload() clash with nested vmx event injection
by Avi Kivity
· 13 years ago
c142786
KVM: MMU: Don't use RCU for lockless shadow walking
by Avi Kivity
· 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
d54e423
KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte()
by Joerg Roedel
· 13 years ago
5f3fbc3
KVM: VMX: unlike vmcs on fail path
by Xiao Guangrong
· 13 years ago
9f4260e
KVM: x86 emulator: Avoid pushing back ModRM byte fetched for group decoding
by Takuya Yoshikawa
· 13 years ago
1c2545b
KVM: x86 emulator: Move ModRM flags for groups to top level opcode tables
by Takuya Yoshikawa
· 13 years ago
57c22e5
KVM: fix cpuid eax for KVM leaf
by Michael S. Tsirkin
· 13 years ago
a4fa163
KVM: ensure async PF event wakes up vcpu from halt
by Gleb Natapov
· 13 years ago
b6ddf05
KVM: x86: Run PIT work in own kthread
by Jan Kiszka
· 13 years ago
38e8a2d
KVM: x86 emulator: fix asm constraint in flush_pending_x87_faults
by Avi Kivity
· 13 years ago
4138377
KVM: Introduce bitmask for apic attention reasons
by Gleb Natapov
· 13 years ago
07975ad
KVM: Introduce direct MSI message injection for in-kernel irqchips
by Jan Kiszka
· 13 years ago
bfce281
kill mm argument of vm_munmap()
by Al Viro
· 13 years ago
6be5ceb
VM: add "vm_mmap()" helper function
by Linus Torvalds
· 13 years ago
a46ef99
VM: add "vm_munmap()" helper function
by Linus Torvalds
· 13 years ago
f78146b
KVM: Fix page-crossing MMIO
by Avi Kivity
· 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
f71fa31
KVM: MMU: use page table level macro
by Davidlohr Bueso
· 13 years ago
a0c9a822
KVM: dont clear TMR on EOI
by Michael S. Tsirkin
· 13 years ago
e597175
KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f)
by Avi Kivity
· 13 years ago
cbe2c9d
KVM: x86 emulator: MMX support
by Avi Kivity
· 13 years ago
3e114eb
KVM: x86 emulator: implement movntps
by Avi Kivity
· 13 years ago
49597d8
KVM: x86: emulate movdqa
by Stefan Hajnoczi
· 13 years ago
1c11b37
KVM: x86 emulator: add support for vector alignment
by Avi Kivity
· 13 years ago
ae75954
KVM: SVM: Auto-load on CPUs with SVM
by Josh Triplett
· 13 years ago
f19a0c2
KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on reset
by Gleb Natapov
· 13 years ago
1e3f42f
KVM: MMU: Improve iteration through sptes from rmap
by Takuya Yoshikawa
· 13 years ago
220f773
KVM: MMU: Make pte_list_desc fit cache lines well
by Takuya Yoshikawa
· 13 years ago
c36fc04
KVM: x86: add paging gcc optimization
by Davidlohr Bueso
· 13 years ago
e9bda3b
KVM: VMX: Auto-load on CPUs with VMX
by Josh Triplett
· 13 years ago
60c3461
KVM: Switch to srcu-less get_dirty_log()
by Takuya Yoshikawa
· 13 years ago
5dc99b23
KVM: Avoid checking huge page mappings in get_dirty_log()
by Takuya Yoshikawa
· 13 years ago
a0ed460
KVM: MMU: Split the main body of rmap_write_protect() off from others
by Takuya Yoshikawa
· 13 years ago
1c0b28c
KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRL
by Eric B Munson
· 13 years ago
b6d3383
KVM: Factor out kvm_vcpu_kick to arch-generic code
by Christoffer Dall
· 13 years ago
675acb7
KVM: SVM: count all irq windows exit
by Jason Wang
· 13 years ago
83c5291
KVM: x86: expose Intel cpu new features (HLE, RTM) to guest
by Liu, Jinsong
· 13 years ago
7a4f5ad
KVM: VMX: vmx_set_cr0 expects kvm->srcu locked
by Marcelo Tosatti
· 13 years ago
fea5295
KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()
by Sasikantha babu
· 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
35cb8d9
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
9f39383
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
by Linus Torvalds
· 13 years ago
8fd75e1
x86: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
02626b6
KVM: x86: fix kvm_write_tsc() TSC matching thinko
by Marcelo Tosatti
· 13 years ago
9587190
KVM: nVMX: Fix erroneous exception bitmap check
by Nadav Har'El
· 13 years ago
a223c31
KVM: Ignore the writes to MSR_K7_HWCR(3)
by Nicolae Mogoreanu
· 13 years ago
4d6931c
KVM: MMU: make use of ->root_level in reset_rsvds_bits_mask
by Davidlohr Bueso
· 13 years ago
62079d8
KVM: PMU: add proper support for fixed counter 2
by Gleb Natapov
· 13 years ago
fac3368
KVM: PMU: Fix raw event check
by Gleb Natapov
· 13 years ago
a7b9d2c
KVM: PMU: warn when pin control is set in eventsel msr
by Gleb Natapov
· 13 years ago
9ee7397
KVM: VMX: Fix delayed load of shared MSRs
by Avi Kivity
· 13 years ago
07700a9
KVM: Allow host IRQ sharing for assigned PCI 2.3 devices
by Jan Kiszka
· 13 years ago
3e51570
KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
by Avi Kivity
· 13 years ago
4cee479
KVM: x86 emulator: Allow PM/VM86 switch during task switch
by Kevin Wolf
· 13 years ago
ea5e97e
KVM: SVM: Fix CPL updates
by Kevin Wolf
· 13 years ago
66b0ab8
KVM: x86 emulator: VM86 segments must have DPL 3
by Kevin Wolf
· 13 years ago
7f3d35f
KVM: x86 emulator: Fix task switch privilege checks
by Kevin Wolf
· 13 years ago
270c6c7
KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulation
by Gleb Natapov
· 13 years ago
db3fe4e
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
by Takuya Yoshikawa
· 13 years ago
fb03cb6
KVM: Introduce gfn_to_index() which returns the index for a given level
by Takuya Yoshikawa
· 13 years ago
6dbf79e
KVM: Fix write protection race during dirty logging
by Takuya Yoshikawa
· 13 years ago
1016674
KVM: VMX: remove yield_on_hlt
by Raghavendra K T
· 13 years ago
e26101b
KVM: Track TSC synchronization in generations
by Zachary Amsden
· 13 years ago
0dd6a6e
KVM: Dont mark TSC unstable due to S4 suspend
by Zachary Amsden
· 13 years ago
f1e2b26
KVM: Allow adjust_tsc_offset to be in host or guest cycles
by Marcelo Tosatti
· 13 years ago
6f526ec
KVM: Add last_host_tsc tracking back to KVM
by Zachary Amsden
· 13 years ago
Next »