index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-03-16
KVM: x86: enable dirty log gradually in small chunks
Jay Zhou
2020-03-16
KVM: x86/mmu: Reuse the current root if possible for fast switch
Sean Christopherson
2020-03-16
KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMU
Sean Christopherson
2020-03-16
KVM: SVM: Inhibit APIC virtualization for X2APIC guest
Oliver Upton
2020-03-16
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
2020-03-16
KVM: selftests: Fix unknown ucall command asserts
Andrew Jones
2020-03-16
KVM: x86: Consolidate VM allocation and free for VMX and SVM
Sean Christopherson
2020-03-16
KVM: x86: Directly return __vmalloc() result in ->vm_alloc()
Sean Christopherson
2020-03-16
KVM: x86: Gracefully handle __vmalloc() failure during VM allocation
Sean Christopherson
2020-03-16
KVM: x86: Adjust counter sample period after a wrmsr
Eric Hankland
2020-03-16
KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes
Sean Christopherson
2020-03-16
KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flush
Sean Christopherson
2020-03-16
KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c
Sean Christopherson
2020-03-16
KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION
Sean Christopherson
2020-03-16
KVM: Dynamically size memslot array based on number of used slots
Sean Christopherson
2020-03-16
KVM: Terminate memslot walks via used_slots
Sean Christopherson
2020-03-16
KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
Sean Christopherson
2020-03-16
KVM: Provide common implementation for generic dirty log functions
Sean Christopherson
2020-03-16
KVM: Clean up local variable usage in __kvm_set_memory_region()
Sean Christopherson
2020-03-16
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
2020-03-16
KVM: Move memslot deletion to helper function
Sean Christopherson
2020-03-16
KVM: x86: Free arrays for old memslot when moving memslot's base gfn
Sean Christopherson
2020-03-16
KVM: Drop "const" attribute from old memslot in commit_memory_region()
Sean Christopherson
2020-03-16
KVM: Move setting of memslot into helper routine
Sean Christopherson
2020-03-16
KVM: Refactor error handling for setting memory region
Sean Christopherson
2020-03-16
KVM: Explicitly free allocated-but-unused dirty bitmap
Sean Christopherson
2020-03-16
KVM: Drop kvm_arch_create_memslot()
Sean Christopherson
2020-03-16
KVM: x86: Allocate memslot resources during prepare_memory_region()
Sean Christopherson
2020-03-16
KVM: PPC: Move memslot memory allocation into prepare_memory_region()
Sean Christopherson
2020-03-16
KVM: Don't free new memslot if allocation of said memslot fails
Sean Christopherson
2020-03-16
KVM: Reinstall old memslots if arch preparation fails
Sean Christopherson
2020-03-16
KVM: x86: Allocate new rmap and large page tracking when moving memslot
Sean Christopherson
2020-03-16
KVM: x86: Move gpa_val and gpa_available into the emulator context
Sean Christopherson
2020-03-16
KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
Sean Christopherson
2020-03-16
KVM: apic: remove unused function apic_lvt_vector()
Miaohe Lin
2020-03-16
KVM: VMX: Add 'else' to split mutually exclusive case
Miaohe Lin
2020-03-16
KVM: x86: eliminate some unreachable code
Miaohe Lin
2020-03-16
KVM: x86: Fix print format and coding style
Miaohe Lin
2020-03-16
KVM: vmx: rewrite the comment in vmx_get_mt_mask
Chia-I Wu
2020-03-16
KVM: selftests: Convert some printf's to pr_info's
Andrew Jones
2020-03-16
KVM: selftests: Rework debug message printing
Andrew Jones
2020-03-16
KVM: selftests: Time guest demand paging
Ben Gardon
2020-03-16
KVM: selftests: Support multiple vCPUs in demand paging test
Ben Gardon
2020-03-16
KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x
Ben Gardon
2020-03-16
KVM: selftests: Pass args to vCPU in global vCPU args struct
Ben Gardon
2020-03-16
KVM: selftests: Add memory size parameter to the demand paging test
Ben Gardon
2020-03-16
KVM: selftests: Add configurable demand paging delay
Ben Gardon
2020-03-16
KVM: selftests: Add demand paging content to the demand paging test
Ben Gardon
2020-02-24
KVM: selftests: Create a demand paging test
Ben Gardon
2020-02-24
KVM: selftests: Introduce num-pages conversion utilities
Andrew Jones
[next]