1. e08aa78 KVM: VMX: Consolidate register usage in vmx_vcpu_run() by Avi Kivity · 17 years ago
  2. 018d00d KVM: Portability: move KVM_CHECK_EXTENSION by Zhang Xiantao · 17 years ago
  3. a7e6c88 KVM: x86 emulator: modify 'lods', and 'stos' not to depend on CR2 by Sheng Yang · 17 years ago
  4. f8c16bb KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch() by Zhang Xiantao · 17 years ago
  5. cb498ea KVM: Portability: Combine kvm_init and kvm_init_x86 by Zhang Xiantao · 17 years ago
  6. e9b11c1 KVM: Portability: Add vcpu and hardware management arch hooks by Zhang Xiantao · 17 years ago
  7. 97896d0 KVM: Portability: Move kvm_x86_ops to x86.c by Zhang Xiantao · 17 years ago
  8. d825ed0 KVM: Portability: Move some includes to x86.c by Zhang Xiantao · 17 years ago
  9. e0506bc KVM: Change kvm_{read,write}_guest() to use copy_{from,to}_user() by Izik Eidus · 17 years ago
  10. 539cb66 KVM: introduce gfn_to_hva() by Izik Eidus · 17 years ago
  11. f9d46eb KVM: add kvm_is_error_hva() by Izik Eidus · 17 years ago
  12. 1a6f4d7 KVM: Simplify CPU_TASKS_FROZEN cpu notifier handling by Avi Kivity · 17 years ago
  13. 906e608 KVM: x86 emulator: remove 8 bytes operands emulator for call near instruction by Izik Eidus · 17 years ago
  14. e5edaa0 KVM: VMX: wbinvd exiting by Eddie Dong · 17 years ago
  15. 8a70cc3 KVM: VMX: Comment VMX primary/secondary exec ctl definitions by Eddie Dong · 17 years ago
  16. 9c8cba3 KVM: Fix faults during injection of real-mode interrupts by Avi Kivity · 17 years ago
  17. 1155f76 KVM: VMX: Read & store IDT_VECTORING_INFO_FIELD by Avi Kivity · 17 years ago
  18. 9c5623e KVM: VMX: Use vmx to inject real-mode interrupts by Avi Kivity · 17 years ago
  19. 1226476 KVM: Add make_page_dirty() to kvm_clear_guest_page() by Dor Laor · 17 years ago
  20. b6c7a5d KVM: Portability: Move x86 vcpu ioctl handlers to x86.c by Hollis Blanchard · 17 years ago
  21. d075206 KVM: Portability: Move x86 FPU handling to x86.c by Hollis Blanchard · 17 years ago
  22. 8776e51 KVM: Portability: Move x86 instruction emulation code to x86.c by Hollis Blanchard · 17 years ago
  23. 417bc30 KVM: Portability: Make exported debugfs data architecture-specific by Hollis Blanchard · 17 years ago
  24. 1c73ef665 KVM: x86 emulator: Hoist modrm and abs decoding into separate functions by Avi Kivity · 17 years ago
  25. 3b6fff1 KVM: Make mark_page_dirty() work for aliased pages too. by Uri Lublin · 17 years ago
  26. 9f1ef3f KVM: Simplify decode_register_operand() calling convention by Avi Kivity · 17 years ago
  27. 33615aa KVM: x86 emulator: centralize decoding of one-byte register access insns by Avi Kivity · 17 years ago
  28. 3c118e2 KVM: x86 emulator: Extract the common code of SrcReg and DstReg by Avi Kivity · 17 years ago
  29. de7d789 KVM: Portability: Move pio emulation functions to x86.c by Carsten Otte · 17 years ago
  30. bbd9b64 KVM: Portability: Move x86 emulation and mmio device hook to x86.c by Carsten Otte · 17 years ago
  31. 15c4a64 KVM: Portability: Move kvm_get/set_msr[_common] to x86.c by Carsten Otte · 17 years ago
  32. aab61cc KVM: Fix gfn_to_page() acquiring mmap_sem twice by Anthony Liguori · 17 years ago
  33. f78e0e2 KVM: VMX: Enable memory mapped TPR shadow (FlexPriority) by Sheng Yang · 17 years ago
  34. a03490e KVM: Portability: Move control register helper functions to x86.c by Carsten Otte · 17 years ago
  35. 6866b83 KVM: Portability: move get/set_apic_base to x86.c by Carsten Otte · 17 years ago
  36. 5fb76f9 KVM: Portability: Move memory segmentation to x86.c by Carsten Otte · 17 years ago
  37. 1fe779f KVM: Portability: Split kvm_vm_ioctl v3 by Carsten Otte · 17 years ago
  38. b733bfb KVM: MMU: Topup the mmu memory preallocation caches before emulating an insn by Avi Kivity · 17 years ago
  39. 3067714 KVM: Move page fault processing to common code by Avi Kivity · 17 years ago
  40. c7e75a3 KVM: x86 emulator: don't depend on cr2 for mov abs emulation by Avi Kivity · 17 years ago
  41. fe7935d KVM: SVM: Let gcc to choose which registers to save (i386) by Laurent Vivier · 17 years ago
  42. 54a08c0 KVM: SVM: Let gcc to choose which registers to save (x86_64) by Laurent Vivier · 17 years ago
  43. ff593e5 KVM: VMX: Let gcc to choose which registers to save (i386) by Laurent Vivier · 17 years ago
  44. c203630 KVM: VMX: Let gcc to choose which registers to save (x86_64) by Laurent Vivier · 17 years ago
  45. cbc9402 KVM: Add ioctl to tss address from userspace, by Izik Eidus · 17 years ago
  46. e0d62c7 KVM: Add kernel-internal memory slots by Izik Eidus · 17 years ago
  47. 210c7c4 KVM: Export memory slot allocation mechanism by Izik Eidus · 17 years ago
  48. 80b14b5 KVM: Unmap kernel-allocated memory on slot destruction by Izik Eidus · 17 years ago
  49. 5f43238 KVM: Per-architecture hypercall definitions by Christian Borntraeger · 17 years ago
  50. 8c39269 KVM: Split IOAPIC reset function and export for kernel RESET by Eddie Dong · 17 years ago
  51. 2fcceae KVM: Export PIC reset for kernel device reset by Eddie Dong · 17 years ago
  52. 6039522 KVM: Add a might_sleep() annotation to gfn_to_page() by Avi Kivity · 17 years ago
  53. e00c8cf KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup() by Avi Kivity · 17 years ago
  54. 34c16ee KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) by Zhang Xiantao · 17 years ago
  55. 8d4e128 KVM: Allocate userspace memory for older userspace by Anthony Liguori · 17 years ago
  56. e56a7a2 KVM: Use virtual cpu accounting if available for guest times. by Christian Borntraeger · 17 years ago
  57. 8a7ae05 KVM: MMU: Partial swapping of guest memory by Izik Eidus · 17 years ago
  58. cea7bb2 KVM: MMU: Make gfn_to_page() always safe by Izik Eidus · 17 years ago
  59. 9647c14 KVM: MMU: Keep a reverse mapping of non-writable translations by Izik Eidus · 17 years ago
  60. 98348e9 KVM: MMU: Add rmap_next(), a helper for walking kvm rmaps by Izik Eidus · 17 years ago
  61. b284be5 KVM: x86 emulator: cmc, clc, cli, sti by Nitin A Kamble · 17 years ago
  62. 42bf3f0 KVM: MMU: Simplify page table walker by Avi Kivity · 17 years ago
  63. d77a250 KVM: x86 emulator: Implement emulation of instruction: inc & dec by Nitin A Kamble · 17 years ago
  64. 3176bc3 KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH by Avi Kivity · 17 years ago
  65. ab6ef34 KVM: Move apic timer interrupt backlog processing to common code by Avi Kivity · 17 years ago
  66. e25e3ed KVM: Add some \n in ioapic_debug() by Laurent Vivier · 17 years ago
  67. e4d47f4 KVM: apic round robin cleanup by Qing He · 17 years ago
  68. 313a3dc KVM: Portability: split kvm_vcpu_ioctl by Carsten Otte · 17 years ago
  69. c4fcc27 KVM: MMU: When updating the dirty bit, inform the mmu about it by Avi Kivity · 17 years ago
  70. 5df34a8 KVM: MMU: Move dirty bit updates to a separate function by Avi Kivity · 17 years ago
  71. 6bfccdc KVM: MMU: Instantiate real-mode shadows as user writable shadows by Avi Kivity · 17 years ago
  72. cc70e73 KVM: MMU: Disable write access on clean large pages by Avi Kivity · 17 years ago
  73. c22e351 KVM: MMU: Fix nx access bit for huge pages by Avi Kivity · 17 years ago
  74. e3c5e7ec KVM: Move guest pte dirty bit management to the guest pagetable walker by Avi Kivity · 17 years ago
  75. 4a4c992 KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups by Anthony Liguori · 17 years ago
  76. f67a46f KVM: MMU: Clean up MMU functions to take struct kvm when appropriate by Anthony Liguori · 17 years ago
  77. 043405e KVM: Move x86 msr handling to new files x86.[ch] by Carsten Otte · 17 years ago
  78. 6fc138d KVM: Support assigning userspace memory to the guest by Izik Eidus · 17 years ago
  79. d77c26f KVM: CodingStyle cleanup by Mike Day · 17 years ago
  80. 7e620d1 KVM: Remove gratuitous casts from lapic.c by Rusty Russell · 17 years ago
  81. 76fafa5 KVM: Hoist kvm_create_lapic() into kvm_vcpu_init() by Rusty Russell · 17 years ago
  82. d589444 KVM: Add kvm_free_lapic() to pair with kvm_create_lapic() by Rusty Russell · 17 years ago
  83. 82ce2c9 KVM: Allow dynamic allocation of the mmu shadow cache size by Izik Eidus · 17 years ago
  84. 195aefd KVM: Add general accessors to read and write guest memory by Izik Eidus · 17 years ago
  85. 290fc38 KVM: Remove the usage of page->private field by rmap by Izik Eidus · 17 years ago
  86. f566e09 KVM: VMX: Simplify vcpu_clear() by Avi Kivity · 17 years ago
  87. eae5ecb KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processor by Avi Kivity · 17 years ago
  88. b4c6abf KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effect by Laurent Vivier · 17 years ago
  89. a22436b KVM: Purify x86_decode_insn() error case management by Laurent Vivier · 17 years ago
  90. e4f8e03 KVM: x86_emulator: no writeback for bt by Qing He · 17 years ago
  91. a01af5e KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE instead by Laurent Vivier · 17 years ago
  92. 05f086f KVM: x86 emulator: remove _eflags and use directly ctxt->eflags. by Laurent Vivier · 17 years ago
  93. 8cdbd2c KVM: x86 emulator: split some decoding into functions for readability by Laurent Vivier · 17 years ago
  94. 2176486 KVM: MMU: Ignore reserved bits in cr3 in non-pae mode by Ryan Harper · 17 years ago
  95. 12b7d28 KVM: MMU: Make flooding detection work when guest page faults are bypassed by Avi Kivity · 17 years ago
  96. c7addb9 KVM: Allow not-present guest page faults to bypass kvm by Avi Kivity · 17 years ago
  97. 51c6cf6 KVM: VMX: Further reduce efer reloads by Avi Kivity · 17 years ago
  98. 3427318 KVM: Call x86_decode_insn() only when needed by Laurent Vivier · 17 years ago
  99. 1be3aa4 KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn() by Laurent Vivier · 17 years ago
  100. 8b4caf6 KVM: x86 emulator: move all decoding process to function x86_decode_insn() by Laurent Vivier · 17 years ago