1. d0d538b KVM: nVMX: fix shadow on EPT by Gleb Natapov · 11 years ago
  2. bcd1c29 KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefined by Gleb Natapov · 11 years ago
  3. 0be9c7a KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from NMI by Gleb Natapov · 11 years ago
  4. 72f8579 KVM: nEPT: reset PDPTR register cache on nested vmentry emulation by Gleb Natapov · 11 years ago
  5. ba6a354 KVM: mmu: allow page tables to be in read-only slots by Paolo Bonzini · 11 years ago
  6. 3261107 KVM: x86 emulator: emulate RETF imm by Bruce Rogers · 11 years ago
  7. 70534a7 shrinker: convert remaining shrinkers to count/scan API by Dave Chinner · 11 years ago
  8. e5552fd KVM: MMU: remove unused parameter by Xiao Guangrong · 11 years ago
  9. 2e762ff KVM: x86: update masterclock when kvmclock_offset is calculated (v2) by Marcelo Tosatti · 11 years ago
  10. 0912c97 KVM: x86: add comments where MMIO does not return to the emulator by Paolo Bonzini · 11 years ago
  11. 94452b9 KVM: vmx: count exits to userspace during invalid guest emulation by Paolo Bonzini · 11 years ago
  12. 24d2166 kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic by Raghavendra K T · 11 years ago
  13. 6aef266 kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks by Srivatsa Vaddagiri · 11 years ago
  14. c0dfee5 KVM: nVMX: Advertise IA32_PAT in VM exit control by Arthur Chunqi Li · 11 years ago
  15. 5743534 KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reporting by Jan Kiszka · 11 years ago
  16. ca72d97 KVM: nEPT: Advertise WB type EPTP by Jan Kiszka · 11 years ago
  17. 44811c0 nVMX: Keep arch.pat in sync on L1-L2 switches by Jan Kiszka · 11 years ago
  18. f5c4368 nEPT: Miscelleneous cleanups by Nadav Har'El · 11 years ago
  19. 2b1be67 nEPT: Some additional comments by Nadav Har'El · 11 years ago
  20. afa61f752 Advertise the support of EPT to the L1 guest, through the appropriate MSR. by Nadav Har'El · 11 years ago
  21. bfd0a56 nEPT: Nested INVEPT by Nadav Har'El · 11 years ago
  22. 155a97a nEPT: MMU context for nested EPT by Nadav Har'El · 11 years ago
  23. 25d9208 nEPT: Add nEPT violation/misconfigration support by Yang Zhang · 11 years ago
  24. 5316622 nEPT: correctly check if remote tlb flush is needed for shadowed EPT tables by Gleb Natapov · 11 years ago
  25. 7a1638c nEPT: Redefine EPT-specific link_shadow_page() by Yang Zhang · 11 years ago
  26. 37406aa nEPT: Add EPT tables support to paging_tmpl.h by Nadav Har'El · 11 years ago
  27. 61719a8 nEPT: Support shadow paging for guest paging without A/D bits by Gleb Natapov · 11 years ago
  28. d8089ba nEPT: make guest's A/D bits depends on guest's paging mode by Gleb Natapov · 11 years ago
  29. 0ad805a nEPT: Move common code to paging_tmpl.h by Nadav Har'El · 11 years ago
  30. b7e9145 nEPT: Fix wrong test in kvm_set_cr3 by Nadav Har'El · 11 years ago
  31. 3633cfc nEPT: Fix cr3 handling in nested exit and entry by Nadav Har'El · 11 years ago
  32. 8049d65 nEPT: Support LOAD_IA32_EFER entry/exit controls for L1 by Nadav Har'El · 11 years ago
  33. 0276642 KVM: MMU: fix check the reserved bits on the gpte of L2 by Xiao Guangrong · 11 years ago
  34. 205befd KVM: nVMX: correctly set tr base on nested vmexit emulation by Gleb Natapov · 11 years ago
  35. 63fbf59 nVMX: reset rflags register cache during nested vmentry. by Gleb Natapov · 11 years ago
  36. 663f4c6 KVM: x86: handle singlestep during emulation by Paolo Bonzini · 12 years ago
  37. 4a1e10d KVM: x86: handle hardware breakpoints during emulation by Paolo Bonzini · 12 years ago
  38. ac0a48c KVM: x86: rename EMULATE_DO_MMIO by Paolo Bonzini · 12 years ago
  39. 9576c4c KVM: x86: Drop some unused functions from lapic by Jan Kiszka · 11 years ago
  40. 11f5cc0 KVM: x86: Simplify __apic_accept_irq by Jan Kiszka · 11 years ago
  41. 103af0a perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5 by Andi Kleen · 11 years ago
  42. 21feb4e KVM: nVMX: Set segment infomation of L1 when L2 exits by Arthur Chunqi Li · 11 years ago
  43. b3897a4 KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL by Nadav Har'El · 12 years ago
  44. 6b61edf KVM: x86: Drop useless cast by Mathias Krause · 12 years ago
  45. c2bae89 KVM: VMX: Use proper types to access const arrays by Mathias Krause · 12 years ago
  46. a25eb11 KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virt by Arthur Chunqi Li · 12 years ago
  47. 0658fba KVM: nVMX: Change location of 3 functions in vmx.c by Arthur Chunqi Li · 12 years ago
  48. e6dff7d KVM: x86: Avoid zapping mmio sptes twice for generation wraparound by Takuya Yoshikawa · 12 years ago
  49. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 12 years ago
  50. 1c118b8 KVM: MMU: avoid fast page fault fixing mmio page fault by Xiao Guangrong · 11 years ago
  51. 03617c1 KVM: VMX: mark unusable segment as nonpresent by Gleb Natapov · 12 years ago
  52. fe489bf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  53. 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
  54. 24f7bb5 KVM: Fix RTC interrupt coalescing tracking by Gleb Natapov · 12 years ago
  55. 489223e kvm: Add a tracepoint write_tsc_offset by Yoshihiro YUNOMAE · 12 years ago
  56. 7a2e8aa KVM: MMU: Inform users of mmio generation wraparound by Takuya Yoshikawa · 12 years ago
  57. accaefe KVM: MMU: document clear_spte_count by Xiao Guangrong · 12 years ago
  58. a8eca9d KVM: MMU: drop kvm_mmu_zap_mmio_sptes by Xiao Guangrong · 12 years ago
  59. 69c9ea9 KVM: MMU: init kvm generation close to mmio wrap-around value by Xiao Guangrong · 12 years ago
  60. 089504c KVM: MMU: add tracepoint for check_mmio_spte by Xiao Guangrong · 12 years ago
  61. f8f5594 KVM: MMU: fast invalidate all mmio sptes by Xiao Guangrong · 12 years ago
  62. b37fbea KVM: MMU: make return value of mmio page fault handler more readable by Xiao Guangrong · 12 years ago
  63. f2fd125 KVM: MMU: store generation-number into mmio spte by Xiao Guangrong · 12 years ago
  64. afcbf13 x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASE by H. Peter Anvin · 12 years ago
  65. 1adfa76 x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED by H. Peter Anvin · 12 years ago
  66. 885032b KVM: MMU: retain more available bits on mmio spte by Xiao Guangrong · 12 years ago
  67. 764bcbc KVM: x86: remove vcpu's CPL check in host-invoked XCR set by Zhanghaoyu (A) · 12 years ago
  68. 8915aa27 KVM: x86: handle idiv overflow at kvm_write_tsc by Marcelo Tosatti · 12 years ago
  69. 05988d7 KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped by Gleb Natapov · 12 years ago
  70. 365c886 KVM: MMU: reclaim the zapped-obsolete page first by Xiao Guangrong · 12 years ago
  71. f34d251 KVM: MMU: collapse TLB flushes when zap all pages by Xiao Guangrong · 12 years ago
  72. e7d11c7 KVM: MMU: zap pages in batch by Xiao Guangrong · 12 years ago
  73. 7f52af7 KVM: MMU: do not reuse the obsolete page by Xiao Guangrong · 12 years ago
  74. 3500612 KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages by Xiao Guangrong · 12 years ago
  75. 2248b02 KVM: MMU: show mmu_valid_gen in shadow page related tracepoints by Xiao Guangrong · 12 years ago
  76. 6ca18b69 KVM: x86: use the fast way to invalidate all pages by Xiao Guangrong · 12 years ago
  77. 5304b8d KVM: MMU: fast invalidate all pages by Xiao Guangrong · 12 years ago
  78. a2ae162 KVM: MMU: drop unnecessary kvm_reload_remote_mmus by Xiao Guangrong · 12 years ago
  79. 758ccc8 KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercall by Xiao Guangrong · 12 years ago
  80. 299018f KVM: Fix race in apic->pending_events processing by Gleb Natapov · 12 years ago
  81. 8acb4207 KVM: fix sil/dil/bpl/spl in the mod/rm fields by Paolo Bonzini · 12 years ago
  82. 103f98e KVM: Emulate multibyte NOP by Paolo Bonzini · 12 years ago
  83. e47a5f5 KVM: x86 emulator: convert XADD to fastop by Avi Kivity · 12 years ago
  84. 203831e KVM: x86 emulator: drop unused old-style inline emulation by Avi Kivity · 12 years ago
  85. b8c0b6a KVM: x86 emulator: convert DIV/IDIV to fastop by Avi Kivity · 12 years ago
  86. b9fa409 KVM: x86 emulator: convert single-operand MUL/IMUL to fastop by Avi Kivity · 12 years ago
  87. 017da7b KVM: x86 emulator: Switch fastop src operand to RDX by Avi Kivity · 12 years ago
  88. ab2c5ce KVM: x86 emulator: switch MUL/DIV to DstXacc by Avi Kivity · 12 years ago
  89. 820207c KVM: x86 emulator: decode extended accumulator explicity by Avi Kivity · 12 years ago
  90. fb32b1e KVM: x86 emulator: add support for writing back the source operand by Avi Kivity · 12 years ago
  91. 535cf7b KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles by Marc Zyngier · 12 years ago
  92. 35af577 KVM: MMU: clenaup locking in mmu_free_roots() by Gleb Natapov · 12 years ago
  93. 0061d53d KVM: x86: limit difference between kvmclock updates by Marcelo Tosatti · 12 years ago
  94. f1ed045 KVM: x86: Remove support for reporting coalesced APIC IRQs by Jan Kiszka · 12 years ago
  95. e2858b4 KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load() by Takuya Yoshikawa · 12 years ago
  96. 326f578 KVM: emulator: emulate SALC by Paolo Bonzini · 12 years ago
  97. 7fa5795 KVM: emulator: emulate XLAT by Paolo Bonzini · 12 years ago
  98. a035d5c6 KVM: emulator: emulate AAM by Paolo Bonzini · 12 years ago
  99. 8d76c49 KVM: VMX: fix halt emulation while emulating invalid guest sate by Gleb Natapov · 12 years ago
  100. 42bdf991 KVM: x86: fix maintenance of guest/host xcr0 state by Marcelo Tosatti · 12 years ago