- cb95312 kvm: add halt-polling cpu usage stats by David Matlack · 4 years, 8 months ago
- 379a3c8 KVM: VMX: Optimize posted-interrupt delivery for timer fastpath by Wanpeng Li · 4 years, 8 months ago
- 5b494ae KVM: No need to retry for hva_to_pfn_remapped() by Peter Xu · 4 years, 9 months ago
- c4e115f kvm/eventfd: remove unneeded conversion to bool by Jason Yan · 4 years, 8 months ago
- da4ad88 kvm: Replace vcpu->swait with rcuwait by Davidlohr Bueso · 4 years, 8 months ago
- 4aef2ec Merge branch 'kvm-amd-fixes' into HEAD by Paolo Bonzini · 4 years, 8 months ago
- 54163a3 KVM: Introduce kvm_make_all_cpus_request_except() by Suravee Suthikulpanit · 4 years, 8 months ago
- 0225fd5 KVM: arm64: Fix 32bit PC wrap-around by Marc Zyngier · 4 years, 8 months ago
- 958e8e1 KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS by Marc Zyngier · 4 years, 8 months ago
- acd0578 kvm: add capability for halt polling by David Matlack · 4 years, 9 months ago
- 446c076 Merge branch 'kvm-arm64/vgic-fixes-5.7' into kvmarm-master/master by Marc Zyngier · 4 years, 8 months ago
- 57bdb43 KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi() by Zenghui Yu · 4 years, 9 months ago
- 969ce8b5 KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy by Zenghui Yu · 4 years, 9 months ago
- ba1ed9e KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits by Marc Zyngier · 4 years, 9 months ago
- 41ee52e KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits by Marc Zyngier · 4 years, 9 months ago
- 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
- e72436b KVM: SVM: avoid infinite loop on NPF from bad address by Paolo Bonzini · 4 years, 9 months ago
- 1b94f6f KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run by Tianjia Zhang · 4 years, 9 months ago
- c36b715 KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2 by Paolo Bonzini · 4 years, 9 months ago
- 63d0434 KVM: x86: move kvm_create_vcpu_debugfs after last failure point by Paolo Bonzini · 4 years, 9 months ago
- fdc9999 KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests by Marc Zyngier · 4 years, 9 months ago
- 2890ac9 KVM: arm64: PSCI: Narrow input registers when using 32bit functions by Marc Zyngier · 4 years, 9 months ago
- 788109c KVM: remove redundant assignment to variable r by Colin Ian King · 4 years, 9 months ago
- 1c32ca5 KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER by Marc Zyngier · 4 years, 9 months ago
- b990408 KVM: Pass kvm_init()'s opaque param to additional arch funcs by Sean Christopherson · 4 years, 9 months ago
- 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
- 0774a96 KVM: Fix out of range accesses to memslots by Sean Christopherson · 4 years, 9 months ago
- cc98702 Merge branch 'kvm-arm64/gic-v4.1' into kvmarm-master/next by Marc Zyngier · 4 years, 9 months ago
- dab4fe3 KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs by Marc Zyngier · 4 years, 10 months ago
- d9c3872 KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable by Marc Zyngier · 4 years, 10 months ago
- 2291ff2 KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor by Marc Zyngier · 4 years, 10 months ago
- bacf2c6 KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts by Marc Zyngier · 4 years, 10 months ago
- ef1820b KVM: arm64: GICv4.1: Add direct injection capability to SGI registers by Marc Zyngier · 4 years, 10 months ago
- 9879b79a KVM: arm64: GICv4.1: Let doorbells be auto-enabled by Marc Zyngier · 4 years, 10 months ago
- ae699ad irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer by Marc Zyngier · 4 years, 10 months ago
- 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 4 years, 10 months ago
- 2bde08f KVM: Drop gfn_to_pfn_atomic() by Peter Xu · 4 years, 10 months ago
- 3c9bd40 KVM: x86: enable dirty log gradually in small chunks by Jay Zhou · 4 years, 10 months ago
- 4d39576 KVM: Remove unnecessary asm/kvm_host.h includes by Peter Xu · 4 years, 10 months ago
- 3694725 KVM: Dynamically size memslot array based on number of used slots by Sean Christopherson · 4 years, 10 months ago
- 0577d1a KVM: Terminate memslot walks via used_slots by Sean Christopherson · 4 years, 10 months ago
- 2a49f61 KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() by Sean Christopherson · 4 years, 10 months ago
- 0dff084 KVM: Provide common implementation for generic dirty log functions by Sean Christopherson · 4 years, 10 months ago
- 163da37 KVM: Clean up local variable usage in __kvm_set_memory_region() by Sean Christopherson · 4 years, 10 months ago
- e96c81e KVM: Simplify kvm_free_memslot() and all its descendents by Sean Christopherson · 4 years, 10 months ago
- 5c0b4f3 KVM: Move memslot deletion to helper function by Sean Christopherson · 4 years, 10 months ago
- 9d4c197 KVM: Drop "const" attribute from old memslot in commit_memory_region() by Sean Christopherson · 4 years, 10 months ago
- cf47f50 KVM: Move setting of memslot into helper routine by Sean Christopherson · 4 years, 10 months ago
- 71a4c30 KVM: Refactor error handling for setting memory region by Sean Christopherson · 4 years, 10 months ago
- bd0e96f KVM: Explicitly free allocated-but-unused dirty bitmap by Sean Christopherson · 4 years, 10 months ago
- 414de7ab KVM: Drop kvm_arch_create_memslot() by Sean Christopherson · 4 years, 10 months ago
- 13f6788 KVM: Don't free new memslot if allocation of said memslot fails by Sean Christopherson · 4 years, 10 months ago
- 13ea525 KVM: Reinstall old memslots if arch preparation fails by Sean Christopherson · 4 years, 10 months ago
- 76a5db1 KVM: arm64: Use the correct timer structure to access the physical counter by KarimAllah Ahmed · 4 years, 10 months ago
- 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
- b3f15ec kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe() by Mark Rutland · 4 years, 11 months ago
- 1f03b2b KVM: Disable preemption in kvm_get_running_vcpu() by Marc Zyngier · 5 years ago
- 7df003c KVM: fix overflow of zero page refcount with ksm running by Zhuang Yanying · 5 years ago
- 51b2569 KVM: arm/arm64: Fix up includes for trace.h by Jeremy Cline · 5 years ago
- 4cbc418 Merge branch 'cve-2019-3016' into kvm-next-5.6 by Paolo Bonzini · 5 years ago
- 9172481 x86/kvm: Cache gfn to pfn translation by Boris Ostrovsky · 5 years ago
- 1eff70a x86/kvm: Introduce kvm_(un)map_gfn() by Boris Ostrovsky · 5 years ago
- 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
- 4a267aa KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer by Alexandru Elisei · 5 years ago
- c01d6a1 KVM: arm64: pmu: Only handle supported event counters by Eric Auger · 5 years ago
- aa76829 KVM: arm64: pmu: Fix chained SW_INCR counters by Eric Auger · 5 years ago
- 76c9fc5 KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabled by Eric Auger · 5 years ago
- 3837407 KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset by Eric Auger · 5 years ago
- 42cde48 KVM: Play nice with read-only memslots when querying host page size by Sean Christopherson · 5 years ago
- f9b84e1 KVM: Use vcpu-specific gva->hva translation when querying host page size by Sean Christopherson · 5 years ago
- 005ba37 mm: thp: KVM: Explicitly check for THP when populating secondary MMU by Sean Christopherson · 5 years ago
- dc9ce71 KVM: Return immediately if __kvm_gfn_to_hva_cache_init() fails by Sean Christopherson · 5 years ago
- 6ad1e29 KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers by Sean Christopherson · 5 years ago
- fcfbc61 KVM: Check for a bad hva before dropping into the ghc slow path by Sean Christopherson · 5 years ago
- 7495e22 KVM: Move running VCPU from ARM to common code by Paolo Bonzini · 5 years ago
- fcd97ad KVM: Add build-time error check on kvm_run size by Peter Xu · 5 years ago
- ef82edd KVM: Remove kvm_read_guest_atomic() by Peter Xu · 5 years ago
- 8bd826d KVM: Move vcpu->run page allocation out of kvm_vcpu_init() by Sean Christopherson · 5 years ago
- 9941d22 KVM: Move putting of vcpu->pid to kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
- ddd259c KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() by Sean Christopherson · 5 years ago
- 19bcc89 KVM: arm64: Free sve_state via arm specific hook by Sean Christopherson · 5 years ago
- 39a93a8 KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create() by Sean Christopherson · 5 years ago
- afede96 KVM: Drop kvm_arch_vcpu_setup() by Sean Christopherson · 5 years ago
- d5c48de KVM: Move initialization of preempt notifier to kvm_vcpu_init() by Sean Christopherson · 5 years ago
- aaba298 KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init() by Sean Christopherson · 5 years ago
- e529ef6 KVM: Move vcpu alloc and init invocation to common code by Sean Christopherson · 5 years ago
- 4543bdc KVM: Introduce kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
- 897cc38 KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues by Sean Christopherson · 5 years ago
- 4b8fff7 KVM: arm: Drop kvm_arch_vcpu_free() by Sean Christopherson · 5 years ago
- 21aecdb KVM: arm: Make inject_abt32() inject an external abort instead by James Morse · 5 years ago
- 018f22f KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests by James Morse · 5 years ago
- cf2d23e KVM: arm/arm64: Fix young bit from mmu notifier by Gavin Shan · 5 years ago
- 0e20f5e KVM: arm/arm64: Cleanup MMIO handling by Marc Zyngier · 5 years ago
- 4425f56 KVM: async_pf: drop kvm_arch_async_page_present wrappers by Paolo Bonzini · 5 years ago
- 09cbcef kvm: Refactor handling of VM debugfs files by Milan Pandurov · 5 years ago
- 311497e KVM: Fix some writing mistakes by Miaohe Lin · 5 years ago
- 0011679 KVM: Fix some grammar mistakes by Miaohe Lin · 5 years ago
- 668effb KVM: Fix some wrong function names in comment by Miaohe Lin · 5 years ago
- 31a9b0b KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region() by Zenghui Yu · 5 years ago
- 821c10c KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handler by Zenghui Yu · 5 years ago