1. 8d4e128 KVM: Allocate userspace memory for older userspace by Anthony Liguori · 17 years ago
  2. e56a7a2 KVM: Use virtual cpu accounting if available for guest times. by Christian Borntraeger · 17 years ago
  3. 8a7ae05 KVM: MMU: Partial swapping of guest memory by Izik Eidus · 17 years ago
  4. cea7bb2 KVM: MMU: Make gfn_to_page() always safe by Izik Eidus · 17 years ago
  5. 9647c14 KVM: MMU: Keep a reverse mapping of non-writable translations by Izik Eidus · 17 years ago
  6. 98348e9 KVM: MMU: Add rmap_next(), a helper for walking kvm rmaps by Izik Eidus · 17 years ago
  7. b284be5 KVM: x86 emulator: cmc, clc, cli, sti by Nitin A Kamble · 17 years ago
  8. 42bf3f0 KVM: MMU: Simplify page table walker by Avi Kivity · 17 years ago
  9. d77a250 KVM: x86 emulator: Implement emulation of instruction: inc & dec by Nitin A Kamble · 17 years ago
  10. 3176bc3 KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH by Avi Kivity · 17 years ago
  11. ab6ef34 KVM: Move apic timer interrupt backlog processing to common code by Avi Kivity · 17 years ago
  12. e25e3ed KVM: Add some \n in ioapic_debug() by Laurent Vivier · 17 years ago
  13. e4d47f4 KVM: apic round robin cleanup by Qing He · 17 years ago
  14. 313a3dc KVM: Portability: split kvm_vcpu_ioctl by Carsten Otte · 17 years ago
  15. c4fcc27 KVM: MMU: When updating the dirty bit, inform the mmu about it by Avi Kivity · 17 years ago
  16. 5df34a8 KVM: MMU: Move dirty bit updates to a separate function by Avi Kivity · 17 years ago
  17. 6bfccdc KVM: MMU: Instantiate real-mode shadows as user writable shadows by Avi Kivity · 17 years ago
  18. cc70e73 KVM: MMU: Disable write access on clean large pages by Avi Kivity · 17 years ago
  19. c22e351 KVM: MMU: Fix nx access bit for huge pages by Avi Kivity · 17 years ago
  20. e3c5e7ec KVM: Move guest pte dirty bit management to the guest pagetable walker by Avi Kivity · 17 years ago
  21. 4a4c992 KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups by Anthony Liguori · 17 years ago
  22. f67a46f KVM: MMU: Clean up MMU functions to take struct kvm when appropriate by Anthony Liguori · 17 years ago
  23. 043405e KVM: Move x86 msr handling to new files x86.[ch] by Carsten Otte · 17 years ago
  24. 6fc138d KVM: Support assigning userspace memory to the guest by Izik Eidus · 17 years ago
  25. d77c26f KVM: CodingStyle cleanup by Mike Day · 17 years ago
  26. 7e620d1 KVM: Remove gratuitous casts from lapic.c by Rusty Russell · 17 years ago
  27. 76fafa5 KVM: Hoist kvm_create_lapic() into kvm_vcpu_init() by Rusty Russell · 17 years ago
  28. d589444 KVM: Add kvm_free_lapic() to pair with kvm_create_lapic() by Rusty Russell · 17 years ago
  29. 82ce2c9 KVM: Allow dynamic allocation of the mmu shadow cache size by Izik Eidus · 17 years ago
  30. 195aefd KVM: Add general accessors to read and write guest memory by Izik Eidus · 17 years ago
  31. 290fc38 KVM: Remove the usage of page->private field by rmap by Izik Eidus · 17 years ago
  32. f566e09 KVM: VMX: Simplify vcpu_clear() by Avi Kivity · 17 years ago
  33. eae5ecb KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processor by Avi Kivity · 17 years ago
  34. b4c6abf KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effect by Laurent Vivier · 17 years ago
  35. a22436b KVM: Purify x86_decode_insn() error case management by Laurent Vivier · 17 years ago
  36. e4f8e03 KVM: x86_emulator: no writeback for bt by Qing He · 17 years ago
  37. a01af5e KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE instead by Laurent Vivier · 17 years ago
  38. 05f086f KVM: x86 emulator: remove _eflags and use directly ctxt->eflags. by Laurent Vivier · 17 years ago
  39. 8cdbd2c KVM: x86 emulator: split some decoding into functions for readability by Laurent Vivier · 17 years ago
  40. 2176486 KVM: MMU: Ignore reserved bits in cr3 in non-pae mode by Ryan Harper · 17 years ago
  41. 12b7d28 KVM: MMU: Make flooding detection work when guest page faults are bypassed by Avi Kivity · 17 years ago
  42. c7addb9 KVM: Allow not-present guest page faults to bypass kvm by Avi Kivity · 17 years ago
  43. 51c6cf6 KVM: VMX: Further reduce efer reloads by Avi Kivity · 17 years ago
  44. 3427318 KVM: Call x86_decode_insn() only when needed by Laurent Vivier · 17 years ago
  45. 1be3aa4 KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn() by Laurent Vivier · 17 years ago
  46. 8b4caf6 KVM: x86 emulator: move all decoding process to function x86_decode_insn() by Laurent Vivier · 17 years ago
  47. e4e03de KVM: x86 emulator: move all x86_emulate_memop() to a structure by Laurent Vivier · 17 years ago
  48. a7ddce3 KVM: x86 emulator: remove unused functions by Laurent Vivier · 17 years ago
  49. 7aa81cc KVM: Refactor hypercall infrastructure (v3) by Anthony Liguori · 17 years ago
  50. aca7f96 KVM: x86 emulator: Add vmmcall/vmcall to x86_emulate (v3) by Anthony Liguori · 17 years ago
  51. 053de04 x86: get rid of _MASK flags by Glauber de Oliveira Costa · 17 years ago
  52. 6b68f01 x86: unify struct desc_ptr by Glauber de Oliveira Costa · 17 years ago
  53. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  54. 404fb88 KVM: SVM: Fix FPU leak while emulating clts by Amit Shah · 17 years ago
  55. 8d379a7 KVM: SVM: Unload guest fpu on vcpu_put() by Avi Kivity · 17 years ago
  56. 00b2ef4 KVM: x86 emulator: Use emulator_write_emulated and not emulator_write_std by Amit Shah · 17 years ago
  57. 2a738e2 KVM: x86 emulator: fix the saving of of the eip value by Izik Eidus · 17 years ago
  58. e826ec9 KVM: x86 emulator: fix JMP_REL by Izik Eidus · 17 years ago
  59. cf5a94d KVM: SVM: Intercept the 'invd' and 'wbinvd' instructions by Avi Kivity · 17 years ago
  60. 651a3e2 KVM: x86 emulator: invd instruction by Avi Kivity · 17 years ago
  61. 56ba47d KVM: SVM: Defer nmi processing until switch to host state is complete by Avi Kivity · 17 years ago
  62. 7043338 KVM: SVM: Fix SMP with kernel apic by Avi Kivity · 17 years ago
  63. 1e35d3c KVM: x86 emulator: fix 'push imm8' emulation by Avi Kivity · 17 years ago
  64. 9525ca0 Consolidate host virtualization support under Virtualization menu by Rusty Russell · 17 years ago
  65. 49d3bd7 KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs() by Laurent Vivier · 17 years ago
  66. 9da8f4e KVM: Improve local apic timer wraparound handling by Kevin Pedretti · 17 years ago
  67. b33ac88 KVM: Fix local apic timer divide by zero by Kevin Pedretti · 17 years ago
  68. 0552f73 KVM: Move kvm_guest_exit() after local_irq_enable() by Laurent Vivier · 17 years ago
  69. 4e62417 KVM: x86 emulator: fix access registers for instructions with ModR/M byte and Mod = 3 by Aurelien Jarno · 17 years ago
  70. 78f7826868 KVM: VMX: Force vm86 mode if setting flags during real mode by Avi Kivity · 17 years ago
  71. a012e65 KVM: x86 emulator: implement 'movnti mem, reg' by Sheng Yang · 17 years ago
  72. 8668a3c KVM: VMX: Reset mmu context when entering real mode by Eddie Dong · 17 years ago
  73. 1b6269d KVM: VMX: Handle NMIs before enabling interrupts and preemption by Avi Kivity · 17 years ago
  74. 7f2145a KVM: MMU: Set shadow pte atomically in mmu_pte_write_zap_pte() by Izik Eidus · 17 years ago
  75. ae6200b KVM: x86 emulator: fix repne/repnz decoding by Laurent Vivier · 17 years ago
  76. 1a52e05 KVM: x86 emulator: fix merge screwup due to emulator split by Nitin A Kamble · 17 years ago
  77. d172fcd sched: guest CPU accounting: maintain guest state in KVM by Laurent Vivier · 17 years ago
  78. 0967b7b KVM: Skip pio instruction when it is emulated, not executed by Avi Kivity · 17 years ago
  79. 535eabc KVM: x86 emulator: popf by Nitin A Kamble · 17 years ago
  80. 12fa272 KVM: x86 emulator: fix src, dst value initialization by Nitin A Kamble · 17 years ago
  81. 26a3e98 KVM: x86 emulator: jmp abs by Nitin A Kamble · 17 years ago
  82. 7e0b54b KVM: x86 emulator: lea by Nitin A Kamble · 17 years ago
  83. 55bebde KVM: X86 emulator: jump conditional short by Nitin A Kamble · 17 years ago
  84. bbe9abb KVM: x86 emulator: imlpement jump conditional relative by Nitin A Kamble · 17 years ago
  85. 7de7524 KVM: x86 emulator: sort opcodes into ascending order by Nitin A Kamble · 17 years ago
  86. 054b136 KVM: Improve emulation failure reporting by Avi Kivity · 17 years ago
  87. fd2a760 KVM: x86 emulator: pushf by Nitin A Kamble · 17 years ago
  88. f6eed39 KVM: x86 emulator: call near by Nitin A Kamble · 17 years ago
  89. 7d31691 KVM: x86 emulator: push imm8 by Nitin A Kamble · 17 years ago
  90. bfdaab0 KVM: VMX: Fix exit qualification width on i386 by He, Qing · 17 years ago
  91. 04d2cc7 KVM: Move main vcpu loop into subarch independent code by Avi Kivity · 17 years ago
  92. 29bd8a7 KVM: VMX: Move vm entry failure handling to the exit handler by Avi Kivity · 17 years ago
  93. 2e3e588 KVM: MMU: Don't do GFP_NOWAIT allocations by Avi Kivity · 17 years ago
  94. cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 17 years ago
  95. 0d8d2bd KVM: Simplify memory allocation by Laurent Vivier · 17 years ago
  96. 1747fb7 KVM: Hoist SVM's get_cs_db_l_bits into core code. by Rusty Russell · 17 years ago
  97. 81f50e3 KVM: Keep control regs in sync by Rusty Russell · 17 years ago
  98. b85b9ee9 KVM: Clean up unloved invlpg emulation by Rusty Russell · 17 years ago
  99. c9a1185 KVM: Remove the unused invlpg member of struct kvm_arch_ops. by Rusty Russell · 17 years ago
  100. 380102c KVM: Set the ET flag in CR0 after initializing FX by Amit Shah · 17 years ago