1. 051a2d3 KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobs by Sean Christopherson · 6 years ago
  2. c6ad459 Merge tag 'kvm-ppc-next-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-next by Paolo Bonzini · 6 years ago
  3. e814349 KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup by Sean Christopherson · 6 years ago
  4. c2a7fad MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entry by Sean Christopherson · 6 years ago
  5. ac5ffda2 KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streams by Uros Bizjak · 6 years ago
  6. 71883a6 KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range() by Lan Tianyu · 6 years ago
  7. 3cc5ea9 KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp() by Lan Tianyu · 6 years ago
  8. 0cf853c KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte() by Lan Tianyu · 6 years ago
  9. 748c0e3 KVM: Make kvm_set_spte_hva() return int by Lan Tianyu · 6 years ago
  10. c3134ce KVM: Replace old tlb flush function with new one to flush a specified range. by Lan Tianyu · 6 years ago
  11. 40ef75a KVM/MMU: Add tlb flush with range helper function by Lan Tianyu · 6 years ago
  12. 1f3a3e4 KVM/VMX: Add hv tlb range flush support by Lan Tianyu · 6 years ago
  13. cc4edae4 x86/hyper-v: Add HvFlushGuestAddressList hypercall support by Lan Tianyu · 6 years ago
  14. a49b963 KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops by Lan Tianyu · 6 years ago
  15. ee85dec KVM: x86: Disable Intel PT when VMXON in L1 guest by Luwei Kang · 6 years ago
  16. b08c289 KVM: x86: Set intercept for Intel PT MSRs read/write by Chao Peng · 6 years ago
  17. bf8c55d KVM: x86: Implement Intel PT MSRs read/write emulation by Chao Peng · 6 years ago
  18. 6c0f0bb KVM: x86: Introduce a function to initialize the PT configuration by Luwei Kang · 6 years ago
  19. 2ef444f KVM: x86: Add Intel PT context switch for each vcpu by Chao Peng · 6 years ago
  20. 86f5201 KVM: x86: Add Intel Processor Trace cpuid emulation by Chao Peng · 6 years ago
  21. f99e3da KVM: x86: Add Intel PT virtualization work mode by Chao Peng · 6 years ago
  22. e0018af perf/x86/intel/pt: add new capability for Intel PT by Luwei Kang · 6 years ago
  23. 69843a9 perf/x86/intel/pt: Add new bit definitions for PT MSRs by Luwei Kang · 6 years ago
  24. 61be299 perf/x86/intel/pt: Introduce intel_pt_validate_cap() by Luwei Kang · 6 years ago
  25. f6d079c perf/x86/intel/pt: Export pt_cap_get() by Chao Peng · 6 years ago
  26. 887eda1 perf/x86/intel/pt: Move Intel PT MSRs bit defines to global header by Chao Peng · 6 years ago
  27. 8cee581 kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAs by Andrew Jones · 6 years ago
  28. cdbd242 kvm: selftests: add pa-48/va-48 VM modes by Andrew Jones · 6 years ago
  29. 696ade7 kvm: selftests: dirty_log_test: improve mode param management by Andrew Jones · 6 years ago
  30. fd3f6f8 kvm: selftests: dirty_log_test: reset guest test phys offset by Andrew Jones · 6 years ago
  31. 6498e1d kvm: selftests: dirty_log_test: always use -t by Andrew Jones · 6 years ago
  32. d4df5a1 kvm: selftests: dirty_log_test: don't identity map the test mem by Andrew Jones · 6 years ago
  33. b442324 kvm: selftests: x86_64: dirty_log_test: fix -t by Andrew Jones · 6 years ago
  34. bdd303c KVM: fix some typos by Wei Yang · 6 years ago
  35. 649472a x86/kvmclock: convert to SPDX identifiers by Peng Hao · 6 years ago
  36. 9b7ebff KVM: x86: Remove KF() macro placeholder by Sean Christopherson · 6 years ago
  37. 788fc1e kvm: vmx: Allow guest read access to IA32_TSC by Jim Mattson · 6 years ago
  38. 9ebdfe5 kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLT by Jim Mattson · 6 years ago
  39. e081354 KVM: nSVM: Fix nested guest support for PAUSE filtering. by Tambe, William · 6 years ago
  40. 7a86dab kvm: Change offset in kvm_write_guest_offset_cached to unsigned by Jim Mattson · 6 years ago
  41. f1b9dd5 kvm: Disallow wraparound in kvm_gfn_to_hva_cache_init by Jim Mattson · 6 years ago
  42. ba7424b KVM: VMX: Remove duplicated include from vmx.c by YueHaibing · 6 years ago
  43. b85c32d selftests: kvm: report failed stage when exit reason is unexpected by Vitaly Kuznetsov · 6 years ago
  44. e87555e KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported by Vitaly Kuznetsov · 6 years ago
  45. ed8e481 KVM: x86: fix size of x86_fpu_cache objects by Paolo Bonzini · 6 years ago
  46. ae59a7e KVM: PPC: Book3S HV: Keep rc bits in shadow pgtable in sync with host by Suraj Jitindar Singh · 6 years ago
  47. 90165d3 KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list() by Suraj Jitindar Singh · 6 years ago
  48. 8b23eee KVM: PPC: Book3S HV: Apply combination of host and l1 pte rc for nested guest by Suraj Jitindar Singh · 6 years ago
  49. 8400f87 KVM: PPC: Book3S HV: Align gfn to L1 page size when inserting nest-rmap entry by Suraj Jitindar Singh · 6 years ago
  50. bec6e03 KVM: PPC: Book3S HV: Hold kvm->mmu_lock across updating nested pte rc bits by Suraj Jitindar Singh · 6 years ago
  51. 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
  52. 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
  53. 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
  54. 8c33df1 arm: KVM: Add S2_PMD_{MASK,SIZE} constants by Marc Zyngier · 6 years ago
  55. 5846676 arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro by Marc Zyngier · 6 years ago
  56. df655b7 arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1 by Will Deacon · 6 years ago
  57. 6794ad5 KVM: arm/arm64: Fix unintended stage 2 PMD mappings by Christoffer Dall · 6 years ago
  58. 107352a arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs by Marc Zyngier · 6 years ago
  59. 599d79d arm64: KVM: Add trapped system register access tracepoint by Marc Zyngier · 6 years ago
  60. da6f166 KVM: arm64: Make vcpu const in vcpu_read_sys_reg by Christoffer Dall · 6 years ago
  61. 6e14ef1 KVM: arm/arm64: arch_timer: Simplify kvm_timer_vcpu_terminate by Christoffer Dall · 6 years ago
  62. 8a411b0 KVM: arm/arm64: Remove arch timer workqueue by Christoffer Dall · 6 years ago
  63. 71a7e47 KVM: arm/arm64: Fixup the kvm_exit tracepoint by Christoffer Dall · 6 years ago
  64. 9009782 KVM: arm/arm64: vgic: Consider priority and active state for pending irq by Christoffer Dall · 6 years ago
  65. c23b2e6f KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq() by Gustavo A. R. Silva · 6 years ago
  66. bea2ef8 KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum by Marc Zyngier · 6 years ago
  67. 6992195 KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS by Christoffer Dall · 6 years ago
  68. 2e2f6c3 KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled by Julien Thierry · 6 years ago
  69. b8e0ba7 KVM: arm64: Add support for creating PUD hugepages at stage 2 by Punit Agrawal · 6 years ago
  70. 35a6396 KVM: arm64: Update age handlers to support PUD hugepages by Punit Agrawal · 6 years ago
  71. eb3f0624 KVM: arm64: Support handling access faults for PUD hugepages by Punit Agrawal · 6 years ago
  72. 86d1c55 KVM: arm64: Support PUD hugepage in stage2_is_exec() by Punit Agrawal · 6 years ago
  73. 4ea5af5 KVM: arm64: Support dirty page tracking for PUD hugepages by Punit Agrawal · 6 years ago
  74. f8df733 KVM: arm/arm64: Introduce helpers to manipulate page table entries by Punit Agrawal · 6 years ago
  75. 6396b85 KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault by Punit Agrawal · 6 years ago
  76. 3f58bf6 KVM: arm/arm64: Share common code in user_mem_abort() by Punit Agrawal · 6 years ago
  77. 60c3ab3 KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state by Christoffer Dall · 6 years ago
  78. d1878af KVM: arm/arm64: Log PSTATE for unhandled sysregs by Mark Rutland · 6 years ago
  79. fb544d1 KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less by Christoffer Dall · 6 years ago
  80. bd7d95c arm64: KVM: Consistently advance singlestep when emulating instructions by Mark Rutland · 6 years ago
  81. 0d64073 arm64: KVM: Skip MMIO insn after emulation by Mark Rutland · 6 years ago
  82. 7aedd9d KVM: s390: fix kmsg component kvm-s390 by Michael Mueller · 6 years ago
  83. 308c3e6 KVM: s390: unregister debug feature on failing arch init by Michael Mueller · 6 years ago
  84. 95d386c KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guest by Suraj Jitindar Singh · 6 years ago
  85. 6ff887b KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2 by Suraj Jitindar Singh · 6 years ago
  86. 873db2c KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest by Suraj Jitindar Singh · 6 years ago
  87. cc6929c KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants by Suraj Jitindar Singh · 6 years ago
  88. dceadcf KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct by Suraj Jitindar Singh · 6 years ago
  89. d7b4561 KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2 by Suraj Jitindar Singh · 6 years ago
  90. d232afe KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix() by Suraj Jitindar Singh · 6 years ago
  91. 693ac10 KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines by Suraj Jitindar Singh · 6 years ago
  92. 5af3e9d KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/off by Paul Mackerras · 6 years ago
  93. c43c3a8 KVM: PPC: Book3S HV: Cleanups - constify memslots, fix comments by Paul Mackerras · 6 years ago
  94. f460f67 KVM: PPC: Book3S HV: Map single pages when doing dirty page logging by Paul Mackerras · 6 years ago
  95. f032b73 KVM: PPC: Pass change type down to memslot commit function by Bharata B Rao · 6 years ago
  96. 5132411 kvm: selftests: ucall: improve ucall placement in memory, fix unsigned comparison by Paolo Bonzini · 6 years ago
  97. b666a4b kvm: x86: Dynamically allocate guest_fpu by Marc Orr · 6 years ago
  98. 240c35a kvm: x86: Use task structs fpu field for user by Marc Orr · 6 years ago
  99. 4e445ae KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper function by Krish Sadhukhan · 6 years ago
  100. 254b2f3 KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate helper function by Krish Sadhukhan · 6 years ago