Age | Commit message (Expand) | Author | Files | Lines |
2021-02-22 | KVM: x86/mmu: Consider the hva in mmu_notifier retry | David Stevens | 1 | -1/+24 |
2021-02-09 | KVM: Raise the maximum number of user memslots | Vitaly Kuznetsov | 1 | -3/+2 |
2021-02-04 | KVM: x86/mmu: Use an rwlock for the x86 MMU | Ben Gardon | 1 | -0/+5 |
2020-11-15 | KVM: Don't allocate dirty bitmap if dirty ring is enabled | Peter Xu | 1 | -0/+5 |
2020-11-15 | KVM: X86: Implement ring-based dirty memory tracking | Peter Xu | 1 | -0/+13 |
2020-11-15 | KVM: Pass in kvm pointer into mark_page_dirty_in_slot() | Peter Xu | 1 | -1/+1 |
2020-11-15 | KVM: remove kvm_clear_guest_page | Paolo Bonzini | 1 | -1/+0 |
2020-10-23 | kvm: x86/mmu: Support dirty logging for the TDP MMU | Ben Gardon | 1 | -0/+1 |
2020-10-22 | KVM: Cache as_id in kvm_memory_slot | Peter Xu | 1 | -0/+1 |
2020-08-21 | KVM: arm64: pvtime: Fix stolen time accounting across migration | Andrew Jones | 1 | -0/+20 |
2020-08-21 | KVM: arm64: Drop type input from kvm_put_guest | Andrew Jones | 1 | -5/+6 |
2020-08-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+10 |
2020-07-24 | entry: Provide infrastructure for work before transitioning to guest mode | Thomas Gleixner | 1 | -0/+8 |
2020-07-09 | KVM: Move x86's MMU memory cache helpers to common KVM code | Sean Christopherson | 1 | -0/+7 |
2020-07-09 | KVM: x86: take as_id into account when checking PGD | Vitaly Kuznetsov | 1 | -0/+1 |
2020-07-08 | KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t... | Vitaly Kuznetsov | 1 | -2/+2 |
2020-06-16 | KVM: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-06-11 | KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ... | Vitaly Kuznetsov | 1 | -0/+1 |
2020-06-08 | KVM: x86: Fix APIC page invalidation race | Eiichi Tsukata | 1 | -2/+2 |
2020-06-04 | KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories | Paolo Bonzini | 1 | -2/+1 |
2020-06-01 | KVM: introduce kvm_read_guest_offset_cached() | Vitaly Kuznetsov | 1 | -0/+3 |
2020-05-13 | kvm: Replace vcpu->swait with rcuwait | Davidlohr Bueso | 1 | -5/+5 |
2020-05-13 | Merge branch 'kvm-amd-fixes' into HEAD | Paolo Bonzini | 1 | -0/+3 |
2020-05-08 | KVM: Introduce kvm_make_all_cpus_request_except() | Suravee Suthikulpanit | 1 | -0/+3 |
2020-04-24 | kvm: add capability for halt polling | David Matlack | 1 | -0/+1 |
2020-04-21 | KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run | Tianjia Zhang | 1 | -1/+1 |
2020-04-21 | KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2 | Paolo Bonzini | 1 | -0/+6 |
2020-04-21 | kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place | Emanuele Giuseppe Esposito | 1 | -0/+5 |
2020-04-14 | KVM: Check validity of resolved slot when searching memslots | Sean Christopherson | 1 | -1/+1 |
2020-03-31 | KVM: Pass kvm_init()'s opaque param to additional arch funcs | Sean Christopherson | 1 | -2/+2 |
2020-03-31 | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 1 | -1/+1 |
2020-03-26 | KVM: Fix out of range accesses to memslots | Sean Christopherson | 1 | -0/+3 |
2020-03-16 | KVM: Drop largepages_enabled and its accessor/mutator | Sean Christopherson | 1 | -2/+0 |
2020-03-16 | KVM: Drop gfn_to_pfn_atomic() | Peter Xu | 1 | -1/+0 |
2020-03-16 | KVM: x86: enable dirty log gradually in small chunks | Jay Zhou | 1 | -1/+10 |
2020-03-16 | KVM: Dynamically size memslot array based on number of used slots | Sean Christopherson | 1 | -1/+1 |
2020-03-16 | KVM: Terminate memslot walks via used_slots | Sean Christopherson | 1 | -6/+12 |
2020-03-16 | KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() | Sean Christopherson | 1 | -1/+1 |
2020-03-16 | KVM: Provide common implementation for generic dirty log functions | Sean Christopherson | 1 | -13/+10 |
2020-03-16 | KVM: Simplify kvm_free_memslot() and all its descendents | Sean Christopherson | 1 | -2/+1 |
2020-03-16 | KVM: Drop "const" attribute from old memslot in commit_memory_region() | Sean Christopherson | 1 | -1/+1 |
2020-03-16 | KVM: Drop kvm_arch_create_memslot() | Sean Christopherson | 1 | -2/+0 |
2020-02-28 | KVM: let declaration of kvm_get_running_vcpus match implementation | Christian Borntraeger | 1 | -1/+1 |
2020-02-17 | KVM: x86: fix missing prototypes | Paolo Bonzini | 1 | -0/+2 |
2020-01-30 | Merge branch 'cve-2019-3016' into kvm-next-5.6 | Paolo Bonzini | 1 | -0/+5 |
2020-01-30 | x86/kvm: Cache gfn to pfn translation | Boris Ostrovsky | 1 | -2/+5 |
2020-01-30 | x86/kvm: Introduce kvm_(un)map_gfn() | Boris Ostrovsky | 1 | -0/+2 |
2020-01-27 | KVM: Use vcpu-specific gva->hva translation when querying host page size | Sean Christopherson | 1 | -1/+1 |
2020-01-27 | mm: thp: KVM: Explicitly check for THP when populating secondary MMU | Sean Christopherson | 1 | -0/+1 |
2020-01-27 | KVM: Move running VCPU from ARM to common code | Paolo Bonzini | 1 | -0/+3 |