Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b0fcd903e6f3f47189baddf3fe085bdf78c9644c
/
drivers
/
kvm
/
kvm_main.c
b0fcd90
KVM: Correctly handle writes crossing a page boundary
by Avi Kivity
· 17 years ago
35f3f28
KVM: x86 emulator: implement rdmsr and wrmsr
by Avi Kivity
· 17 years ago
90cb052
KVM: Fix memory slot management functions for guest smp
by Avi Kivity
· 17 years ago
cec9ad2
KVM: Use CPU_DYING for disabling virtualization
by Avi Kivity
· 17 years ago
4267c41
KVM: Tune hotplug/suspend IPIs
by Avi Kivity
· 17 years ago
1b6c016
KVM: Keep track of which cpus have virtualization enabled
by Avi Kivity
· 17 years ago
e495606
KVM: Clean up #includes
by Avi Kivity
· 17 years ago
d6d2816
KVM: Remove kvmfs in favor of the anonymous inodes source
by Avi Kivity
· 17 years ago
a3c870b
KVM: Avoid useless memory write when possible
by Luca Tettamanti
· 17 years ago
7490634
KVM: Add support for in-kernel pio handlers
by Eddie Dong
· 17 years ago
2eeb2e9
KVM: Adds support for in-kernel mmio handlers
by Gregory Haskins
· 17 years ago
d9e368d
KVM: Flush remote tlbs when reducing shadow pte permissions
by Avi Kivity
· 17 years ago
39c3b86
KVM: Keep an upper bound of initialized vcpus
by Avi Kivity
· 17 years ago
d3bef15
KVM: Move duplicate halt handling code into kvm_main.c
by Avi Kivity
· 17 years ago
120e9a4
KVM: Fix adding an smp virtual machine to the vm list
by Avi Kivity
· 17 years ago
7b53aa5
KVM: Fix vcpu freeing for guest smp
by Avi Kivity
· 17 years ago
3138994
KVM: Remove unnecessary initialization and checks in mark_page_dirty()
by Nguyen Anh Quynh
· 17 years ago
d3d25b0
KVM: MMU: Use slab caches for shadow pages and their headers
by Avi Kivity
· 17 years ago
2cc5156
KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit
by Eddie Dong
· 17 years ago
2dc7094
KVM: Implement IA32_EBL_CR_POWERON msr
by Matthew Gregan
· 18 years ago
09072da
KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()
by Avi Kivity
· 18 years ago
e6adf28
KVM: Avoid saving and restoring some host CPU state on lightweight vmexit
by Avi Kivity
· 18 years ago
7702fd1
KVM: Prevent guest fpu state from leaking into the host
by Avi Kivity
· 17 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 17 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
02c8320
KVM: Don't require explicit indication of completion of mmio or pio
by Avi Kivity
· 18 years ago
e7df56e
KVM: Remove extraneous guest entry on mmio read
by Avi Kivity
· 18 years ago
25c4c27
KVM: VMX: Properly shadow the CR0 register in the vcpu struct
by Anthony Liguori
· 18 years ago
4c690a1
KVM: Allow passing 64-bit values to the emulated read/write API
by Avi Kivity
· 18 years ago
1165f5f
KVM: Per-vcpu statistics
by Avi Kivity
· 18 years ago
3fca036
KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cycles
by Yaozu Dong
· 18 years ago
c9047f5
KVM: Handle guest page faults when emulating mmio
by Avi Kivity
· 18 years ago
b5a33a7
KVM: Use slab caches to allocate mmu data structures
by Avi Kivity
· 18 years ago
d917a6b
KVM: Initialize cr0 to indicate an fpu is present
by Avi Kivity
· 18 years ago
b883673
KVM: Add fpu get/set operations
by Avi Kivity
· 18 years ago
e820754
KVM: Add physical memory aliasing feature
by Avi Kivity
· 18 years ago
954bbbc
KVM: Simply gfn_to_page()
by Avi Kivity
· 18 years ago
0e5bf0d
KVM: Handle writes to MCG_STATUS msr
by Sergey Kiselev
· 18 years ago
024aa1c
KVM: Modify guest segments after potentially switching modes
by Avi Kivity
· 18 years ago
f6528b0
KVM: Remove set_cr0_no_modeswitch() arch op
by Avi Kivity
· 18 years ago
039576c
KVM: Avoid guest virtual addresses in string pio userspace interface
by Avi Kivity
· 18 years ago
f0fe510
KVM: Future-proof argument-less ioctls
by Avi Kivity
· 18 years ago
07c45a3
KVM: Allow kernel to select size of mmap() buffer
by Avi Kivity
· 18 years ago
1961d27
KVM: Add guest mode signal mask
by Avi Kivity
· 18 years ago
8eb7d33
KVM: Fold kvm_run::exit_type into kvm_run::exit_reason
by Avi Kivity
· 18 years ago
b4e63f5
KVM: Allow userspace to process hypercalls which have no kernel handler
by Avi Kivity
· 18 years ago
5d308f4
KVM: Add method to check for backwards-compatible API extensions
by Avi Kivity
· 18 years ago
106b552
KVM: Remove the 'emulated' field from the userspace interface
by Avi Kivity
· 18 years ago
06465c5
KVM: Handle cpuid in the kernel instead of punting to userspace
by Avi Kivity
· 18 years ago
46fc147
KVM: Do not communicate to userspace through cpu registers during PIO
by Avi Kivity
· 18 years ago
9a2bb7f
KVM: Use a shared page for kernel/user communication when runing a vcpu
by Avi Kivity
· 18 years ago
bbe4432
KVM: Use own minor number
by Avi Kivity
· 18 years ago
9b22bf5
KVM: Fix guest register corruption on paravirt hypercall
by Dor Laor
· 18 years ago
ca45aaa
KVM: Unset kvm_arch_ops if arch module loading failed
by Avi Kivity
· 18 years ago
e9cdb1e
KVM: Move kvmfs magic number to <linux/magic.h>
by Andrew Morton
· 18 years ago
58e690e
KVM: Fix bogus failure in kvm.ko module initialization
by Avi Kivity
· 18 years ago
ff990d5
KVM: Remove write access permissions when dirty-page-logging is enabled
by Uri Lublin
· 18 years ago
02b27c1
kvm: move do_remove_write_access() up
by Uri Lublin
· 18 years ago
cd1a4a9
KVM: Fix dirty page log bitmap size/access calculation
by Uri Lublin
· 18 years ago
ab51a43
KVM: Add missing calls to mark_page_dirty()
by Uri Lublin
· 18 years ago
bccf215
KVM: Per-vcpu inodes
by Avi Kivity
· 18 years ago
c5ea766
KVM: Move kvm_vm_ioctl_create_vcpu() around
by Avi Kivity
· 18 years ago
2c6f5df
KVM: Rename some kvm_dev_ioctl_*() functions to kvm_vm_ioctl_*()
by Avi Kivity
· 18 years ago
f17abe9
KVM: Create an inode per virtual machine
by Avi Kivity
· 18 years ago
37e29d9
KVM: Add internal filesystem for generating inodes
by Avi Kivity
· 18 years ago
19d1408
KVM: More 0 -> NULL conversions
by Avi Kivity
· 18 years ago
270fd9b
KVM: Wire up hypercall handlers to a central arch-independent location
by Avi Kivity
· 18 years ago
102d832
KVM: add MSR based hypercall API
by Ingo Molnar
· 18 years ago
5972e95
KVM: Use page_private()/set_page_private() apis
by Markus Rechberger
· 18 years ago
d27d4ac
KVM: Cosmetics
by Avi Kivity
· 18 years ago
43934a3
KVM: Move virtualization deactivation from CPU_DEAD state to CPU_DOWN_PREPARE
by Jeremy Katz
· 18 years ago
59ae6c6
[PATCH] KVM: Host suspend/resume support
by Avi Kivity
· 18 years ago
774c47f
[PATCH] KVM: cpu hotplug support
by Avi Kivity
· 18 years ago
133de90
[PATCH] KVM: Add a global list of all virtual machines
by Avi Kivity
· 18 years ago
1e8ba6f
[PATCH] kvm: fix vcpu freeing bug
by Ingo Molnar
· 18 years ago
5481034
[PATCH] kvm: Two-way apic tpr synchronization
by Dor Laor
· 18 years ago
8b6d44c
[PATCH] kvm: NULL noise removal
by Al Viro
· 18 years ago
2f366987
[PATCH] kvm: __user annotations
by Al Viro
· 18 years ago
6f00e68
[PATCH] KVM: Emulate IA32_MISC_ENABLE msr
by Avi Kivity
· 18 years ago
0843847
[PATCH] KVM: make sure there is a vcpu context loaded when destroying the mmu
by Avi Kivity
· 18 years ago
d21225e
[PATCH] KVM: Make loading cr3 more robust
by Ingo Molnar
· 18 years ago
cc1d895
[PATCH] KVM: Add missing 'break'
by Avi Kivity
· 18 years ago
86a2b42
[PATCH] KVM: Initialize vcpu->kvm a little earlier
by Avi Kivity
· 18 years ago
9ede74e
[PATCH] KVM: MMU: Destroy mmu while we still have a vcpu left
by Avi Kivity
· 18 years ago
714b93d
[PATCH] KVM: MMU: Replace atomic allocations by preallocated objects
by Avi Kivity
· 18 years ago
32b3562
[PATCH] KVM: MMU: Fix cmpxchg8b emulation
by Avi Kivity
· 18 years ago
5f015a5
[PATCH] KVM: MMU: Remove invlpg interception
by Avi Kivity
· 18 years ago
a436036
[PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the page
by Avi Kivity
· 18 years ago
da4a00f
[PATCH] KVM: MMU: Support emulated writes into RAM
by Avi Kivity
· 18 years ago
1b0973b
[PATCH] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae mode
by Avi Kivity
· 18 years ago
1342d35
[PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor does
by Avi Kivity
· 18 years ago
cd4a4e5
[PATCH] KVM: MMU: Implement simple reverse mapping
by Avi Kivity
· 18 years ago
399badf
[PATCH] KVM: Prevent stale bits in cr0 and cr4
by Avi Kivity
· 18 years ago
c1150d8
[PATCH] KVM: Improve interrupt response
by Dor Laor
· 18 years ago
e097f35
[PATCH] KVM: Recover after an arch module load failure
by Yoshimi Ichiyanagi
· 18 years ago
8018c27
[PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_create_vcpu()
by Ingo Molnar
· 18 years ago
55a54f7
[PATCH] KVM: Fix oops on oom
by Avi Kivity
· 18 years ago
a8d13ea
[PATCH] KVM: More msr misery
by Avi Kivity
· 18 years ago
3bab1f5
[PATCH] KVM: Move common msr handling to arch independent code
by Avi Kivity
· 18 years ago
09db28b
[PATCH] KVM: Initialize kvm_arch_ops on unload
by Yoshimi Ichiyanagi
· 18 years ago
Next »