1. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  2. f2e1066 KVM: Drop FOLL_GET in GUP when doing async page fault by chai wen · 11 years ago
  3. 7854cbc KVM: nVMX: Fully support nested VMX preemption timer by Arthur Chunqi Li · 11 years ago
  4. 8a3c1a33 KVM: mmu: change useless int return types to void by Paolo Bonzini · 11 years ago
  5. 95f93af KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload by Paolo Bonzini · 11 years ago
  6. d8d173d KVM: mmu: remove uninteresting MMU "new_cr3" callbacks by Paolo Bonzini · 11 years ago
  7. 2062609 KVM: mmu: remove uninteresting MMU "free" callbacks by Paolo Bonzini · 11 years ago
  8. 4344ee9 KVM: x86: only copy XSAVE state for the supported features by Paolo Bonzini · 11 years ago
  9. d7876f1 KVM: x86: prevent setting unsupported XSAVE states by Paolo Bonzini · 11 years ago
  10. 647e23b KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0 by Paolo Bonzini · 11 years ago
  11. 2f303b7 KVM: Convert kvm_lock back to non-raw spinlock by Paolo Bonzini · 11 years ago
  12. feaf0c7d KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2 by Gleb Natapov · 11 years ago
  13. e011c66 KVM: nVMX: Check all exceptions for intercept during delivery to L2 by Gleb Natapov · 11 years ago
  14. 851eb667 KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFO by Gleb Natapov · 11 years ago
  15. e0b890d KVM: nVMX: Amend nested_run_pending logic by Gleb Natapov · 11 years ago
  16. 92fbc7b KVM: nVMX: Enable unrestricted guest mode support by Jan Kiszka · 11 years ago
  17. 10ba54a KVM: nVMX: Implement support for EFER saving on VM-exit by Jan Kiszka · 11 years ago
  18. 59ab5a8 KVM: nVMX: Do not set identity page map for L2 by Jan Kiszka · 11 years ago
  19. 9e3e4db KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state by Jan Kiszka · 11 years ago
  20. 0be9c7a KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from NMI by Gleb Natapov · 11 years ago
  21. 72f8579 KVM: nEPT: reset PDPTR register cache on nested vmentry emulation by Gleb Natapov · 11 years ago
  22. ba6a354 KVM: mmu: allow page tables to be in read-only slots by Paolo Bonzini · 11 years ago
  23. 3261107 KVM: x86 emulator: emulate RETF imm by Bruce Rogers · 11 years ago
  24. 70534a7 shrinker: convert remaining shrinkers to count/scan API by Dave Chinner · 11 years ago
  25. e5552fd KVM: MMU: remove unused parameter by Xiao Guangrong · 11 years ago
  26. 2e762ff KVM: x86: update masterclock when kvmclock_offset is calculated (v2) by Marcelo Tosatti · 11 years ago
  27. 0912c97 KVM: x86: add comments where MMIO does not return to the emulator by Paolo Bonzini · 11 years ago
  28. 94452b9 KVM: vmx: count exits to userspace during invalid guest emulation by Paolo Bonzini · 11 years ago
  29. 24d2166 kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic by Raghavendra K T · 11 years ago
  30. 6aef266 kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks by Srivatsa Vaddagiri · 11 years ago
  31. c0dfee5 KVM: nVMX: Advertise IA32_PAT in VM exit control by Arthur Chunqi Li · 11 years ago
  32. 5743534 KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reporting by Jan Kiszka · 11 years ago
  33. ca72d97 KVM: nEPT: Advertise WB type EPTP by Jan Kiszka · 11 years ago
  34. 44811c0 nVMX: Keep arch.pat in sync on L1-L2 switches by Jan Kiszka · 11 years ago
  35. f5c4368 nEPT: Miscelleneous cleanups by Nadav Har'El · 11 years ago
  36. 2b1be67 nEPT: Some additional comments by Nadav Har'El · 11 years ago
  37. afa61f7 Advertise the support of EPT to the L1 guest, through the appropriate MSR. by Nadav Har'El · 11 years ago
  38. bfd0a56 nEPT: Nested INVEPT by Nadav Har'El · 11 years ago
  39. 155a97a nEPT: MMU context for nested EPT by Nadav Har'El · 11 years ago
  40. 25d9208 nEPT: Add nEPT violation/misconfigration support by Yang Zhang · 11 years ago
  41. 5316622 nEPT: correctly check if remote tlb flush is needed for shadowed EPT tables by Gleb Natapov · 11 years ago
  42. 7a1638c nEPT: Redefine EPT-specific link_shadow_page() by Yang Zhang · 11 years ago
  43. 37406aa nEPT: Add EPT tables support to paging_tmpl.h by Nadav Har'El · 11 years ago
  44. 61719a8 nEPT: Support shadow paging for guest paging without A/D bits by Gleb Natapov · 11 years ago
  45. d8089ba nEPT: make guest's A/D bits depends on guest's paging mode by Gleb Natapov · 11 years ago
  46. 0ad805a nEPT: Move common code to paging_tmpl.h by Nadav Har'El · 11 years ago
  47. b7e9145 nEPT: Fix wrong test in kvm_set_cr3 by Nadav Har'El · 11 years ago
  48. 3633cfc nEPT: Fix cr3 handling in nested exit and entry by Nadav Har'El · 11 years ago
  49. 8049d65 nEPT: Support LOAD_IA32_EFER entry/exit controls for L1 by Nadav Har'El · 11 years ago
  50. 0276642 KVM: MMU: fix check the reserved bits on the gpte of L2 by Xiao Guangrong · 11 years ago
  51. 205befd KVM: nVMX: correctly set tr base on nested vmexit emulation by Gleb Natapov · 11 years ago
  52. 63fbf59 nVMX: reset rflags register cache during nested vmentry. by Gleb Natapov · 11 years ago
  53. 663f4c6 KVM: x86: handle singlestep during emulation by Paolo Bonzini · 12 years ago
  54. 4a1e10d KVM: x86: handle hardware breakpoints during emulation by Paolo Bonzini · 12 years ago
  55. ac0a48c KVM: x86: rename EMULATE_DO_MMIO by Paolo Bonzini · 12 years ago
  56. 9576c4c KVM: x86: Drop some unused functions from lapic by Jan Kiszka · 11 years ago
  57. 11f5cc0 KVM: x86: Simplify __apic_accept_irq by Jan Kiszka · 11 years ago
  58. 103af0a perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5 by Andi Kleen · 11 years ago
  59. 21feb4e KVM: nVMX: Set segment infomation of L1 when L2 exits by Arthur Chunqi Li · 11 years ago
  60. b3897a4 KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL by Nadav Har'El · 11 years ago
  61. 6b61edf KVM: x86: Drop useless cast by Mathias Krause · 12 years ago
  62. c2bae89 KVM: VMX: Use proper types to access const arrays by Mathias Krause · 12 years ago
  63. a25eb11 KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virt by Arthur Chunqi Li · 11 years ago
  64. 0658fba KVM: nVMX: Change location of 3 functions in vmx.c by Arthur Chunqi Li · 11 years ago
  65. e6dff7d KVM: x86: Avoid zapping mmio sptes twice for generation wraparound by Takuya Yoshikawa · 11 years ago
  66. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 11 years ago
  67. 1c118b8 KVM: MMU: avoid fast page fault fixing mmio page fault by Xiao Guangrong · 11 years ago
  68. 03617c1 KVM: VMX: mark unusable segment as nonpresent by Gleb Natapov · 12 years ago
  69. fe489bf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  70. 002e44bf Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  71. 24f7bb5 KVM: Fix RTC interrupt coalescing tracking by Gleb Natapov · 12 years ago
  72. 489223e kvm: Add a tracepoint write_tsc_offset by Yoshihiro YUNOMAE · 12 years ago
  73. 7a2e8aa KVM: MMU: Inform users of mmio generation wraparound by Takuya Yoshikawa · 12 years ago
  74. accaefe KVM: MMU: document clear_spte_count by Xiao Guangrong · 12 years ago
  75. a8eca9d KVM: MMU: drop kvm_mmu_zap_mmio_sptes by Xiao Guangrong · 12 years ago
  76. 69c9ea9 KVM: MMU: init kvm generation close to mmio wrap-around value by Xiao Guangrong · 12 years ago
  77. 089504c KVM: MMU: add tracepoint for check_mmio_spte by Xiao Guangrong · 12 years ago
  78. f8f5594 KVM: MMU: fast invalidate all mmio sptes by Xiao Guangrong · 12 years ago
  79. b37fbea KVM: MMU: make return value of mmio page fault handler more readable by Xiao Guangrong · 12 years ago
  80. f2fd125 KVM: MMU: store generation-number into mmio spte by Xiao Guangrong · 12 years ago
  81. afcbf13 x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASE by H. Peter Anvin · 12 years ago
  82. 1adfa76 x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED by H. Peter Anvin · 12 years ago
  83. 885032b KVM: MMU: retain more available bits on mmio spte by Xiao Guangrong · 12 years ago
  84. 764bcbc KVM: x86: remove vcpu's CPL check in host-invoked XCR set by Zhanghaoyu (A) · 12 years ago
  85. 8915aa27 KVM: x86: handle idiv overflow at kvm_write_tsc by Marcelo Tosatti · 12 years ago
  86. 05988d7 KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped by Gleb Natapov · 12 years ago
  87. 365c886 KVM: MMU: reclaim the zapped-obsolete page first by Xiao Guangrong · 12 years ago
  88. f34d251 KVM: MMU: collapse TLB flushes when zap all pages by Xiao Guangrong · 12 years ago
  89. e7d11c7 KVM: MMU: zap pages in batch by Xiao Guangrong · 12 years ago
  90. 7f52af7 KVM: MMU: do not reuse the obsolete page by Xiao Guangrong · 12 years ago
  91. 3500612 KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages by Xiao Guangrong · 12 years ago
  92. 2248b02 KVM: MMU: show mmu_valid_gen in shadow page related tracepoints by Xiao Guangrong · 12 years ago
  93. 6ca18b69 KVM: x86: use the fast way to invalidate all pages by Xiao Guangrong · 12 years ago
  94. 5304b8d KVM: MMU: fast invalidate all pages by Xiao Guangrong · 12 years ago
  95. a2ae162 KVM: MMU: drop unnecessary kvm_reload_remote_mmus by Xiao Guangrong · 12 years ago
  96. 758ccc8 KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercall by Xiao Guangrong · 12 years ago
  97. 299018f KVM: Fix race in apic->pending_events processing by Gleb Natapov · 12 years ago
  98. 8acb4207 KVM: fix sil/dil/bpl/spl in the mod/rm fields by Paolo Bonzini · 12 years ago
  99. 103f98e KVM: Emulate multibyte NOP by Paolo Bonzini · 12 years ago
  100. e47a5f5 KVM: x86 emulator: convert XADD to fastop by Avi Kivity · 12 years ago