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: 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
2007-10-13
KVM: Keep track of missed timer irq injections
Eddie Dong
2007-10-13
KVM: pending irq save/restore
Eddie Dong
2007-10-13
KVM: in-kernel LAPIC save and restore support
Eddie Dong
2007-10-13
KVM: in-kernel IOAPIC save and restore support
He, Qing
2007-10-13
KVM: Bypass irq_pending get/set when using in kernel irqchip
He, Qing
2007-10-13
KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support
He, Qing
2007-10-13
KVM: Protect in-kernel pio using kvm->lock
Eddie Dong
2007-10-13
KVM: Emulate hlt in the kernel
Eddie Dong
2007-10-13
KVM: In-kernel I/O APIC model
Eddie Dong
2007-10-13
KVM: Emulate local APIC in kernel
Eddie Dong
2007-10-13
KVM: Define and use cr8 access functions
Eddie Dong
2007-10-13
KVM: Add support for in-kernel PIC emulation
Eddie Dong
[next]