1. 8a9522d kvm/x86/mmu: Pass gfn and level to rmapp callback. by Andres Lagar-Cavilla · 10 years ago
  2. c1118b3 x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only by Paolo Bonzini · 10 years ago
  3. 81760dc kvm: x86: use macros to compute bank MSRs by Chen Yucong · 10 years ago
  4. d526273 KVM: x86: Remove debug assertion of non-PAE reserved bits by Nadav Amit · 10 years ago
  5. 2ea75be kvm: don't take vcpu mutex for obviously invalid vcpu ioctls by David Matlack · 10 years ago
  6. 234b239 kvm: Faults which trigger IO release the mmap_sem by Andres Lagar-Cavilla · 10 years ago
  7. b461966 kvm: x86: fix two typos in comment by Tiejun Chen · 10 years ago
  8. 4566654 KVM: vmx: Inject #GP on invalid PAT CR by Nadav Amit · 10 years ago
  9. 040c8dc KVM: x86: emulating descriptor load misses long-mode case by Nadav Amit · 10 years ago
  10. 77c3913 KVM: x86: directly use kvm_make_request again by Liang Chen · 10 years ago
  11. a70656b KVM: x86: count actual tlb flushes by Radim Krčmář · 10 years ago
  12. bc61349 KVM: nested VMX: disable perf cpuid reporting by Marcelo Tosatti · 10 years ago
  13. a2b9e6c KVM: x86: Don't report guest userspace emulation error to userspace by Nadav Amit · 10 years ago
  14. 1f755a8 kvm: Make init_rmode_tss() return 0 on success. by Paolo Bonzini · 10 years ago
  15. dd59809 KVM: x86: Warn if guest virtual address space is not 48-bits by Nadav Amit · 10 years ago
  16. 3c3c29f kvm-vfio: do not use module_init by Paolo Bonzini · 10 years ago
  17. 29f1b65 KVM: EVENTFD: Remove inclusion of irq.h by Christoffer Dall · 10 years ago
  18. f51770e kvm: Make init_rmode_identity_map() return 0 on success. by Tang Chen · 10 years ago
  19. a255d47 kvm: Remove ept_identity_pagetable from struct kvm_arch. by Tang Chen · 10 years ago
  20. 80ce163 KVM: VFIO: register kvm_device_ops dynamically by Will Deacon · 10 years ago
  21. 84877d9 KVM: s390: register flic ops dynamically by Cornelia Huck · 10 years ago
  22. c06a841 KVM: ARM: vgic: register kvm_device_ops dynamically by Will Deacon · 10 years ago
  23. d60eacb KVM: device: add simple registration mechanism for kvm_device_ops by Will Deacon · 10 years ago
  24. 184564e kvm: ioapic: conditionally delay irq delivery duringeoi broadcast by Zhang Haoyu · 10 years ago
  25. 105b21b KVM: x86: Use kvm_make_request when applicable by Guo Hui Liu · 10 years ago
  26. a183b63 KVM: x86: make apic_accept_irq tracepoint more generic by Paolo Bonzini · 10 years ago
  27. 73a6d94 kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address. by Tang Chen · 10 years ago
  28. 2c69c1a Merge tag 'kvm-s390-next-20140910' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next by Paolo Bonzini · 10 years ago
  29. bfac1f5 KVM: s390/interrupt: remove double assignment by Christian Borntraeger · 10 years ago
  30. f7a960a KVM: s390/cmm: Fix prefix handling for diag 10 balloon by Christian Borntraeger · 10 years ago
  31. 6b33195 KVM: s390: get rid of constant condition in ipte_unlock_simple by Christian Borntraeger · 10 years ago
  32. f346026 KVM: s390: unintended fallthrough for external call by Christian Borntraeger · 10 years ago
  33. 0349985 KVM: s390: Limit guest size to 16TB by Christian Borntraeger · 10 years ago
  34. 614aeab KVM: s390: add __must_check to interrupt deliver functions by Christian Borntraeger · 10 years ago
  35. 5102ee8 KVM: CPACF: Enable MSA4 instructions for kvm guest by Tony Krowiak · 10 years ago
  36. 209cf19 KVM: fix api documentation of KVM_GET_EMULATED_CPUID by Alex Bennée · 10 years ago
  37. 4bd9d34 KVM: document KVM_SET_GUEST_DEBUG api by Alex Bennée · 10 years ago
  38. f2a2516 KVM: remove redundant assignments in __kvm_set_memory_region by Christian Borntraeger · 10 years ago
  39. a13f533 KVM: remove redundant assigment of return value in kvm_dev_ioctl by Christian Borntraeger · 10 years ago
  40. 3465611 KVM: remove redundant check of in_spin_loop by Christian Borntraeger · 10 years ago
  41. 54987b7 KVM: x86: propagate exception from permission checks on the nested page fault by Paolo Bonzini · 10 years ago
  42. ef54bcf KVM: x86: skip writeback on injection of nested exception by Paolo Bonzini · 10 years ago
  43. 5e35251 KVM: nSVM: propagate the NPF EXITINFO to the guest by Paolo Bonzini · 10 years ago
  44. a0c0feb KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMD by Paolo Bonzini · 10 years ago
  45. d143148 KVM: mmio: cleanup kvm_set_mmio_spte_mask by Tiejun Chen · 10 years ago
  46. 56f17dd kvm: x86: fix stale mmio cache bug by David Matlack · 10 years ago
  47. ee3d157 kvm: fix potentially corrupt mmio cache by David Matlack · 10 years ago
  48. 00f034a KVM: do not bias the generation number in kvm_current_mmio_generation by Paolo Bonzini · 10 years ago
  49. fd27523 KVM: x86: use guest maxphyaddr to check MTRR values by Paolo Bonzini · 10 years ago
  50. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  51. 0865e63 KVM: static inline empty kvm_arch functions by Radim Krčmář · 10 years ago
  52. 6564730 KVM: forward declare structs in kvm_types.h by Paolo Bonzini · 10 years ago
  53. d5b7706 KVM: x86: remove Aligned bit from movntps/movntpd by Paolo Bonzini · 10 years ago
  54. 0a37027 KVM: x86 emulator: emulate MOVNTDQ by Alex Williamson · 10 years ago
  55. 0f54a32 KVM: vmx: VMXOFF emulation in vm86 should cause #UD by Nadav Amit · 10 years ago
  56. 48d89b9 KVM: x86: fix some sparse warnings by Paolo Bonzini · 10 years ago
  57. a7c0b07 KVM: nVMX: nested TPR shadow/threshold emulation by Wanpeng Li · 10 years ago
  58. a2bcba5 KVM: nVMX: introduce nested_get_vmcs12_pages by Wanpeng Li · 10 years ago
  59. 44b5ce7 KVM: Unconditionally export KVM_CAP_USER_NMI by Christoffer Dall · 10 years ago
  60. 0f8a4de KVM: Unconditionally export KVM_CAP_READONLY_MEM by Christoffer Dall · 10 years ago
  61. dc77d34 KVM: s390/mm: fix up indentation of set_guest_storage_key by Christian Borntraeger · 10 years ago
  62. a7428c3 Merge tag 'kvm-s390-next-20140825' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  63. f079e95 KVM: s390/mm: remove outdated gmap data structures by Martin Schwidefsky · 10 years ago
  64. c6c956b KVM: s390/mm: support gmap page tables with less than 5 levels by Martin Schwidefsky · 10 years ago
  65. 527e30b KVM: s390/mm: use radix trees for guest to host mappings by Martin Schwidefsky · 10 years ago
  66. 54ad89b kvm: x86: fix tracing for 32-bit by Paolo Bonzini · 10 years ago
  67. 7cd4b90 Merge tag 'kvm-s390-20140825' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  68. 6e0a043 KVM: s390/mm: cleanup gmap function arguments, variable names by Martin Schwidefsky · 10 years ago
  69. 9da4e38 KVM: s390/mm: readd address parameter to gmap_do_ipte_notify by Martin Schwidefsky · 10 years ago
  70. 55dbbdd KVM: s390/mm: readd address parameter to pgste_ipte_notify by Martin Schwidefsky · 10 years ago
  71. 331cbc2 KVM: s390: don't use kvm lock in interrupt injection code by Jens Freimann · 10 years ago
  72. 7939503 KVM: s390: return -EFAULT if lowcore is not mapped during irq delivery by Jens Freimann · 10 years ago
  73. d3d692c KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of it by David Hildenbrand · 10 years ago
  74. b028ee3 KVM: s390: synchronize more registers with kvm_run by David Hildenbrand · 10 years ago
  75. c3950b6 KVM: s390: no special machine check delivery by Christian Borntraeger · 10 years ago
  76. fbfa304 KVM: s390: clear kvm_dirty_regs when dropping to user space by David Hildenbrand · 10 years ago
  77. d8482c0 KVM: clarify the idea of kvm_dirty_regs by David Hildenbrand · 10 years ago
  78. 8a2ef71 KVM: s390: factor out get_ilc() function by Jens Freimann · 10 years ago
  79. ab3f285 KVM: s390/mm: try a cow on read only pages for key ops by Christian Borntraeger · 10 years ago
  80. 44c6ca3 KVM: s390: add defines for pfault init delivery code by Jens Freimann · 10 years ago
  81. 614a80e KVM: s390: Fix user triggerable bug in dead code by Christian Borntraeger · 10 years ago
  82. 7b46268 KVM: trace kvm_ple_window grow/shrink by Radim Krčmář · 10 years ago
  83. b4a2d31 KVM: VMX: dynamise PLE window by Radim Krčmář · 10 years ago
  84. a7653ec KVM: VMX: make PLE window per-VCPU by Radim Krčmář · 10 years ago
  85. ae97a3b KVM: x86: introduce sched_in to kvm_x86_ops by Radim Krčmář · 10 years ago
  86. e790d9e KVM: add kvm_arch_sched_in by Radim Krčmář · 10 years ago
  87. 6689fbe KVM: x86: Replace X86_FEATURE_NX offset with the definition by Nadav Amit · 10 years ago
  88. 7103f60 KVM: avoid unnecessary synchronize_rcu by Christian Borntraeger · 10 years ago
  89. e0ad0b4 KVM: emulate: warn on invalid or uninitialized exception numbers by Paolo Bonzini · 10 years ago
  90. 592f085 KVM: emulate: do not return X86EMUL_PROPAGATE_FAULT explicitly by Paolo Bonzini · 10 years ago
  91. d27aa7f KVM: x86: Clarify PMU related features bit manipulation by Nadav Amit · 10 years ago
  92. a32e845 KVM: vmx: fix ept reserved bits for 1-GByte page by Wanpeng Li · 10 years ago
  93. 1e1b6c2 KVM: x86: recalculate_apic_map after enabling apic by Nadav Amit · 10 years ago
  94. fae0ba2 KVM: x86: Clear apic tsc-deadline after deadline by Nadav Amit · 10 years ago
  95. d7a2a24 KVM: x86: #GP when attempts to write reserved bits of Variable Range MTRRs by Wanpeng Li · 10 years ago
  96. adfb5d2 KVM: x86: fix check legal type of Variable Range MTRRs by Wanpeng Li · 10 years ago
  97. 3b63a43 arch/x86: Use RCU_INIT_POINTER(x, NULL) in kvm/vmx.c by Monam Agarwal · 10 years ago
  98. 15fc075 KVM: x86: raise invalid TSS exceptions during a task switch by Paolo Bonzini · 10 years ago
  99. 4473b57 KVM: x86: drop fpu_activate hook by Wanpeng Li · 10 years ago
  100. dc9b2d9 KVM: SVM: add rdmsr support for AMD event registers by Wei Huang · 10 years ago