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