1. 929f45e kvm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  2. d1e5b0e kvm: Make VM ioctl do valloc for some archs by Marc Orr · 6 years ago
  3. 1499fa8 kvm: Change return type to vm_fault_t by Souptick Joarder · 6 years ago
  4. d7a8bea Merge tag 'kvm-s390-next-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 6 years ago
  5. 5eec43a Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  6. c1aea91 KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability by Vitaly Kuznetsov · 6 years ago
  7. c701267 KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX implementation by Vitaly Kuznetsov · 6 years ago
  8. e2f11f4 KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implementation by Vitaly Kuznetsov · 6 years ago
  9. 56b9ae7 KVM: x86: hyperv: do rep check for each hypercall separately by Vitaly Kuznetsov · 6 years ago
  10. 142c95d KVM: x86: hyperv: use defines when parsing hypercall parameters by Vitaly Kuznetsov · 6 years ago
  11. c9c92be x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common header by Vitaly Kuznetsov · 6 years ago
  12. f33ecec Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Radim Krčmář · 6 years ago
  13. 6e40767 KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION by Eric Auger · 6 years ago
  14. cf412b0 KVM: arm64: Invoke FPSIMD context switch trap from C by Dave Martin · 6 years ago
  15. 7846b31 KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit() by Dave Martin · 6 years ago
  16. ba4f4cb KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit() by Dave Martin · 6 years ago
  17. 21cdd7f KVM: arm64: Remove eager host SVE state saving by Dave Martin · 6 years ago
  18. 85acda3 KVM: arm64: Save host SVE context as appropriate by Dave Martin · 6 years ago
  19. 9a6e594 arm64/sve: Move sve_pffr() to fpsimd.h and make inline by Dave Martin · 6 years ago
  20. 2cf97d4 arm64/sve: Switch sve_pffr() argument from task to thread by Dave Martin · 6 years ago
  21. 31dc52b arm64/sve: Move read_zcr_features() out of cpufeature.h by Dave Martin · 6 years ago
  22. e6b673b KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing by Dave Martin · 7 years ago
  23. fa89d31c KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags by Dave Martin · 6 years ago
  24. 0cff8e7 arm64/sve: Refactor user SVE trap maintenance for external use by Dave Martin · 6 years ago
  25. df3fb96 arm64: fpsimd: Eliminate task->mm checks by Dave Martin · 6 years ago
  26. 66e48a0 arm64: fpsimd: Avoid FPSIMD context leakage for the init task by Dave Martin · 6 years ago
  27. d179761 arm64: fpsimd: Generalise context saving for non-task contexts by Dave Martin · 7 years ago
  28. ceda9ff KVM: arm64: Convert lazy FPSIMD context switch trap to C by Dave Martin · 7 years ago
  29. 09d1223 arm64: Use update{,_tsk}_thread_flag() by Dave Martin · 6 years ago
  30. d8ad71f arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regs by Dave Martin · 6 years ago
  31. 0ea3286 KVM: x86: Expose CLDEMOTE CPU feature to guest VM by Jingqi Liu · 6 years ago
  32. cd9a491 KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address invvpid by Liran Alon · 6 years ago
  33. 6f1e03b KVM: nVMX: Don't flush TLB when vmcs12 uses VPID by Liran Alon · 6 years ago
  34. 6bce30c KVM: nVMX: Use vmx local var for referencing vpid02 by Liran Alon · 6 years ago
  35. 86bf20c KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGION by Dan Carpenter · 6 years ago
  36. a1d588e KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault by Sean Christopherson · 7 years ago
  37. 21ebf53 KVM: nVMX: Ensure that VMCS12 field offsets do not change by Jim Mattson · 6 years ago
  38. b348e79 KVM: nVMX: Restore the VMCS12 offsets for v4.0 fields by Jim Mattson · 6 years ago
  39. 899a31f KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING by Arnd Bergmann · 6 years ago
  40. 6514dc3 kvm: nVMX: Use nested_run_pending rather than from_vmentry by Jim Mattson · 6 years ago
  41. 46c4a30 arm64: KVM: Use lm_alias() for kvm_ksym_ref() by Mark Rutland · 6 years ago
  42. 2d2ccf24 x86/Hyper-V/hv_apic: Build the Hyper-V APIC conditionally by Thomas Gleixner · 6 years ago
  43. 61eeb1f x86/Hyper-V/hv_apic: Include asm/apic.h by Thomas Gleixner · 6 years ago
  44. 9a2d78e X86/Hyper-V: Consolidate the allocation of the hypercall input page by K. Y. Srinivasan · 6 years ago
  45. 800b8f0 X86/Hyper-V: Consolidate code for converting cpumask to vpset by K. Y. Srinivasan · 6 years ago
  46. 366f03b X86/Hyper-V: Enhanced IPI enlightenment by K. Y. Srinivasan · 6 years ago
  47. 68bb7bf X86/Hyper-V: Enable IPI enlightenments by K. Y. Srinivasan · 6 years ago
  48. 6b48cb5 X86/Hyper-V: Enlighten APIC access by K. Y. Srinivasan · 6 years ago
  49. 2c71d33 Merge tag 'powerpc-4.17-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  50. 3acf4e3 Merge tag 'hwmon-for-linus-v4.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 6 years ago
  51. 58ddfe6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  52. 633711e kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIME by Michael S. Tsirkin · 6 years ago
  53. 3e9245c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  54. c1d2a31 powerpc/powernv: Fix NVRAM sleep in invalid context when crashing by Nicholas Piggin · 6 years ago
  55. 2c8180e KVM: s390: vsie: simplify < 8k address checks by David Hildenbrand · 6 years ago
  56. 6302a13 Merge tag 'kvm-s390-master-4.17-1' by Christian Borntraeger · 6 years ago
  57. f4a551b KVM: s390: vsie: fix < 8k check for the itdba by David Hildenbrand · 6 years ago
  58. 33d1b27 KVM: s390: generalize kvm_s390_get_tod_clock_ext() by David Hildenbrand · 6 years ago
  59. 9ac96d7 KVM: s390: no need to inititalize kvm->arch members to 0 by David Hildenbrand · 6 years ago
  60. b9224cd KVM: s390: introduce defines for control registers by David Hildenbrand · 6 years ago
  61. 20c922f KVM: s390: reset crypto attributes for all vcpus by Tony Krowiak · 6 years ago
  62. 55531b7 KVM: s390: Add storage key facility interpretation control by Janosch Frank · 7 years ago
  63. e6506eb Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  64. bf30824 KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock by Andre Przywara · 6 years ago
  65. 4c27625 KVM: X86: Lower the default timer frequency limit to 200us by Wanpeng Li · 6 years ago
  66. 45dd9b0 tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all} by Steven Rostedt (VMware) · 6 years ago
  67. 3a2936d kvm: mmu: Don't expose private memslots to L2 by Jim Mattson · 6 years ago
  68. 1313cc2 kvm: mmu: Add guest_mode to kvm_mmu_page_role by Jim Mattson · 6 years ago
  69. ab5df31 kvm: nVMX: Eliminate APIC access page sharing between L1 and L2 by Jim Mattson · 6 years ago
  70. 8d860bb kvm: vmx: Basic APIC virtualization controls have three settings by Jim Mattson · 6 years ago
  71. 5887164 kvm: vmx: Introduce lapic_mode enumeration by Jim Mattson · 6 years ago
  72. ceef7d1 KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap support by Vitaly Kuznetsov · 6 years ago
  73. 74b566e kvm: x86: Refactor mmu_free_roots() by Junaid Shahid · 6 years ago
  74. a780a3e KVM: X86: Fix reserved bits check for MOV to CR3 by Wanpeng Li · 6 years ago
  75. 66e1c94 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  76. f9bc6b2 x86/amd_nb: Add support for Raven Ridge CPUs by Guenter Roeck · 6 years ago
  77. f0ab773 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  78. c9cf87e KASAN: prohibit KASAN+STRUCTLEAK combination by Dmitry Vyukov · 6 years ago
  79. 4bc8719 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  80. 3f5f859 Merge tag 'sh-for-4.17-fixes' of git://git.libc.org/linux-sh by Linus Torvalds · 6 years ago
  81. 7404bc2 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  82. 5c6b546 Merge tag 'powerpc-4.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  83. 84c3a09 Merge tag 'for-linus-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  84. ac21fc2 sh: switch to NO_BOOTMEM by Rob Herring · 6 years ago
  85. 64f7a11 KVM: vmx: update sec exec controls for UMIP iff emulating UMIP by Sean Christopherson · 6 years ago
  86. c19986f kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabled by Junaid Shahid · 6 years ago
  87. 452a68d KVM: hyperv: idr_find needs RCU protection by Paolo Bonzini · 6 years ago
  88. 6356ee0 x86: Delay skip of emulated hypercall instruction by Marian Rotariu · 6 years ago
  89. 0583a4e arm64: capabilities: Add NVIDIA Denver CPU to bp_harden list by David Gilhooley · 6 years ago
  90. 1b06bd8 arm64: Add MIDR encoding for NVIDIA CPUs by David Gilhooley · 6 years ago
  91. 4bbaf25 s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero by Hendrik Brueckner · 6 years ago
  92. 9a62dcf arm: dts: imx[35]*: declare flexcan devices to be compatible to imx25's flexcan by Uwe Kleine-König · 6 years ago
  93. 6c0a8f6 powerpc/pseries: Fix CONFIG_NUMA=n build by Michael Ellerman · 6 years ago
  94. de5cb6eb s390: use expoline thunks in the BPF JIT by Martin Schwidefsky · 6 years ago
  95. 6deaa3b s390: extend expoline to BC instructions by Martin Schwidefsky · 6 years ago
  96. 9f18fff s390: remove indirect branch from do_softirq_own_stack by Martin Schwidefsky · 6 years ago
  97. 4253b0e s390: move spectre sysfs attribute code by Martin Schwidefsky · 6 years ago
  98. c50c84c s390/kernel: use expoline for indirect branches by Martin Schwidefsky · 6 years ago
  99. 23a4d7f s390/ftrace: use expoline for indirect branches by Martin Schwidefsky · 6 years ago
  100. d1ecfa9 x86/xen: Reset VCPU0 info pointer after shared_info remap by van der Linden, Frank · 6 years ago