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