1. 9525ca0 Consolidate host virtualization support under Virtualization menu by Rusty Russell · 17 years ago
  2. 49d3bd7 KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs() by Laurent Vivier · 17 years ago
  3. 9da8f4e KVM: Improve local apic timer wraparound handling by Kevin Pedretti · 17 years ago
  4. b33ac88 KVM: Fix local apic timer divide by zero by Kevin Pedretti · 17 years ago
  5. 0552f73 KVM: Move kvm_guest_exit() after local_irq_enable() by Laurent Vivier · 17 years ago
  6. 4e62417 KVM: x86 emulator: fix access registers for instructions with ModR/M byte and Mod = 3 by Aurelien Jarno · 17 years ago
  7. 78f7826868 KVM: VMX: Force vm86 mode if setting flags during real mode by Avi Kivity · 17 years ago
  8. a012e65 KVM: x86 emulator: implement 'movnti mem, reg' by Sheng Yang · 17 years ago
  9. 8668a3c KVM: VMX: Reset mmu context when entering real mode by Eddie Dong · 17 years ago
  10. 1b6269d KVM: VMX: Handle NMIs before enabling interrupts and preemption by Avi Kivity · 17 years ago
  11. 7f2145a KVM: MMU: Set shadow pte atomically in mmu_pte_write_zap_pte() by Izik Eidus · 17 years ago
  12. ae6200b KVM: x86 emulator: fix repne/repnz decoding by Laurent Vivier · 17 years ago
  13. 1a52e05 KVM: x86 emulator: fix merge screwup due to emulator split by Nitin A Kamble · 17 years ago
  14. d172fcd sched: guest CPU accounting: maintain guest state in KVM by Laurent Vivier · 17 years ago
  15. 0967b7b KVM: Skip pio instruction when it is emulated, not executed by Avi Kivity · 17 years ago
  16. 535eabc KVM: x86 emulator: popf by Nitin A Kamble · 17 years ago
  17. 12fa272 KVM: x86 emulator: fix src, dst value initialization by Nitin A Kamble · 17 years ago
  18. 26a3e98 KVM: x86 emulator: jmp abs by Nitin A Kamble · 17 years ago
  19. 7e0b54b KVM: x86 emulator: lea by Nitin A Kamble · 17 years ago
  20. 55bebde KVM: X86 emulator: jump conditional short by Nitin A Kamble · 17 years ago
  21. bbe9abb KVM: x86 emulator: imlpement jump conditional relative by Nitin A Kamble · 17 years ago
  22. 7de7524 KVM: x86 emulator: sort opcodes into ascending order by Nitin A Kamble · 17 years ago
  23. 054b136 KVM: Improve emulation failure reporting by Avi Kivity · 17 years ago
  24. fd2a760 KVM: x86 emulator: pushf by Nitin A Kamble · 17 years ago
  25. f6eed39 KVM: x86 emulator: call near by Nitin A Kamble · 17 years ago
  26. 7d31691 KVM: x86 emulator: push imm8 by Nitin A Kamble · 17 years ago
  27. bfdaab0 KVM: VMX: Fix exit qualification width on i386 by He, Qing · 17 years ago
  28. 04d2cc7 KVM: Move main vcpu loop into subarch independent code by Avi Kivity · 17 years ago
  29. 29bd8a7 KVM: VMX: Move vm entry failure handling to the exit handler by Avi Kivity · 17 years ago
  30. 2e3e588 KVM: MMU: Don't do GFP_NOWAIT allocations by Avi Kivity · 17 years ago
  31. cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 17 years ago
  32. 0d8d2bd KVM: Simplify memory allocation by Laurent Vivier · 17 years ago
  33. 1747fb7 KVM: Hoist SVM's get_cs_db_l_bits into core code. by Rusty Russell · 17 years ago
  34. 81f50e3 KVM: Keep control regs in sync by Rusty Russell · 17 years ago
  35. b85b9ee9 KVM: Clean up unloved invlpg emulation by Rusty Russell · 17 years ago
  36. c9a1185 KVM: Remove the unused invlpg member of struct kvm_arch_ops. by Rusty Russell · 17 years ago
  37. 380102c KVM: Set the ET flag in CR0 after initializing FX by Amit Shah · 17 years ago
  38. c5ec153 KVM: enable in-kernel APIC INIT/SIPI handling by He, Qing · 17 years ago
  39. 932f72a KVM: round robin for APIC lowest priority delivery mode by He, Qing · 17 years ago
  40. 40487c6 KVM: deliver PIC interrupt only to vcpu0 by Qing He · 17 years ago
  41. 5cd4f6f KVM: disable tpr/cr8 sync when in-kernel APIC is used by He, Qing · 17 years ago
  42. a3d7f85 KVM: Migrate lapic hrtimer when vcpu moves to another cpu by Eddie Dong · 17 years ago
  43. 1b9778d KVM: Keep track of missed timer irq injections by Eddie Dong · 17 years ago
  44. 6e5d865 KVM: VMX: Use shadow TPR/cr8 for 64-bits guests by Yang, Sheng · 17 years ago
  45. 2a8067f KVM: pending irq save/restore by Eddie Dong · 17 years ago
  46. 96ad2cc KVM: in-kernel LAPIC save and restore support by Eddie Dong · 17 years ago
  47. 6bf9e96 KVM: in-kernel IOAPIC save and restore support by He, Qing · 17 years ago
  48. c52fb35 KVM: Bypass irq_pending get/set when using in kernel irqchip by He, Qing · 17 years ago
  49. 6ceb9d7 KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support by He, Qing · 17 years ago
  50. 9cf9882 KVM: Protect in-kernel pio using kvm->lock by Eddie Dong · 17 years ago
  51. b6958ce KVM: Emulate hlt in the kernel by Eddie Dong · 17 years ago
  52. 1fd4f2a KVM: In-kernel I/O APIC model by Eddie Dong · 17 years ago
  53. 97222cc KVM: Emulate local APIC in kernel by Eddie Dong · 17 years ago
  54. 7017fc3 KVM: Define and use cr8 access functions by Eddie Dong · 17 years ago
  55. 85f455f KVM: Add support for in-kernel PIC emulation by Eddie Dong · 17 years ago
  56. 152d3f2 KVM: VMX: Split segments reload in vmx_load_host_state() by Laurent Vivier · 17 years ago
  57. d39dba5 KVM: X86 emulator: fix 'push reg' writeback by Avi Kivity · 17 years ago
  58. 2e2c618 KVM: Support more memory slots by Izik Eidus · 17 years ago
  59. 33f5fa1 KVM: VMX: allow rmode_tss_base() to work with >2G of guest memory by Izik Eidus · 17 years ago
  60. 7e77816 KVM: x86 emulator: implement 'push reg' (opcodes 0x50-0x57) by Nitin A Kamble · 17 years ago
  61. c53ce17 KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb) by Nitin A Kamble · 17 years ago
  62. 098c937 KVM: x86 emulator: implement 'jmp rel' instruction (opcode 0xe9) by Nitin A Kamble · 17 years ago
  63. 19eb938 KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}' by Nitin A Kamble · 17 years ago
  64. 253abde KVM: Communicate cr8 changes to userspace by Yang, Sheng · 17 years ago
  65. 7e66f35 KVM: Close minor race in signal handling by Avi Kivity · 17 years ago
  66. 3090dd7 KVM: Clean up kvm_setup_pio() by Laurent Vivier · 17 years ago
  67. e70669a KVM: Cleanup string I/O instruction emulation by Laurent Vivier · 17 years ago
  68. 9fdaaac KVM: Remove useless assignment by Laurent Vivier · 17 years ago
  69. 1e4e6e0 KVM: VMX: Remove a duplicated ia32e mode vm entry control by Li, Xin B · 17 years ago
  70. a477034 KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects by Rusty Russell · 17 years ago
  71. f024247 KVM: Add and use pr_unimpl for standard formatting of unimplemented features by Rusty Russell · 17 years ago
  72. 33830b4 KVM: Remove unneeded kvm_dev_open and kvm_dev_release functions. by Rusty Russell · 17 years ago
  73. 3dea7ca KVM: Remove stat_set from debugfs by Rusty Russell · 17 years ago
  74. 54e11fa KVM: Fix defined but not used warning in drivers/kvm/vmx.c by Gabriel C · 17 years ago
  75. 37c0005 KVM: Remove redundant alloc_vmcs_cpu declaration by Rusty Russell · 17 years ago
  76. bfc733a KVM: SVM: Make set_msr_interception more reliable by Rusty Russell · 17 years ago
  77. 7e9d619 KVM: Cleanup mark_page_dirty by Rusty Russell · 17 years ago
  78. fb76441 KVM: Don't assign vcpu->cr3 if it's invalid: check first, set last by Rusty Russell · 17 years ago
  79. 002c7f7 KVM: VMX: Add cpu consistency check by Yang, Sheng · 17 years ago
  80. 3921491 KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty" optimization by Rusty Russell · 17 years ago
  81. b114b08 KVM: Use alignment properties of vcpu to simplify FPU ops by Rusty Russell · 17 years ago
  82. c16f862 KVM: Use kmem cache for allocating vcpus by Rusty Russell · 17 years ago
  83. e7d5d76 KVM: Remove kvm_{read,write}_guest() by Laurent Vivier · 17 years ago
  84. cebff02 KVM: Change the emulator_{read,write,cmpxchg}_* functions to take a vcpu by Laurent Vivier · 17 years ago
  85. 0e5017d KVM: SVM: internal function name cleanup by Rusty Russell · 17 years ago
  86. e756fc6 KVM: SVM: de-containization by Rusty Russell · 17 years ago
  87. 3077c451 KVM: Remove three magic numbers by Rusty Russell · 17 years ago
  88. 8b9cf98 KVM: VMX: pass vcpu_vmx internally by Rusty Russell · 17 years ago
  89. 9bd0150 KVM: fx_init() needs preemption disabled while it plays with the FPU state by Rusty Russell · 17 years ago
  90. 11ec280 KVM: Convert vm lock to a mutex by Shaohua Li · 17 years ago
  91. 15ad714 KVM: Use the scheduler preemption notifiers to make kvm preemptible by Avi Kivity · 17 years ago
  92. 519ef35 KVM: add hypercall nr to kvm_run by Jeff Dike · 17 years ago
  93. 1c3d14fe KVM: VMX: Improve the method of writing vmcs control by Yang, Sheng · 17 years ago
  94. fb3f0f5 KVM: Dynamically allocate vcpus by Rusty Russell · 17 years ago
  95. a2fa3e9 KVM: Remove arch specific components from the general code by Gregory Haskins · 17 years ago
  96. c820c2a KVM: load_pdptrs() cleanups by Rusty Russell · 17 years ago
  97. 3ccb882 KVM: Remove dead code in the cmpxchg instruction emulation by Aurelien Jarno · 17 years ago
  98. 62b3ffb KVM: VMX: Import some constants of vmcs from IA32 SDM by Yang, Sheng · 17 years ago
  99. fe55188 KVM: Move gfn_to_page out of kmap/unmap pairs by Shaohua Li · 17 years ago
  100. 9ae0448 KVM: Hoist kvm_mmu_reload() out of the critical section by Shaohua Li · 17 years ago