index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
kvm_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
KVM: Add ioctl to tss address from userspace,
Izik Eidus
2008-01-30
1
-0
/
+16
*
KVM: Add kernel-internal memory slots
Izik Eidus
2008-01-30
1
-1
/
+21
*
KVM: Export memory slot allocation mechanism
Izik Eidus
2008-01-30
1
-4
/
+13
*
KVM: Unmap kernel-allocated memory on slot destruction
Izik Eidus
2008-01-30
1
-0
/
+14
*
KVM: Add a might_sleep() annotation to gfn_to_page()
Avi Kivity
2008-01-30
1
-0
/
+2
*
KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
Avi Kivity
2008-01-30
1
-2
/
+6
*
KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...
Zhang Xiantao
2008-01-30
1
-2
/
+2
*
KVM: Allocate userspace memory for older userspace
Anthony Liguori
2008-01-30
1
-53
/
+30
*
KVM: MMU: Partial swapping of guest memory
Izik Eidus
2008-01-30
1
-37
/
+46
*
KVM: MMU: Make gfn_to_page() always safe
Izik Eidus
2008-01-30
1
-12
/
+14
*
KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
Avi Kivity
2008-01-30
1
-2
/
+2
*
KVM: Move apic timer interrupt backlog processing to common code
Avi Kivity
2008-01-30
1
-0
/
+2
*
KVM: Portability: split kvm_vcpu_ioctl
Carsten Otte
2008-01-30
1
-194
/
+6
*
KVM: Move x86 msr handling to new files x86.[ch]
Carsten Otte
2008-01-30
1
-66
/
+3
*
KVM: Support assigning userspace memory to the guest
Izik Eidus
2008-01-30
1
-11
/
+70
*
KVM: CodingStyle cleanup
Mike Day
2008-01-30
1
-28
/
+30
*
KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()
Rusty Russell
2008-01-30
1
-1
/
+9
*
KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()
Rusty Russell
2008-01-30
1
-3
/
+1
*
KVM: Allow dynamic allocation of the mmu shadow cache size
Izik Eidus
2008-01-30
1
-0
/
+47
*
KVM: Add general accessors to read and write guest memory
Izik Eidus
2008-01-30
1
-30
/
+130
*
KVM: Remove the usage of page->private field by rmap
Izik Eidus
2008-01-30
1
-2
/
+9
*
KVM: Purify x86_decode_insn() error case management
Laurent Vivier
2008-01-30
1
-3
/
+7
*
KVM: MMU: Ignore reserved bits in cr3 in non-pae mode
Ryan Harper
2008-01-30
1
-7
/
+4
*
KVM: Allow not-present guest page faults to bypass kvm
Avi Kivity
2008-01-30
1
-1
/
+3
*
KVM: Call x86_decode_insn() only when needed
Laurent Vivier
2008-01-30
1
-33
/
+44
*
KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()
Laurent Vivier
2008-01-30
1
-1
/
+4
*
KVM: Refactor hypercall infrastructure (v3)
Anthony Liguori
2008-01-30
1
-110
/
+46
*
Driver core: change sysdev classes to use dynamic kobject names
Kay Sievers
2008-01-24
1
-1
/
+1
*
KVM: SVM: Fix FPU leak while emulating clts
Amit Shah
2007-11-27
1
-2
/
+1
*
KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs()
Laurent Vivier
2007-10-22
1
-23
/
+3
*
KVM: Move kvm_guest_exit() after local_irq_enable()
Laurent Vivier
2007-10-22
1
-1
/
+10
*
sched: guest CPU accounting: maintain guest state in KVM
Laurent Vivier
2007-10-15
1
-0
/
+2
*
KVM: Skip pio instruction when it is emulated, not executed
Avi Kivity
2007-10-13
1
-2
/
+5
*
KVM: Improve emulation failure reporting
Avi Kivity
2007-10-13
1
-8
/
+8
*
KVM: Move main vcpu loop into subarch independent code
Avi Kivity
2007-10-13
1
-1
/
+123
*
KVM: Rename kvm_arch_ops to kvm_x86_ops
Christian Ehrhardt
2007-10-13
1
-80
/
+80
*
KVM: Simplify memory allocation
Laurent Vivier
2007-10-13
1
-35
/
+3
*
KVM: Hoist SVM's get_cs_db_l_bits into core code.
Rusty Russell
2007-10-13
1
-0
/
+10
*
KVM: Keep control regs in sync
Rusty Russell
2007-10-13
1
-4
/
+4
*
KVM: Set the ET flag in CR0 after initializing FX
Amit Shah
2007-10-13
1
-0
/
+1
*
KVM: enable in-kernel APIC INIT/SIPI handling
He, Qing
2007-10-13
1
-6
/
+20
*
KVM: disable tpr/cr8 sync when in-kernel APIC is used
He, Qing
2007-10-13
1
-1
/
+2
*
KVM: Keep track of missed timer irq injections
Eddie Dong
2007-10-13
1
-0
/
+2
*
KVM: pending irq save/restore
Eddie Dong
2007-10-13
1
-3
/
+17
*
KVM: in-kernel LAPIC save and restore support
Eddie Dong
2007-10-13
1
-0
/
+46
*
KVM: in-kernel IOAPIC save and restore support
He, Qing
2007-10-13
1
-0
/
+10
*
KVM: Bypass irq_pending get/set when using in kernel irqchip
He, Qing
2007-10-13
1
-8
/
+14
*
KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support
He, Qing
2007-10-13
1
-0
/
+82
*
KVM: Protect in-kernel pio using kvm->lock
Eddie Dong
2007-10-13
1
-0
/
+6
*
KVM: Emulate hlt in the kernel
Eddie Dong
2007-10-13
1
-6
/
+35
[prev]
[next]