1. 7cd9180 Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 7 years ago
  2. 6b69771 KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2 by Liran Alon · 7 years ago
  3. 851c1a18 KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interrupts by Liran Alon · 7 years ago
  4. f27a85c KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-interrupt by Liran Alon · 7 years ago
  5. e7387b0 KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updated by Liran Alon · 7 years ago
  6. fa59cc0 KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr() by Liran Alon · 7 years ago
  7. 5c7d4f9 KVM: nVMX: Fix bug of injecting L2 exception into L1 by Liran Alon · 7 years ago
  8. a6cb099 kvm/vmx: Use local vmx variable in vmx_get_msr() by Borislav Petkov · 7 years ago
  9. aa2e063 KVM: MMU: consider host cache mode in MMIO page check by Haozhong Zhang · 7 years ago
  10. b8d7044 x86/mm: add a function to check if a pfn is UC/UC-/WC by Haozhong Zhang · 7 years ago
  11. 05992ed Merge branch 'kvm-insert-lfence' by Paolo Bonzini · 7 years ago
  12. 505c9e9 KVM: x86: prefer "depends on" to "select" for SEV by Paolo Bonzini · 7 years ago
  13. 65e3858 Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm by Paolo Bonzini · 7 years ago
  14. 476b7ad KVM: x86: avoid unnecessary XSETBV on guest entry by Paolo Bonzini · 7 years ago
  15. efdab99 KVM: x86: fix escape of guest dr6 to the host by Wanpeng Li · 7 years ago
  16. f38a7b7 KVM: X86: support paravirtualized help for TLB shootdowns by Wanpeng Li · 7 years ago
  17. c2ba05c KVM: X86: introduce invalidate_gpa argument to tlb flush by Wanpeng Li · 7 years ago
  18. 858a43a KVM: X86: use paravirtualized TLB Shootdown by Wanpeng Li · 7 years ago
  19. fa55eed KVM: X86: Add KVM_VCPU_PREEMPTED by Wanpeng Li · 7 years ago
  20. a9f6c9a KVM: s390: cleanup struct kvm_s390_float_interrupt by David Hildenbrand · 7 years ago
  21. 1a5c791 kvm_config: add CONFIG_S390_GUEST by Christian Borntraeger · 7 years ago
  22. 5886293 KVM: s390: drop use of spin lock in __floating_irq_kick by Michael Mueller · 7 years ago
  23. 2f8311c KVM: s390: add debug tracing for cpu features of CPU model by Christian Borntraeger · 7 years ago
  24. 241e3ec0 KVM: s390: use created_vcpus in more places by Christian Borntraeger · 7 years ago
  25. 9696594 s390x/mm: cleanup gmap_pte_op_walk() by David Hildenbrand · 7 years ago
  26. 75f139a KVM: x86: Add memory barrier on vmcs field lookup by Andrew Honig · 7 years ago
  27. 5cb0944 KVM: introduce kvm_arch_vcpu_async_ioctl by Paolo Bonzini · 7 years ago
  28. 9b062471 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl by Christoffer Dall · 7 years ago
  29. 6a96bc7 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu by Christoffer Dall · 7 years ago
  30. 1393123 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu by Christoffer Dall · 7 years ago
  31. 66b5656 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug by Christoffer Dall · 7 years ago
  32. 1da5b61 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate by Christoffer Dall · 7 years ago
  33. e83dff5 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate by Christoffer Dall · 7 years ago
  34. fd23256 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate by Christoffer Dall · 7 years ago
  35. b4ef9d4 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs by Christoffer Dall · 7 years ago
  36. bcdec41 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs by Christoffer Dall · 7 years ago
  37. 875656f KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs by Christoffer Dall · 7 years ago
  38. 1fc9b76 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs by Christoffer Dall · 7 years ago
  39. accb757 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run by Christoffer Dall · 7 years ago
  40. 8a32dd6 KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code by Christoffer Dall · 7 years ago
  41. ec7660c KVM: Take vcpu->mutex outside vcpu_load by Christoffer Dall · 7 years ago
  42. 8eb73e2 KVM: VMX: drop I/O permission bitmaps by Quan Xu · 7 years ago
  43. 9c48d51 KVM: X86: Reduce the overhead when lapic_timer_advance is disabled by Wanpeng Li · 7 years ago
  44. 74c5593 KVM: VMX: Cache IA32_DEBUGCTL in memory by Wanpeng Li · 7 years ago
  45. 276c796 KVM: nVMX: Add a WARN for freeing a loaded VMCS02 by Mark Kanda · 7 years ago
  46. 00647b4 KVM: nVMX: Eliminate vmcs02 pool by Jim Mattson · 7 years ago
  47. 80fef31 KVM: Expose new cpu features to guest by Yang Zhong · 7 years ago
  48. 7858833 kvm_main: Use common error handling code in kvm_dev_ioctl_create_vm() by Markus Elfring · 7 years ago
  49. 52797bf KVM: x86: Add emulation of MSR_SMI_COUNT by Liran Alon · 7 years ago
  50. 431f5d4 KVM: x86: simplify kvm_mwait_in_guest() by Radim Krčmář · 7 years ago
  51. 346f48f KVM: x86: drop bogus MWAIT check by Radim Krčmář · 7 years ago
  52. 2a140f3 KVM: x86: prevent MWAIT in guest with buggy MONITOR by Radim Krčmář · 7 years ago
  53. 0d37d26 KVM: x86: MMU: make array audit_point_name static by Colin Ian King · 7 years ago
  54. 858ac87 x86: kvm: mmu: make kvm_mmu_clear_all_pte_masks static by Gimcuan Hui · 7 years ago
  55. fb6d4d3 KVM: x86: emulate RDPID by Paolo Bonzini · 9 years ago
  56. 0367f20 KVM: vmx: add support for emulating UMIP by Paolo Bonzini · 9 years ago
  57. 66336ca KVM: x86: add support for emulating UMIP by Paolo Bonzini · 9 years ago
  58. dd307d0 KVM: x86: emulate sldt and str by Paolo Bonzini · 9 years ago
  59. ae3e61e KVM: x86: add support for UMIP by Paolo Bonzini · 9 years ago
  60. cf656c7 tools/kvm_stat: add line for totals by Stefan Raspl · 7 years ago
  61. 73fab6f tools/kvm_stat: stop ignoring unhandled arguments by Stefan Raspl · 7 years ago
  62. 822cfe3 tools/kvm_stat: suppress usage information on command line errors by Stefan Raspl · 7 years ago
  63. 08e20a6 tools/kvm_stat: handle invalid regular expressions by Stefan Raspl · 7 years ago
  64. f3d11b0 tools/kvm_stat: add hint on '-f help' to man page by Stefan Raspl · 7 years ago
  65. fff8c9e tools/kvm_stat: fix child trace events accounting by Stefan Raspl · 7 years ago
  66. b74faa9 tools/kvm_stat: fix extra handling of 'help' with fields filter by Stefan Raspl · 7 years ago
  67. 67c162b tools/kvm_stat: fix missing field update after filter change by Stefan Raspl · 7 years ago
  68. faa0665 tools/kvm_stat: fix drilldown in events-by-guests mode by Stefan Raspl · 7 years ago
  69. 19e8e54 tools/kvm_stat: fix command line option '-g' by Stefan Raspl · 7 years ago
  70. 5663d8f kvm: x86: fix WARN due to uninitialized guest FPU state by Peter Xu · 7 years ago
  71. d73235d KVM: X86: Fix load RFLAGS w/o the fixed bit by Wanpeng Li · 7 years ago
  72. ed52870 KVM: MMU: Fix infinite loop when there is no available mmu page by Wanpeng Li · 7 years ago
  73. 50c4c4e Linux 4.15-rc3 by Linus Torvalds · 7 years ago
  74. 98087c05 hpfs: don't bother with the i_version counter or f_version by Jeff Layton · 7 years ago
  75. d70ef22 futex: futex_wake_op, fix sign_extend32 sign bits by Jiri Slaby · 7 years ago
  76. 51090c5 Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  77. 9c02e06 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  78. c465fc1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  79. 8be0b988 Merge branch 'fixes' into for-next by Olof Johansson · 7 years ago
  80. ce39882 Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into fixes by Olof Johansson · 7 years ago
  81. 3dda7f63 Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linux into fixes by Olof Johansson · 7 years ago
  82. 69b8df5 Merge tag 'omap-for-v4.15/fixes-dt-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 7 years ago
  83. 4ded3be Merge tag 'keys-fixes-20171208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into keys-for-linus by James Morris · 7 years ago
  84. f335195 kmemcheck: rip it out for real by Michal Hocko · 7 years ago
  85. e9ef1fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  86. 77071bc Merge tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  87. 4066aa7 Merge tag 'drm-fixes-for-v4.15-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  88. 7267212 Merge tag 'md/4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  89. 78d9b04 Merge tag 'devicetree-fixes-for-4.15-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  90. 900add2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  91. 32abeb0 Merge tag 'for-linus-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  92. d90696e Merge tag 'powerpc-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  93. fd29117 Merge tag 'linux-can-fixes-for-4.15-20171208' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 7 years ago
  94. 03afb6e Merge tag 'wireless-drivers-for-davem-2017-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 7 years ago
  95. 8a7b741 net: mvpp2: fix the RSS table entry offset by Antoine Tenart · 7 years ago
  96. b7e445a Merge branch 'tcp-RACK-loss-recovery-bug-fixes' by David S. Miller · 7 years ago
  97. 6065fd0 tcp: evaluate packet losses upon RTT change by Yuchung Cheng · 7 years ago
  98. 428aec5 tcp: fix off-by-one bug in RACK by Yuchung Cheng · 7 years ago
  99. cd1fc85 tcp: always evaluate losses in RACK upon undo by Yuchung Cheng · 7 years ago
  100. 0ce294d tcp: correctly test congestion state in RACK by Yuchung Cheng · 7 years ago