1. d40ccc6 KVM: Correct consistent typo: "destory" -> "destroy" by Hollis Blanchard · 18 years ago
  2. 00fc9f5a KVM: Remove unused "rmap_overflow" variable by Hollis Blanchard · 18 years ago
  3. 54f1585 KVM: Portability: Move some function declarations to x86.h by Zhang Xiantao · 18 years ago
  4. ec6d273 KVM: Move some static inline functions out from kvm.h into x86.h by Zhang Xiantao · 18 years ago
  5. 2b3ccfa KVM: Portability: Move vcpu regs enumeration definition to x86.h by Zhang Xiantao · 18 years ago
  6. ea4a5ff KVM: Portability: Move struct kvm_x86_ops definition to x86.h by Zhang Xiantao · 18 years ago
  7. cd6e8f8 KVM: Portability: Move some macro definitions from kvm.h to x86.h by Zhang Xiantao · 18 years ago
  8. 5bb064d KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file by Zhang Xiantao · 18 years ago
  9. 4cee576 KVM: MMU: Add some mmu statistics by Avi Kivity · 18 years ago
  10. ba1389b KVM: Extend stats support for VM stats by Avi Kivity · 18 years ago
  11. f2b5756 KVM: Add instruction emulation statistics by Avi Kivity · 18 years ago
  12. f096ed8 KVM: Add fpu_reload counter by Avi Kivity · 18 years ago
  13. e1beb1d KVM: Replace 'light_exits' stat with 'host_state_reload' by Avi Kivity · 18 years ago
  14. d19a9cd KVM: Portability: Add two hooks to handle kvm_create and destroy vm by Zhang Xiantao · 18 years ago
  15. 56919c5 KVM: Remove ptr comparisons to 0 by Joe Perches · 18 years ago
  16. 8b00679 KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent by Zhang Xiantao · 18 years ago
  17. 018d00d KVM: Portability: move KVM_CHECK_EXTENSION by Zhang Xiantao · 18 years ago
  18. f8c16bb KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch() by Zhang Xiantao · 18 years ago
  19. cb498ea KVM: Portability: Combine kvm_init and kvm_init_x86 by Zhang Xiantao · 18 years ago
  20. e9b11c1 KVM: Portability: Add vcpu and hardware management arch hooks by Zhang Xiantao · 18 years ago
  21. f9d46eb KVM: add kvm_is_error_hva() by Izik Eidus · 18 years ago
  22. b6c7a5d KVM: Portability: Move x86 vcpu ioctl handlers to x86.c by Hollis Blanchard · 18 years ago
  23. d075206 KVM: Portability: Move x86 FPU handling to x86.c by Hollis Blanchard · 18 years ago
  24. 8776e51 KVM: Portability: Move x86 instruction emulation code to x86.c by Hollis Blanchard · 18 years ago
  25. 417bc30 KVM: Portability: Make exported debugfs data architecture-specific by Hollis Blanchard · 18 years ago
  26. f78e0e2 KVM: VMX: Enable memory mapped TPR shadow (FlexPriority) by Sheng Yang · 18 years ago
  27. 1fe779f KVM: Portability: Split kvm_vm_ioctl v3 by Carsten Otte · 18 years ago
  28. cbc9402 KVM: Add ioctl to tss address from userspace, by Izik Eidus · 18 years ago
  29. e0d62c7 KVM: Add kernel-internal memory slots by Izik Eidus · 18 years ago
  30. 210c7c4 KVM: Export memory slot allocation mechanism by Izik Eidus · 18 years ago
  31. 80b14b5 KVM: Unmap kernel-allocated memory on slot destruction by Izik Eidus · 18 years ago
  32. e00c8cf KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup() by Avi Kivity · 18 years ago
  33. 34c16ee KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) by Zhang Xiantao · 18 years ago
  34. 8d4e128 KVM: Allocate userspace memory for older userspace by Anthony Liguori · 18 years ago
  35. e56a7a2 KVM: Use virtual cpu accounting if available for guest times. by Christian Borntraeger · 18 years ago
  36. 8a7ae05 KVM: MMU: Partial swapping of guest memory by Izik Eidus · 18 years ago
  37. cea7bb2 KVM: MMU: Make gfn_to_page() always safe by Izik Eidus · 18 years ago
  38. 3176bc3 KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH by Avi Kivity · 18 years ago
  39. 313a3dc KVM: Portability: split kvm_vcpu_ioctl by Carsten Otte · 18 years ago
  40. 4a4c992 KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups by Anthony Liguori · 18 years ago
  41. 043405e KVM: Move x86 msr handling to new files x86.[ch] by Carsten Otte · 18 years ago
  42. 6fc138d KVM: Support assigning userspace memory to the guest by Izik Eidus · 18 years ago
  43. d77c26f KVM: CodingStyle cleanup by Mike Day · 18 years ago
  44. 82ce2c9 KVM: Allow dynamic allocation of the mmu shadow cache size by Izik Eidus · 18 years ago
  45. 195aefd KVM: Add general accessors to read and write guest memory by Izik Eidus · 18 years ago
  46. 290fc38 KVM: Remove the usage of page->private field by rmap by Izik Eidus · 18 years ago
  47. 12b7d28 KVM: MMU: Make flooding detection work when guest page faults are bypassed by Avi Kivity · 18 years ago
  48. c7addb9 KVM: Allow not-present guest page faults to bypass kvm by Avi Kivity · 18 years ago
  49. 3427318 KVM: Call x86_decode_insn() only when needed by Laurent Vivier · 18 years ago
  50. 7aa81cc KVM: Refactor hypercall infrastructure (v3) by Anthony Liguori · 18 years ago
  51. d172fcd sched: guest CPU accounting: maintain guest state in KVM by Laurent Vivier · 18 years ago
  52. 054b136 KVM: Improve emulation failure reporting by Avi Kivity · 18 years ago
  53. 04d2cc7 KVM: Move main vcpu loop into subarch independent code by Avi Kivity · 18 years ago
  54. cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 18 years ago
  55. 0d8d2bd KVM: Simplify memory allocation by Laurent Vivier · 18 years ago
  56. 1747fb7 KVM: Hoist SVM's get_cs_db_l_bits into core code. by Rusty Russell · 18 years ago
  57. b85b9ee9 KVM: Clean up unloved invlpg emulation by Rusty Russell · 18 years ago
  58. c9a1185 KVM: Remove the unused invlpg member of struct kvm_arch_ops. by Rusty Russell · 18 years ago
  59. c5ec153 KVM: enable in-kernel APIC INIT/SIPI handling by He, Qing · 18 years ago
  60. 932f72a KVM: round robin for APIC lowest priority delivery mode by He, Qing · 18 years ago
  61. 2a8067f KVM: pending irq save/restore by Eddie Dong · 18 years ago
  62. b6958ce KVM: Emulate hlt in the kernel by Eddie Dong · 18 years ago
  63. 1fd4f2a KVM: In-kernel I/O APIC model by Eddie Dong · 18 years ago
  64. 97222cc KVM: Emulate local APIC in kernel by Eddie Dong · 18 years ago
  65. 7017fc3 KVM: Define and use cr8 access functions by Eddie Dong · 18 years ago
  66. 85f455f KVM: Add support for in-kernel PIC emulation by Eddie Dong · 18 years ago
  67. 2e2c618 KVM: Support more memory slots by Izik Eidus · 18 years ago
  68. 3090dd7 KVM: Clean up kvm_setup_pio() by Laurent Vivier · 18 years ago
  69. f024247 KVM: Add and use pr_unimpl for standard formatting of unimplemented features by Rusty Russell · 18 years ago
  70. 002c7f7 KVM: VMX: Add cpu consistency check by Yang, Sheng · 18 years ago
  71. b114b08 KVM: Use alignment properties of vcpu to simplify FPU ops by Rusty Russell · 18 years ago
  72. c16f862 KVM: Use kmem cache for allocating vcpus by Rusty Russell · 18 years ago
  73. e7d5d76 KVM: Remove kvm_{read,write}_guest() by Laurent Vivier · 18 years ago
  74. 11ec280 KVM: Convert vm lock to a mutex by Shaohua Li · 18 years ago
  75. 15ad714 KVM: Use the scheduler preemption notifiers to make kvm preemptible by Avi Kivity · 18 years ago
  76. fb3f0f5 KVM: Dynamically allocate vcpus by Rusty Russell · 18 years ago
  77. a2fa3e9 KVM: Remove arch specific components from the general code by Gregory Haskins · 18 years ago
  78. fe55188 KVM: Move gfn_to_page out of kmap/unmap pairs by Shaohua Li · 18 years ago
  79. 9eb829c KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header by Rusty Russell · 18 years ago
  80. 66aee91 KVM: Use standard CR4 flags, tighten checking by Rusty Russell · 18 years ago
  81. f802a30 KVM: Use standard CR3 flags, tighten checking by Rusty Russell · 18 years ago
  82. 707d92f KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h by Rusty Russell · 18 years ago
  83. dad3795 KVM: SMP: Add vcpu_id field in struct vcpu by Qing He · 18 years ago
  84. 22d95b1 KVM: MMU: Fix rare oops on guest context switch by Avi Kivity · 18 years ago
  85. 35f3f28 KVM: x86 emulator: implement rdmsr and wrmsr by Avi Kivity · 18 years ago
  86. 90cb052 KVM: Fix memory slot management functions for guest smp by Avi Kivity · 18 years ago
  87. d55e2cb KVM: MMU: Store nx bit for large page shadows by Avi Kivity · 18 years ago
  88. 7490634 KVM: Add support for in-kernel pio handlers by Eddie Dong · 18 years ago
  89. 2eeb2e9 KVM: Adds support for in-kernel mmio handlers by Gregory Haskins · 18 years ago
  90. d9e368d KVM: Flush remote tlbs when reducing shadow pte permissions by Avi Kivity · 18 years ago
  91. 39c3b86 KVM: Keep an upper bound of initialized vcpus by Avi Kivity · 18 years ago
  92. 72d6e5a KVM: Emulate hlt on real mode for Intel by Avi Kivity · 18 years ago
  93. d3bef15 KVM: Move duplicate halt handling code into kvm_main.c by Avi Kivity · 18 years ago
  94. ef9254d KVM: Enable guest smp by Avi Kivity · 18 years ago
  95. 17c3ba9 KVM: Lazy guest cr3 switching by Avi Kivity · 18 years ago
  96. d3d25b0 KVM: MMU: Use slab caches for shadow pages and their headers by Avi Kivity · 18 years ago
  97. 06ff0d3 KVM: Fix includes by Markus Rechberger · 18 years ago
  98. 2cc5156 KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit by Eddie Dong · 18 years ago
  99. a75beee KVM: VMX: Avoid saving and restoring msrs on lightweight vmexit by Eddie Dong · 18 years ago
  100. 47ad8e6 KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical by Avi Kivity · 18 years ago