1. 28a1f3a kvm: x86: Set highest physical address bits in non-present/reserved SPTEs by Junaid Shahid · 6 years ago
  2. fd8ca6d KVM/x86: Use CC_SET()/CC_OUT in arch/x86/kvm/vmx.c by Uros Bizjak · 6 years ago
  3. aaffcfd KVM: X86: Implement PV IPIs in linux guest by Wanpeng Li · 7 years ago
  4. d63bae0 KVM: X86: Add kvm hypervisor init time platform setup callback by Wanpeng Li · 7 years ago
  5. 4180bf1 KVM: X86: Implement "send IPI" hypercall by Wanpeng Li · 7 years ago
  6. 74fec5b KVM/x86: Move X86_CR4_OSXSAVE check into kvm_valid_sregs() by Tianyu Lan · 7 years ago
  7. ee6268b KVM: x86: Skip pae_root shadow allocation if tdp enabled by Liang Chen · 7 years ago
  8. c2a4ead KVM/MMU: Combine flushing remote tlb in mmu_set_spte() by Tianyu Lan · 7 years ago
  9. 5e079c7 KVM: vmx: skip VMWRITE of HOST_{FS,GS}_BASE when possible by Sean Christopherson · 7 years ago
  10. 8f21a0b KVM: vmx: skip VMWRITE of HOST_{FS,GS}_SEL when possible by Sean Christopherson · 7 years ago
  11. f3bbc0d KVM: vmx: always initialize HOST_{FS,GS}_BASE to zero during setup by Sean Christopherson · 7 years ago
  12. d7ee039 KVM: vmx: move struct host_state usage to struct loaded_vmcs by Sean Christopherson · 7 years ago
  13. e920de8 KVM: vmx: compute need to reload FS/GS/LDT on demand by Sean Christopherson · 7 years ago
  14. fd1ec77 KVM: nVMX: remove a misleading comment regarding vmcs02 fields by Sean Christopherson · 7 years ago
  15. 6d6095b KVM: vmx: rename __vmx_load_host_state() and vmx_save_host_state() by Sean Christopherson · 7 years ago
  16. 678e315 KVM: vmx: add dedicated utility to access guest's kernel_gs_base by Sean Christopherson · 7 years ago
  17. bd9966d KVM: vmx: track host_state.loaded using a loaded_vmcs pointer by Sean Christopherson · 7 years ago
  18. e368b87 KVM: vmx: refactor segmentation code in vmx_save_host_state() by Sean Christopherson · 7 years ago
  19. e49fcb8 kvm: nVMX: Fix fault priority for VMX operations by Jim Mattson · 7 years ago
  20. 36090bf kvm: nVMX: Fix fault vector for VMX operation at CPL > 0 by Jim Mattson · 7 years ago
  21. b9b33da KVM: try __get_user_pages_fast even if not in atomic context by Paolo Bonzini · 7 years ago
  22. 877ad95 KVM: vmx: Add tlb_remote_flush callback support by Tianyu Lan · 7 years ago
  23. b08660e KVM: x86: Add tlb remote flush callback in kvm_x86_ops. by Tianyu Lan · 7 years ago
  24. 60cfce4 X86/Hyper-V: Add hyperv_nested_flush_guest_mapping ftrace support by Tianyu Lan · 7 years ago
  25. eb914cf X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support by Tianyu Lan · 7 years ago
  26. 3553ae5 x86/kvm: Don't use pvqspinlock code if only 1 vCPU by Waiman Long · 7 years ago
  27. 450917b KVM/MMU: Simplify __kvm_sync_page() function by Tianyu Lan · 7 years ago
  28. 208320b kvm: x86: Remove CR3_PCID_INVD flag by Junaid Shahid · 7 years ago
  29. b94742c kvm: x86: Add multi-entry LRU cache for previous CR3s by Junaid Shahid · 7 years ago
  30. faff875 kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg* by Junaid Shahid · 7 years ago
  31. 956bf35 kvm: x86: Skip shadow page resync on CR3 switch when indicated by guest by Junaid Shahid · 7 years ago
  32. 08fb59d kvm: x86: Support selectively freeing either current or previous MMU root by Junaid Shahid · 7 years ago
  33. 7eb77e9 kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg() by Junaid Shahid · 7 years ago
  34. ade61e2 kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guest by Junaid Shahid · 7 years ago
  35. eb4b248 kvm: vmx: Support INVPCID in shadow paging mode by Junaid Shahid · 7 years ago
  36. c9470a2 kvm: x86: Propagate guest PCIDs to host PCIDs by Junaid Shahid · 7 years ago
  37. afe828d kvm: x86: Add ability to skip TLB flush when switching CR3 by Junaid Shahid · 7 years ago
  38. 50c28f2 kvm: x86: Use fast CR3 switch for nested VMX by Junaid Shahid · 7 years ago
  39. 1c53da3 kvm: x86: Support resetting the MMU context without resetting roots by Junaid Shahid · 7 years ago
  40. 0aab33e kvm: x86: Add support for fast CR3 switch across different MMU modes by Junaid Shahid · 7 years ago
  41. 6e42782 kvm: x86: Introduce KVM_REQ_LOAD_CR3 by Junaid Shahid · 7 years ago
  42. 9fa7211 kvm: x86: Introduce kvm_mmu_calc_root_page_role() by Junaid Shahid · 7 years ago
  43. 7c390d3 kvm: x86: Add fast CR3 switch code path by Junaid Shahid · 7 years ago
  44. 578e1c4 kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is needed by Junaid Shahid · 7 years ago
  45. 5ce4786 kvm: x86: Make sync_page() flush remote TLBs once only by Junaid Shahid · 7 years ago
  46. 42522d0 KVM: MMU: drop vcpu param in gpte_access by Peter Xu · 7 years ago
  47. abfc52c KVM: nVMX: Separate logic allocating shadow vmcs to a function by Liran Alon · 7 years ago
  48. 491a603 KVM: VMX: Mark vmcs header as shadow in case alloc_vmcs_cpu() allocate shadow vmcs by Liran Alon · 7 years ago
  49. 32c7acf KVM: nVMX: Expose VMCS shadowing to L1 guest by Liran Alon · 7 years ago
  50. a7cde48 KVM: nVMX: Do not forward VMREAD/VMWRITE VMExits to L1 if required so by vmcs12 vmread/vmwrite bitmaps by Liran Alon · 7 years ago
  51. 6d894f4 KVM: nVMX: vmread/vmwrite: Use shadow vmcs12 if running L2 by Liran Alon · 7 years ago
  52. 9a78bdf KVM: selftests: add tests for shadow VMCS save/restore by Paolo Bonzini · 7 years ago
  53. fa58a9f KVM: nVMX: include shadow vmcs12 in nested state by Paolo Bonzini · 7 years ago
  54. 61ada74 KVM: nVMX: Cache shadow vmcs12 on VMEntry and flush to memory on VMExit by Liran Alon · 7 years ago
  55. f145d90 KVM: nVMX: Verify VMCS shadowing VMCS link pointer by Liran Alon · 7 years ago
  56. a8a7c02 KVM: nVMX: Verify VMCS shadowing controls by Liran Alon · 7 years ago
  57. f792d27 KVM: nVMX: Introduce nested_cpu_has_shadow_vmcs() by Liran Alon · 7 years ago
  58. a6192d4 KVM: nVMX: Fail VMLAUNCH and VMRESUME on shadow VMCS by Liran Alon · 7 years ago
  59. fa97d7d KVM: nVMX: Allow VMPTRLD for shadow VMCS if vCPU supports VMCS shadowing by Liran Alon · 7 years ago
  60. e253674 KVM: VMX: Change vmcs12_{read,write}_any() to receive vmcs12 as parameter by Liran Alon · 7 years ago
  61. 392b2f2 KVM: VMX: Create struct for VMCS header by Liran Alon · 7 years ago
  62. cb54763 kvm: selftests: add test for nested state save/restore by Paolo Bonzini · 7 years ago
  63. 8fcc4b5 kvm: nVMX: Introduce KVM_CAP_NESTED_STATE by Jim Mattson · 7 years ago
  64. 7f7f1ba KVM: x86: do not load vmcs12 pages while still in SMM by Paolo Bonzini · 7 years ago
  65. fa3899a kvm: selftests: add basic test for state save and restore by Paolo Bonzini · 7 years ago
  66. 0a505fe kvm: selftests: ensure vcpu file is released by Paolo Bonzini · 7 years ago
  67. 87ccb7d kvm: selftests: actually use all of lib/vmx.c by Paolo Bonzini · 7 years ago
  68. 2305339 kvm: selftests: create a GDT and TSS by Paolo Bonzini · 7 years ago
  69. 44883f0 KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd by Paolo Bonzini · 7 years ago
  70. cf81a7e KVM: vmx: remove save/restore of host BNDCGFS MSR by Sean Christopherson · 7 years ago
  71. 86dafed KVM: Switch 'requests' to be 64-bit (explicitly) by KarimAllah Ahmed · 7 years ago
  72. ca35906 kvm: selftests: add cr4_cpuid_sync_test by Wei Huang · 7 years ago
  73. d2ce98c Merge tag 'v4.18-rc6' into HEAD by Paolo Bonzini · 6 years ago
  74. 85eae57 Merge tag 'kvm-s390-next-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 6 years ago
  75. 3a1174c Merge tag 'kvm-ppc-next-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 6 years ago
  76. 2375846 Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvms390/next by Janosch Frank · 6 years ago
  77. a449938 KVM: s390: Add huge page enablement control by Janosch Frank · 7 years ago
  78. a9e00d8 s390/mm: Add huge page gmap linking support by Janosch Frank · 7 years ago
  79. 7d735b9 s390/mm: hugetlb pages within a gmap can not be freed by Dominik Dingel · 7 years ago
  80. 57cb198 KVM: s390: Beautify skey enable check by Janosch Frank · 7 years ago
  81. bd096f6 KVM: s390: Add skey emulation fault handling by Janosch Frank · 7 years ago
  82. 637ff9e s390/mm: Add huge pmd storage key handling by Janosch Frank · 7 years ago
  83. 3afdfca s390/mm: Clear skeys for newly mapped huge guest pmds by Janosch Frank · 7 years ago
  84. 964c2c0 s390/mm: Clear huge page storage keys on enable_skey by Dominik Dingel · 7 years ago
  85. 0959e16 s390/mm: Add huge page dirty sync support by Janosch Frank · 7 years ago
  86. 6a37627 s390/mm: Add gmap pmd invalidation and clearing by Janosch Frank · 7 years ago
  87. 7c4b13a s390/mm: Add gmap pmd notification bit setting by Janosch Frank · 7 years ago
  88. 58b7e20 s390/mm: Add gmap pmd linking by Janosch Frank · 7 years ago
  89. 2c46e97 s390/mm: Abstract gmap notify bit setting by Janosch Frank · 7 years ago
  90. 5a045bb s390/mm: Make gmap_protect_range more modular by Janosch Frank · 7 years ago
  91. b5c6f76 KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lock by Paul Mackerras · 7 years ago
  92. 1ebe6b81 KVM: PPC: Book3S HV: Allow creating max number of VCPUs on POWER9 by Paul Mackerras · 7 years ago
  93. 1e175d2 KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space by Sam Bobroff · 7 years ago
  94. d72e90f3 Linux 4.18-rc6 by Linus Torvalds · 7 years ago
  95. 7441308 Merge tag 'nvme-for-4.18' of git://git.infradead.org/nvme by Linus Torvalds · 7 years ago
  96. 165ea0d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  97. f88a333 alpha: fix osf_wait4() breakage by Al Viro · 7 years ago
  98. 45ae4df Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  99. ef81e63 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  100. 43227e0 Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago