1. 2030009 kvm: vmx: add MSR logic for XSAVES by Wanpeng Li · 10 years ago
  2. f53cd63 kvm: x86: handle XSAVES vmcs and vmexit by Wanpeng Li · 10 years ago
  3. 404e0a1 KVM: cpuid: mask more bits in leaf 0xd and subleaves by Paolo Bonzini · 10 years ago
  4. 412a3c4 KVM: cpuid: set CPUID(EAX=0xd,ECX=1).EBX correctly by Paolo Bonzini · 10 years ago
  5. 55412b2 kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guest by Wanpeng Li · 10 years ago
  6. 5c404ca KVM: x86: use F() macro throughout cpuid.c by Paolo Bonzini · 10 years ago
  7. df1daba KVM: x86: support XSAVES usage in the host by Paolo Bonzini · 10 years ago
  8. ba7b392 x86: export get_xsave_addr by Paolo Bonzini · 10 years ago
  9. 28145be Merge tag 'kvm-s390-next-20141204' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  10. 99e2000 KVM: s390: clean up return code handling in irq delivery code by Jens Freimann · 10 years ago
  11. 9185124 KVM: s390: use atomic bitops to access pending_irqs bitmap by Jens Freimann · 10 years ago
  12. 467fc29 KVM: s390: some ext irqs have to clear the ext cpu addr by David Hildenbrand · 10 years ago
  13. 7a72f7a KVM: track pid for VCPU only on KVM_RUN ioctl by Christian Borntraeger · 10 years ago
  14. eed6e79 KVM: don't check for PF_VCPU when yielding by David Hildenbrand · 10 years ago
  15. 9c1a5d38 kvm: optimize GFN to memslot lookup with large slots amount by Igor Mammedov · 10 years ago
  16. 0e60b07 kvm: change memslot sorting rule from size to GFN by Igor Mammedov · 10 years ago
  17. d4ae84a0 kvm: search_memslots: add simple LRU memslot caching by Igor Mammedov · 10 years ago
  18. 7f379cf kvm: update_memslots: drop not needed check for the same slot by Igor Mammedov · 10 years ago
  19. 5a38b6e kvm: update_memslots: drop not needed check for the same number of pages by Igor Mammedov · 10 years ago
  20. 45c3094 KVM: x86: allow 256 logical x2APICs again by Radim Krčmář · 10 years ago
  21. 25995e5 KVM: x86: check bounds of APIC maps by Radim Krčmář · 10 years ago
  22. fa834e9 KVM: x86: fix APIC physical destination wrapping by Radim Krčmář · 10 years ago
  23. 085563f KVM: x86: deliver phys lowest-prio by Radim Krčmář · 10 years ago
  24. 698f975 KVM: x86: don't retry hopeless APIC delivery by Radim Krčmář · 10 years ago
  25. decdc28 KVM: x86: use MSR_ICR instead of a number by Radim Krčmář · 10 years ago
  26. c69d3d9 KVM: x86: Fix reserved x2apic registers by Nadav Amit · 10 years ago
  27. 39f062f KVM: x86: Generate #UD when memory operand is required by Nadav Amit · 10 years ago
  28. be06b6b Merge tag 'kvm-s390-next-20141128' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  29. fc2020c KVM: s390: allow injecting all kinds of machine checks by Jens Freimann · 10 years ago
  30. 383d0b0 KVM: s390: handle pending local interrupts via bitmap by Jens Freimann · 10 years ago
  31. c0e6159 KVM: s390: add bitmap for handling cpu-local interrupts by Jens Freimann · 11 years ago
  32. 0fb97ab KVM: s390: refactor interrupt delivery code by Jens Freimann · 10 years ago
  33. 60f90a1 KVM: s390: add defines for virtio and pfault interrupt code by Jens Freimann · 10 years ago
  34. af43eb2 KVM: s390: external param not valid for cpu timer and ckc by David Hildenbrand · 10 years ago
  35. 0146a7b KVM: s390: refactor interrupt injection code by Jens Freimann · 10 years ago
  36. 9fcf93b KVM: S390: Create helper function get_guest_storage_key by Jason J. Herne · 10 years ago
  37. da00fcb KVM: s390: trigger the right CPU exit for floating interrupts by Christian Borntraeger · 10 years ago
  38. 04b41ac KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instruction by Thomas Huth · 10 years ago
  39. a02689f KVM: s390: Small fixes for the PFMF handler by Thomas Huth · 10 years ago
  40. 2b4a273 kvm: x86: avoid warning about potential shift wrapping bug by Paolo Bonzini · 10 years ago
  41. c9eab58 KVM: x86: move device assignment out of kvm_host.h by Paolo Bonzini · 10 years ago
  42. b65d6e1 kvm: x86: mask out XSAVES by Paolo Bonzini · 10 years ago
  43. c274e03 kvm: x86: move assigned-dev.c and iommu.c to arch/x86/ by Radim Krčmář · 10 years ago
  44. 6b39715 kvm: remove IA64 ioctls by Radim Krčmář · 10 years ago
  45. 3bf58e9 kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64 by Radim Krcmar · 10 years ago
  46. 6ef768f kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/ by Paolo Bonzini · 10 years ago
  47. c32a427 kvm: Documentation: remove ia64 by Tiejun Chen · 10 years ago
  48. 003f7de KVM: ia64: remove by Paolo Bonzini · 10 years ago
  49. 86619e7 KVM: x86: Remove FIXMEs in emulate.c by Nicholas Krause · 10 years ago
  50. 997b041 KVM: emulator: remove duplicated limit check by Paolo Bonzini · 10 years ago
  51. 01485a2 KVM: emulator: remove code duplication in register_address{,_increment} by Paolo Bonzini · 10 years ago
  52. 31ff648 KVM: x86: Move __linearize masking of la into switch by Nadav Amit · 10 years ago
  53. abc7d8a KVM: x86: Non-canonical access using SS should cause #SS by Nadav Amit · 10 years ago
  54. d50eaa1 KVM: x86: Perform limit checks when assigning EIP by Nadav Amit · 10 years ago
  55. a7315d2 KVM: x86: Emulator performs privilege checks on __linearize by Nadav Amit · 10 years ago
  56. 1c1c35a KVM: x86: Stack size is overridden by __linearize by Nadav Amit · 10 years ago
  57. 7d882ff KVM: x86: Revert NoBigReal patch in the emulator by Nadav Amit · 10 years ago
  58. 842bb26 kvm: x86: vmx: remove MMIO_MAX_GEN by Tiejun Chen · 10 years ago
  59. 81ed33e kvm: x86: vmx: cleanup handle_ept_violation by Tiejun Chen · 10 years ago
  60. f210f75 KVM: x86: Fix lost interrupt on irr_pending race by Nadav Amit · 10 years ago
  61. a3e339e KVM: compute correct map even if all APICs are software disabled by Paolo Bonzini · 10 years ago
  62. 173beed KVM: x86: Software disabled APIC should still deliver NMIs by Nadav Amit · 10 years ago
  63. 5cc1502 kvm: simplify update_memslots invocation by Paolo Bonzini · 10 years ago
  64. f2a8103 kvm: commonize allocation of the new memory slots by Paolo Bonzini · 10 years ago
  65. 8593176 kvm: memslots: track id_to_index changes during the insertion sort by Paolo Bonzini · 10 years ago
  66. 063584d kvm: memslots: replace heap sort with an insertion sort pass by Igor Mammedov · 10 years ago
  67. 1d4e7e3 kvm: x86: increase user memory slots to 509 by Igor Mammedov · 10 years ago
  68. d913b90 kvm: svm: move WARN_ON in svm_adjust_tsc_offset by Chris J Arges · 10 years ago
  69. 54b98bf x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest match by Andy Lutomirski · 10 years ago
  70. f6577a5f x86, kvm, vmx: Always use LOAD_IA32_EFER if available by Andy Lutomirski · 10 years ago
  71. ac14623 KVM: x86: fix warning on 32-bit compilation by Paolo Bonzini · 10 years ago
  72. ce1a5e6 kvm: x86: add trace event for pvclock updates by David Matlack · 10 years ago
  73. 09a0c3f kvm: x86: Fix kvm clock versioning. by Owen Hofmann · 10 years ago
  74. ed9aad2 KVM: x86: MOVNTI emulation min opsize is not respected by Nadav Amit · 10 years ago
  75. 7f18792 KVM: x86: update masterclock values on TSC writes by Marcelo Tosatti · 10 years ago
  76. b2c9d43 KVM: x86: Return UNHANDLABLE on unsupported SYSENTER by Nadav Amit · 10 years ago
  77. db324fe KVM: x86: Warn on APIC base relocation by Nadav Amit · 10 years ago
  78. d14cb5d KVM: x86: Emulator mis-decodes VEX instructions on real-mode by Nadav Amit · 10 years ago
  79. 2c2ca2d KVM: x86: Remove redundant and incorrect cpl check on task-switch by Nadav Amit · 10 years ago
  80. 9a9abf6 KVM: x86: Inject #GP when loading system segments with non-canonical base by Nadav Amit · 10 years ago
  81. 5b7f6a1e KVM: x86: Combine the lgdt and lidt emulation logic by Nadav Amit · 10 years ago
  82. 38827db KVM: x86: Do not update EFLAGS on faulting emulation by Nadav Amit · 10 years ago
  83. 9d88fca KVM: x86: MOV to CR3 can set bit 63 by Nadav Amit · 10 years ago
  84. 0fcc207 KVM: x86: Emulate push sreg as done in Core by Nadav Amit · 10 years ago
  85. 5aca372 KVM: x86: Wrong flags on CMPS and SCAS emulation by Nadav Amit · 10 years ago
  86. 807c142 KVM: x86: SYSCALL cannot clear eflags[1] by Nadav Amit · 10 years ago
  87. b5bbf10 KVM: x86: Emulation of MOV-sreg to memory uses incorrect size by Nadav Amit · 10 years ago
  88. 82b3277 KVM: x86: Breakpoints do not consider CS.base by Nadav Amit · 10 years ago
  89. 7305eb5 KVM: x86: Clear DR6[0:3] on #DB during handle_dr by Nadav Amit · 10 years ago
  90. 6d2a052 KVM: x86: Emulator should set DR6 upon GD like real CPU by Nadav Amit · 10 years ago
  91. 3ffb246 KVM: x86: No error-code on real-mode exceptions by Nadav Amit · 10 years ago
  92. 5b38ab8 KVM: x86: decode_modrm does not regard modrm correctly by Nadav Amit · 10 years ago
  93. 4114c27 KVM: x86: reset RVI upon system reset by Wei Wang · 10 years ago
  94. a2ae9df kvm: x86: vmx: avoid returning bool to distinguish success from error by Paolo Bonzini · 10 years ago
  95. 34a1cd6 kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup() by Tiejun Chen · 10 years ago
  96. f2c7648 kvm: x86: vmx: move down hardware_setup() and hardware_unsetup() by Tiejun Chen · 10 years ago
  97. 173ede4 Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  98. 365dc16 KVM: fix vm device attribute documentation by Dominik Dingel · 10 years ago
  99. fc56eb6 KVM: s390: fix handling of lctl[g]/stctl[g] by Heiko Carstens · 10 years ago
  100. 2dca485 KVM: s390: flush CPU on load control by Christian Borntraeger · 10 years ago