1. 4d75834 KVM: x86 emulator: convert 2-operand IMUL to fastop by Avi Kivity · 12 years ago
  2. 11c363b KVM: x86 emulator: convert BT/BTS/BTR/BTC/BSF/BSR to fastop by Avi Kivity · 12 years ago
  3. 95413dc KVM: x86 emulator: convert INC/DEC to fastop by Avi Kivity · 12 years ago
  4. 9ae9feb KVM: x86 emulator: covert SETCC to fastop by Avi Kivity · 12 years ago
  5. 007a3b5 KVM: x86 emulator: convert shift/rotate instructions to fastop by Avi Kivity · 12 years ago
  6. 0bdea06 KVM: x86 emulator: Convert SHLD, SHRD to fastop by Avi Kivity · 12 years ago
  7. 93c05d3 KVM: x86: improve reexecute_instruction by Xiao Guangrong · 12 years ago
  8. 95b3cf6 KVM: x86: let reexecute_instruction work for tdp by Xiao Guangrong · 12 years ago
  9. 2236802 KVM: x86: clean up reexecute_instruction by Xiao Guangrong · 12 years ago
  10. 6b81b05 KVM: MMU: Conditionally reschedule when kvm_mmu_slot_remove_write_access() takes a long time by Takuya Yoshikawa · 12 years ago
  11. 9d1beef KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itself by Takuya Yoshikawa · 12 years ago
  12. b34cb59 KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itself by Takuya Yoshikawa · 12 years ago
  13. e12091c KVM: Remove unused slot_bitmap from kvm_mmu_page by Takuya Yoshikawa · 12 years ago
  14. b99db1d KVM: MMU: Make kvm_mmu_slot_remove_write_access() rmap based by Takuya Yoshikawa · 12 years ago
  15. 245c391 KVM: MMU: Remove unused parameter level from __rmap_write_protect() by Takuya Yoshikawa · 12 years ago
  16. c972f3b KVM: Write protect the updated slot only when dirty logging is enabled by Takuya Yoshikawa · 12 years ago
  17. 7751bab KVM: MMU: fix infinite fault access retry by Xiao Guangrong · 12 years ago
  18. c2288505 KVM: MMU: fix Dirty bit missed if CR0.WP = 0 by Xiao Guangrong · 12 years ago
  19. fb864fb KVM: x86 emulator: convert basic ALU ops to fastop by Avi Kivity · 12 years ago
  20. f7857f3 KVM: x86 emulator: add macros for defining 2-operand fastop emulation by Avi Kivity · 12 years ago
  21. 45a1467 KVM: x86 emulator: convert NOT, NEG to fastop by Avi Kivity · 12 years ago
  22. 75f7284 KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite by Avi Kivity · 12 years ago
  23. b6744dc KVM: x86 emulator: introduce NoWrite flag by Avi Kivity · 12 years ago
  24. b7d491e KVM: x86 emulator: Support for declaring single operand fastops by Avi Kivity · 12 years ago
  25. e28bbd4 KVM: x86 emulator: framework for streamlining arithmetic opcodes by Avi Kivity · 12 years ago
  26. b09408d KVM: VMX: fix incorrect cached cpl value with real/v8086 modes by Marcelo Tosatti · 12 years ago
  27. b0cfeb5 KVM: x86: remove unused variable from walk_addr_generic() by Gleb Natapov · 12 years ago
  28. 908e7d7 KVM: MMU: simplify folding of dirty bit into accessed_dirty by Gleb Natapov · 12 years ago
  29. ee04e0c KVM: mmu: remove unused trace event by Gleb Natapov · 12 years ago
  30. 0ca1b4f KVM: VMX: handle IO when emulation is due to #GP in real mode. by Gleb Natapov · 12 years ago
  31. d54d07b KVM: VMX: Do not fix segment register during vcpu initialization. by Gleb Natapov · 12 years ago
  32. d99e415 KVM: VMX: fix emulation of invalid guest state. by Gleb Natapov · 12 years ago
  33. 89efbed KVM: VMX: make rmode_segment_valid() more strict. by Gleb Natapov · 12 years ago
  34. 045a282 KVM: emulator: implement fninit, fnstsw, fnstcw by Gleb Natapov · 12 years ago
  35. 3a78a4f KVM: emulator: drop RPL check from linearize() function by Gleb Natapov · 12 years ago
  36. f924d66 KVM: VMX: remove unneeded temporary variable from vmx_set_segment() by Gleb Natapov · 12 years ago
  37. 1ecd50a KVM: VMX: clean-up vmx_set_segment() by Gleb Natapov · 12 years ago
  38. 39dcfb9 KVM: VMX: remove redundant code from vmx_set_segment() by Gleb Natapov · 12 years ago
  39. beb853f KVM: VMX: use fix_rmode_seg() to fix all code/data segments by Gleb Natapov · 12 years ago
  40. c6ad1153 KVM: VMX: return correct segment limit and flags for CS/SS registers in real mode by Gleb Natapov · 12 years ago
  41. 0647f4a KVM: VMX: relax check for CS register in rmode_segment_valid() by Gleb Natapov · 12 years ago
  42. 07f42f5 KVM: VMX: cleanup rmode_segment_valid() by Gleb Natapov · 12 years ago
  43. d4b06c2 kvm: fix i8254 counter 0 wraparound by Nickolai Zeldovich · 12 years ago
  44. e11ae1a KVM: remove unused variable. by Gleb Natapov · 12 years ago
  45. f82a8cf KVM: struct kvm_memory_slot.user_alloc -> bool by Alex Williamson · 12 years ago
  46. bbacc0c KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS by Alex Williamson · 12 years ago
  47. f3200d0 KVM: inject ExtINT interrupt before APIC interrupts by Gleb Natapov · 12 years ago
  48. 5e2c688 KVM: x86: fix mov immediate emulation for 64-bit operands by Nadav Amit · 12 years ago
  49. 7f66227 KVM: emulator: implement AAD instruction by Gleb Natapov · 12 years ago
  50. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  51. 58b7825 KVM: emulator: fix real mode segment checks in address linearization by Gleb Natapov · 12 years ago
  52. 0b26b58 VMX: remove unneeded enable_unrestricted_guest check by Gleb Natapov · 12 years ago
  53. a4d3326 KVM: VMX: fix DPL during entry to protected mode by Gleb Natapov · 12 years ago
  54. 8f536b7 KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdump by Zhang Yanfei · 12 years ago
  55. c219346 KVM: MMU: optimize for set_spte by Xiao Guangrong · 12 years ago
  56. 66f7b72 KVM: x86: Make register state after reset conform to specification by Julian Stecklina · 12 years ago
  57. 2b3c5cb kvm: don't use bit24 for detecting address-specific invalidation capability by Zhang Xiantao · 12 years ago
  58. 0307b7b kvm: remove unnecessary bit checking for ept violation by Zhang Xiantao · 12 years ago
  59. 45e3cc7 KVM: x86: Fix uninitialized return code by Jan Kiszka · 12 years ago
  60. ba90463 KVM: x86: Emulate IA32_TSC_ADJUST MSR by Will Auld · 12 years ago
  61. 8fe8ab4 KVM: x86: Add code to track call origin for msr assignment by Will Auld · 12 years ago
  62. 5a560f8 KVM: VMX: fix memory order between loading vmcs and clearing vmcs by Xiao Guangrong · 12 years ago
  63. e6c7d32 KVM: VMX: fix invalid cpu passed to smp_call_function_single by Xiao Guangrong · 12 years ago
  64. d98d07c KVM: x86: update pvclock area conditionally, on cpu migration by Marcelo Tosatti · 12 years ago
  65. b48aa97 KVM: x86: require matched TSC offsets for master clock by Marcelo Tosatti · 12 years ago
  66. 42897d8 KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization by Marcelo Tosatti · 12 years ago
  67. d828199 KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag by Marcelo Tosatti · 12 years ago
  68. 16e8d74 KVM: x86: notifier for clocksource changes by Marcelo Tosatti · 12 years ago
  69. 886b470 KVM: x86: pass host_tsc to read_l1_tsc by Marcelo Tosatti · 12 years ago
  70. 78c0337 KVM: x86: retain pvclock guest stopped bit in guest memory by Marcelo Tosatti · 12 years ago
  71. cb7cb28 x86, kvm: Remove incorrect redundant assembly constraint by H. Peter Anvin · 12 years ago
  72. 29282fd KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update() by Takashi Iwai · 12 years ago
  73. 807f12e KVM: remove unnecessary return value check by Guo Chao · 12 years ago
  74. 951179c KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr() by Guo Chao · 12 years ago
  75. 1859541 KVM: do not kfree error pointer by Guo Chao · 12 years ago
  76. 6d1068b KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461) by Petr Matousek · 12 years ago
  77. 87da7e6 KVM: x86: fix vcpu->mmio_fragments overflow by Xiao Guangrong · 12 years ago
  78. 81c52c5 KVM: do not treat noslot pfn as a error pfn by Xiao Guangrong · 12 years ago
  79. 19bf7f8 Merge remote-tracking branch 'master' into queue by Marcelo Tosatti · 12 years ago
  80. 8ca40a7 KVM: Take kvm instead of vcpu to mmu_notifier_retry by Christoffer Dall · 12 years ago
  81. 7f46ddb KVM: apic: fix LDR calculation in x2apic mode by Gleb Natapov · 12 years ago
  82. f3ac1a4 KVM: MMU: fix release noslot pfn by Xiao Guangrong · 12 years ago
  83. 1f5b77f KVM: SVM: Cleanup error statements by Borislav Petkov · 12 years ago
  84. bf4ca23 KVM: VMX: report internal error for MMIO #PF due to delivery event by Xiao Guangrong · 12 years ago
  85. b9bf688 KVM: VMX: report internal error for the unhandleable event by Xiao Guangrong · 12 years ago
  86. 471842e KVM: do not de-cache cr4 bits needlessly by Gleb Natapov · 12 years ago
  87. bd6360c KVM: MMU: introduce FNAME(prefetch_gpte) by Xiao Guangrong · 12 years ago
  88. a052b42 KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h by Xiao Guangrong · 12 years ago
  89. d4878f2 KVM: MMU: cleanup FNAME(page_fault) by Xiao Guangrong · 12 years ago
  90. bd66077 KVM: MMU: remove mmu_is_invalid by Xiao Guangrong · 12 years ago
  91. b6785de KVM: x86: Make emulator_fix_hypercall static by Jan Kiszka · 12 years ago
  92. 8b6e454 KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset by Jan Kiszka · 12 years ago
  93. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  94. ac07f5c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  95. 08815bc Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  96. 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  97. c863901 KVM: x86: Fix guest debug across vcpu INIT reset by Jan Kiszka · 12 years ago
  98. 7a84428 KVM: Add resampling irqfds for level triggered interrupts by Alex Williamson · 12 years ago
  99. b1a74bf x86, kvm: fix kvm's usage of kernel_fpu_begin/end() by Suresh Siddha · 12 years ago
  100. 26bf264 KVM: x86: Export svm/vmx exit code and vector code to userspace by Xiao Guangrong · 12 years ago