Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
96c706ed1c46470598d785124b2a7fb233b27dab
/
drivers
/
kvm
/
kvm_main.c
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
2f36698
[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
a9058ec
[PATCH] KVM: Simplify is_long_mode()
by Avi Kivity
· 18 years ago
0b76e20
[PATCH] KVM: API versioning
by Avi Kivity
· 18 years ago
bf591b2
[PATCH] KVM: Do not export unsupported msrs to userspace
by Michael Riepe
· 18 years ago
5aacf0c
[PATCH] KVM: add valid_vcpu() helper
by James Morris
· 18 years ago
0770b19
[PATCH] KVM: Remove extranous put_cpu() from vcpu_put()
by Avi Kivity
· 18 years ago
7725f0b
[PATCH] KVM: Move find_vmx_entry() to vmx.c
by Avi Kivity
· 18 years ago
05b3e0c
[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64
by Avi Kivity
· 18 years ago
6aa8b73
[PATCH] kvm: userspace interface
by Avi Kivity
· 18 years ago