1. 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
  2. 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
  3. 8c33df1 arm: KVM: Add S2_PMD_{MASK,SIZE} constants by Marc Zyngier · 6 years ago
  4. 5846676 arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro by Marc Zyngier · 6 years ago
  5. df655b7 arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1 by Will Deacon · 6 years ago
  6. 6794ad5 KVM: arm/arm64: Fix unintended stage 2 PMD mappings by Christoffer Dall · 6 years ago
  7. 107352a arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs by Marc Zyngier · 6 years ago
  8. 599d79d arm64: KVM: Add trapped system register access tracepoint by Marc Zyngier · 6 years ago
  9. da6f166 KVM: arm64: Make vcpu const in vcpu_read_sys_reg by Christoffer Dall · 6 years ago
  10. 6e14ef1 KVM: arm/arm64: arch_timer: Simplify kvm_timer_vcpu_terminate by Christoffer Dall · 6 years ago
  11. 8a411b0 KVM: arm/arm64: Remove arch timer workqueue by Christoffer Dall · 6 years ago
  12. 71a7e47 KVM: arm/arm64: Fixup the kvm_exit tracepoint by Christoffer Dall · 6 years ago
  13. 9009782 KVM: arm/arm64: vgic: Consider priority and active state for pending irq by Christoffer Dall · 6 years ago
  14. c23b2e6f KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq() by Gustavo A. R. Silva · 6 years ago
  15. bea2ef8 KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum by Marc Zyngier · 6 years ago
  16. 6992195 KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS by Christoffer Dall · 6 years ago
  17. 2e2f6c3 KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled by Julien Thierry · 6 years ago
  18. b8e0ba7 KVM: arm64: Add support for creating PUD hugepages at stage 2 by Punit Agrawal · 6 years ago
  19. 35a6396 KVM: arm64: Update age handlers to support PUD hugepages by Punit Agrawal · 6 years ago
  20. eb3f0624 KVM: arm64: Support handling access faults for PUD hugepages by Punit Agrawal · 6 years ago
  21. 86d1c55 KVM: arm64: Support PUD hugepage in stage2_is_exec() by Punit Agrawal · 6 years ago
  22. 4ea5af5 KVM: arm64: Support dirty page tracking for PUD hugepages by Punit Agrawal · 6 years ago
  23. f8df733 KVM: arm/arm64: Introduce helpers to manipulate page table entries by Punit Agrawal · 6 years ago
  24. 6396b85 KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault by Punit Agrawal · 6 years ago
  25. 3f58bf6 KVM: arm/arm64: Share common code in user_mem_abort() by Punit Agrawal · 6 years ago
  26. 60c3ab3 KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state by Christoffer Dall · 6 years ago
  27. d1878af KVM: arm/arm64: Log PSTATE for unhandled sysregs by Mark Rutland · 6 years ago
  28. fb544d1 KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less by Christoffer Dall · 6 years ago
  29. bd7d95c arm64: KVM: Consistently advance singlestep when emulating instructions by Mark Rutland · 6 years ago
  30. 0d64073 arm64: KVM: Skip MMIO insn after emulation by Mark Rutland · 6 years ago
  31. 7aedd9d KVM: s390: fix kmsg component kvm-s390 by Michael Mueller · 6 years ago
  32. 308c3e6 KVM: s390: unregister debug feature on failing arch init by Michael Mueller · 6 years ago
  33. 5132411 kvm: selftests: ucall: improve ucall placement in memory, fix unsigned comparison by Paolo Bonzini · 6 years ago
  34. b666a4b kvm: x86: Dynamically allocate guest_fpu by Marc Orr · 6 years ago
  35. 240c35a kvm: x86: Use task structs fpu field for user by Marc Orr · 6 years ago
  36. 4e445ae KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper function by Krish Sadhukhan · 6 years ago
  37. 254b2f3 KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate helper function by Krish Sadhukhan · 6 years ago
  38. 5fbf963 KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper function by Krish Sadhukhan · 6 years ago
  39. 61446ba KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper function by Krish Sadhukhan · 6 years ago
  40. f9b245e KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch() by Sean Christopherson · 6 years ago
  41. 461b4ba KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate helper function by Krish Sadhukhan · 6 years ago
  42. 16322a3b KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs() by Krish Sadhukhan · 6 years ago
  43. 53963a7 KVM/VMX: Check ept_pointer before flushing ept tlb by Lan Tianyu · 6 years ago
  44. a0d4f80 KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading guest state by Krish Sadhukhan · 6 years ago
  45. e53d88af kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU reset by Jim Mattson · 6 years ago
  46. 3d82c56 kvm: vmx: add cpu into VMX preemption timer bug list by Wei Huang · 6 years ago
  47. d7b09c8 kvm: x86: Report STIBP on GET_SUPPORTED_CPUID by Eduardo Habkost · 6 years ago
  48. 87a8d79 x86/hyper-v: Stop caring about EOI for direct stimers by Vitaly Kuznetsov · 6 years ago
  49. 08a800a x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_acked_sint() by Vitaly Kuznetsov · 6 years ago
  50. 8644f77 x86/kvm/hyper-v: direct mode for synthetic timers by Vitaly Kuznetsov · 6 years ago
  51. 6a058a1e x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  52. 0aa6725 x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  53. 7edcb73 KVM: selftests: Add hyperv_cpuid test by Vitaly Kuznetsov · 6 years ago
  54. 7e50c42 KVM: selftests: implement an unchecked version of vcpu_ioctl() 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. 211929f selftests: Fix test errors related to lib.mk khdr target by Shuah Khan · 6 years ago