1. 240c35a kvm: x86: Use task structs fpu field for user by Marc Orr · 6 years ago
  2. 4e445ae KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper function by Krish Sadhukhan · 6 years ago
  3. 254b2f3 KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate helper function by Krish Sadhukhan · 6 years ago
  4. 5fbf963 KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper function by Krish Sadhukhan · 6 years ago
  5. 61446ba KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper function by Krish Sadhukhan · 6 years ago
  6. f9b245e KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch() by Sean Christopherson · 6 years ago
  7. 461b4ba KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate helper function by Krish Sadhukhan · 6 years ago
  8. 16322a3b KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs() by Krish Sadhukhan · 6 years ago
  9. 53963a7 KVM/VMX: Check ept_pointer before flushing ept tlb by Lan Tianyu · 6 years ago
  10. a0d4f80 KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading guest state by Krish Sadhukhan · 6 years ago
  11. e53d88af kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU reset by Jim Mattson · 6 years ago
  12. 3d82c56 kvm: vmx: add cpu into VMX preemption timer bug list by Wei Huang · 6 years ago
  13. d7b09c8 kvm: x86: Report STIBP on GET_SUPPORTED_CPUID by Eduardo Habkost · 6 years ago
  14. 87a8d79 x86/hyper-v: Stop caring about EOI for direct stimers by Vitaly Kuznetsov · 6 years ago
  15. 08a800a x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_acked_sint() by Vitaly Kuznetsov · 6 years ago
  16. 8644f77 x86/kvm/hyper-v: direct mode for synthetic timers by Vitaly Kuznetsov · 6 years ago
  17. 6a058a1e x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  18. 0aa6725 x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  19. 7edcb73 KVM: selftests: Add hyperv_cpuid test by Vitaly Kuznetsov · 6 years ago
  20. 7e50c42 KVM: selftests: implement an unchecked version of vcpu_ioctl() by Vitaly Kuznetsov · 6 years ago
  21. 2bc3997 x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID by Vitaly Kuznetsov · 6 years ago
  22. e2e871a x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helper by Vitaly Kuznetsov · 6 years ago
  23. 220d658 x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definition by Vitaly Kuznetsov · 6 years ago
  24. a4987de x86/hyper-v: Do some housekeeping in hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  25. ec08449 x86/hyper-v: Mark TLFS structures packed by Vitaly Kuznetsov · 6 years ago
  26. 7deec5e x86: kvm: hyperv: don't retry message delivery for periodic timers by Roman Kagan · 6 years ago
  27. 3a0e773 x86: kvm: hyperv: simplify SynIC message delivery by Roman Kagan · 6 years ago
  28. eb1ff0a kvm: x86: remove unnecessary recalculate_apic_map by Peng Hao · 6 years ago
  29. b2227dd kvm: svm: remove unused struct definition by Peng Hao · 6 years ago
  30. 84c8c5b kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCE by Jim Mattson · 6 years ago
  31. db31c8f kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entry by Jim Mattson · 6 years ago
  32. 898a811 kvm: vmx: Document the need for MSR_STAR in i386 builds by Jim Mattson · 6 years ago
  33. 0023ef3 kvm: vmx: Set IA32_TSC_AUX for legacy mode guests by Jim Mattson · 6 years ago
  34. 55d2375 KVM: nVMX: Move nested code to dedicated files by Sean Christopherson · 6 years ago
  35. 7c97fcb KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inline by Sean Christopherson · 6 years ago
  36. 97b7ead KVM: VMX: Expose various getters and setters to nested VMX by Sean Christopherson · 6 years ago
  37. cf3646e KVM: VMX: Expose misc variables needed for nested VMX by Sean Christopherson · 6 years ago
  38. ff24148 KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper function by Sean Christopherson · 6 years ago
  39. 3e8eacc KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is true by Sean Christopherson · 6 years ago
  40. e4027cf KVM: nVMX: Set callbacks for nested functions during hardware setup by Sean Christopherson · 6 years ago
  41. a320338 KVM: VMX: Move the hardware {un}setup functions to the bottom by Sean Christopherson · 6 years ago
  42. 5158917 KVM: x86: nVMX: Allow nested_enable_evmcs to be NULL by Sean Christopherson · 6 years ago
  43. 944c346 KVM: VMX: Move nested hardware/vcpu {un}setup to helper functions by Sean Christopherson · 6 years ago
  44. 89b0c9f KVM: VMX: Move VMX instruction wrappers to a dedicated header file by Sean Christopherson · 6 years ago
  45. 75edce8 KVM: VMX: Move eVMCS code to dedicated files by Sean Christopherson · 6 years ago
  46. 8373d25 KVM: VMX: Add vmx.h to hold VMX definitions by Sean Christopherson · 6 years ago
  47. 609363c KVM: nVMX: Move vmcs12 code to dedicated files by Sean Christopherson · 6 years ago
  48. cb1d474 KVM: VMX: Move VMCS definitions to dedicated file by Sean Christopherson · 6 years ago
  49. 2c4fd91 KVM: VMX: Expose various module param vars via capabilities.h by Sean Christopherson · 6 years ago
  50. 3077c19 KVM: VMX: Move capabilities structs and helpers to dedicated file by Sean Christopherson · 6 years ago
  51. 7caaa71 KVM: VMX: Pass vmx_capability struct to setup_vmcs_config() by Sean Christopherson · 6 years ago
  52. c73da3f KVM: VMX: Properly handle dynamic VM Entry/Exit controls by Sean Christopherson · 6 years ago
  53. 71d9409 KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup() by Sean Christopherson · 6 years ago
  54. 4cebd74 KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h by Sean Christopherson · 6 years ago
  55. e012311 KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.h by Sean Christopherson · 6 years ago
  56. a821bab KVM: VMX: Move VMX specific files to a "vmx" subdirectory by Sean Christopherson · 6 years ago
  57. 3592cda KVM: x86: Add requisite includes to hyperv.h by Sean Christopherson · 6 years ago
  58. 8ba2e52 KVM: x86: Add requisite includes to kvm_cache_regs.h by Sean Christopherson · 6 years ago
  59. 199b118 KVM: VMX: Alphabetize the includes in vmx.c by Sean Christopherson · 6 years ago
  60. dfae3c0 KVM: nVMX: Allocate and configure VM{READ,WRITE} bitmaps iff enable_shadow_vmcs by Sean Christopherson · 6 years ago
  61. 1b3ab5a KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() fails by Sean Christopherson · 6 years ago
  62. 2a31b9d kvm: introduce manual dirty log reprotect by Paolo Bonzini · 6 years ago
  63. 8fe65a8 kvm: rename last argument to kvm_get_dirty_log_protect by Paolo Bonzini · 6 years ago
  64. e5d83c7 kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic by Paolo Bonzini · 8 years ago
  65. bb22dc1 Merge branch 'khdr_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest into HEAD by Paolo Bonzini · 6 years ago
  66. 211929f selftests: Fix test errors related to lib.mk khdr target by Shuah Khan · 6 years ago
  67. 40e020c Linux 4.20-rc6 by Linus Torvalds · 6 years ago
  68. d48f782 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  69. 8586ca8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  70. ebbd300 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  71. 4b04e73 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  72. 35cc3cef net/sched: cls_flower: Reject duplicated rules also under skip_sw by Or Gerlitz · 6 years ago
  73. d4b60e9 Merge branch 'bnxt_en-Bug-fixes' by David S. Miller · 6 years ago
  74. e30fbc3 bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips. by Michael Chan · 6 years ago
  75. c0b8cda bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips. by Michael Chan · 6 years ago
  76. 75720e6 bnxt_en: Keep track of reserved IRQs. by Michael Chan · 6 years ago
  77. 804fba4 bnxt_en: Fix CNP CoS queue regression. by Michael Chan · 6 years ago
  78. 0844895 Merge tag 'char-misc-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  79. 47dcb08 Merge tag 'staging-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  80. 822b768 Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  81. 50a5528a Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  82. bc4caf1 Merge tag '4.20-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  83. fa82dcb Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  84. bd799eb Merge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  85. bd5122c net/mlx4_core: Correctly set PFC param if global pause is turned off. by Tarick Bedeir · 6 years ago
  86. 6ec067e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 6 years ago
  87. 8214bdf Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  88. 570c913 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  89. f896adc Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  90. 356ff8a Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask" by David Rientjes · 6 years ago
  91. 5b3279e Revert "net/ibm/emac: wrong bit is used for STA control" by Benjamin Herrenschmidt · 6 years ago
  92. 8b78903 Merge branch 'skb-headroom-slab-out-of-bounds' by David S. Miller · 6 years ago
  93. e6ac64d neighbour: Avoid writing before skb->head in neigh_hh_output() by Stefano Brivio · 6 years ago
  94. 66033f4 ipv6: Check available headroom in ip6_xmit() even without options by Stefano Brivio · 6 years ago
  95. f9bfe4e tcp: lack of available data can also cause TSO defer by Eric Dumazet · 6 years ago
  96. 5f17979 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  97. b8bf469 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  98. 1cdc362 Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  99. 52ab2ec Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  100. 7b24f6c Merge tag 'pci-v4.20-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago