Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7d433b9f942606f66da8ef68b8baecd2915c5627
/
arch
/
x86
/
kvm
/
vmx.c
7d433b9
KVM: VMX: Make flexpriority module parameter reflect hardware capability
by Avi Kivity
· 16 years ago
7864612
KVM: Fix interrupt unhalting a vcpu when it shouldn't
by Gleb Natapov
· 16 years ago
089d034
KVM: VMX: Fold vm_need_ept() into callers
by Avi Kivity
· 16 years ago
575ff2d
KVM: VMX: Zero ept module parameter if ept is not present
by Avi Kivity
· 16 years ago
919818a
KVM: VMX: Zero the vpid module parameter if vpid is not supported
by Avi Kivity
· 16 years ago
4462d21
KVM: VMX: Annotate module parameters as __read_mostly
by Avi Kivity
· 16 years ago
736caef
KVM: VMX: Simplify module parameter names
by Avi Kivity
· 16 years ago
6062d01
KVM: VMX: Rename kvm_handle_exit() to vmx_handle_exit()
by Avi Kivity
· 16 years ago
c1f8bc0
KVM: VMX: Make module parameters readable
by Avi Kivity
· 16 years ago
fe4c7b1
KVM: reuse (pop|push)_irq from svm.c in vmx.c
by Gleb Natapov
· 16 years ago
5897297
KVM: VMX: Don't intercept MSR_KERNEL_GS_BASE
by Avi Kivity
· 16 years ago
3e7c73e
KVM: VMX: Don't use highmem pages for the msr and pio bitmaps
by Avi Kivity
· 16 years ago
16175a7
KVM: VMX: Don't allow uninhibited access to EFER on i386
by Avi Kivity
· 16 years ago
401d10d
KVM: VMX: Update necessary state when guest enters long mode
by Amit Shah
· 16 years ago
49cd7d2
KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmio
by Sheng Yang
· 16 years ago
34c33d1
KVM: Drop unused evaluations from string pio handlers
by Jan Kiszka
· 16 years ago
8b3079a
KVM: VMX: When emulating on invalid vmx state, don't return to userspace unnecessarily
by Avi Kivity
· 16 years ago
10f32d8
KVM: VMX: Prevent exit handler from running if emulating due to invalid state
by Avi Kivity
· 16 years ago
9fd4a3b
KVM: VMX: don't clobber segment AR if emulating invalid state
by Avi Kivity
· 16 years ago
1872a3f
KVM: VMX: Fix guest state validity checks
by Avi Kivity
· 16 years ago
53f658b3
KVM: VMX: initialize TSC offset relative to vm creation time
by Marcelo Tosatti
· 16 years ago
ae675ef
KVM: x86: Wire-up hardware breakpoints for guest debugging
by Jan Kiszka
· 16 years ago
42dbaa5
KVM: x86: Virtualize debug registers
by Jan Kiszka
· 16 years ago
55934c0
KVM: VMX: Allow single-stepping when uninterruptible
by Jan Kiszka
· 16 years ago
d0bfb94
KVM: New guest debug interface
by Jan Kiszka
· 16 years ago
8ab2d2e
KVM: VMX: Support for injecting software exceptions
by Jan Kiszka
· 16 years ago
516a1a7
KVM: VMX: Flush volatile msrs before emulating rdmsr
by Avi Kivity
· 16 years ago
b682b81
KVM: x86: fix LAPIC pending count calculation
by Marcelo Tosatti
· 16 years ago
2aaf69d
KVM: MMU: Map device MMIO as UC in EPT
by Sheng Yang
· 16 years ago
4531220
KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI
by Jan Kiszka
· 16 years ago
264ff01
KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchip
by Jan Kiszka
· 16 years ago
efff9e5
KVM: VMX: fix sparse warning
by Hannes Eder
· 16 years ago
df203ec
KVM: VMX: Conditionally request interrupt window after injecting irq
by Avi Kivity
· 16 years ago
710ff4a
KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()
by Eduardo Habkost
· 16 years ago
6210e37
KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h
by Eduardo Habkost
· 16 years ago
13673a9
KVM: VMX: move vmx.h to include/asm
by Eduardo Habkost
· 16 years ago
1d5a4d9
KVM: VMX: Handle mmio emulation when guest state is invalid
by Guillaume Thouvenin
· 16 years ago
e93f36b
KVM: allow emulator to adjust rip for emulated pio instructions
by Guillaume Thouvenin
· 16 years ago
6fe6397
KVM: VMX: Move private memory slot position
by Sheng Yang
· 16 years ago
64d4d52
KVM: Enable MTRR for EPT
by Sheng Yang
· 16 years ago
468d472
KVM: VMX: Add PAT support for EPT
by Sheng Yang
· 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
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
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
bd2b3ca
KVM: VMX: Fix interrupt loss during race with NMI
by Avi Kivity
· 16 years ago
928d4bf
KVM: VMX: Set IGMT bit in EPT entry
by Sheng Yang
· 16 years ago
83dbc83
KVM: VMX: enable invlpg exiting if EPT is disabled
by Marcelo Tosatti
· 16 years ago
a705289
KVM: x86: trap invlpg
by Marcelo Tosatti
· 16 years ago
4c2155c
KVM: switch to get_user_pages_fast
by Marcelo Tosatti
· 16 years ago
9ea542f
KVM: VMX: Rename IA32_FEATURE_CONTROL bits
by Sheng Yang
· 16 years ago
4b92fe0
KVM: VMX: Cleanup stalled INTR_INFO read
by Jan Kiszka
· 16 years ago
fa89a81
KVM: Add statistics for guest irq injections
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
a89a8fb
KVM: VMX: Modify mode switching and vmentry functions
by Mohammed Gamal
· 16 years ago
ea953ef
KVM: VMX: Add invalid guest state handler
by Mohammed Gamal
· 16 years ago
04fa4d3
KVM: VMX: Add module parameter and emulation flag.
by Mohammed Gamal
· 16 years ago
648dfaa
KVM: VMX: Add Guest State Validity Checks
by Mohammed Gamal
· 16 years ago
ecfc79c
KVM: VMX: Use interrupt queue for !irqchip_in_kernel
by Avi Kivity
· 16 years ago
464d17c
KVM: VMX: Clean up magic number 0x66 in init_rmode_tss
by Sheng Yang
· 16 years ago
313dbd4
KVM: VMX: Avoid vmwrite(HOST_RSP) when possible
by Avi Kivity
· 16 years ago
c801949
KVM: VMX: Unify register save/restore across 32 and 64 bit hosts
by Avi Kivity
· 16 years ago
77ab6db
KVM: VMX: Reinject real mode exception
by Jan Kiszka
· 16 years ago
19bd8af
KVM: Consolidate XX_VECTOR defines
by Jan Kiszka
· 16 years ago
60bd83a
KVM: VMX: Remove redundant check in handle_rmode_exception
by Mohammed Gamal
· 16 years ago
f7d9238
KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()
by Avi Kivity
· 16 years ago
35920a3
KVM: VMX: Fix pending exception processing
by Avi Kivity
· 16 years ago
668f612
KVM: VMX: Move nmi injection failure processing to vm exit path
by Avi Kivity
· 16 years ago
cf393f7
KVM: Move NMI IRET fault processing to new vmx_complete_interrupts()
by Avi Kivity
· 16 years ago
5fdbf97
KVM: x86: accessors for guest registers
by Marcelo Tosatti
· 16 years ago
ca60dfb
KVM: VMX: Rename misnamed msr bits
by Sheng Yang
· 16 years ago
534e38b
KVM: VMX: Always return old for clear_flush_young() when using EPT
by Sheng Yang
· 16 years ago
5fdbcb9
KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.ko
by Sheng Yang
· 16 years ago
5ec5726
KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameter
by Sheng Yang
· 16 years ago
577bdc4
KVM: Avoid instruction emulation when event delivery is pending
by Avi Kivity
· 16 years ago
d6e88ae
KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues
by Avi Kivity
· 16 years ago
4e1096d
KVM: VMX: Add ept_sync_context in flush_tlb
by Sheng Yang
· 16 years ago
efa67e0
KVM: VMX: Fake emulate Intel perfctr MSRs
by Chris Lalancette
· 16 years ago
65267ea
KVM: VMX: Fix a wrong usage of vmcs_config
by Sheng Yang
· 16 years ago
f08864b
KVM: VMX: Enable NMI with in-kernel irqchip
by Sheng Yang
· 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
7682f2d
KVM: VMX: Trivial vmcs_write64() code simplification
by Avi Kivity
· 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
· 16 years ago
a9b21b6
KVM: VMX: Fix host msr corruption with preemption enabled
by Avi Kivity
· 16 years ago
e693d71
KVM: VMX: Clear CR4.VMXE in hardware_disable
by Eli Collins
· 16 years ago
2f59971
KVM: migrate PIT timer
by Marcelo Tosatti
· 16 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
67253af
KVM: Add kvm_x86_ops get_tdp_level()
by Sheng Yang
· 17 years ago
d56f546
KVM: VMX: EPT Feature Detection
by Sheng Yang
· 17 years ago
Next »