1. cf9bdd3 Merge tag 'kvm-s390-next-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 8 years ago
  2. e000b8e s390: kvm: Cpu model support for msa6, msa7 and msa8 by Jason J. Herne · 8 years ago
  3. 0850e92 Merge branch 's390forkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Christian Borntraeger · 8 years ago
  4. 152c1c8 s390/cpacf: Introduce kma instruction by Jason J. Herne · 8 years ago
  5. b112a2d s390/cpacf: query instructions use unique parameters for compatibility with KMA by Jason J. Herne · 8 years ago
  6. e891a32 KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCK by Marcelo Tosatti · 8 years ago
  7. 668fffa kvm: better MWAIT emulation for guests by Michael S. Tsirkin · 8 years ago
  8. db2336a KVM: x86: virtualize cpuid faulting by Kyle Huey · 8 years ago
  9. bd17117 Merge tag 'kvm-s390-next-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 8 years ago
  10. ec594c4 Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 8 years ago
  11. 8afd74c Merge branch 'x86/process' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD by Paolo Bonzini · 8 years ago
  12. fe0e80b KVM: VMX: drop vmm_exclusive module parameter by David Hildenbrand · 8 years ago
  13. 730cd63 KVM: s390: Support keyless subset guest mode by Farhan Ali · 8 years ago
  14. 71cb1bf s390/sclp: Detect KSS facility by Farhan Ali · 8 years ago
  15. feafd13 KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRs by Thomas Huth · 8 years ago
  16. 121f80b KVM: PPC: VFIO: Add in-kernel acceleration for VFIO by Alexey Kardashevskiy · 8 years ago
  17. b1af23d KVM: PPC: iommu: Unify TCE checking by Alexey Kardashevskiy · 8 years ago
  18. da6f59e KVM: PPC: Use preregistered memory API to access TCE list by Alexey Kardashevskiy · 8 years ago
  19. 503bfcb KVM: PPC: Pass kvm* to kvmppc_find_table() by Alexey Kardashevskiy · 8 years ago
  20. e91aa8e KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently by Alexey Kardashevskiy · 8 years ago
  21. 4898d3f KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number by Alexey Kardashevskiy · 8 years ago
  22. 644d2d6 Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 8 years ago
  23. 3762d45 KVM: PPC: Align the table size to system page size by Alexey Kardashevskiy · 8 years ago
  24. 96df226 KVM: PPC: Book3S PR: Preserve storage control bits by Alexey Kardashevskiy · 8 years ago
  25. bd9166f KVM: PPC: Book3S PR: Exit KVM on failed mapping by Alexey Kardashevskiy · 8 years ago
  26. 9eecec1 KVM: PPC: Book3S PR: Get rid of unused local variable by Alexey Kardashevskiy · 8 years ago
  27. 3765549 KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init() by Markus Elfring · 8 years ago
  28. a1c52e1 KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq() by Markus Elfring · 8 years ago
  29. 9b5ab00 KVM: PPC: Add MMIO emulation for remaining floating-point instructions by Paul Mackerras · 8 years ago
  30. ceba57d KVM: PPC: Emulation for more integer loads and stores by Paul Mackerras · 8 years ago
  31. 91242fd KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed) by Alexey Kardashevskiy · 8 years ago
  32. 6f63e81 KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructions by Bin Lu · 8 years ago
  33. 307d927 KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interrupts by Paul Mackerras · 8 years ago
  34. 3325187 KVM: nVMX: fix AD condition when handling EPT violation by Radim Krčmář · 8 years ago
  35. 405a353 KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRs by Ladi Prosek · 8 years ago
  36. 5a48a62 x86/kvm: virt_xxx memory barriers instead of mandatory barriers by Wanpeng Li · 8 years ago
  37. bd8fab3 KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplug by Denis Plotnikov · 8 years ago
  38. c5e8ec8 KVM: x86: remaster kvm_write_tsc code by Denis Plotnikov · 8 years ago
  39. 900ab14 KVM: x86: use irqchip_kernel() to check for pic+ioapic by David Hildenbrand · 8 years ago
  40. b5e7cf5 KVM: x86: simplify pic_ioport_read() by David Hildenbrand · 8 years ago
  41. 84a5c79 KVM: x86: set data directly in picdev_read() by David Hildenbrand · 8 years ago
  42. 9fecaa9 KVM: x86: drop picdev_in_range() by David Hildenbrand · 8 years ago
  43. dc24d1d KVM: x86: make kvm_pic_reset() static by David Hildenbrand · 8 years ago
  44. e21d175 KVM: x86: simplify pic_unlock() by David Hildenbrand · 8 years ago
  45. 8c6b782 KVM: x86: cleanup return handling in setup_routing_entry() by David Hildenbrand · 8 years ago
  46. 43ae312 KVM: x86: drop goto label in kvm_set_routing_entry() by David Hildenbrand · 8 years ago
  47. 993225a KVM: x86: rename kvm_vcpu_request_scan_ioapic() by David Hildenbrand · 8 years ago
  48. ca8ab3f KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.c by David Hildenbrand · 8 years ago
  49. d62f270 KVM: x86: remove all-vcpu request from kvm_ioapic_init() by David Hildenbrand · 8 years ago
  50. 445ee82 KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pins by David Hildenbrand · 8 years ago
  51. 49f520b KVM: x86: push usage of slots_lock down by David Hildenbrand · 8 years ago
  52. ba7454e KVM: x86: don't take kvm->irq_lock when creating IRQCHIP by David Hildenbrand · 8 years ago
  53. 33392b4 KVM: x86: convert kvm_(set|get)_ioapic() into void by David Hildenbrand · 8 years ago
  54. 4c0b06d KVM: x86: remove duplicate checks for ioapic by David Hildenbrand · 8 years ago
  55. 0bceb15 KVM: x86: use ioapic_in_kernel() to check for ioapic existence by David Hildenbrand · 8 years ago
  56. 0191e92 KVM: x86: get rid of ioapic_irqchip() by David Hildenbrand · 8 years ago
  57. 90bca05 KVM: x86: get rid of pic_irqchip() by David Hildenbrand · 8 years ago
  58. f567080 KVM: x86: check against irqchip_mode in ioapic_in_kernel() by David Hildenbrand · 8 years ago
  59. 19d25a0 KVM: x86: check against irqchip_mode in pic_in_kernel() by David Hildenbrand · 8 years ago
  60. 8bf463f KVM: x86: check against irqchip_mode in kvm_set_routing_entry() by David Hildenbrand · 8 years ago
  61. 637e3f8 KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS by David Hildenbrand · 8 years ago
  62. 1df6dde KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIP by David Hildenbrand · 8 years ago
  63. 8024855 KVM: s390: fix stale machine check data for guarded storage by Christian Borntraeger · 8 years ago
  64. fe722d1 KVM: s390: Fix sdnxo setting for nested guests by Christian Borntraeger · 8 years ago
  65. f7b1a77 Merge tag 'kvm-s390-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 8 years ago
  66. 28d0635 kvm: nVMX: Disallow userspace-injected exceptions in guest mode by Jim Mattson · 8 years ago
  67. 28bf288 KVM: x86: fix user triggerable warning in kvm_apic_accept_events() by David Hildenbrand · 8 years ago
  68. 4b4357e kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public by Paolo Bonzini · 8 years ago
  69. 3042255 kvm: make KVM_CAP_COALESCED_MMIO architecture agnostic by Paolo Bonzini · 8 years ago
  70. a5f4645 KVM: nVMX: support RDRAND and RDSEED exiting by Paolo Bonzini · 8 years ago
  71. 1f51999 KVM: VMX: add missing exit reasons by Paolo Bonzini · 8 years ago
  72. ae1e2d1 kvm: nVMX: support EPT accessed/dirty bits by Paolo Bonzini · 8 years ago
  73. 86407bc kvm: x86: MMU support for EPT accessed/dirty bits by Paolo Bonzini · 8 years ago
  74. 0047723 KVM: VMX: remove bogus check for invalid EPT violation by Paolo Bonzini · 8 years ago
  75. 7db7426 KVM: nVMX: we support 1GB EPT pages by Paolo Bonzini · 8 years ago
  76. ad6260d KVM: x86: drop legacy device assignment by Paolo Bonzini · 8 years ago
  77. 2c82878 KVM: VMX: require virtual NMI support by Paolo Bonzini · 8 years ago
  78. 74f1690 kvm/svm: Setup MCG_CAP on AMD properly by Borislav Petkov · 8 years ago
  79. 1279a6b1 KVM: nVMX: single function for switching between vmcs by David Hildenbrand · 8 years ago
  80. f0b98c0 kvm: vmx: Don't use INVVPID when EPT is enabled by Jim Mattson · 8 years ago
  81. 47a4693 KVM: s390: introduce AIS capability by Yi Min Zhao · 8 years ago
  82. 715958f Merge tag 'kvm_mips_4.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/kvm-mips by Radim Krčmář · 8 years ago
  83. a892095 KVM: s390: introduce adapter interrupt inject function by Yi Min Zhao · 8 years ago
  84. 5197839 KVM: s390: introduce ais mode modify function by Fei Li · 8 years ago
  85. 08fab50 KVM: s390: interface for suppressible I/O adapters by Fei Li · 8 years ago
  86. e5afdf9 powerpc/vfio_spapr_tce: Add reference counting to iommu_table by Alexey Kardashevskiy · 8 years ago
  87. 11edf11 powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal by Alexey Kardashevskiy · 8 years ago
  88. a540aa5 powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange() by Alexey Kardashevskiy · 8 years ago
  89. e55fe3c tools/kvm_stat: add '%Total' column by Stefan Raspl · 8 years ago
  90. 9f114a0 tools/kvm_stat: add interactive command 'r' by Stefan Raspl · 8 years ago
  91. 4443084 tools/kvm_stat: add interactive command 'c' by Stefan Raspl · 8 years ago
  92. f9ff108 tools/kvm_stat: add option '--guest' by Stefan Raspl · 8 years ago
  93. 645c172 tools/kvm_stat: remove regex filter on empty input by Stefan Raspl · 8 years ago
  94. 72187df tools/kvm_stat: display regex when set to non-default by Stefan Raspl · 8 years ago
  95. 0152c20 tools/kvm_stat: print error messages on faulty pid filter input by Stefan Raspl · 8 years ago
  96. be03ea3 tools/kvm_stat: remove pid filter on empty input by Stefan Raspl · 8 years ago
  97. a24e85f tools/kvm_stat: display guest name when using pid filter by Stefan Raspl · 8 years ago
  98. 1eaa2f9 tools/kvm_stat: document list of interactive commands by Stefan Raspl · 8 years ago
  99. 184b2d2 tools/kvm_stat: reduce perceived idle time on filter updates by Stefan Raspl · 8 years ago
  100. 692c7f6 tools/kvm_stat: full PEP8 compliance by Stefan Raspl · 8 years ago