1. 3aed041 KVM: SVM: Add manipulation functions for DRx intercepts by Joerg Roedel · 14 years ago
  2. 4ee546b KVM: SVM: Add manipulation functions for CRx intercepts by Roedel, Joerg · 14 years ago
  3. 384c636 KVM: SVM: Add function to recalculate intercept masks by Joerg Roedel · 14 years ago
  4. fc3a915 KVM: X86: Don't report L2 emulation failures to user-space by Joerg Roedel · 14 years ago
  5. 2030753 KVM: SVM: Make Use of the generic guest-mode functions by Joerg Roedel · 14 years ago
  6. ec9e60b KVM: X86: Introduce generic guest-mode representation by Joerg Roedel · 14 years ago
  7. 6389ee9 KVM: Pull extra page fault information into struct x86_exception by Avi Kivity · 14 years ago
  8. 8c28d03 KVM: Push struct x86_exception into walk_addr() by Avi Kivity · 14 years ago
  9. ab9ae31 KVM: Push struct x86_exception info the various gva_to_gpa variants by Avi Kivity · 14 years ago
  10. 35d3d4a KVM: x86 emulator: simplify exception generation by Avi Kivity · 14 years ago
  11. db297e3 KVM: x86 emulator: tighen up ->read_std() and ->write_std() error checks by Avi Kivity · 14 years ago
  12. 42438e3 KVM: x86 emulator: drop dead pf injection in emulate_popf() by Avi Kivity · 14 years ago
  13. bcc55cb KVM: x86 emulator: make emulator memory callbacks return full exception by Avi Kivity · 14 years ago
  14. da9cb57 KVM: x86 emulator: introduce struct x86_exception to communicate faults by Avi Kivity · 14 years ago
  15. a4ee1ca KVM: MMU: delay flush all tlbs on sync_page path by Xiao Guangrong · 14 years ago
  16. 407c61c KVM: MMU: abstract invalid guest pte mapping by Xiao Guangrong · 14 years ago
  17. a4a8e6f KVM: MMU: remove 'clear_unsync' parameter by Xiao Guangrong · 14 years ago
  18. 9bdbba1 KVM: MMU: rename 'reset_host_protection' to 'host_writable' by Lai Jiangshan · 14 years ago
  19. b330aa0 KVM: MMU: don't drop spte if overwrite it from W to RO by Xiao Guangrong · 14 years ago
  20. 30bfb3c KVM: MMU: fix forgot flush tlbs on sync_page path by Xiao Guangrong · 14 years ago
  21. 586f960 KVM: Add instruction-set-specific exit qualifications to kvm_exit trace by Avi Kivity · 14 years ago
  22. aa17911 KVM: Record instruction set in kvm_exit tracepoint by Avi Kivity · 14 years ago
  23. 104f226 KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run() by Avi Kivity · 14 years ago
  24. 30b31ab KVM: x86 emulator: do not perform address calculations on linear addresses by Avi Kivity · 14 years ago
  25. 90de84f KVM: x86 emulator: preserve an operand's segment identity by Avi Kivity · 14 years ago
  26. d53db5e KVM: x86 emulator: drop DPRINTF() by Avi Kivity · 14 years ago
  27. 8a6bcaa KVM: x86 emulator: drop unused #ifndef __KERNEL__ by Avi Kivity · 14 years ago
  28. f9335af KVM: VMX: Inform user about INTEL_TXT dependency by Shane Wang · 14 years ago
  29. e730b63 KVM: MMU: don't mark spte notrap if reserved bit set by Xiao Guangrong · 14 years ago
  30. 945ee35 KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info by Avi Kivity · 14 years ago
  31. 2a6b20b KVM: SVM: Replace svm_has() by standard Linux cpuid accessors by Avi Kivity · 14 years ago
  32. c4806ac KVM: MMU: fix apf prefault if nested guest is enabled by Xiao Guangrong · 14 years ago
  33. 060c2ab KVM: MMU: support apf for nonpaing guest by Xiao Guangrong · 14 years ago
  34. e5f3f02 KVM: MMU: clear apfs if page state is changed by Xiao Guangrong · 14 years ago
  35. 5054c0d KVM: MMU: fix missing post sync audit by Xiao Guangrong · 14 years ago
  36. d89f5ef KVM: Clean up vm creation and release by Jan Kiszka · 14 years ago
  37. 9d893c6 KVM: x86: Makefile clean up by Tracey Dent · 14 years ago
  38. 30bd0c4 KVM: VMX: Disallow NMI while blocked by STI by Avi Kivity · 14 years ago
  39. e6d53e3 KVM: avoid unnecessary wait for a async pf by Xiao Guangrong · 14 years ago
  40. c7d28c2 KVM: fix searching async gfn in kvm_async_pf_gfn_slot by Xiao Guangrong · 14 years ago
  41. c9b263d KVM: fix tracing kvm_try_async_get_page by Xiao Guangrong · 14 years ago
  42. ec25d5e KVM: handle exit due to INVD in VMX by Gleb Natapov · 14 years ago
  43. 2eec734 KVM: x86: Avoid issuing wbinvd twice by Jan Kiszka · 14 years ago
  44. 515a012 KVM: pre-allocate one more dirty bitmap to avoid vmalloc() by Takuya Yoshikawa · 14 years ago
  45. 612819c KVM: propagate fault r/w information to gup(), allow read-only memory by Marcelo Tosatti · 14 years ago
  46. 7905d9a KVM: MMU: flush TLBs on writable -> read-only spte overwrite by Marcelo Tosatti · 14 years ago
  47. 982c256 KVM: MMU: remove kvm_mmu_set_base_ptes by Marcelo Tosatti · 14 years ago
  48. ff1fcb9 KVM: VMX: remove setting of shadow_base_ptes for EPT by Marcelo Tosatti · 14 years ago
  49. 83bcacb KVM: Avoid double interrupt injection with vapic by Avi Kivity · 14 years ago
  50. 82ca2d1 KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callers by Avi Kivity · 14 years ago
  51. dacccfd KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit path by Avi Kivity · 14 years ago
  52. afe9e66 KVM: SVM: Move svm->host_gs_base into a separate structure by Avi Kivity · 14 years ago
  53. 13c34e0 KVM: SVM: Move guest register save out of interrupts disabled section by Avi Kivity · 14 years ago
  54. f56f536 KVM: Move KVM context switch into own function by Andi Kleen · 14 years ago
  55. 7e1fbea KVM: x86: Mark kvm_arch_setup_async_pf static by Jan Kiszka · 14 years ago
  56. fc5f06f KVM: Send async PF when guest is not in userspace too. by Gleb Natapov · 14 years ago
  57. 6adba52 KVM: Let host know whether the guest can handle async PF in non-userspace context. by Gleb Natapov · 14 years ago
  58. 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
  59. 631bc48 KVM: Handle async PF in a guest. by Gleb Natapov · 14 years ago
  60. 344d958 KVM: Add PV MSR to enable asynchronous page faults delivery. by Gleb Natapov · 14 years ago
  61. 49c7754 KVM: Add memory slot versioning and use it to provide fast guest write interface by Gleb Natapov · 14 years ago
  62. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  63. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
  64. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  65. 010c520 KVM: Don't reset mmu context unnecessarily when updating EFER by Avi Kivity · 14 years ago
  66. d0dfc6b KVM: i8259: initialize isr_ack by Avi Kivity · 14 years ago
  67. 0a3aee0 x86: Use this_cpu_ops to optimize code by Tejun Heo · 14 years ago
  68. 649497d KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow by Avi Kivity · 14 years ago
  69. 3e26f23 KVM: Fix preemption counter leak in kvm_timer_init() by Avi Kivity · 14 years ago
  70. 24d1b15 KVM: SVM: Do not report xsave in supported cpuid by Joerg Roedel · 14 years ago
  71. 3ea3aa8 KVM: Fix OSXSAVE after migration by Sheng Yang · 14 years ago
  72. c8770e7 KVM: VMX: Fix host userspace gsbase corruption by Avi Kivity · 14 years ago
  73. 0a77fe4 KVM: Correct ordering of ldt reload wrt fs/gs reload by Avi Kivity · 14 years ago
  74. 453d9c5 KVM: x86: Issue smp_call_function_many with preemption disabled by Jan Kiszka · 14 years ago
  75. 97e69aa KVM: x86: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  76. eb45fda KVM: MMU: fix rmap_remove on non present sptes by Marcelo Tosatti · 14 years ago
  77. edde99c KVM: Write protect memory after slot swap by Michael S. Tsirkin · 14 years ago
  78. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  79. 77db5cb KVM: MCE: Send SRAR SIGBUS directly by Huang Ying · 14 years ago
  80. 5854dbc KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTED by Huang Ying · 14 years ago
  81. 9611c18 KVM: fix typo in copyright notice by Nicolas Kaiser · 14 years ago
  82. 395c6b0 KVM: Disable interrupts around get_kernel_ns() by Avi Kivity · 14 years ago
  83. 7ebaf15 KVM: MMU: Avoid sign extension in mmu_alloc_direct_roots() pae root address by Avi Kivity · 14 years ago
  84. 3377078 KVM: MMU: move access code parsing to FNAME(walk_addr) function by Xiao Guangrong · 14 years ago
  85. 6903074 KVM: MMU: audit: check whether have unsync sps after root sync by Xiao Guangrong · 14 years ago
  86. 38904e1 KVM: MMU: audit: introduce audit_printk to cleanup audit code by Xiao Guangrong · 14 years ago
  87. c42fffe KVM: MMU: audit: unregister audit tracepoints before module unloaded by Xiao Guangrong · 14 years ago
  88. 98224bf KVM: MMU: audit: fix vcpu's spte walking by Xiao Guangrong · 14 years ago
  89. 33f91ed KVM: MMU: set access bit for direct mapping by Xiao Guangrong · 14 years ago
  90. 20bd40d KVM: MMU: cleanup for error mask set while walk guest page table by Xiao Guangrong · 14 years ago
  91. 6292757 KVM: MMU: update 'root_hpa' out of loop in PAE shadow path by Xiao Guangrong · 14 years ago
  92. 7129eec KVM: x86 emulator: Eliminate compilation warning in x86_decode_insn() by Sheng Yang · 14 years ago
  93. 5093362 KVM: x86: Fix constant type in kvm_get_time_scale by Jan Kiszka · 14 years ago
  94. 07d6f55 KVM: VMX: Add AX to list of registers clobbered by guest switch by Jan Kiszka · 14 years ago
  95. c285545 KVM: x86: TSC catchup mode by Zachary Amsden · 14 years ago
  96. 34c238a KVM: x86: Rename timer function by Zachary Amsden · 14 years ago
  97. 5f4e3f8 KVM: x86: Make math work for other scales by Zachary Amsden · 14 years ago
  98. 49e9d55 KVM: VMX: Respect interrupt window in big real mode by Avi Kivity · 14 years ago
  99. a92601b KVM: VMX: Emulated real mode interrupt injection by Mohammed Gamal · 14 years ago
  100. 6399565 KVM: Add kvm_inject_realmode_interrupt() wrapper by Mohammed Gamal · 14 years ago