1. eb4b248 kvm: vmx: Support INVPCID in shadow paging mode by Junaid Shahid · 7 years ago
  2. c9470a2 kvm: x86: Propagate guest PCIDs to host PCIDs by Junaid Shahid · 7 years ago
  3. afe828d kvm: x86: Add ability to skip TLB flush when switching CR3 by Junaid Shahid · 7 years ago
  4. 50c28f2 kvm: x86: Use fast CR3 switch for nested VMX by Junaid Shahid · 7 years ago
  5. 1c53da3 kvm: x86: Support resetting the MMU context without resetting roots by Junaid Shahid · 7 years ago
  6. 0aab33e kvm: x86: Add support for fast CR3 switch across different MMU modes by Junaid Shahid · 7 years ago
  7. 6e42782 kvm: x86: Introduce KVM_REQ_LOAD_CR3 by Junaid Shahid · 7 years ago
  8. 9fa7211 kvm: x86: Introduce kvm_mmu_calc_root_page_role() by Junaid Shahid · 7 years ago
  9. 7c390d3 kvm: x86: Add fast CR3 switch code path by Junaid Shahid · 7 years ago
  10. 578e1c4 kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is needed by Junaid Shahid · 7 years ago
  11. 5ce4786 kvm: x86: Make sync_page() flush remote TLBs once only by Junaid Shahid · 7 years ago
  12. 42522d0 KVM: MMU: drop vcpu param in gpte_access by Peter Xu · 7 years ago
  13. abfc52c KVM: nVMX: Separate logic allocating shadow vmcs to a function by Liran Alon · 7 years ago
  14. 491a603 KVM: VMX: Mark vmcs header as shadow in case alloc_vmcs_cpu() allocate shadow vmcs by Liran Alon · 7 years ago
  15. 32c7acf KVM: nVMX: Expose VMCS shadowing to L1 guest by Liran Alon · 7 years ago
  16. 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
  17. 6d894f4 KVM: nVMX: vmread/vmwrite: Use shadow vmcs12 if running L2 by Liran Alon · 7 years ago
  18. 9a78bdf KVM: selftests: add tests for shadow VMCS save/restore by Paolo Bonzini · 6 years ago
  19. fa58a9f KVM: nVMX: include shadow vmcs12 in nested state by Paolo Bonzini · 7 years ago
  20. 61ada74 KVM: nVMX: Cache shadow vmcs12 on VMEntry and flush to memory on VMExit by Liran Alon · 7 years ago
  21. f145d90 KVM: nVMX: Verify VMCS shadowing VMCS link pointer by Liran Alon · 7 years ago
  22. a8a7c02 KVM: nVMX: Verify VMCS shadowing controls by Liran Alon · 7 years ago
  23. f792d27 KVM: nVMX: Introduce nested_cpu_has_shadow_vmcs() by Liran Alon · 7 years ago
  24. a6192d4 KVM: nVMX: Fail VMLAUNCH and VMRESUME on shadow VMCS by Liran Alon · 7 years ago
  25. fa97d7d KVM: nVMX: Allow VMPTRLD for shadow VMCS if vCPU supports VMCS shadowing by Liran Alon · 7 years ago
  26. e253674 KVM: VMX: Change vmcs12_{read,write}_any() to receive vmcs12 as parameter by Liran Alon · 7 years ago
  27. 392b2f2 KVM: VMX: Create struct for VMCS header by Liran Alon · 7 years ago
  28. cb54763 kvm: selftests: add test for nested state save/restore by Paolo Bonzini · 6 years ago
  29. 8fcc4b5 kvm: nVMX: Introduce KVM_CAP_NESTED_STATE by Jim Mattson · 7 years ago
  30. 7f7f1ba KVM: x86: do not load vmcs12 pages while still in SMM by Paolo Bonzini · 7 years ago
  31. fa3899a kvm: selftests: add basic test for state save and restore by Paolo Bonzini · 6 years ago
  32. 0a505fe kvm: selftests: ensure vcpu file is released by Paolo Bonzini · 6 years ago
  33. 87ccb7d kvm: selftests: actually use all of lib/vmx.c by Paolo Bonzini · 6 years ago
  34. 2305339 kvm: selftests: create a GDT and TSS by Paolo Bonzini · 6 years ago
  35. 44883f0 KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd by Paolo Bonzini · 6 years ago
  36. cf81a7e KVM: vmx: remove save/restore of host BNDCGFS MSR by Sean Christopherson · 7 years ago
  37. 86dafed KVM: Switch 'requests' to be 64-bit (explicitly) by KarimAllah Ahmed · 7 years ago
  38. ca35906 kvm: selftests: add cr4_cpuid_sync_test by Wei Huang · 7 years ago
  39. d2ce98c Merge tag 'v4.18-rc6' into HEAD by Paolo Bonzini · 6 years ago
  40. 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
  41. 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
  42. 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
  43. a449938 KVM: s390: Add huge page enablement control by Janosch Frank · 7 years ago
  44. a9e00d8 s390/mm: Add huge page gmap linking support by Janosch Frank · 7 years ago
  45. 7d735b9 s390/mm: hugetlb pages within a gmap can not be freed by Dominik Dingel · 7 years ago
  46. 57cb198 KVM: s390: Beautify skey enable check by Janosch Frank · 6 years ago
  47. bd096f6 KVM: s390: Add skey emulation fault handling by Janosch Frank · 7 years ago
  48. 637ff9e s390/mm: Add huge pmd storage key handling by Janosch Frank · 7 years ago
  49. 3afdfca s390/mm: Clear skeys for newly mapped huge guest pmds by Janosch Frank · 7 years ago
  50. 964c2c0 s390/mm: Clear huge page storage keys on enable_skey by Dominik Dingel · 7 years ago
  51. 0959e16 s390/mm: Add huge page dirty sync support by Janosch Frank · 7 years ago
  52. 6a37627 s390/mm: Add gmap pmd invalidation and clearing by Janosch Frank · 7 years ago
  53. 7c4b13a s390/mm: Add gmap pmd notification bit setting by Janosch Frank · 7 years ago
  54. 58b7e20 s390/mm: Add gmap pmd linking by Janosch Frank · 7 years ago
  55. 2c46e97 s390/mm: Abstract gmap notify bit setting by Janosch Frank · 7 years ago
  56. 5a045bb s390/mm: Make gmap_protect_range more modular by Janosch Frank · 7 years ago
  57. b5c6f76 KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lock by Paul Mackerras · 6 years ago
  58. 1ebe6b8 KVM: PPC: Book3S HV: Allow creating max number of VCPUs on POWER9 by Paul Mackerras · 6 years ago
  59. 1e175d2 KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space by Sam Bobroff · 6 years ago
  60. d72e90f3 Linux 4.18-rc6 by Linus Torvalds · 6 years ago
  61. 7441308 Merge tag 'nvme-for-4.18' of git://git.infradead.org/nvme by Linus Torvalds · 6 years ago
  62. 165ea0d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  63. f88a333 alpha: fix osf_wait4() breakage by Al Viro · 6 years ago
  64. 45ae4df Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  65. 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
  66. 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
  67. 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
  68. 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
  69. 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
  70. 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
  71. 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
  72. 95faf69 mm: make vm_area_dup() actually copy the old vma data by Linus Torvalds · 6 years ago
  73. 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
  74. 191a3af Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  75. 9f15bde mm: memcg: fix use after free in mem_cgroup_iter() by Jing Xia · 6 years ago
  76. e1f1b15 mm/huge_memory.c: fix data loss when splitting a file pmd by Hugh Dickins · 6 years ago
  77. 35033ab fat: fix memory allocation failure handling of match_strdup() by OGAWA Hirofumi · 6 years ago
  78. 5a69649 MAINTAINERS: Peter has moved by Peter Senna Tschudin · 6 years ago
  79. 1937367 mm/memblock: add missing include <linux/bootmem.h> by Mathieu Malaterre · 6 years ago
  80. 48e5aee Merge tag 'vfio-v4.18-rc6' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
  81. 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
  82. 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
  83. 18cadf9 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  84. 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
  85. de87dcde Merge tag 'platform-drivers-x86-v4.18-2' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  86. 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
  87. 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
  88. 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
  89. 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
  90. 9b38276 nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMD by Roland Dreier · 6 years ago
  91. 2502e5a platform/x86: dell-laptop: Fix backlight detection by Damien Thébault · 7 years ago
  92. 2db1581 Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices" by Lu Baolu · 7 years ago
  93. 28c20cc Merge tag 'drm-fixes-2018-07-20' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  94. e01a06c ARM: dts: imx6: RDU2: fix irq type for mv88e6xxx switch by Uwe Kleine-König · 6 years ago
  95. 02e546e Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 6 years ago
  96. b83ce39 Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 6 years ago
  97. 8b369c0 Merge tag 'imx-fixes-4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 6 years ago
  98. 1f9f163 Merge tag 'omap-for-v4.18/fixes-rc5-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 6 years ago
  99. fb7d1bc Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  100. af1fc5b ARCv2: [plat-hsdk]: Save accl reg pair by default by Vineet Gupta · 7 years ago