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