1. 0225fd5 KVM: arm64: Fix 32bit PC wrap-around by Marc Zyngier · 4 years, 8 months ago
  2. 958e8e1 KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS by Marc Zyngier · 4 years, 8 months ago
  3. 446c076 Merge branch 'kvm-arm64/vgic-fixes-5.7' into kvmarm-master/master by Marc Zyngier · 4 years, 8 months ago
  4. 57bdb43 KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi() by Zenghui Yu · 4 years, 9 months ago
  5. 969ce8b5 KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy by Zenghui Yu · 4 years, 9 months ago
  6. ba1ed9e KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits by Marc Zyngier · 4 years, 9 months ago
  7. 41ee52e KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits by Marc Zyngier · 4 years, 9 months ago
  8. 9a50ebb KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read by Marc Zyngier · 4 years, 9 months ago
  9. fdc9999 KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests by Marc Zyngier · 4 years, 9 months ago
  10. 2890ac9 KVM: arm64: PSCI: Narrow input registers when using 32bit functions by Marc Zyngier · 4 years, 9 months ago
  11. 1c32ca5 KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER by Marc Zyngier · 4 years, 9 months ago
  12. b990408 KVM: Pass kvm_init()'s opaque param to additional arch funcs by Sean Christopherson · 4 years, 10 months ago
  13. cf39d37 Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 9 months ago
  14. 0774a96 KVM: Fix out of range accesses to memslots by Sean Christopherson · 4 years, 10 months ago
  15. cc98702 Merge branch 'kvm-arm64/gic-v4.1' into kvmarm-master/next by Marc Zyngier · 4 years, 9 months ago
  16. dab4fe3 KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs by Marc Zyngier · 4 years, 10 months ago
  17. d9c3872 KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable by Marc Zyngier · 4 years, 10 months ago
  18. 2291ff2 KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor by Marc Zyngier · 4 years, 10 months ago
  19. bacf2c6 KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts by Marc Zyngier · 4 years, 10 months ago
  20. ef1820b KVM: arm64: GICv4.1: Add direct injection capability to SGI registers by Marc Zyngier · 4 years, 10 months ago
  21. 9879b79a KVM: arm64: GICv4.1: Let doorbells be auto-enabled by Marc Zyngier · 4 years, 10 months ago
  22. ae699ad irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer by Marc Zyngier · 4 years, 10 months ago
  23. 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 4 years, 10 months ago
  24. 2bde08f KVM: Drop gfn_to_pfn_atomic() by Peter Xu · 4 years, 10 months ago
  25. 3c9bd40 KVM: x86: enable dirty log gradually in small chunks by Jay Zhou · 4 years, 10 months ago
  26. 4d39576 KVM: Remove unnecessary asm/kvm_host.h includes by Peter Xu · 4 years, 10 months ago
  27. 3694725 KVM: Dynamically size memslot array based on number of used slots by Sean Christopherson · 4 years, 11 months ago
  28. 0577d1a KVM: Terminate memslot walks via used_slots by Sean Christopherson · 4 years, 11 months ago
  29. 2a49f61 KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() by Sean Christopherson · 4 years, 11 months ago
  30. 0dff084 KVM: Provide common implementation for generic dirty log functions by Sean Christopherson · 4 years, 11 months ago
  31. 163da37 KVM: Clean up local variable usage in __kvm_set_memory_region() by Sean Christopherson · 4 years, 11 months ago
  32. e96c81e KVM: Simplify kvm_free_memslot() and all its descendents by Sean Christopherson · 4 years, 11 months ago
  33. 5c0b4f3 KVM: Move memslot deletion to helper function by Sean Christopherson · 4 years, 11 months ago
  34. 9d4c197 KVM: Drop "const" attribute from old memslot in commit_memory_region() by Sean Christopherson · 4 years, 11 months ago
  35. cf47f50 KVM: Move setting of memslot into helper routine by Sean Christopherson · 4 years, 11 months ago
  36. 71a4c30 KVM: Refactor error handling for setting memory region by Sean Christopherson · 4 years, 11 months ago
  37. bd0e96f KVM: Explicitly free allocated-but-unused dirty bitmap by Sean Christopherson · 4 years, 11 months ago
  38. 414de7ab KVM: Drop kvm_arch_create_memslot() by Sean Christopherson · 4 years, 11 months ago
  39. 13f6788 KVM: Don't free new memslot if allocation of said memslot fails by Sean Christopherson · 4 years, 11 months ago
  40. 13ea525 KVM: Reinstall old memslots if arch preparation fails by Sean Christopherson · 4 years, 11 months ago
  41. 76a5db1 KVM: arm64: Use the correct timer structure to access the physical counter by KarimAllah Ahmed · 4 years, 10 months ago
  42. e951445 Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 10 months ago
  43. b3f15ec kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe() by Mark Rutland · 5 years ago
  44. 1f03b2b KVM: Disable preemption in kvm_get_running_vcpu() by Marc Zyngier · 5 years ago
  45. 7df003c KVM: fix overflow of zero page refcount with ksm running by Zhuang Yanying · 5 years ago
  46. 51b2569 KVM: arm/arm64: Fix up includes for trace.h by Jeremy Cline · 5 years ago
  47. 4cbc418 Merge branch 'cve-2019-3016' into kvm-next-5.6 by Paolo Bonzini · 5 years ago
  48. 9172481 x86/kvm: Cache gfn to pfn translation by Boris Ostrovsky · 5 years ago
  49. 1eff70a x86/kvm: Introduce kvm_(un)map_gfn() by Boris Ostrovsky · 5 years ago
  50. 621ab20 Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  51. 4a267aa KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer by Alexandru Elisei · 5 years ago
  52. c01d6a1 KVM: arm64: pmu: Only handle supported event counters by Eric Auger · 5 years ago
  53. aa76829 KVM: arm64: pmu: Fix chained SW_INCR counters by Eric Auger · 5 years ago
  54. 76c9fc5 KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabled by Eric Auger · 5 years ago
  55. 3837407 KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset by Eric Auger · 5 years ago
  56. 42cde48 KVM: Play nice with read-only memslots when querying host page size by Sean Christopherson · 5 years ago
  57. f9b84e1 KVM: Use vcpu-specific gva->hva translation when querying host page size by Sean Christopherson · 5 years ago
  58. 005ba37 mm: thp: KVM: Explicitly check for THP when populating secondary MMU by Sean Christopherson · 5 years ago
  59. dc9ce71 KVM: Return immediately if __kvm_gfn_to_hva_cache_init() fails by Sean Christopherson · 5 years ago
  60. 6ad1e29 KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers by Sean Christopherson · 5 years ago
  61. fcfbc61 KVM: Check for a bad hva before dropping into the ghc slow path by Sean Christopherson · 5 years ago
  62. 7495e22 KVM: Move running VCPU from ARM to common code by Paolo Bonzini · 5 years ago
  63. fcd97ad KVM: Add build-time error check on kvm_run size by Peter Xu · 5 years ago
  64. ef82edd KVM: Remove kvm_read_guest_atomic() by Peter Xu · 5 years ago
  65. 8bd826d KVM: Move vcpu->run page allocation out of kvm_vcpu_init() by Sean Christopherson · 5 years ago
  66. 9941d22 KVM: Move putting of vcpu->pid to kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
  67. ddd259c KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() by Sean Christopherson · 5 years ago
  68. 19bcc89 KVM: arm64: Free sve_state via arm specific hook by Sean Christopherson · 5 years ago
  69. 39a93a8 KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create() by Sean Christopherson · 5 years ago
  70. afede96 KVM: Drop kvm_arch_vcpu_setup() by Sean Christopherson · 5 years ago
  71. d5c48de KVM: Move initialization of preempt notifier to kvm_vcpu_init() by Sean Christopherson · 5 years ago
  72. aaba298 KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init() by Sean Christopherson · 5 years ago
  73. e529ef6 KVM: Move vcpu alloc and init invocation to common code by Sean Christopherson · 5 years ago
  74. 4543bdc KVM: Introduce kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
  75. 897cc38 KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues by Sean Christopherson · 5 years ago
  76. 4b8fff7 KVM: arm: Drop kvm_arch_vcpu_free() by Sean Christopherson · 5 years ago
  77. 21aecdb KVM: arm: Make inject_abt32() inject an external abort instead by James Morse · 5 years ago
  78. 018f22f KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests by James Morse · 5 years ago
  79. cf2d23e KVM: arm/arm64: Fix young bit from mmu notifier by Gavin Shan · 5 years ago
  80. 0e20f5e KVM: arm/arm64: Cleanup MMIO handling by Marc Zyngier · 5 years ago
  81. 4425f56 KVM: async_pf: drop kvm_arch_async_page_present wrappers by Paolo Bonzini · 5 years ago
  82. 09cbcef kvm: Refactor handling of VM debugfs files by Milan Pandurov · 5 years ago
  83. 311497e KVM: Fix some writing mistakes by Miaohe Lin · 5 years ago
  84. 0011679 KVM: Fix some grammar mistakes by Miaohe Lin · 5 years ago
  85. 668effb KVM: Fix some wrong function names in comment by Miaohe Lin · 5 years ago
  86. 31a9b0b KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region() by Zenghui Yu · 5 years ago
  87. 821c10c KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handler by Zenghui Yu · 5 years ago
  88. 1cfbb48 KVM: arm/arm64: Correct AArch32 SPSR on exception entry by Mark Rutland · 5 years ago
  89. 3c2483f KVM: arm/arm64: Correct CPSR on exception entry by Mark Rutland · 5 years ago
  90. 1559b75 KVM: arm/arm64: Re-check VMA on detecting a poisoned page by James Morse · 5 years ago
  91. de93756 KVM: arm: Remove duplicate include by YueHaibing · 5 years ago
  92. c3e3540 KVM: ARM: Call hyp_cpu_pm_exit at the right place by Shannon Zhao · 5 years ago
  93. 5f675c5 KVM: arm/arm64: vgic: Handle GICR_PENDBASER.PTZ filed as RAZ by Zenghui Yu · 5 years ago
  94. 8c58be3 KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections by Eric Auger · 5 years ago
  95. b6ae256 KVM: arm64: Only sign-extend MMIO up to register width by Christoffer Dall · 5 years ago
  96. 736c291 KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM by Sean Christopherson · 5 years ago
  97. bbfdafa KVM: lib: use jump label to handle resource release in irq_bypass_register_producer() by Miaohe Lin · 5 years ago
  98. 8262fe8 KVM: lib: use jump label to handle resource release in irq_bypass_register_consumer() by Miaohe Lin · 5 years ago
  99. d29c03a KVM: get rid of var page in kvm_set_pfn_dirty() by Miaohe Lin · 5 years ago
  100. d68321d Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master by Paolo Bonzini · 5 years ago