Age | Commit message (Expand) | Author | Files | Lines |
2021-06-30 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-06-29 | virt/kvm: use vma_lookup() instead of find_vma_intersection() | Liam Howlett | 1 | -1/+1 |
2021-06-29 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -49/+423 |
2021-06-28 | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2021-06-25 | KVM: debugfs: Reuse binary stats descriptors | Jing Zhang | 1 | -28/+76 |
2021-06-25 | KVM: stats: Support binary stats retrieval for a VCPU | Jing Zhang | 1 | -1/+50 |
2021-06-25 | KVM: stats: Support binary stats retrieval for a VM | Jing Zhang | 1 | -0/+42 |
2021-06-24 | KVM: do not allow mapping valid but non-reference-counted pages | Nicholas Piggin | 1 | -2/+17 |
2021-06-24 | KVM: stats: Add fd-based API to read binary stats data | Jing Zhang | 1 | -0/+146 |
2021-06-24 | KVM: stats: Separate generic stats from architecture specific ones | Jing Zhang | 1 | -7/+7 |
2021-06-18 | sched,perf,kvm: Fix preemption condition | Peter Zijlstra | 1 | -1/+1 |
2021-06-17 | KVM: switch per-VM stats to u64 | Paolo Bonzini | 1 | -2/+2 |
2021-06-17 | kvm: add PM-notifier | Sergey Senozhatsky | 2 | -0/+38 |
2021-06-17 | KVM: mmu: Add slots_arch_lock for memslot arch fields | Ben Gardon | 1 | -6/+48 |
2021-06-17 | KVM: mmu: Refactor memslot copy | Ben Gardon | 1 | -7/+16 |
2021-05-27 | KVM: VMX: update vcpu posted-interrupt descriptor when assigning device | Marcelo Tosatti | 1 | -0/+1 |
2021-05-27 | KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK | Marcelo Tosatti | 1 | -0/+2 |
2021-05-27 | KVM: PPC: exit halt polling on need_resched() | Wanpeng Li | 1 | -2/+1 |
2021-05-17 | Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 1 | -10/+6 |
2021-05-15 | Revert "irqbypass: do not start cons/prod when failed connect" | Zhu Lingshan | 1 | -10/+6 |
2021-05-07 | kvm: Cap halt polling at kvm->max_halt_poll_ns | David Matlack | 1 | -2/+2 |
2021-05-03 | kvm: exit halt polling on need_resched() as well | Benjamin Segall | 1 | -1/+2 |
2021-04-21 | KVM: Boost vCPU candidate in user mode which is delivering interrupt | Wanpeng Li | 1 | -1/+7 |
2021-04-21 | KVM: x86: Support KVM VMs sharing SEV context | Nathan Tempelman | 1 | -0/+6 |
2021-04-20 | KVM: Add proper lockdep assertion in I/O bus unregister | Sean Christopherson | 1 | -2/+4 |
2021-04-20 | KVM: Stop looking for coalesced MMIO zones if the bus is destroyed | Sean Christopherson | 2 | -7/+22 |
2021-04-20 | KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU | Sean Christopherson | 1 | -3/+7 |
2021-04-17 | KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot | Sean Christopherson | 1 | -4/+11 |
2021-04-17 | KVM: Move MMU notifier's mmu_lock acquisition into common helper | Sean Christopherson | 1 | -41/+80 |
2021-04-17 | KVM: Kill off the old hva-based MMU notifier callbacks | Sean Christopherson | 1 | -85/+0 |
2021-04-17 | KVM: Move x86's MMU notifier memslot walkers to generic code | Sean Christopherson | 1 | -5/+164 |
2021-04-17 | KVM: Assert that notifier count is elevated in .change_pte() | Sean Christopherson | 1 | -2/+7 |
2021-04-17 | KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocations | Sean Christopherson | 1 | -1/+1 |
2021-04-17 | KVM: Move arm64's MMU notifier trace events to generic code | Sean Christopherson | 1 | -0/+10 |
2021-02-22 | KVM: x86/mmu: Consider the hva in mmu_notifier retry | David Stevens | 1 | -4/+25 |
2021-02-09 | KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped() | Sean Christopherson | 1 | -1/+1 |
2021-02-09 | mm: provide a saner PTE walking API for modules | Paolo Bonzini | 1 | -2/+2 |
2021-02-04 | KVM: x86/mmu: Use an rwlock for the x86 MMU | Ben Gardon | 3 | -19/+46 |
2021-02-04 | KVM: X86: use vzalloc() instead of vmalloc/memset | Tian Tao | 1 | -2/+1 |
2021-02-04 | KVM: do not assume PTE is writable after follow_pfn | Paolo Bonzini | 1 | -3/+12 |
2021-01-26 | Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 1 | -0/+1 |
2021-01-21 | KVM: Forbid the use of tagged userspace addresses for memslots | Marc Zyngier | 1 | -0/+1 |
2021-01-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+1 |
2021-01-08 | kvm: check tlbs_dirty directly | Lai Jiangshan | 1 | -2/+1 |
2020-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -27/+346 |
2020-12-19 | mm, kvm: account kvm_vcpu_mmap to kmemcg | Shakeel Butt | 2 | -2/+2 |
2020-11-15 | KVM: Don't allocate dirty bitmap if dirty ring is enabled | Peter Xu | 1 | -2/+2 |
2020-11-15 | KVM: Make dirty ring exclusive to dirty bitmap log | Peter Xu | 1 | -0/+12 |
2020-11-15 | KVM: X86: Implement ring-based dirty memory tracking | Peter Xu | 2 | -1/+306 |
2020-11-15 | KVM: Pass in kvm pointer into mark_page_dirty_in_slot() | Peter Xu | 1 | -13/+17 |