Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
e93f36bcfaa9e899c595e1c446c784a69021854a
/
arch
/
x86
/
kvm
e93f36b
KVM: allow emulator to adjust rip for emulated pio instructions
by Guillaume Thouvenin
· 16 years ago
c0d0982
KVM: SVM: Set the 'busy' flag of the TR selector
by Amit Shah
· 16 years ago
25022ac
KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migration
by Amit Shah
· 16 years ago
b8222ad
KVM: x86: Fix typo in function name
by Amit Shah
· 16 years ago
cc6e462
KVM: x86: Optimize NMI watchdog delivery
by Jan Kiszka
· 16 years ago
8fdb235
KVM: x86: Fix and refactor NMI watchdog emulation
by Jan Kiszka
· 16 years ago
291fd39
KVM: x86 emulator: Add decode entries for 0x04 and 0x05 opcodes (add acc, imm)
by Guillaume Thouvenin
· 16 years ago
6fe6397
KVM: VMX: Move private memory slot position
by Sheng Yang
· 16 years ago
291f26b
KVM: MMU: Extend kvm_mmu_page->slot_bitmap size
by Sheng Yang
· 16 years ago
64d4d52
KVM: Enable MTRR for EPT
by Sheng Yang
· 16 years ago
74be52e
KVM: Add local get_mtrr_type() to support MTRR
by Sheng Yang
· 16 years ago
468d472
KVM: VMX: Add PAT support for EPT
by Sheng Yang
· 16 years ago
0bed3b5
KVM: Improve MTRR structure
by Sheng Yang
· 16 years ago
5f17928
KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callback
by Gleb Natapov
· 16 years ago
3b86cd9
KVM: VMX: work around lacking VNMI support
by Jan Kiszka
· 16 years ago
487b391
KVM: VMX: Provide support for user space injected NMIs
by Jan Kiszka
· 16 years ago
c4abb7c
KVM: x86: Support for user space injected NMIs
by Jan Kiszka
· 16 years ago
26df99c
KVM: Kick NMI receiving VCPU
by Jan Kiszka
· 16 years ago
0496fbb
KVM: x86: VCPU with pending NMI is runnabled
by Jan Kiszka
· 16 years ago
23930f9
KVM: x86: Enable NMI Watchdog via in-kernel PIT source
by Jan Kiszka
· 16 years ago
66a5a34
KVM: VMX: fix real-mode NMI support
by Jan Kiszka
· 16 years ago
f460ee4
KVM: VMX: refactor IRQ and NMI window enabling
by Jan Kiszka
· 16 years ago
33f089c
KVM: VMX: refactor/fix IRQ and NMI injectability determination
by Jan Kiszka
· 16 years ago
448fa4a
KVM: x86: Reset pending/inject NMI state on CPU reset
by Jan Kiszka
· 16 years ago
60637aa
KVM: VMX: Support for NMI task gates
by Jan Kiszka
· 16 years ago
e4a4188
KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic value
by Jan Kiszka
· 16 years ago
a26bf12
KVM: VMX: include all IRQ window exits in statistics
by Jan Kiszka
· 16 years ago
2786b01
KVM: x86 emulator: consolidate push reg
by Guillaume Thouvenin
· 16 years ago
6c47535
KVM: MMU: avoid creation of unreachable pages in the shadow
by Marcelo Tosatti
· 16 years ago
0c0f40b
KVM: MMU: fix sync of ptes addressed at owner pagetable
by Marcelo Tosatti
· 16 years ago
bd2b3ca
KVM: VMX: Fix interrupt loss during race with NMI
by Avi Kivity
· 16 years ago
e17d1dc
KVM: Fix pit memory leak if unable to allocate irq source id
by Avi Kivity
· 16 years ago
928d4bf
KVM: VMX: Set IGMT bit in EPT entry
by Sheng Yang
· 16 years ago
ca93e99
KVM: Require the PCI subsystem
by Avi Kivity
· 16 years ago
c41ef34
KVM: MMU: increase per-vcpu rmap cache alloc size
by Marcelo Tosatti
· 16 years ago
5550af4
KVM: Fix guest shared interrupt with in-kernel irqchip
by Sheng Yang
· 16 years ago
6ad9f15
KVM: MMU: sync root on paravirt TLB flush
by Marcelo Tosatti
· 16 years ago
651dab4
Merge commit 'linus/master' into merge-linus
by Arjan van de Ven
· 16 years ago
08d19f51
Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
by Linus Torvalds
· 16 years ago
80a914d
misc: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
3de42dc
KVM: Separate irq ack notification out of arch/x86/kvm/irq.c
by Xiantao Zhang
· 16 years ago
8a98f66
KVM: Move device assignment logic to common code
by Xiantao Zhang
· 16 years ago
371c01b
KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/
by Zhang xiantao
· 16 years ago
83dbc83
KVM: VMX: enable invlpg exiting if EPT is disabled
by Marcelo Tosatti
· 16 years ago
1b10bf3
KVM: x86: Silence various LAPIC-related host kernel messages
by Jan Kiszka
· 16 years ago
e5fcfc8
KVM: Device Assignment: Map mmio pages into VT-d page table
by Weidong Han
· 16 years ago
e482580
KVM: PIC: enhance IPI avoidance
by Marcelo Tosatti
· 16 years ago
582801a
KVM: MMU: add "oos_shadow" parameter to disable oos
by Marcelo Tosatti
· 16 years ago
0074ff6
KVM: MMU: speed up mmu_unsync_walk
by Marcelo Tosatti
· 16 years ago
4731d4c
KVM: MMU: out of sync shadow core
by Marcelo Tosatti
· 16 years ago
6844dec
KVM: MMU: mmu_convert_notrap helper
by Marcelo Tosatti
· 16 years ago
0738541
KVM: MMU: awareness of new kvm_mmu_zap_page behaviour
by Marcelo Tosatti
· 16 years ago
ad8cfbe
KVM: MMU: mmu_parent_walk
by Marcelo Tosatti
· 16 years ago
a705289
KVM: x86: trap invlpg
by Marcelo Tosatti
· 16 years ago
0ba73cd
KVM: MMU: sync roots on mmu reload
by Marcelo Tosatti
· 16 years ago
e8bc217
KVM: MMU: mode specific sync_page
by Marcelo Tosatti
· 16 years ago
38187c8
KVM: MMU: do not write-protect large mappings
by Marcelo Tosatti
· 16 years ago
a378b4e
KVM: MMU: move local TLB flush to mmu_set_spte
by Marcelo Tosatti
· 16 years ago
1e73f9d
KVM: MMU: split mmu_set_spte
by Marcelo Tosatti
· 16 years ago
93a423e
KVM: MMU: flush remote TLBs on large->normal entry overwrite
by Marcelo Tosatti
· 16 years ago
af2152f
KVM: don't enter guest after SIPI was received by a CPU
by Gleb Natapov
· 16 years ago
2259e3a
KVM: x86.c make kvm_load_realmode_segment static
by Harvey Harrison
· 16 years ago
4c2155c
KVM: switch to get_user_pages_fast
by Marcelo Tosatti
· 16 years ago
bfadade
KVM: Device Assignment: Free device structures if IRQ allocation fails
by Amit Shah
· 16 years ago
62c476c
KVM: Device Assignment with VT-d
by Ben-Ami Yassour
· 16 years ago
aa3a816
KVM: x86 emulator: Use DstAcc for 'and'
by Guillaume Thouvenin
· 16 years ago
8a9fee6
KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d)
by Guillaume Thouvenin
· 16 years ago
9c9fddd
KVM: x86 emulator: Add DstAcc operand type
by Guillaume Thouvenin
· 16 years ago
defed7e
x86: Move FEATURE_CONTROL bits to msr-index.h
by Sheng Yang
· 16 years ago
9ea542f
KVM: VMX: Rename IA32_FEATURE_CONTROL bits
by Sheng Yang
· 16 years ago
ef46f18
KVM: x86 emulator: fix jmp r/m64 instruction
by Avi Kivity
· 16 years ago
4b92fe0
KVM: VMX: Cleanup stalled INTR_INFO read
by Jan Kiszka
· 16 years ago
9c3e4aa
KVM: x86: unhalt vcpu0 on reset
by Marcelo Tosatti
· 16 years ago
d19292e
KVM: x86 emulator: Add call near absolute instruction (opcode 0xff/2)
by Mohammed Gamal
· 16 years ago
d769017
KVM: x86: do not execute halted vcpus
by Marcelo Tosatti
· 16 years ago
a6a3034
KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef)
by Mohammed Gamal
· 16 years ago
fa89a81
KVM: Add statistics for guest irq injections
by Avi Kivity
· 16 years ago
d40a1ee
KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr
by Sheng Yang
· 16 years ago
fb4616f
KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd)
by Mohammed Gamal
· 16 years ago
a89c1ad
KVM: add MC5_MISC msr read support
by Joerg Roedel
· 16 years ago
48d1503
KVM: SVM: No need to unprotect memory during event injection when using npt
by Avi Kivity
· 16 years ago
3201b5d
KVM: MMU: Fix setting the accessed bit on non-speculative sptes
by Avi Kivity
· 16 years ago
171d595
KVM: MMU: Flush tlbs after clearing write permission when accessing dirty log
by Avi Kivity
· 16 years ago
2245a28
KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()
by Avi Kivity
· 16 years ago
bc2d429
KVM: MMU: Account for npt/ept/realmode page faults
by Avi Kivity
· 16 years ago
a5e2e82
KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf)
by Mohammed Gamal
· 16 years ago
acee3c0
KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED
by Avi Kivity
· 16 years ago
abb9e0b
KVM: MMU: Convert the paging mode shadow walk to use the generic walker
by Avi Kivity
· 16 years ago
140754b
KVM: MMU: Convert direct maps to use the generic shadow walker
by Avi Kivity
· 16 years ago
3d000db
KVM: MMU: Add generic shadow walker
by Avi Kivity
· 16 years ago
6c41f42
KVM: MMU: Infer shadow root level in direct_map()
by Avi Kivity
· 16 years ago
6e37d3d
KVM: MMU: Unify direct map 4K and large page paths
by Avi Kivity
· 16 years ago
135f8c2
KVM: MMU: Move SHADOW_PT_INDEX to mmu.c
by Avi Kivity
· 16 years ago
6eb06cb
KVM: x86 emulator: remove bad ByteOp specifier from NEG descriptor
by Avi Kivity
· 16 years ago
41afa02
KVM: x86 emulator: remove duplicate SrcImm
by roel kluin
· 16 years ago
f4bbd9a
KVM: Load real mode segments correctly
by Avi Kivity
· 16 years ago
a16b20d
KVM: VMX: Change segment dpl at reset to 3
by Avi Kivity
· 16 years ago
5706be0
KVM: VMX: Change cs reset state to be a data segment
by Avi Kivity
· 16 years ago
ee032c9
KVM: make irq ack notifier functions static
by Harvey Harrison
· 16 years ago
29c8fa3
KVM: Use kvm_set_irq to inject interrupts
by Amit Shah
· 16 years ago
Next »