1. 3553ae5 x86/kvm: Don't use pvqspinlock code if only 1 vCPU by Waiman Long · 7 years ago
  2. 450917b KVM/MMU: Simplify __kvm_sync_page() function by Tianyu Lan · 7 years ago
  3. 208320b kvm: x86: Remove CR3_PCID_INVD flag by Junaid Shahid · 7 years ago
  4. b94742c kvm: x86: Add multi-entry LRU cache for previous CR3s by Junaid Shahid · 7 years ago
  5. faff875 kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg* by Junaid Shahid · 7 years ago
  6. 956bf35 kvm: x86: Skip shadow page resync on CR3 switch when indicated by guest by Junaid Shahid · 7 years ago
  7. 08fb59d kvm: x86: Support selectively freeing either current or previous MMU root by Junaid Shahid · 7 years ago
  8. 7eb77e9 kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg() by Junaid Shahid · 7 years ago
  9. ade61e2 kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guest by Junaid Shahid · 7 years ago
  10. eb4b248 kvm: vmx: Support INVPCID in shadow paging mode by Junaid Shahid · 7 years ago
  11. c9470a2 kvm: x86: Propagate guest PCIDs to host PCIDs by Junaid Shahid · 7 years ago
  12. afe828d kvm: x86: Add ability to skip TLB flush when switching CR3 by Junaid Shahid · 7 years ago
  13. 50c28f2 kvm: x86: Use fast CR3 switch for nested VMX by Junaid Shahid · 7 years ago
  14. 1c53da3 kvm: x86: Support resetting the MMU context without resetting roots by Junaid Shahid · 7 years ago
  15. 0aab33e kvm: x86: Add support for fast CR3 switch across different MMU modes by Junaid Shahid · 7 years ago
  16. 6e42782 kvm: x86: Introduce KVM_REQ_LOAD_CR3 by Junaid Shahid · 7 years ago
  17. 9fa7211 kvm: x86: Introduce kvm_mmu_calc_root_page_role() by Junaid Shahid · 7 years ago
  18. 7c390d3 kvm: x86: Add fast CR3 switch code path by Junaid Shahid · 7 years ago
  19. 578e1c4 kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is needed by Junaid Shahid · 7 years ago
  20. 5ce4786 kvm: x86: Make sync_page() flush remote TLBs once only by Junaid Shahid · 7 years ago
  21. 42522d0 KVM: MMU: drop vcpu param in gpte_access by Peter Xu · 7 years ago
  22. abfc52c KVM: nVMX: Separate logic allocating shadow vmcs to a function by Liran Alon · 7 years ago
  23. 491a603 KVM: VMX: Mark vmcs header as shadow in case alloc_vmcs_cpu() allocate shadow vmcs by Liran Alon · 7 years ago
  24. 32c7acf KVM: nVMX: Expose VMCS shadowing to L1 guest by Liran Alon · 7 years ago
  25. 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
  26. 6d894f4 KVM: nVMX: vmread/vmwrite: Use shadow vmcs12 if running L2 by Liran Alon · 7 years ago
  27. 9a78bdf KVM: selftests: add tests for shadow VMCS save/restore by Paolo Bonzini · 6 years ago
  28. fa58a9f KVM: nVMX: include shadow vmcs12 in nested state by Paolo Bonzini · 6 years ago
  29. 61ada74 KVM: nVMX: Cache shadow vmcs12 on VMEntry and flush to memory on VMExit by Liran Alon · 7 years ago
  30. f145d90 KVM: nVMX: Verify VMCS shadowing VMCS link pointer by Liran Alon · 7 years ago
  31. a8a7c02 KVM: nVMX: Verify VMCS shadowing controls by Liran Alon · 7 years ago
  32. f792d27 KVM: nVMX: Introduce nested_cpu_has_shadow_vmcs() by Liran Alon · 7 years ago
  33. a6192d4 KVM: nVMX: Fail VMLAUNCH and VMRESUME on shadow VMCS by Liran Alon · 7 years ago
  34. fa97d7d KVM: nVMX: Allow VMPTRLD for shadow VMCS if vCPU supports VMCS shadowing by Liran Alon · 6 years ago
  35. e253674 KVM: VMX: Change vmcs12_{read,write}_any() to receive vmcs12 as parameter by Liran Alon · 7 years ago
  36. 392b2f2 KVM: VMX: Create struct for VMCS header by Liran Alon · 7 years ago
  37. cb54763 kvm: selftests: add test for nested state save/restore by Paolo Bonzini · 6 years ago
  38. 8fcc4b5 kvm: nVMX: Introduce KVM_CAP_NESTED_STATE by Jim Mattson · 7 years ago
  39. 7f7f1ba KVM: x86: do not load vmcs12 pages while still in SMM by Paolo Bonzini · 6 years ago
  40. fa3899a kvm: selftests: add basic test for state save and restore by Paolo Bonzini · 6 years ago
  41. 0a505fe kvm: selftests: ensure vcpu file is released by Paolo Bonzini · 6 years ago
  42. 87ccb7d kvm: selftests: actually use all of lib/vmx.c by Paolo Bonzini · 6 years ago
  43. 2305339 kvm: selftests: create a GDT and TSS by Paolo Bonzini · 6 years ago
  44. 44883f0 KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd by Paolo Bonzini · 6 years ago
  45. cf81a7e KVM: vmx: remove save/restore of host BNDCGFS MSR by Sean Christopherson · 7 years ago
  46. 86dafed KVM: Switch 'requests' to be 64-bit (explicitly) by KarimAllah Ahmed · 7 years ago
  47. ca35906 kvm: selftests: add cr4_cpuid_sync_test by Wei Huang · 7 years ago
  48. d2ce98c Merge tag 'v4.18-rc6' into HEAD by Paolo Bonzini · 6 years ago
  49. 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
  50. 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
  51. 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
  52. a449938 KVM: s390: Add huge page enablement control by Janosch Frank · 7 years ago
  53. a9e00d8 s390/mm: Add huge page gmap linking support by Janosch Frank · 7 years ago
  54. 7d735b9 s390/mm: hugetlb pages within a gmap can not be freed by Dominik Dingel · 7 years ago
  55. 57cb198 KVM: s390: Beautify skey enable check by Janosch Frank · 6 years ago
  56. bd096f6 KVM: s390: Add skey emulation fault handling by Janosch Frank · 6 years ago
  57. 637ff9e s390/mm: Add huge pmd storage key handling by Janosch Frank · 7 years ago
  58. 3afdfca s390/mm: Clear skeys for newly mapped huge guest pmds by Janosch Frank · 7 years ago
  59. 964c2c0 s390/mm: Clear huge page storage keys on enable_skey by Dominik Dingel · 7 years ago
  60. 0959e16 s390/mm: Add huge page dirty sync support by Janosch Frank · 7 years ago
  61. 6a37627 s390/mm: Add gmap pmd invalidation and clearing by Janosch Frank · 7 years ago
  62. 7c4b13a s390/mm: Add gmap pmd notification bit setting by Janosch Frank · 7 years ago
  63. 58b7e20 s390/mm: Add gmap pmd linking by Janosch Frank · 7 years ago
  64. 2c46e97 s390/mm: Abstract gmap notify bit setting by Janosch Frank · 7 years ago
  65. 5a045bb s390/mm: Make gmap_protect_range more modular by Janosch Frank · 7 years ago
  66. b5c6f76 KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lock by Paul Mackerras · 6 years ago
  67. 1ebe6b8 KVM: PPC: Book3S HV: Allow creating max number of VCPUs on POWER9 by Paul Mackerras · 6 years ago
  68. 1e175d2 KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space by Sam Bobroff · 6 years ago
  69. d72e90f3 Linux 4.18-rc6 by Linus Torvalds · 6 years ago
  70. 7441308 Merge tag 'nvme-for-4.18' of git://git.infradead.org/nvme by Linus Torvalds · 6 years ago
  71. 165ea0d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  72. f88a333 alpha: fix osf_wait4() breakage by Al Viro · 6 years ago
  73. 45ae4df Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  74. ef81e63 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  75. 43227e0 Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  76. 48b1db7 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  77. ea75a2c Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  78. ffb48e7 Merge tag 'powerpc-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  79. 55b636b Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  80. 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
  81. 95faf69 mm: make vm_area_dup() actually copy the old vma data by Linus Torvalds · 6 years ago
  82. 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
  83. 191a3af Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  84. 9f15bde mm: memcg: fix use after free in mem_cgroup_iter() by Jing Xia · 6 years ago
  85. e1f1b15 mm/huge_memory.c: fix data loss when splitting a file pmd by Hugh Dickins · 6 years ago
  86. 35033ab fat: fix memory allocation failure handling of match_strdup() by OGAWA Hirofumi · 6 years ago
  87. 5a69649 MAINTAINERS: Peter has moved by Peter Senna Tschudin · 6 years ago
  88. 1937367 mm/memblock: add missing include <linux/bootmem.h> by Mathieu Malaterre · 6 years ago
  89. 48e5aee Merge tag 'vfio-v4.18-rc6' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
  90. b4460a9 Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  91. 5858610 Merge tag 'imx-fixes-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 6 years ago
  92. 18cadf9 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  93. 47736af Merge tag 'iommu-fixes-v4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  94. de87dcde Merge tag 'platform-drivers-x86-v4.18-2' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  95. 2a0ea7d Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 6 years ago
  96. 293bccc Merge tag 'nds32-for-linus-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux by Linus Torvalds · 6 years ago
  97. bfa54a3 Merge tag 'pm-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  98. 7389439 Merge tag 'acpi-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  99. 9b38276 nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMD by Roland Dreier · 6 years ago
  100. 2502e5a platform/x86: dell-laptop: Fix backlight detection by Damien Thébault · 6 years ago