1. 2f52d58 KVM: Move apic timer migration away from critical section by Avi Kivity · 17 years ago
  2. aaee2c9 KVM: MMU: Switch to mmu spinlock by Marcelo Tosatti · 17 years ago
  3. 7ec5458 KVM: Add kvm_read_guest_atomic() by Marcelo Tosatti · 17 years ago
  4. b209749f KVM: local APIC TPR access reporting facility by Avi Kivity · 17 years ago
  5. 5736199 KVM: Move kvm_vcpu_kick() to x86.c by Zhang Xiantao · 17 years ago
  6. edf8841 KVM: Move arch dependent files to new directory arch/x86/kvm/ by Avi Kivity · 17 years ago[Renamed (97%) from drivers/kvm/kvm.h]
  7. 0711456 KVM: Portability: Move kvm_vm_stat to x86.h by Zhang Xiantao · 17 years ago
  8. bfc6d22 KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_arch by Zhang Xiantao · 17 years ago
  9. d7deeeb0 KVM: Portability: move vpic and vioapic to kvm_arch by Zhang Xiantao · 17 years ago
  10. f05e70a KVM: Portability: Move mmu-related fields to kvm_arch by Zhang Xiantao · 17 years ago
  11. d69fb81 KVM: Portability: Move memslot aliases to new struct kvm_arch by Zhang Xiantao · 17 years ago
  12. 77b4c25 KVM: Portability: Move kvm_vcpu_stat to x86.h by Zhang Xiantao · 17 years ago
  13. d17fbbf KVM: Portability: Expand the KVM_VCPU_COMM in kvm_vcpu structure. by Zhang Xiantao · 17 years ago
  14. d657a98 KVM: Portability: Move kvm_vcpu definition back to kvm.h by Zhang Xiantao · 17 years ago
  15. 1d737c8 KVM: Portability: Split mmu-related static inline functions to mmu.h by Zhang Xiantao · 17 years ago
  16. 682c59a KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific code by Zhang Xiantao · 17 years ago
  17. 41074d0 KVM: MMU: Fix inherited permissions for emulated guest pte updates by Avi Kivity · 17 years ago
  18. e01a1b5 KVM: Portability: Stop including x86-specific headers in kvm_main.c by Hollis Blanchard · 17 years ago
  19. e217402 KVM: Portability: Move IO device definitions to its own header file by Hollis Blanchard · 17 years ago
  20. d77a39d KVM: Portability: Move address types to their own header file by Hollis Blanchard · 17 years ago
  21. 6d4e4c4 KVM: Disallow fork() and similar games when using a VM by Avi Kivity · 17 years ago
  22. 1d28f5f KVM: Remove gpa_to_hpa() by Avi Kivity · 17 years ago
  23. 0d81f29 KVM: MMU: Remove gva_to_hpa() by Avi Kivity · 17 years ago
  24. 1755fbc KVM: MMU: Introduce gfn_to_gpa() by Avi Kivity · 17 years ago
  25. 0f74a24 KVM: Add statistic for remote tlb flushes by Avi Kivity · 17 years ago
  26. 26e5215 KVM: Split vcpu creation to avoid vcpu_load() before preemption setup by Avi Kivity · 17 years ago
  27. 0de1034 KVM: Portability: Split kvm_set_memory_region() to have an arch callout by Zhang Xiantao · 17 years ago
  28. b4231d6 KVM: MMU: Selectively set PageDirty when releasing guest memory by Izik Eidus · 17 years ago
  29. 7faa8f6 KVM: Move misplaced comment by Hollis Blanchard · 17 years ago
  30. d40ccc6 KVM: Correct consistent typo: "destory" -> "destroy" by Hollis Blanchard · 17 years ago
  31. 00fc9f5 KVM: Remove unused "rmap_overflow" variable by Hollis Blanchard · 17 years ago
  32. 54f1585 KVM: Portability: Move some function declarations to x86.h by Zhang Xiantao · 17 years ago
  33. ec6d273 KVM: Move some static inline functions out from kvm.h into x86.h by Zhang Xiantao · 17 years ago
  34. 2b3ccfa KVM: Portability: Move vcpu regs enumeration definition to x86.h by Zhang Xiantao · 17 years ago
  35. ea4a5ff KVM: Portability: Move struct kvm_x86_ops definition to x86.h by Zhang Xiantao · 17 years ago
  36. cd6e8f8 KVM: Portability: Move some macro definitions from kvm.h to x86.h by Zhang Xiantao · 17 years ago
  37. 5bb064d KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file by Zhang Xiantao · 17 years ago
  38. 4cee576 KVM: MMU: Add some mmu statistics by Avi Kivity · 17 years ago
  39. ba1389b KVM: Extend stats support for VM stats by Avi Kivity · 17 years ago
  40. f2b5756 KVM: Add instruction emulation statistics by Avi Kivity · 17 years ago
  41. f096ed8 KVM: Add fpu_reload counter by Avi Kivity · 17 years ago
  42. e1beb1d KVM: Replace 'light_exits' stat with 'host_state_reload' by Avi Kivity · 17 years ago
  43. d19a9cd KVM: Portability: Add two hooks to handle kvm_create and destroy vm by Zhang Xiantao · 17 years ago
  44. 56919c5 KVM: Remove ptr comparisons to 0 by Joe Perches · 17 years ago
  45. 8b00679 KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent by Zhang Xiantao · 17 years ago
  46. 018d00d KVM: Portability: move KVM_CHECK_EXTENSION by Zhang Xiantao · 17 years ago
  47. f8c16bb KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch() by Zhang Xiantao · 17 years ago
  48. cb498ea KVM: Portability: Combine kvm_init and kvm_init_x86 by Zhang Xiantao · 17 years ago
  49. e9b11c1 KVM: Portability: Add vcpu and hardware management arch hooks by Zhang Xiantao · 17 years ago
  50. f9d46eb KVM: add kvm_is_error_hva() by Izik Eidus · 17 years ago
  51. b6c7a5d KVM: Portability: Move x86 vcpu ioctl handlers to x86.c by Hollis Blanchard · 17 years ago
  52. d075206 KVM: Portability: Move x86 FPU handling to x86.c by Hollis Blanchard · 17 years ago
  53. 8776e51 KVM: Portability: Move x86 instruction emulation code to x86.c by Hollis Blanchard · 17 years ago
  54. 417bc30 KVM: Portability: Make exported debugfs data architecture-specific by Hollis Blanchard · 17 years ago
  55. f78e0e2 KVM: VMX: Enable memory mapped TPR shadow (FlexPriority) by Sheng Yang · 17 years ago
  56. 1fe779f KVM: Portability: Split kvm_vm_ioctl v3 by Carsten Otte · 17 years ago
  57. cbc9402 KVM: Add ioctl to tss address from userspace, by Izik Eidus · 17 years ago
  58. e0d62c7 KVM: Add kernel-internal memory slots by Izik Eidus · 17 years ago
  59. 210c7c4 KVM: Export memory slot allocation mechanism by Izik Eidus · 17 years ago
  60. 80b14b5 KVM: Unmap kernel-allocated memory on slot destruction by Izik Eidus · 17 years ago
  61. e00c8cf KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup() by Avi Kivity · 17 years ago
  62. 34c16ee KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) by Zhang Xiantao · 17 years ago
  63. 8d4e128 KVM: Allocate userspace memory for older userspace by Anthony Liguori · 17 years ago
  64. e56a7a2 KVM: Use virtual cpu accounting if available for guest times. by Christian Borntraeger · 17 years ago
  65. 8a7ae05 KVM: MMU: Partial swapping of guest memory by Izik Eidus · 17 years ago
  66. cea7bb2 KVM: MMU: Make gfn_to_page() always safe by Izik Eidus · 17 years ago
  67. 3176bc3 KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH by Avi Kivity · 17 years ago
  68. 313a3dc KVM: Portability: split kvm_vcpu_ioctl by Carsten Otte · 17 years ago
  69. 4a4c992 KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups by Anthony Liguori · 17 years ago
  70. 043405e KVM: Move x86 msr handling to new files x86.[ch] by Carsten Otte · 17 years ago
  71. 6fc138d KVM: Support assigning userspace memory to the guest by Izik Eidus · 17 years ago
  72. d77c26f KVM: CodingStyle cleanup by Mike Day · 17 years ago
  73. 82ce2c9 KVM: Allow dynamic allocation of the mmu shadow cache size by Izik Eidus · 17 years ago
  74. 195aefd KVM: Add general accessors to read and write guest memory by Izik Eidus · 17 years ago
  75. 290fc38 KVM: Remove the usage of page->private field by rmap by Izik Eidus · 17 years ago
  76. 12b7d28 KVM: MMU: Make flooding detection work when guest page faults are bypassed by Avi Kivity · 17 years ago
  77. c7addb9 KVM: Allow not-present guest page faults to bypass kvm by Avi Kivity · 17 years ago
  78. 3427318 KVM: Call x86_decode_insn() only when needed by Laurent Vivier · 17 years ago
  79. 7aa81cc KVM: Refactor hypercall infrastructure (v3) by Anthony Liguori · 17 years ago
  80. d172fcd sched: guest CPU accounting: maintain guest state in KVM by Laurent Vivier · 17 years ago
  81. 054b136 KVM: Improve emulation failure reporting by Avi Kivity · 17 years ago
  82. 04d2cc7 KVM: Move main vcpu loop into subarch independent code by Avi Kivity · 17 years ago
  83. cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 17 years ago
  84. 0d8d2bd KVM: Simplify memory allocation by Laurent Vivier · 17 years ago
  85. 1747fb7 KVM: Hoist SVM's get_cs_db_l_bits into core code. by Rusty Russell · 17 years ago
  86. b85b9ee9 KVM: Clean up unloved invlpg emulation by Rusty Russell · 17 years ago
  87. c9a1185 KVM: Remove the unused invlpg member of struct kvm_arch_ops. by Rusty Russell · 17 years ago
  88. c5ec153 KVM: enable in-kernel APIC INIT/SIPI handling by He, Qing · 17 years ago
  89. 932f72a KVM: round robin for APIC lowest priority delivery mode by He, Qing · 17 years ago
  90. 2a8067f KVM: pending irq save/restore by Eddie Dong · 17 years ago
  91. b6958ce KVM: Emulate hlt in the kernel by Eddie Dong · 17 years ago
  92. 1fd4f2a KVM: In-kernel I/O APIC model by Eddie Dong · 17 years ago
  93. 97222cc KVM: Emulate local APIC in kernel by Eddie Dong · 17 years ago
  94. 7017fc3 KVM: Define and use cr8 access functions by Eddie Dong · 17 years ago
  95. 85f455f KVM: Add support for in-kernel PIC emulation by Eddie Dong · 17 years ago
  96. 2e2c618 KVM: Support more memory slots by Izik Eidus · 17 years ago
  97. 3090dd7 KVM: Clean up kvm_setup_pio() by Laurent Vivier · 17 years ago
  98. f024247 KVM: Add and use pr_unimpl for standard formatting of unimplemented features by Rusty Russell · 17 years ago
  99. 002c7f7 KVM: VMX: Add cpu consistency check by Yang, Sheng · 17 years ago
  100. b114b08 KVM: Use alignment properties of vcpu to simplify FPU ops by Rusty Russell · 17 years ago