Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ef050dc0390176ec6888f373edb776587c88be3d
/
arch
/
x86
/
kvm
/
x86.c
ef050dc
KVM: x86 emulator: set RFLAGS outside x86 emulator code
by Gleb Natapov
· 15 years ago
95c5588
KVM: x86 emulator: advance RIP outside x86 emulator code
by Gleb Natapov
· 15 years ago
3457e41
KVM: handle emulation failure case first
by Gleb Natapov
· 15 years ago
8fe681e
KVM: do not inject #PF in (read|write)_emulated() callbacks
by Gleb Natapov
· 15 years ago
f181b96
KVM: remove export of emulator_write_emulated()
by Gleb Natapov
· 15 years ago
c3cd7ff
KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure
by Gleb Natapov
· 15 years ago
411c35b
KVM: fill in run->mmio details in (read|write)_emulated function
by Gleb Natapov
· 15 years ago
338dbc9
KVM: x86 emulator: make (get|set)_dr() callback return error if it fails
by Gleb Natapov
· 15 years ago
0f12244
KVM: x86 emulator: make set_cr() callback return error if it fails
by Gleb Natapov
· 15 years ago
5951c44
KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_ops
by Gleb Natapov
· 15 years ago
3fb1b5d
KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops
by Gleb Natapov
· 15 years ago
35aa537
KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops
by Gleb Natapov
· 15 years ago
1c11e71
KVM: VMX: Avoid writing HOST_CR0 every entry
by Avi Kivity
· 15 years ago
914ebcc
KVM: x86: avoid unnecessary bitmap allocation when memslot is clean
by Takuya Yoshikawa
· 15 years ago
7a73c02
KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR
by Avi Kivity
· 14 years ago
98edb6c
Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 years ago
8fbf065
KVM: x86: Add missing locking to arch specific vcpu ioctls
by Avi Kivity
· 15 years ago
a3d204e
KVM: x86: Check LMA bit before set_efer
by Sheng Yang
· 15 years ago
f78e917
KVM: Don't allow lmsw to clear cr0.pe
by Avi Kivity
· 15 years ago
371bcf6
KVM: x86: Tell the guest we'll warn it about tsc stability
by Glauber Costa
· 15 years ago
84478c8
KVM: x86: export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUID
by Glauber Costa
· 15 years ago
11c6bff
KVM: x86: change msr numbers for kvmclock
by Glauber Costa
· 15 years ago
b69e8ca
KVM: x86: Inject #GP with the right rip on efer writes
by Roedel, Joerg
· 15 years ago
3f0fd29
KVM: x86: Fix exception reinjection forced to true
by Joerg Roedel
· 15 years ago
9ed3c44
KVM: Fix wallclock version writing race
by Avi Kivity
· 15 years ago
f1d86e4
KVM: x86: properly update ready_for_interrupt_injection
by Marcelo Tosatti
· 15 years ago
4d7b4ac
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
ce7ddec
KVM: x86: Allow marking an exception as reinjected
by Joerg Roedel
· 15 years ago
d4330ef
KVM: x86: Add callback to let modules decide over some supported cpuid bits
by Joerg Roedel
· 15 years ago
8d3b932
Merge remote branch 'tip/perf/core'
by Avi Kivity
· 15 years ago
87bc3bf
KVM: MMU: Drop cr4.pge from shadow page role
by Avi Kivity
· 15 years ago
90d83dc
KVM: use the correct RCU API for PROVE_RCU=y
by Lai Jiangshan
· 15 years ago
9beeaa2
Merge branch 'perf'
by Avi Kivity
· 15 years ago
19d0443
KVM: fix emulator_task_switch() return value.
by Gleb Natapov
· 15 years ago
e269fb2
KVM: x86: Push potential exception error code on task switches
by Jan Kiszka
· 15 years ago
8f6abd0
KVM: x86: get rid of mmu_only parameter in emulator_write_emulated()
by Gleb Natapov
· 15 years ago
020df07
KVM: move DR register access handling into generic code
by Gleb Natapov
· 15 years ago
f7a7119
KVM: Fix MAXPHYADDR calculation when cpuid does not support it
by Avi Kivity
· 15 years ago
e46479f
KVM: Trace emulated instructions
by Avi Kivity
· 15 years ago
482ac18
KVM: x86 emulator: commit rflags as part of registers commit
by Gleb Natapov
· 15 years ago
9749a6c
KVM: x86: Fix 32-bit build breakage due to typo
by Jan Kiszka
· 15 years ago
92bf974
KVM: small kvm_arch_vcpu_ioctl_run() cleanup.
by Gleb Natapov
· 15 years ago
5cd2191
KVM: x86 emulator: restart string instruction without going back to a guest.
by Gleb Natapov
· 15 years ago
7972995
KVM: x86 emulator: Move string pio emulation into emulator.c
by Gleb Natapov
· 15 years ago
cf8f70b
KVM: x86 emulator: fix in/out emulation.
by Gleb Natapov
· 15 years ago
ceffb45
KVM: Use task switch from emulator.c
by Gleb Natapov
· 15 years ago
2dafc6c
KVM: x86 emulator: Provide more callbacks for x86 emulator.
by Gleb Natapov
· 15 years ago
063db06
KVM: Provide current eip as part of emulator context.
by Gleb Natapov
· 15 years ago
9c53724
KVM: Provide x86_emulate_ctxt callback to get current cpl
by Gleb Natapov
· 15 years ago
93a152b
KVM: remove realmode_lmsw function.
by Gleb Natapov
· 15 years ago
52a4661
KVM: Provide callback to get/set control registers in emulator ops.
by Gleb Natapov
· 15 years ago
49c6799
KVM: Remove pointer to rflags from realmode_set_cr parameters.
by Gleb Natapov
· 15 years ago
4a5f48f
KVM: Don't follow an atomic operation by a non-atomic one
by Avi Kivity
· 15 years ago
daea3e7
KVM: Make locked operations truly atomic
by Avi Kivity
· 15 years ago
160d2f6
KVM: x86: fix the error of ioctl KVM_IRQ_LINE if no irq chip
by Wei Yongjun
· 15 years ago
5c1c85d0
KVM: Trace exception injection
by Avi Kivity
· 15 years ago
2ed152a
KVM: cleanup kvm trace
by Xiao Guangrong
· 15 years ago
fe19c5a
KVM: x86: Call vcpu_load and vcpu_put in cpuid_update
by Dongxiao Xu
· 15 years ago
2d49ec7
KVM: move segment_base() into vmx.c
by Gleb Natapov
· 15 years ago
254d4d4
KVM: fix segment_base() error checking
by Gleb Natapov
· 15 years ago
d6ab1ed
KVM: Drop kvm_get_gdt() in favor of generic linux function
by Gleb Natapov
· 15 years ago
b44ea38
KVM: x86: Don't set arch.cr0 in kvm_set_cr0
by Joerg Roedel
· 15 years ago
8249402
KVM: SVM: Ignore write of hwcr.ignne
by Joerg Roedel
· 15 years ago
2e554e8
KVM: SVM: Add kvm_nested_intercepts tracepoint
by Joerg Roedel
· 15 years ago
83bf000
KVM: x86: Preserve injected TF across emulation
by Jan Kiszka
· 15 years ago
c310bac
KVM: x86: Drop RF manipulation for guest single-stepping
by Jan Kiszka
· 15 years ago
f92653e
KVM: x86: Add kvm_is_linear_rip
by Jan Kiszka
· 15 years ago
a1efbe7
KVM: x86: Add support for saving&restoring debug registers
by Jan Kiszka
· 15 years ago
48005f6
KVM: x86: Save&restore interrupt shadow mask
by Jan Kiszka
· 15 years ago
03b82a3
KVM: x86: Do not return soft events in vcpu_events
by Jan Kiszka
· 15 years ago
112592d
KVM: drop unneeded kvm_run check in emulate_instruction()
by Gleb Natapov
· 15 years ago
89a27f4
KVM: use desc_ptr struct instead of kvm private descriptor_table
by Gleb Natapov
· 15 years ago
70bce3b
Merge branch 'linus' into perf/core
by Ingo Molnar
· 15 years ago
e8861cfe
KVM: x86: Fix TSS size check for 16-bit tasks
by Jan Kiszka
· 15 years ago
87bf6e7
KVM: fix the handling of dirty bitmaps to avoid overflows
by Takuya Yoshikawa
· 15 years ago
114be42
KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL
by Andre Przywara
· 15 years ago
d6a2389
KVM: Don't spam kernel log when injecting exceptions due to bad cr writes
by Avi Kivity
· 15 years ago
7567cae
KVM: take srcu lock before call to complete_pio()
by Gleb Natapov
· 15 years ago
dcf46b9
perf & kvm: Clean up some of the guest profiling callback API details
by Zhang, Yanmin
· 15 years ago
ff9d07a
KVM: Implement perf callbacks for guest sampling
by Zhang, Yanmin
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d2be165
KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEP
by Jan Kiszka
· 15 years ago
c697518
KVM: Fix segment descriptor loading
by Gleb Natapov
· 15 years ago
6f55048
KVM: Fix load_guest_segment_descriptor() to inject page fault
by Takuya Yoshikawa
· 15 years ago
fa8273e
KVM: Convert i8254/i8259 locks to raw_spinlocks
by Thomas Gleixner
· 15 years ago
f850e2e
KVM: x86 emulator: Check IOPL level during io instruction emulation
by Gleb Natapov
· 15 years ago
1871c60
KVM: x86 emulator: fix memory access during x86 emulation
by Gleb Natapov
· 15 years ago
a004475
KVM: x86 emulator: Add Virtual-8086 mode of emulation
by Gleb Natapov
· 15 years ago
72bb2fc
KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrl
by Wei Yongjun
· 15 years ago
1976d2d
KVM: Remove redundant reading of rax on OUT instructions
by Takuya Yoshikawa
· 15 years ago
7edcfac
KVM: fix kvm_fix_hypercall() to return X86EMUL_*
by Takuya Yoshikawa
· 15 years ago
c125c60
KVM: fix load_guest_segment_descriptor() to return X86EMUL_*
by Takuya Yoshikawa
· 15 years ago
ab9f4ec
KVM: enable PCI multiple-segments for pass-through device
by Zhai, Edwin
· 15 years ago
e01c242
KVM: mark segments accessed on HW task switch
by Gleb Natapov
· 15 years ago
0c04851
KVM: trace guest fpu loads and unloads
by Avi Kivity
· 15 years ago
f6801df
KVM: Rename vcpu->shadow_efer to efer
by Avi Kivity
· 15 years ago
3eeb328
KVM: Add a helper for checking if the guest is in protected mode
by Avi Kivity
· 15 years ago
6b52d18
KVM: Activate fpu on clts
by Avi Kivity
· 15 years ago
e5bb402
KVM: Drop kvm_{load,put}_guest_fpu() exports
by Avi Kivity
· 15 years ago
2608d7a
KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active
by Avi Kivity
· 15 years ago
Next »