1. caa057a KVM: X86: Provide a capability to disable HLT intercepts by Wanpeng Li · 7 years ago
  2. 4d5422c KVM: X86: Provide a capability to disable MWAIT intercepts by Wanpeng Li · 7 years ago
  3. 4956aa3 Merge tag 'kvm-s390-next-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 7 years ago
  4. 2d7921c KVM: x86: Add support for VMware backdoor Pseudo-PMCs by Arbel Moshe · 7 years ago
  5. 9718420 KVM: x86: SVM: Intercept #GP to support access to VMware backdoor ports by Liran Alon · 7 years ago
  6. 9e86948 KVM: x86: VMX: Intercept #GP to support access to VMware backdoor ports by Liran Alon · 7 years ago
  7. 04789b6 KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoor by Liran Alon · 7 years ago
  8. e236617 KVM: x86: Add emulation_type to not raise #UD on emulation failure by Liran Alon · 7 years ago
  9. 9a29d449 KVM: x86: Always allow access to VMware backdoor I/O ports by Liran Alon · 7 years ago
  10. c4ae60e KVM: x86: Add module parameter for supporting VMware backdoor by Liran Alon · 7 years ago
  11. dca7f12 KVM: x86: add kvm_fast_pio() to consolidate fast PIO code by Sean Christopherson · 7 years ago
  12. 432baf6 KVM: VMX: use kvm_fast_pio_in for handling IN I/O by Sean Christopherson · 7 years ago
  13. 2bb8caf KVM: vVMX: signal failure for nested VMEntry if emulation_required by Sean Christopherson · 7 years ago
  14. e1de91c KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guest by Sean Christopherson · 7 years ago
  15. b4d1851 KVM: VMX: give unrestricted guest full control of CR3 by Sean Christopherson · 7 years ago
  16. 5dc1f04 KVM: VMX: don't force CR4.PAE/PSE for unrestricted guest by Sean Christopherson · 7 years ago
  17. 1706bd0 KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUEST by Sean Christopherson · 7 years ago
  18. e90008d KVM: VMX: don't configure EPT identity map for unrestricted guest by Sean Christopherson · 7 years ago
  19. f7eaeb0 KVM: VMX: don't configure RM TSS for unrestricted guest by Sean Christopherson · 7 years ago
  20. 915e6f7 x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked by Vitaly Kuznetsov · 7 years ago
  21. 98f65ad x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vector change by Vitaly Kuznetsov · 7 years ago
  22. a2e164e x86/kvm/hyper-v: add reenlightenment MSRs support by Vitaly Kuznetsov · 7 years ago
  23. ddd6f0e KVM: x86: Update the exit_qualification access bits while walking an address by KarimAllah Ahmed · 7 years ago
  24. 1df372f KVM: x86: Make enum conversion explicit in kvm_pdptr_read() by Matthias Kaehlcke · 7 years ago
  25. 0bcc3fb KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use by Vitaly Kuznetsov · 7 years ago
  26. c51eb52 KVM: x86: Add support for AMD Core Perf Extension in guest by Janakarajan Natarajan · 7 years ago
  27. e84b711 x86/msr: Add AMD Core Perf Extension MSRs by Janakarajan Natarajan · 7 years ago
  28. ccc40c5 KVM: s390: provide counters for all interrupt injects/delivery by Christian Borntraeger · 7 years ago
  29. 32de074 KVM: add machine check counter to kvm_stat by QingFeng Hao · 7 years ago
  30. 2584003 s390/setup: enable display support for KVM guest by Farhan Ali · 7 years ago
  31. daea546 s390/char: Rename EBCDIC keymap variables by Farhan Ali · 7 years ago
  32. 5c420fc Kconfig: Remove HAS_IOMEM dependency for Graphics support by Farhan Ali · 7 years ago
  33. 4ed8773 KVM: s390: fix fallthrough annotation by Sebastian Ott · 7 years ago
  34. a5e0acea9 KVM: s390: add exit io request stats and simplify code by Christian Borntraeger · 7 years ago
  35. 5c2b4d5 KVM: document KVM_CAP_S390_[BPB|PSW|GMAP|COW] by Christian Borntraeger · 7 years ago
  36. c9f0a2b KVM: s390: Refactor host cmma and pfmfi interpretation controls by Janosch Frank · 7 years ago
  37. c3b9e3e KVM: s390: implement CPU model only facilities by Christian Borntraeger · 7 years ago
  38. 0c7f650 KVM: nVMX: Enforce NMI controls on vmentry of L2 guests by Krish Sadhukhan · 7 years ago
  39. 1389309 KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace by Paolo Bonzini · 7 years ago
  40. 6677f3d KVM: nVMX: introduce struct nested_vmx_msrs by Paolo Bonzini · 7 years ago
  41. 6beacf7 KVM: X86: Don't use PV TLB flush with dedicated physical CPUs by Wanpeng Li · 7 years ago
  42. b2798ba KVM: X86: Choose qspinlock when dedicated physical CPUs are available by Wanpeng Li · 7 years ago
  43. a4429e5 KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATED by Wanpeng Li · 7 years ago
  44. d4c67a7 kvm: use insert sort in kvm_io_bus_register_dev function by Gal Hammer · 7 years ago
  45. 01643c5 KVM: x86: KVM_CAP_SYNC_REGS by Ken Hofsass · 7 years ago
  46. 7b7e395 KVM: x86: add SYNC_REGS_SIZE_BYTES #define. by Ken Hofsass · 7 years ago
  47. faeb783 kvm: x86: hyperv: guest->host event signaling via eventfd by Roman Kagan · 7 years ago
  48. cbc0236 kvm: x86: factor out kvm.arch.hyperv (de)init by Roman Kagan · 7 years ago
  49. f07afa0 KVM: s390: fix memory overwrites when not using SCA entries by David Hildenbrand · 7 years ago
  50. 661e50b Linux 4.16-rc4 by Linus Torvalds · 7 years ago
  51. e64b956 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  52. 7225a44 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  53. 4c4ce3022 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  54. ff8d583 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  55. af8c081 Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  56. 58bdf60 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  57. 20f1417 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  58. 0eb3412 Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  59. 7cf901b Merge tag 'media/v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  60. d6d0972 Merge tag 'linux-watchdog-4.16-fixes-1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 7 years ago
  61. 03a6c259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  62. 949b9325 memremap: fix softlockup reports at teardown by Dan Williams · 7 years ago
  63. 5fdf8e5 libnvdimm: re-enable deep flush for pmem devices via fsync() by Dave Jiang · 7 years ago
  64. 50186e1 MAINTAINERS: take over Kconfig maintainership by Masahiro Yamada · 7 years ago
  65. 94db151 vfio: disable filesystem-dax page pinning by Dan Williams · 7 years ago
  66. 329ad5e Merge tag 'pci-v4.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  67. 5fbdefc Merge branch 'parisc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  68. 0573fed Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  69. 2833419 Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  70. fb6d47a Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  71. ff06b55 Merge tag 'mmc-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  72. a5c05b7 Merge tag 'pm-4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  73. 5ae6fcc kconfig: fix line number in recursive inclusion error message by Masahiro Yamada · 7 years ago
  74. a11761c Coccinelle: memdup: Fix typo in warning messages by Dafna Hirschfeld · 7 years ago
  75. 7c42467 i2c: octeon: Prevent error message on bus error by Jan Glauber · 7 years ago
  76. 1a0e3a3 Merge tag 'at24-4.16-rc4-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current by Wolfram Sang · 7 years ago
  77. b61e070 Merge branch 'cpufreq-scpi' by Rafael J. Wysocki · 7 years ago
  78. 636a415 parisc: Reduce irq overhead when run in qemu by Helge Deller · 7 years ago
  79. 5ffa851 parisc: Use cr16 interval timers unconditionally on qemu by Helge Deller · 7 years ago
  80. 0ed1fe4 parisc: Check if secondary CPUs want own PDC calls by Helge Deller · 7 years ago
  81. fd8d0ca parisc: Hide virtual kernel memory layout by Helge Deller · 7 years ago
  82. 0adb24e parisc: Fix ordering of cache and TLB flushes by John David Anglin · 7 years ago
  83. 1a90ce3 kconfig: Update ncurses package names for menuconfig by Arvind Prasanna · 7 years ago
  84. cbf7a90 kbuild/kallsyms: trivial typo fix by Cao jin · 7 years ago
  85. 0da4fab kbuild: test --build-id linker flag by ld-option instead of cc-ldoption by Masahiro Yamada · 7 years ago
  86. a7b151f kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignment by Cao jin · 7 years ago
  87. bf0bbdc kconfig: Don't leak choice names during parsing by Masahiro Yamada · 7 years ago
  88. 1b1e4ee sh: fix build error for empty CONFIG_BUILTIN_DTB_SOURCE by Masahiro Yamada · 7 years ago
  89. f4bc1ee kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list by Masahiro Yamada · 7 years ago
  90. 5d60e05 Merge tag 'drm-fixes-for-v4.16-rc4' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  91. 2120447 Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  92. b7e31be KVM: x86: fix vcpu initialization with userspace lapic by Radim Krčmář · 7 years ago
  93. 518e7b9 KVM: X86: Allow userspace to define the microcode version by Wanpeng Li · 7 years ago
  94. 66421c1 KVM: X86: Introduce kvm_get_msr_feature() by Wanpeng Li · 7 years ago
  95. 8da5db7 Merge tag 'platform-drivers-x86-v4.16-5' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  96. 7e30309 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  97. 7bec4a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  98. 1cedc63 platform/x86: wmi: Fix misuse of vsprintf extension %pULL by Joe Perches · 7 years ago
  99. d1d93fa KVM: SVM: Add MSR-based feature support for serializing LFENCE by Tom Lendacky · 7 years ago
  100. 801e459 KVM: x86: Add a framework for supporting MSR-based features by Tom Lendacky · 7 years ago