1. a749e24 KVM: lapic: reorganize restart_apic_timer by Paolo Bonzini · 8 years ago
  2. 35ee9e4 KVM: lapic: reorganize start_hv_timer by Paolo Bonzini · 8 years ago
  3. 3195a35 Merge tag 'kvm-s390-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 8 years ago
  4. 4035260 kvm: nVMX: Check memory operand to INVVPID by Jim Mattson · 8 years ago
  5. d52cd20 KVM: s390: Inject machine check into the nested guest by QingFeng Hao · 8 years ago
  6. 4d62fcc KVM: s390: Inject machine check into the guest by QingFeng Hao · 8 years ago
  7. aec3b2c Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kernelorgnext by Christian Borntraeger · 8 years ago
  8. 5c1954d25 tools/kvm_stat: add new interactive command 'b' by Stefan Raspl · 8 years ago
  9. ab7ef19 tools/kvm_stat: add new command line switch '-i' by Stefan Raspl · 8 years ago
  10. 61f381b tools/kvm_stat: fix error on interactive command 'g' by Stefan Raspl · 8 years ago
  11. 1a5e185 KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exit by Ladi Prosek · 8 years ago
  12. a12713c KVM: SVM: don't NMI singlestep over event injection by Ladi Prosek · 8 years ago
  13. 9b61174 KVM: SVM: hide TF/RF flags used by NMI singlestep by Ladi Prosek · 8 years ago
  14. ab2f4d73 KVM: nSVM: do not forward NMI window singlestep VM exits to L1 by Ladi Prosek · 8 years ago
  15. 4aebd0e KVM: SVM: introduce disable_nmi_singlestep helper by Ladi Prosek · 8 years ago
  16. da72ca4 KVM: s390: Backup the guest's machine check info by QingFeng Hao · 8 years ago
  17. c929500 s390/nmi: s390: New low level handling for machine check happening in guest by QingFeng Hao · 8 years ago
  18. 525df86 KVM: explain missing kvm_put_kvm in case of failure by Paolo Bonzini · 8 years ago
  19. 039c5d1 KVM: Replaces symbolic permissions with numeric by Roman Storozhenko · 8 years ago
  20. 1cae025 KVM: s390: avoid packed attribute by Martin Schwidefsky · 8 years ago
  21. 2c1a48f KVM: S390: add new group for flic by Yi Min Zhao · 8 years ago
  22. 6ae1574 KVM: s390: implement instruction execution protection for emulated ifetch by Christian Borntraeger · 8 years ago
  23. 4036e38 KVM: s390: ioctls to get and set guest storage attributes by Claudio Imbrenda · 9 years ago
  24. 190df4a KVM: s390: CMMA tracking, ESSA emulation, migration mode by Claudio Imbrenda · 9 years ago
  25. 865279c tools/kvm_stat: display guest list in pid/guest selection screens by Stefan Raspl · 8 years ago
  26. 6667ae8 tools/kvm_stat: add new interactive command 'o' by Stefan Raspl · 8 years ago
  27. 64eefad tools/kvm_stat: add new interactive command 's' by Stefan Raspl · 8 years ago
  28. 1fdea7b tools/kvm_stat: add new interactive command 'h' by Stefan Raspl · 8 years ago
  29. 38e89c3 tools/kvm_stat: rename 'Current' column to 'CurAvg/s' by Stefan Raspl · 8 years ago
  30. f6d7531 tools/kvm_stat: make heading look a bit more like 'top' by Stefan Raspl · 8 years ago
  31. 5725393 tools/kvm_stat: display message indicating lack of events by Stefan Raspl · 8 years ago
  32. 62d1b6c tools/kvm_stat: show cursor in selection screens by Stefan Raspl · 8 years ago
  33. 099a2df tools/kvm_stat: move functions to corresponding classes by Stefan Raspl · 8 years ago
  34. c469117 tools/kvm_stat: simplify initializers by Stefan Raspl · 8 years ago
  35. 5e3823a tools/kvm_stat: remove extra statement by Stefan Raspl · 8 years ago
  36. 42a947b tools/kvm_stat: removed unused function by Stefan Raspl · 8 years ago
  37. 5a7d11f tools/kvm_stat: simplify line print logic by Stefan Raspl · 8 years ago
  38. 2da9d4a tools/kvm_stat: remove unnecessary header redraws by Stefan Raspl · 8 years ago
  39. 81468d7 tools/kvm_stat: fix undue use of initial sleeptime by Stefan Raspl · 8 years ago
  40. 124c2fc tools/kvm_stat: fix event counts display for interrupted intervals by Stefan Raspl · 8 years ago
  41. 773bffe tools/kvm_stat: fix typo by Stefan Raspl · 8 years ago
  42. d281e13 KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exit by Jim Mattson · 8 years ago
  43. d923fcf KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exit by Jim Mattson · 8 years ago
  44. 4531662 kvm: vmx: Check value written to IA32_BNDCFGS by Jim Mattson · 8 years ago
  45. 4439af9 kvm: x86: Guest BNDCFGS requires guest MPX support by Jim Mattson · 8 years ago
  46. a8b6fda3 kvm: vmx: Do not disable intercepts for BNDCFGS by Jim Mattson · 8 years ago
  47. 9d643f6 KVM: x86: avoid large stack allocations in em_fxrstor by Nick Desaulniers · 8 years ago
  48. 7461fbc KVM: white space cleanup in nested_vmx_setup_ctls_msrs() by Dan Carpenter · 8 years ago
  49. e9196ce KVM: Tidy the whitespace in nested_svm_check_permissions() by Dan Carpenter · 8 years ago
  50. 47a66ee KVM: x86: Fix nmi injection failure when vcpu got blocked by ZhuangYanying · 8 years ago
  51. d9c1b54 KVM: SVM: do not zero out segment attributes if segment is unusable or not present by Roman Pen · 8 years ago
  52. 8eae957 KVM: SVM: ignore type when setting segment registers by Gioh Kim · 8 years ago
  53. cbf7127 KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debugging by Radim Krčmář · 8 years ago
  54. 52b5419 KVM: x86: Fix virtual wire mode by Jan H. Schönherr · 8 years ago
  55. e1d39b1 KVM: nVMX: Fix handling of lmsw instruction by Jan H. Schönherr · 8 years ago
  56. 5acc1ca KVM: X86: Fix preempt the preemption timer cancel by Wanpeng Li · 8 years ago
  57. 0833289 Linux 4.12-rc2 by Linus Torvalds · 8 years ago
  58. 33c9e97 x86: fix 32-bit case of __get_user_asm_u64() by Linus Torvalds · 8 years ago
  59. 334a023 Clean up x86 unsafe_get/put_user() type handling by Linus Torvalds · 8 years ago
  60. f3926e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  61. 970c305 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  62. e7a3d62 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  63. a8c3954 osf_wait4(): fix infoleak by Al Viro · 8 years ago
  64. a7cc722 fix unsafe_put_user() by Al Viro · 8 years ago
  65. 56f410c Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  66. 894e216 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  67. 549f01a nvmet: release the sq ref on rdma read errors by Vijay Immanuel · 8 years ago
  68. 4b8ba5f nvmet-fc: remove target cpu scheduling flag by James Smart · 8 years ago
  69. 2952a87 nvme-fc: stop queues on error detection by James Smart · 8 years ago
  70. 85e6a6a nvme-fc: require target or discovery role for fc-nvme targets by James Smart · 8 years ago
  71. 4123109 nvme-fc: correct port role bits by James Smart · 8 years ago
  72. f63572d nvme: unmap CMB and remove sysfs file in reset path by Jon Derrick · 8 years ago
  73. ef82f1a Merge tag 'staging-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  74. 3202629 Merge tag 'usb-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  75. 331da10 Merge tag 'char-misc-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  76. ec53c02 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 8 years ago
  77. cf80a6f Merge tag 'drm-fixes-for-v4.12-rc2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  78. 6fe1de4 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  79. 8c3fc16 Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  80. 0bdc6fd Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  81. d4c6cd1 Merge tag 'iommu-fixes-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  82. 4217fdd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  83. 9e856e4 Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  84. 1fbbed4 Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  85. f538a82 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  86. 2fe296a Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  87. d51aff1 Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixes by Dave Airlie · 8 years ago
  88. e5a489a Merge tag 'powerpc-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  89. 92ceb76 KVM: x86: prevent uninitialized variable warning in check_svme() by Radim Krčmář · 8 years ago
  90. 34b0dad KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh() by Radim Krčmář · 8 years ago
  91. f0367ee KVM: x86: zero base3 of unusable segments by Radim Krčmář · 8 years ago
  92. cbfc6c9 KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation by Wanpeng Li · 8 years ago
  93. e2c2206 KVM: x86: Fix potential preemption when get the current kvmclock timestamp by Wanpeng Li · 8 years ago
  94. 5f33945 blktrace: fix integer parse by Shaohua Li · 8 years ago
  95. 9d64084 i2c: designware: don't infer timings described by ACPI from clock rate by Ard Biesheuvel · 8 years ago
  96. 6bf1c2d arm64: dts: rockchip: fix include reference by Arnd Bergmann · 8 years ago
  97. fedf266f watchdog: bcm281xx: Fix use of uninitialized spinlock. by Eric Anholt · 8 years ago
  98. 07441a7 watchdog: zx2967: remove redundant dev_err call in zx2967_wdt_probe() by Wei Yongjun · 8 years ago
  99. 1fccb73 iTCO_wdt: all versions count down twice by Paolo Bonzini · 8 years ago
  100. 76cefef firmware: ti_sci: fix strncat length check by Arnd Bergmann · 9 years ago