1. ba7424b KVM: VMX: Remove duplicated include from vmx.c by YueHaibing · 6 years ago
  2. e87555e KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported by Vitaly Kuznetsov · 6 years ago
  3. ed8e481 KVM: x86: fix size of x86_fpu_cache objects by Paolo Bonzini · 6 years ago
  4. cfdfaf4 Merge tag 'kvm-ppc-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 6 years ago
  5. e9f2e05 Merge tag 'kvm-s390-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 6 years ago
  6. 8c5e14f Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  7. 8c33df1 arm: KVM: Add S2_PMD_{MASK,SIZE} constants by Marc Zyngier · 6 years ago
  8. 5846676 arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro by Marc Zyngier · 6 years ago
  9. df655b7 arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1 by Will Deacon · 6 years ago
  10. 599d79d arm64: KVM: Add trapped system register access tracepoint by Marc Zyngier · 6 years ago
  11. da6f166 KVM: arm64: Make vcpu const in vcpu_read_sys_reg by Christoffer Dall · 6 years ago
  12. 71a7e47 KVM: arm/arm64: Fixup the kvm_exit tracepoint by Christoffer Dall · 6 years ago
  13. 6992195 KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS by Christoffer Dall · 6 years ago
  14. b8e0ba7 KVM: arm64: Add support for creating PUD hugepages at stage 2 by Punit Agrawal · 6 years ago
  15. 35a6396 KVM: arm64: Update age handlers to support PUD hugepages by Punit Agrawal · 6 years ago
  16. eb3f0624 KVM: arm64: Support handling access faults for PUD hugepages by Punit Agrawal · 6 years ago
  17. 86d1c55 KVM: arm64: Support PUD hugepage in stage2_is_exec() by Punit Agrawal · 6 years ago
  18. 4ea5af5 KVM: arm64: Support dirty page tracking for PUD hugepages by Punit Agrawal · 6 years ago
  19. f8df733 KVM: arm/arm64: Introduce helpers to manipulate page table entries by Punit Agrawal · 6 years ago
  20. d1878af KVM: arm/arm64: Log PSTATE for unhandled sysregs by Mark Rutland · 6 years ago
  21. bd7d95c arm64: KVM: Consistently advance singlestep when emulating instructions by Mark Rutland · 6 years ago
  22. 7aedd9d KVM: s390: fix kmsg component kvm-s390 by Michael Mueller · 6 years ago
  23. 308c3e6 KVM: s390: unregister debug feature on failing arch init by Michael Mueller · 6 years ago
  24. 95d386c KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guest by Suraj Jitindar Singh · 6 years ago
  25. 6ff887b KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2 by Suraj Jitindar Singh · 6 years ago
  26. 873db2c KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest by Suraj Jitindar Singh · 6 years ago
  27. cc6929c KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants by Suraj Jitindar Singh · 6 years ago
  28. dceadcf KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct by Suraj Jitindar Singh · 6 years ago
  29. d7b4561 KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2 by Suraj Jitindar Singh · 6 years ago
  30. d232afe KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix() by Suraj Jitindar Singh · 6 years ago
  31. 693ac10 KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines by Suraj Jitindar Singh · 6 years ago
  32. 5af3e9d KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/off by Paul Mackerras · 6 years ago
  33. c43c3a8 KVM: PPC: Book3S HV: Cleanups - constify memslots, fix comments by Paul Mackerras · 6 years ago
  34. f460f67 KVM: PPC: Book3S HV: Map single pages when doing dirty page logging by Paul Mackerras · 6 years ago
  35. f032b73 KVM: PPC: Pass change type down to memslot commit function by Bharata B Rao · 6 years ago
  36. b666a4b kvm: x86: Dynamically allocate guest_fpu by Marc Orr · 6 years ago
  37. 240c35a kvm: x86: Use task structs fpu field for user by Marc Orr · 6 years ago
  38. 4e445ae KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper function by Krish Sadhukhan · 6 years ago
  39. 254b2f3 KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate helper function by Krish Sadhukhan · 6 years ago
  40. 5fbf963 KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper function by Krish Sadhukhan · 6 years ago
  41. 61446ba KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper function by Krish Sadhukhan · 6 years ago
  42. f9b245e KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch() by Sean Christopherson · 6 years ago
  43. 461b4ba KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate helper function by Krish Sadhukhan · 6 years ago
  44. 16322a3b KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs() by Krish Sadhukhan · 6 years ago
  45. 53963a7 KVM/VMX: Check ept_pointer before flushing ept tlb by Lan Tianyu · 6 years ago
  46. a0d4f80 KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading guest state by Krish Sadhukhan · 6 years ago
  47. e53d88af kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU reset by Jim Mattson · 6 years ago
  48. 3d82c56 kvm: vmx: add cpu into VMX preemption timer bug list by Wei Huang · 6 years ago
  49. d7b09c8 kvm: x86: Report STIBP on GET_SUPPORTED_CPUID by Eduardo Habkost · 6 years ago
  50. 87a8d79 x86/hyper-v: Stop caring about EOI for direct stimers by Vitaly Kuznetsov · 6 years ago
  51. 08a800a x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_acked_sint() by Vitaly Kuznetsov · 6 years ago
  52. 8644f77 x86/kvm/hyper-v: direct mode for synthetic timers by Vitaly Kuznetsov · 6 years ago
  53. 6a058a1e x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  54. 0aa6725 x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  55. 2bc3997 x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID by Vitaly Kuznetsov · 6 years ago
  56. e2e871a x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helper by Vitaly Kuznetsov · 6 years ago
  57. 220d658 x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definition by Vitaly Kuznetsov · 6 years ago
  58. a4987de x86/hyper-v: Do some housekeeping in hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  59. ec08449 x86/hyper-v: Mark TLFS structures packed by Vitaly Kuznetsov · 6 years ago
  60. 7deec5e x86: kvm: hyperv: don't retry message delivery for periodic timers by Roman Kagan · 6 years ago
  61. 3a0e773 x86: kvm: hyperv: simplify SynIC message delivery by Roman Kagan · 6 years ago
  62. eb1ff0a kvm: x86: remove unnecessary recalculate_apic_map by Peng Hao · 6 years ago
  63. b2227dd kvm: svm: remove unused struct definition by Peng Hao · 6 years ago
  64. 84c8c5b kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCE by Jim Mattson · 6 years ago
  65. db31c8f kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entry by Jim Mattson · 6 years ago
  66. 898a811 kvm: vmx: Document the need for MSR_STAR in i386 builds by Jim Mattson · 6 years ago
  67. 0023ef3 kvm: vmx: Set IA32_TSC_AUX for legacy mode guests by Jim Mattson · 6 years ago
  68. 55d2375 KVM: nVMX: Move nested code to dedicated files by Sean Christopherson · 6 years ago
  69. 7c97fcb KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inline by Sean Christopherson · 6 years ago
  70. 97b7ead KVM: VMX: Expose various getters and setters to nested VMX by Sean Christopherson · 6 years ago
  71. cf3646e KVM: VMX: Expose misc variables needed for nested VMX by Sean Christopherson · 6 years ago
  72. ff24148 KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper function by Sean Christopherson · 6 years ago
  73. 3e8eacc KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is true by Sean Christopherson · 6 years ago
  74. e4027cf KVM: nVMX: Set callbacks for nested functions during hardware setup by Sean Christopherson · 6 years ago
  75. a320338 KVM: VMX: Move the hardware {un}setup functions to the bottom by Sean Christopherson · 6 years ago
  76. 5158917 KVM: x86: nVMX: Allow nested_enable_evmcs to be NULL by Sean Christopherson · 6 years ago
  77. 944c346 KVM: VMX: Move nested hardware/vcpu {un}setup to helper functions by Sean Christopherson · 6 years ago
  78. 89b0c9f KVM: VMX: Move VMX instruction wrappers to a dedicated header file by Sean Christopherson · 6 years ago
  79. 75edce8 KVM: VMX: Move eVMCS code to dedicated files by Sean Christopherson · 6 years ago
  80. 8373d25 KVM: VMX: Add vmx.h to hold VMX definitions by Sean Christopherson · 6 years ago
  81. 609363c KVM: nVMX: Move vmcs12 code to dedicated files by Sean Christopherson · 6 years ago
  82. cb1d474 KVM: VMX: Move VMCS definitions to dedicated file by Sean Christopherson · 6 years ago
  83. 2c4fd91 KVM: VMX: Expose various module param vars via capabilities.h by Sean Christopherson · 6 years ago
  84. 3077c19 KVM: VMX: Move capabilities structs and helpers to dedicated file by Sean Christopherson · 6 years ago
  85. 7caaa71 KVM: VMX: Pass vmx_capability struct to setup_vmcs_config() by Sean Christopherson · 6 years ago
  86. c73da3f KVM: VMX: Properly handle dynamic VM Entry/Exit controls by Sean Christopherson · 6 years ago
  87. 71d9409 KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup() by Sean Christopherson · 6 years ago
  88. 4cebd74 KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h by Sean Christopherson · 6 years ago
  89. e012311 KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.h by Sean Christopherson · 6 years ago
  90. a821bab KVM: VMX: Move VMX specific files to a "vmx" subdirectory by Sean Christopherson · 6 years ago
  91. 3592cda KVM: x86: Add requisite includes to hyperv.h by Sean Christopherson · 6 years ago
  92. 8ba2e52 KVM: x86: Add requisite includes to kvm_cache_regs.h by Sean Christopherson · 6 years ago
  93. 199b118 KVM: VMX: Alphabetize the includes in vmx.c by Sean Christopherson · 6 years ago
  94. dfae3c0 KVM: nVMX: Allocate and configure VM{READ,WRITE} bitmaps iff enable_shadow_vmcs by Sean Christopherson · 6 years ago
  95. 1b3ab5a KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() fails by Sean Christopherson · 6 years ago
  96. 2a31b9d kvm: introduce manual dirty log reprotect by Paolo Bonzini · 6 years ago
  97. 8fe65a8 kvm: rename last argument to kvm_get_dirty_log_protect by Paolo Bonzini · 6 years ago
  98. e5d83c7 kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic by Paolo Bonzini · 8 years ago
  99. 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
  100. 6142236 KVM: PPC: Book3S PR: Set hflag to indicate that POWER9 supports 1T segments by Suraj Jitindar Singh · 6 years ago