1. 2d5ba19 kvm: x86: add host poll control msrs by Marcelo Tosatti · 6 years ago
  2. fdb2861 kvm: vmx: segment limit check: use access length by Eugene Korenevsky · 6 years ago
  3. c1a9acb kvm: vmx: fix limit checking in get_vmx_mem_address() by Eugene Korenevsky · 6 years ago
  4. a87f2d3 KVM: x86: Add Intel CPUID.1F cpuid emulation support by Like Xu · 6 years ago
  5. 1fc5d194 KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15 by Liran Alon · 6 years ago
  6. 1dfdb45 KVM: x86: clean up conditions for asynchronous page fault handling by Paolo Bonzini · 6 years ago
  7. 0d9ce16 kvm: Convert kvm_lock to a mutex by Junaid Shahid · 6 years ago
  8. 1ae4de2 KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64 by Uros Bizjak · 6 years ago
  9. b3ffd74 KVM: irqchip: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  10. 5a25355 x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw() by Jan Beulich · 6 years ago
  11. fb89f4e kvm: selftests: introduce aarch64_vcpu_add_default by Andrew Jones · 6 years ago
  12. f5dd4cc kvm: selftests: introduce aarch64_vcpu_setup by Andrew Jones · 6 years ago
  13. 837ec79 kvm: selftests: hide vcpu_setup in processor code by Paolo Bonzini · 6 years ago
  14. 2c7c5d3 kvm: selftests: ucall improvements by Andrew Jones · 6 years ago
  15. 511a8556 KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bit by Wanpeng Li · 6 years ago
  16. b517006 KVM: X86: Provide a capability to disable cstate msr read intercepts by Wanpeng Li · 6 years ago
  17. 8ffdaa7 KVM: Documentation: Add disable pause exits to KVM_CAP_X86_DISABLE_EXITS by Wanpeng Li · 6 years ago
  18. 4d22c17 kvm: x86: refine kvm_get_arch_capabilities() by Xiaoyao Li · 6 years ago
  19. f257d6d KVM: Directly return result from kvm_arch_check_processor_compat() by Sean Christopherson · 6 years ago
  20. 0532dd5 kvm: svm/avic: Do not send AVIC doorbell to self by Suthikulpanit, Suravee · 6 years ago
  21. b6c4bc6 KVM: LAPIC: Optimize timer latency further by Wanpeng Li · 6 years ago
  22. ec0671d KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexit by Wanpeng Li · 6 years ago
  23. 84ea3ac KVM: LAPIC: Extract adaptive tune timer advancement logic by Wanpeng Li · 6 years ago
  24. 8f38302 KVM/nSVM: properly map nested VMCB by Vitaly Kuznetsov · 6 years ago
  25. f3ecb59 kvm: x86: Fix reserved bits related calculation errors caused by MKTME by Kai Huang · 6 years ago
  26. 7b6f8a0 kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.c by Kai Huang · 6 years ago
  27. f8d221d Merge tag 'kvm-s390-master-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master by Paolo Bonzini · 6 years ago
  28. 24e8a2c Merge tag 'kvm-ppc-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master by Paolo Bonzini · 6 years ago
  29. d724c9e KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry() by Suraj Jitindar Singh · 6 years ago
  30. 1b28d55 KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9 by Paul Mackerras · 6 years ago
  31. bcaa311 KVM: PPC: Book3S HV: XIVE: Fix page offset when clearing ESB pages by Cédric Le Goater · 6 years ago
  32. aedb5b1 KVM: PPC: Book3S HV: XIVE: Take the srcu read lock when accessing memslots by Cédric Le Goater · 6 years ago
  33. ef97402 KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interrupts by Cédric Le Goater · 6 years ago
  34. 7e10b9a KVM: PPC: Book3S HV: XIVE: Introduce a new mutex for the XIVE device by Cédric Le Goater · 6 years ago
  35. e717d0a KVM: PPC: Book3S HV: XIVE: Fix the enforced limit on the vCPU identifier by Cédric Le Goater · 6 years ago
  36. c468bc4 KVM: PPC: Book3S HV: XIVE: Do not test the EQ flag validity when resetting by Cédric Le Goater · 6 years ago
  37. d47aacd KVM: PPC: Book3S HV: XIVE: Clear file mapping when device is released by Cédric Le Goater · 6 years ago
  38. 5a3f493 KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu by Paul Mackerras · 6 years ago
  39. 1659e27 KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list by Paul Mackerras · 6 years ago
  40. 0d4ee88 KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup by Paul Mackerras · 6 years ago
  41. c395fe1 KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functions by Paul Mackerras · 6 years ago
  42. a86cb41 KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID by Thomas Huth · 6 years ago
  43. eb1f2f3 kvm: fix compile on s390 part 2 by Christian Borntraeger · 6 years ago
  44. cd6c84d Linux 5.2-rc2 by Linus Torvalds · 6 years ago
  45. c5b4409 Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  46. 862f0a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  47. 128f2bf Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 6 years ago
  48. 58be010 random: fix soft lockup when trying to read from an uninitialized blocking pool by Theodore Ts'o · 6 years ago
  49. 0c97bf8 tracing: Silence GCC 9 array bounds warning by Miguel Ojeda · 6 years ago
  50. 35efb51 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  51. b2ad813 Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  52. a2c48d9 Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  53. 66883da ext4: fix dcache lookup of !casefolded directories by Gabriel Krisman Bertazi · 6 years ago
  54. 2409207 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  55. 7fbc78e Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  56. 7f8b40e3 Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 6 years ago
  57. e7bd3e2 Merge tag 'devicetree-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  58. 86c2f5d Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  59. 51816e9 locking/lock_events: Use this_cpu_add() when necessary by Waiman Long · 6 years ago
  60. 66f61c9 KVM: x86: fix return value for reserved EFER by Paolo Bonzini · 6 years ago
  61. 883d25e7 tools/kvm_stat: fix fields filter for child events by Stefan Raspl · 6 years ago
  62. c795720 KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guard by Thomas Huth · 6 years ago
  63. 98e6834 kvm: selftests: aarch64: compile with warnings on by Andrew Jones · 6 years ago
  64. 55eda00 kvm: selftests: aarch64: fix default vm mode by Andrew Jones · 6 years ago
  65. bffed38 kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot size by Andrew Jones · 6 years ago
  66. 19ec166 KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGION by Christian Borntraeger · 6 years ago
  67. 2924b52 KVM: x86/pmu: do not mask the value that is written to fixed PMUs by Paolo Bonzini · 6 years ago
  68. 0e6f467 KVM: x86/pmu: mask the result of rdpmc according to the width of the counters by Paolo Bonzini · 6 years ago
  69. a80c4ec x86/kvm/pmu: Set AMD's virt PMU version to 1 by Borislav Petkov · 6 years ago
  70. 6f2f845 KVM: x86: do not spam dmesg with VMCS/VMCB dumps by Paolo Bonzini · 6 years ago
  71. 654f1f1 kvm: Check irqchip mode before assign irqfd by Peter Xu · 6 years ago
  72. c9bcd3e kvm: svm/avic: fix off-by-one in checking host APIC ID by Suthikulpanit, Suravee · 6 years ago
  73. 204c91e KVM: selftests: do not blindly clobber registers in guest asm by Paolo Bonzini · 6 years ago
  74. 12e9612 KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c by Thomas Huth · 6 years ago
  75. 16ba3ab KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspace by Wanpeng Li · 6 years ago
  76. 0e6edce KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow by Wanpeng Li · 6 years ago
  77. 4d25996 kvm: vmx: Fix -Wmissing-prototypes warnings by Yi Wang · 6 years ago
  78. 541e886 KVM: nVMX: Fix using __this_cpu_read() in preemptible context by Wanpeng Li · 6 years ago
  79. d30b214 kvm: fix compilation on s390 by Paolo Bonzini · 6 years ago
  80. 382409b kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUID by Jim Mattson · 6 years ago
  81. 32a243d kvm: x86: Include multiple indices with CPUID leaf 0x8000001d by Jim Mattson · 6 years ago
  82. 319f6f9 KVM: selftests: Compile code with warnings enabled by Thomas Huth · 6 years ago
  83. 3b339e2 kvm: selftests: avoid type punning by Paolo Bonzini · 6 years ago
  84. be7fcf1 KVM: selftests: Fix a condition in test_hv_cpuid() by Dan Carpenter · 6 years ago
  85. 2eb06c3 KVM: Fix spinlock taken warning during host resume by Wanpeng Li · 6 years ago
  86. 21be4ca KVM: nVMX: Clear nested_run_pending if setting nested state fails by Sean Christopherson · 6 years ago
  87. db80927 KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATE by Paolo Bonzini · 6 years ago
  88. 6bff2a3 Merge tag 'kvmarm-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  89. 0a72ef8 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  90. c50bbf6 Merge tag 'platform-drivers-x86-v5.2-2' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  91. 49bbd8b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 6 years ago
  92. e50e679 Merge tag 'mmc-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  93. a3b25d1 Merge tag 'drm-fixes-2019-05-24-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  94. 060358d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 125 by Thomas Gleixner · 6 years ago
  95. 9dd0abd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 123 by Thomas Gleixner · 6 years ago
  96. 236b83a treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 122 by Thomas Gleixner · 6 years ago
  97. 10145f7 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 121 by Thomas Gleixner · 6 years ago
  98. 588cb88 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120 by Thomas Gleixner · 6 years ago
  99. 4c694f2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 119 by Thomas Gleixner · 6 years ago
  100. 3e0a4e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 by Thomas Gleixner · 6 years ago