Age | Commit message (Expand) | Author |
2021-08-04 | KVM: Do not leak memory for duplicate debugfs directories | Paolo Bonzini |
2021-07-27 | KVM: add missing compat KVM_CLEAR_DIRTY_LOG | Paolo Bonzini |
2021-07-27 | KVM: use cpu_relax when halt polling | Li RongQing |
2021-07-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2021-07-15 | kvm: debugfs: fix memory leak in kvm_create_vm_debugfs | Pavel Skripkin |
2021-07-14 | KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio | Kefeng Wang |
2021-07-14 | Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini |
2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-06-29 | virt/kvm: use vma_lookup() instead of find_vma_intersection() | Liam Howlett |
2021-06-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2021-06-28 | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-06-24 | KVM: debugfs: Reuse binary stats descriptors | Jing Zhang |
2021-06-24 | KVM: stats: Support binary stats retrieval for a VCPU | Jing Zhang |
2021-06-24 | KVM: stats: Support binary stats retrieval for a VM | Jing Zhang |
2021-06-24 | KVM: do not allow mapping valid but non-reference-counted pages | Nicholas Piggin |
2021-06-24 | KVM: stats: Add fd-based API to read binary stats data | Jing Zhang |
2021-06-24 | KVM: stats: Separate generic stats from architecture specific ones | Jing Zhang |
2021-06-18 | sched,perf,kvm: Fix preemption condition | Peter Zijlstra |
2021-06-17 | KVM: switch per-VM stats to u64 | Paolo Bonzini |
2021-06-17 | kvm: add PM-notifier | Sergey Senozhatsky |
2021-06-17 | KVM: mmu: Add slots_arch_lock for memslot arch fields | Ben Gardon |
2021-06-17 | KVM: mmu: Refactor memslot copy | Ben Gardon |
2021-05-27 | KVM: VMX: update vcpu posted-interrupt descriptor when assigning device | Marcelo Tosatti |
2021-05-27 | KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK | Marcelo Tosatti |
2021-05-27 | KVM: PPC: exit halt polling on need_resched() | Wanpeng Li |
2021-05-17 | Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini |
2021-05-15 | Revert "irqbypass: do not start cons/prod when failed connect" | Zhu Lingshan |
2021-05-07 | kvm: Cap halt polling at kvm->max_halt_poll_ns | David Matlack |
2021-05-03 | kvm: exit halt polling on need_resched() as well | Benjamin Segall |
2021-04-21 | KVM: Boost vCPU candidate in user mode which is delivering interrupt | Wanpeng Li |
2021-04-21 | KVM: x86: Support KVM VMs sharing SEV context | Nathan Tempelman |
2021-04-20 | KVM: Add proper lockdep assertion in I/O bus unregister | Sean Christopherson |
2021-04-20 | KVM: Stop looking for coalesced MMIO zones if the bus is destroyed | Sean Christopherson |
2021-04-20 | KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU | Sean Christopherson |
2021-04-17 | KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot | Sean Christopherson |
2021-04-17 | KVM: Move MMU notifier's mmu_lock acquisition into common helper | Sean Christopherson |
2021-04-17 | KVM: Kill off the old hva-based MMU notifier callbacks | Sean Christopherson |
2021-04-17 | KVM: Move x86's MMU notifier memslot walkers to generic code | Sean Christopherson |
2021-04-17 | KVM: Assert that notifier count is elevated in .change_pte() | Sean Christopherson |
2021-04-17 | KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocations | Sean Christopherson |
2021-04-17 | KVM: Move arm64's MMU notifier trace events to generic code | Sean Christopherson |
2021-02-22 | KVM: x86/mmu: Consider the hva in mmu_notifier retry | David Stevens |
2021-02-09 | KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped() | Sean Christopherson |
2021-02-09 | mm: provide a saner PTE walking API for modules | Paolo Bonzini |
2021-02-04 | KVM: x86/mmu: Use an rwlock for the x86 MMU | Ben Gardon |
2021-02-04 | KVM: X86: use vzalloc() instead of vmalloc/memset | Tian Tao |
2021-02-04 | KVM: do not assume PTE is writable after follow_pfn | Paolo Bonzini |
2021-01-25 | Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini |
2021-01-21 | KVM: Forbid the use of tagged userspace addresses for memslots | Marc Zyngier |
2021-01-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |