index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
kvm_main.c
Age
Commit message (
Expand
)
Author
2008-01-30
KVM: Portability: Move x86 emulation and mmio device hook to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
Carsten Otte
2008-01-30
KVM: Fix gfn_to_page() acquiring mmap_sem twice
Anthony Liguori
2008-01-30
KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
Sheng Yang
2008-01-30
KVM: Portability: Move control register helper functions to x86.c
Carsten Otte
2008-01-30
KVM: Portability: move get/set_apic_base to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move memory segmentation to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Split kvm_vm_ioctl v3
Carsten Otte
2008-01-30
KVM: Add ioctl to tss address from userspace,
Izik Eidus
2008-01-30
KVM: Add kernel-internal memory slots
Izik Eidus
2008-01-30
KVM: Export memory slot allocation mechanism
Izik Eidus
2008-01-30
KVM: Unmap kernel-allocated memory on slot destruction
Izik Eidus
2008-01-30
KVM: Add a might_sleep() annotation to gfn_to_page()
Avi Kivity
2008-01-30
KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
Avi Kivity
2008-01-30
KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...
Zhang Xiantao
2008-01-30
KVM: Allocate userspace memory for older userspace
Anthony Liguori
2008-01-30
KVM: MMU: Partial swapping of guest memory
Izik Eidus
2008-01-30
KVM: MMU: Make gfn_to_page() always safe
Izik Eidus
2008-01-30
KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
Avi Kivity
2008-01-30
KVM: Move apic timer interrupt backlog processing to common code
Avi Kivity
2008-01-30
KVM: Portability: split kvm_vcpu_ioctl
Carsten Otte
2008-01-30
KVM: Move x86 msr handling to new files x86.[ch]
Carsten Otte
2008-01-30
KVM: Support assigning userspace memory to the guest
Izik Eidus
2008-01-30
KVM: CodingStyle cleanup
Mike Day
2008-01-30
KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()
Rusty Russell
2008-01-30
KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()
Rusty Russell
2008-01-30
KVM: Allow dynamic allocation of the mmu shadow cache size
Izik Eidus
2008-01-30
KVM: Add general accessors to read and write guest memory
Izik Eidus
2008-01-30
KVM: Remove the usage of page->private field by rmap
Izik Eidus
2008-01-30
KVM: Purify x86_decode_insn() error case management
Laurent Vivier
2008-01-30
KVM: MMU: Ignore reserved bits in cr3 in non-pae mode
Ryan Harper
2008-01-30
KVM: Allow not-present guest page faults to bypass kvm
Avi Kivity
2008-01-30
KVM: Call x86_decode_insn() only when needed
Laurent Vivier
2008-01-30
KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()
Laurent Vivier
2008-01-30
KVM: Refactor hypercall infrastructure (v3)
Anthony Liguori
2008-01-24
Driver core: change sysdev classes to use dynamic kobject names
Kay Sievers
2007-11-27
KVM: SVM: Fix FPU leak while emulating clts
Amit Shah
2007-10-22
KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs()
Laurent Vivier
2007-10-22
KVM: Move kvm_guest_exit() after local_irq_enable()
Laurent Vivier
2007-10-15
sched: guest CPU accounting: maintain guest state in KVM
Laurent Vivier
2007-10-13
KVM: Skip pio instruction when it is emulated, not executed
Avi Kivity
2007-10-13
KVM: Improve emulation failure reporting
Avi Kivity
2007-10-13
KVM: Move main vcpu loop into subarch independent code
Avi Kivity
2007-10-13
KVM: Rename kvm_arch_ops to kvm_x86_ops
Christian Ehrhardt
2007-10-13
KVM: Simplify memory allocation
Laurent Vivier
2007-10-13
KVM: Hoist SVM's get_cs_db_l_bits into core code.
Rusty Russell
2007-10-13
KVM: Keep control regs in sync
Rusty Russell
2007-10-13
KVM: Set the ET flag in CR0 after initializing FX
Amit Shah
2007-10-13
KVM: enable in-kernel APIC INIT/SIPI handling
He, Qing
2007-10-13
KVM: disable tpr/cr8 sync when in-kernel APIC is used
He, Qing
[next]