1. e9f85cd KVM: Portability: Move unalias_gfn to arch dependent file by Zhang Xiantao · 17 years ago
  2. 83ff3b9 KVM: VMX: Remove the secondary execute control dependency on irqchip by Sheng Yang · 17 years ago
  3. 0771671 KVM: Enhance guest cpuid management by Dan Kenigsberg · 17 years ago
  4. 6d4e4c4 KVM: Disallow fork() and similar games when using a VM by Avi Kivity · 17 years ago
  5. 76c35c6 KVM: MMU: Rename 'release_page' by Avi Kivity · 17 years ago
  6. 4db3531 KVM: MMU: Rename variables of type 'struct kvm_mmu_page *' by Avi Kivity · 17 years ago
  7. 1d28f5f KVM: Remove gpa_to_hpa() by Avi Kivity · 17 years ago
  8. 0d81f29 KVM: MMU: Remove gva_to_hpa() by Avi Kivity · 17 years ago
  9. 3f3e712 KVM: MMU: Simplify nonpaging_map() by Avi Kivity · 17 years ago
  10. 1755fbc KVM: MMU: Introduce gfn_to_gpa() by Avi Kivity · 17 years ago
  11. 38c335f KVM: MMU: Adjust page_header_update_slot() to accept a gfn instead of a gpa by Avi Kivity · 17 years ago
  12. 230c9a8 KVM: MMU: Merge set_pte() and set_pte_common() by Avi Kivity · 17 years ago
  13. 050e649 KVM: MMU: Remove set_pde() by Avi Kivity · 17 years ago
  14. 4e54237 KVM: MMU: Remove extra gaddr parameter from set_pte_common() by Avi Kivity · 17 years ago
  15. da92852 KVM: MMU: Move pse36 handling to the guest walker by Avi Kivity · 17 years ago
  16. 5fb07dd KVM: MMU: Introduce and use gpte_to_gfn() by Avi Kivity · 17 years ago
  17. b238f7b KVM: MMU: Code cleanup by Izik Eidus · 17 years ago
  18. d835dfe KVM: Don't bother the mmu if cr3 load doesn't change cr3 by Avi Kivity · 17 years ago
  19. 79539ce KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pte by Avi Kivity · 17 years ago
  20. 0f74a24 KVM: Add statistic for remote tlb flushes by Avi Kivity · 17 years ago
  21. e5a4c8c KVM: MMU: Implement guest page fault bypass for nonpae by Avi Kivity · 17 years ago
  22. 26e5215 KVM: Split vcpu creation to avoid vcpu_load() before preemption setup by Avi Kivity · 17 years ago
  23. 0de1034 KVM: Portability: Split kvm_set_memory_region() to have an arch callout by Zhang Xiantao · 17 years ago
  24. 3ad82a7 KVM: Recalculate mmu pages needed for every memory region change by Zhang Xiantao · 17 years ago
  25. 6226686 KVM: x86 emulator: prefetch up to 15 bytes of the instruction executed by Avi Kivity · 17 years ago
  26. 93a0039 KVM: x86 emulator: retire ->write_std() by Avi Kivity · 17 years ago
  27. b4231d6 KVM: MMU: Selectively set PageDirty when releasing guest memory by Izik Eidus · 17 years ago
  28. 2065b37 KVM: MMU: Fix potential memory leak with smp real-mode by Izik Eidus · 17 years ago
  29. 2d2a7b9 KVM: Export include/asm-x86/kvm.h by Avi Kivity · 17 years ago
  30. a162dd5 KVM: Portability: Move cpuid structures to <asm/kvm.h> by Jerone Young · 17 years ago
  31. 244d57e KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h> by Jerone Young · 17 years ago
  32. 3a56b20 KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h> by Jerone Young · 17 years ago
  33. d9ecf92 KVM: Portability: Move structure lapic_state to <asm/kvm.h> by Jerone Young · 17 years ago
  34. 19d30b1 KVM: Portability: Move kvm_regs to <asm/kvm.h> by Jerone Young · 17 years ago
  35. da1386a KVM: Portability: Move x86 pic strutctures by Jerone Young · 17 years ago
  36. f6a40e3 KVM: Portability: Move kvm_memory_alias to asm/kvm.h by Jerone Young · 17 years ago
  37. 7faa8f6 KVM: Move misplaced comment by Hollis Blanchard · 17 years ago
  38. d40ccc6 KVM: Correct consistent typo: "destory" -> "destroy" by Hollis Blanchard · 17 years ago
  39. 00fc9f5 KVM: Remove unused "rmap_overflow" variable by Hollis Blanchard · 17 years ago
  40. 971535f KVM: MMU: Remove unused variable by Avi Kivity · 17 years ago
  41. 3e021bf KVM: Simplify kvm_clear_guest_page() by Izik Eidus · 17 years ago
  42. ec8d4ea KVM: MMU: Change guest pte access to kvm_{read,write}_guest() by Izik Eidus · 17 years ago
  43. 15b00f3 KVM: VMX: Force seg.base == (seg.sel << 4) in real mode by Jan Kiszka · 17 years ago
  44. 54f1585 KVM: Portability: Move some function declarations to x86.h by Zhang Xiantao · 17 years ago
  45. ec6d273 KVM: Move some static inline functions out from kvm.h into x86.h by Zhang Xiantao · 17 years ago
  46. 2b3ccfa KVM: Portability: Move vcpu regs enumeration definition to x86.h by Zhang Xiantao · 17 years ago
  47. ea4a5ff KVM: Portability: Move struct kvm_x86_ops definition to x86.h by Zhang Xiantao · 17 years ago
  48. cd6e8f8 KVM: Portability: Move some macro definitions from kvm.h to x86.h by Zhang Xiantao · 17 years ago
  49. 56c6d28 KVM: Portability: MMU initialization and teardown split by Zhang Xiantao · 17 years ago
  50. 5bb064d KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file by Zhang Xiantao · 17 years ago
  51. 9327fd1 KVM: Make unloading of FPU state when putting vcpu arch-independent by Amit Shah · 17 years ago
  52. 4cee576 KVM: MMU: Add some mmu statistics by Avi Kivity · 17 years ago
  53. ba1389b KVM: Extend stats support for VM stats by Avi Kivity · 17 years ago
  54. f2b5756 KVM: Add instruction emulation statistics by Avi Kivity · 17 years ago
  55. f096ed8 KVM: Add fpu_reload counter by Avi Kivity · 17 years ago
  56. e1beb1d KVM: Replace 'light_exits' stat with 'host_state_reload' by Avi Kivity · 17 years ago
  57. d19a9cd KVM: Portability: Add two hooks to handle kvm_create and destroy vm by Zhang Xiantao · 17 years ago
  58. a16b043 KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list by Zhang Xiantao · 17 years ago
  59. 56919c5 KVM: Remove ptr comparisons to 0 by Joe Perches · 17 years ago
  60. 8b00679 KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent by Zhang Xiantao · 17 years ago
  61. e08aa78 KVM: VMX: Consolidate register usage in vmx_vcpu_run() by Avi Kivity · 17 years ago
  62. 018d00d KVM: Portability: move KVM_CHECK_EXTENSION by Zhang Xiantao · 17 years ago
  63. a7e6c88 KVM: x86 emulator: modify 'lods', and 'stos' not to depend on CR2 by Sheng Yang · 17 years ago
  64. f8c16bb KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch() by Zhang Xiantao · 17 years ago
  65. cb498ea KVM: Portability: Combine kvm_init and kvm_init_x86 by Zhang Xiantao · 17 years ago
  66. e9b11c1 KVM: Portability: Add vcpu and hardware management arch hooks by Zhang Xiantao · 17 years ago
  67. 97896d0 KVM: Portability: Move kvm_x86_ops to x86.c by Zhang Xiantao · 17 years ago
  68. d825ed0 KVM: Portability: Move some includes to x86.c by Zhang Xiantao · 17 years ago
  69. e0506bc KVM: Change kvm_{read,write}_guest() to use copy_{from,to}_user() by Izik Eidus · 17 years ago
  70. 539cb66 KVM: introduce gfn_to_hva() by Izik Eidus · 17 years ago
  71. f9d46eb KVM: add kvm_is_error_hva() by Izik Eidus · 17 years ago
  72. 1a6f4d7 KVM: Simplify CPU_TASKS_FROZEN cpu notifier handling by Avi Kivity · 17 years ago
  73. 906e608 KVM: x86 emulator: remove 8 bytes operands emulator for call near instruction by Izik Eidus · 17 years ago
  74. e5edaa0 KVM: VMX: wbinvd exiting by Eddie Dong · 17 years ago
  75. 8a70cc3 KVM: VMX: Comment VMX primary/secondary exec ctl definitions by Eddie Dong · 17 years ago
  76. 9c8cba3 KVM: Fix faults during injection of real-mode interrupts by Avi Kivity · 17 years ago
  77. 1155f76 KVM: VMX: Read & store IDT_VECTORING_INFO_FIELD by Avi Kivity · 17 years ago
  78. 9c5623e KVM: VMX: Use vmx to inject real-mode interrupts by Avi Kivity · 17 years ago
  79. 1226476 KVM: Add make_page_dirty() to kvm_clear_guest_page() by Dor Laor · 17 years ago
  80. b6c7a5d KVM: Portability: Move x86 vcpu ioctl handlers to x86.c by Hollis Blanchard · 17 years ago
  81. d075206 KVM: Portability: Move x86 FPU handling to x86.c by Hollis Blanchard · 17 years ago
  82. 8776e51 KVM: Portability: Move x86 instruction emulation code to x86.c by Hollis Blanchard · 17 years ago
  83. 417bc30 KVM: Portability: Make exported debugfs data architecture-specific by Hollis Blanchard · 17 years ago
  84. 1c73ef665 KVM: x86 emulator: Hoist modrm and abs decoding into separate functions by Avi Kivity · 17 years ago
  85. 3b6fff1 KVM: Make mark_page_dirty() work for aliased pages too. by Uri Lublin · 17 years ago
  86. 9f1ef3f KVM: Simplify decode_register_operand() calling convention by Avi Kivity · 17 years ago
  87. 33615aa KVM: x86 emulator: centralize decoding of one-byte register access insns by Avi Kivity · 17 years ago
  88. 3c118e2 KVM: x86 emulator: Extract the common code of SrcReg and DstReg by Avi Kivity · 17 years ago
  89. de7d789 KVM: Portability: Move pio emulation functions to x86.c by Carsten Otte · 17 years ago
  90. bbd9b64 KVM: Portability: Move x86 emulation and mmio device hook to x86.c by Carsten Otte · 17 years ago
  91. 15c4a64 KVM: Portability: Move kvm_get/set_msr[_common] to x86.c by Carsten Otte · 17 years ago
  92. aab61cc KVM: Fix gfn_to_page() acquiring mmap_sem twice by Anthony Liguori · 17 years ago
  93. f78e0e2 KVM: VMX: Enable memory mapped TPR shadow (FlexPriority) by Sheng Yang · 17 years ago
  94. a03490e KVM: Portability: Move control register helper functions to x86.c by Carsten Otte · 17 years ago
  95. 6866b83 KVM: Portability: move get/set_apic_base to x86.c by Carsten Otte · 17 years ago
  96. 5fb76f9 KVM: Portability: Move memory segmentation to x86.c by Carsten Otte · 17 years ago
  97. 1fe779f KVM: Portability: Split kvm_vm_ioctl v3 by Carsten Otte · 17 years ago
  98. b733bfb KVM: MMU: Topup the mmu memory preallocation caches before emulating an insn by Avi Kivity · 17 years ago
  99. 3067714 KVM: Move page fault processing to common code by Avi Kivity · 17 years ago
  100. c7e75a3 KVM: x86 emulator: don't depend on cr2 for mov abs emulation by Avi Kivity · 17 years ago