Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
355be0b9300579e02275d7d19374806a974ce622
/
arch
/
x86
/
kvm
/
vmx.c
355be0b
KVM: x86: Refactor guest debug IOCTL handling
by Jan Kiszka
· 15 years ago
3230bb4
KVM: Fix hotplug of CPUs
by Zachary Amsden
· 15 years ago
10474ae
KVM: Activate Virtualization On Demand
by Alexander Graf
· 15 years ago
80ced18
KVM: VMX: Enhance invalid guest state emulation
by Mohammed Gamal
· 15 years ago
851ba69
KVM: Don't pass kvm_run arguments
by Avi Kivity
· 15 years ago
eb5109e
KVM: VMX: flush TLB with INVEPT on cpu migration
by Marcelo Tosatti
· 15 years ago
0a79b00
KVM: VMX: Check cpl before emulating debug register access
by Avi Kivity
· 15 years ago
542423b
KVM: VMX: call vmx_load_host_state() only if msr is cached
by Gleb Natapov
· 15 years ago
e8a4834
KVM: VMX: Conditionally reload debug register 6
by Avi Kivity
· 15 years ago
5fff7d2
KVM: VMX: Fix cr8 exiting control clobbering by EPT
by Gleb Natapov
· 15 years ago
95eb84a
KVM: VMX: Fix EPT with WP bit change during paging
by Sheng Yang
· 15 years ago
345dcaa
KVM: VMX: Adjust rflags if in real mode emulation
by Avi Kivity
· 15 years ago
3a34a88
KVM: fix EFER read buffer overflow
by Roel Kluin
· 15 years ago
eab4b8a
KVM: VMX: Optimize vmx_get_cpl()
by Avi Kivity
· 15 years ago
344f414
KVM: report 1GB page support to userspace
by Joerg Roedel
· 15 years ago
7f582ab
KVM: VMX: Avoid to return ENOTSUPP to userland
by Jan Kiszka
· 15 years ago
b927a3c
KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl
by Sheng Yang
· 15 years ago
229456f
KVM: convert custom marker based tracing to event traces
by Marcelo Tosatti
· 16 years ago
d3edefc
KVM: VMX: Only reload guest cr2 if different from host cr2
by Avi Kivity
· 16 years ago
54dee99
KVM: VMX: conditionally disable 2M pages
by Marcelo Tosatti
· 16 years ago
68f8940
KVM: VMX: EPT misconfiguration handler
by Marcelo Tosatti
· 16 years ago
e799794
KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits
by Marcelo Tosatti
· 16 years ago
71db602
KVM: Move performance counter MSR access interception to generic x86 path
by Andre Przywara
· 16 years ago
c5af89b
KVM: Introduce kvm_vcpu_is_bsp() function.
by Gleb Natapov
· 16 years ago
7ffd92c
KVM: VMX: Move rmode structure to vmx-specific code
by Avi Kivity
· 16 years ago
3a624e2
KVM: VMX: Support Unrestricted Guest feature
by Nitin A Kamble
· 16 years ago
596ae89
KVM: VMX: Fix reporting of unhandled EPT violations
by Avi Kivity
· 16 years ago
6de4f3a
KVM: Cache pdptrs
by Avi Kivity
· 16 years ago
8f5d549
KVM: VMX: Simplify pdptr and cr3 management
by Avi Kivity
· 16 years ago
2d84e99
KVM: VMX: Avoid duplicate ept tlb flush when setting cr3
by Avi Kivity
· 16 years ago
787ff73
KVM: Drop interrupt shadow when single stepping should be done only on VMX
by Gleb Natapov
· 16 years ago
af24a4e
KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h
by Jaswinder Singh Rajput
· 16 years ago
ae0bb3e
KVM: VMX: Properly handle software interrupt re-injection in real mode
by Gleb Natapov
· 16 years ago
263799a
KVM: VMX: Fix locking imbalance on emulation failure
by Jan Kiszka
· 15 years ago
34f0c1a
KVM: VMX: Fix locking order in handle_invalid_guest_state
by Jan Kiszka
· 15 years ago
e3c7cb6
KVM: VMX: Handle vmx instruction vmexits
by Avi Kivity
· 16 years ago
6484eb3
page allocator: do not check NUMA node ID when the caller knows the node is valid
by Mel Gorman
· 16 years ago
a0861c0
KVM: Add VT-x machine check support
by Andi Kleen
· 16 years ago
56b237e
KVM: VMX: Rename rmode.active to rmode.vm86_active
by Nitin A Kamble
· 16 years ago
20f6598
KVM: Move "exit due to NMI" handling into vmx_complete_interrupts()
by Gleb Natapov
· 16 years ago
66fd3f7
KVM: Do not re-execute INTn instruction.
by Gleb Natapov
· 16 years ago
3298b75
KVM: Unprotect a page if #PF happens during NMI injection.
by Gleb Natapov
· 16 years ago
2809f5d
KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()
by Glauber Costa
· 16 years ago
522c68c
KVM: Enable snooping control for supported hardware
by Sheng Yang
· 16 years ago
4b12f0d
KVM: Replace get_mt_mask_shift with get_mt_mask
by Sheng Yang
· 16 years ago
14d0bc1
KVM: Get rid of get_irq() callback
by Gleb Natapov
· 16 years ago
95ba827313
KVM: SVM: Add NMI injection support
by Gleb Natapov
· 16 years ago
c4282df
KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open
by Gleb Natapov
· 16 years ago
0a5fff19
KVM: Do not report TPR write to userspace if new value bigger or equal to a previous one.
by Gleb Natapov
· 16 years ago
1d6ed0c
KVM: Remove inject_pending_vectors() callback
by Gleb Natapov
· 16 years ago
1cb948a
KVM: Remove exception_injected() callback.
by Gleb Natapov
· 16 years ago
1f21e79
KVM: VMX: Cleanup vmx_intr_assist()
by Gleb Natapov
· 16 years ago
863e8e6
KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX
by Gleb Natapov
· 16 years ago
8061823
KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too
by Gleb Natapov
· 16 years ago
64a7ec0
KVM: Fix unneeded instruction skipping during task switching.
by Gleb Natapov
· 16 years ago
8843419
KVM: VMX: Do not zero idt_vectoring_info in vmx_complete_interrupts().
by Gleb Natapov
· 16 years ago
37b96e9
KVM: VMX: Rewrite vmx_complete_interrupt()'s twisted maze of if() statements
by Gleb Natapov
· 16 years ago
7b4a25c
KVM: VMX: Fix handling of a fault during NMI unblocked due to IRET
by Gleb Natapov
· 16 years ago
93ba03c
KVM: VMX: Fix feature testing
by Sheng Yang
· 16 years ago
0454715
KVM: VMX: Clean up Flex Priority related
by Sheng Yang
· 16 years ago
f9c617f
KVM: VMX: Correct wrong vmcs field sizes
by Sheng Yang
· 16 years ago
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
53f658b
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
Next »