index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
Age
Commit message (
Expand
)
Author
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: 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: 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-02-12
KVM: Disable preemption in kvm_get_running_vcpu()
Marc Zyngier
2020-02-05
KVM: fix overflow of zero page refcount with ksm running
Zhuang Yanying
2020-01-30
Merge branch 'cve-2019-3016' into kvm-next-5.6
Paolo Bonzini
2020-01-30
x86/kvm: Cache gfn to pfn translation
Boris Ostrovsky
2020-01-30
x86/kvm: Introduce kvm_(un)map_gfn()
Boris Ostrovsky
2020-01-30
Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2020-01-28
KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer
Alexandru Elisei
2020-01-28
KVM: arm64: pmu: Only handle supported event counters
Eric Auger
2020-01-28
KVM: arm64: pmu: Fix chained SW_INCR counters
Eric Auger
2020-01-28
KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabled
Eric Auger
2020-01-28
KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
Eric Auger
2020-01-27
KVM: Play nice with read-only memslots when querying host page size
Sean Christopherson
2020-01-27
KVM: Use vcpu-specific gva->hva translation when querying host page size
Sean Christopherson
2020-01-27
mm: thp: KVM: Explicitly check for THP when populating secondary MMU
Sean Christopherson
2020-01-27
KVM: Return immediately if __kvm_gfn_to_hva_cache_init() fails
Sean Christopherson
2020-01-27
KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers
Sean Christopherson
2020-01-27
KVM: Check for a bad hva before dropping into the ghc slow path
Sean Christopherson
2020-01-27
KVM: Move running VCPU from ARM to common code
Paolo Bonzini
2020-01-27
KVM: Add build-time error check on kvm_run size
Peter Xu
2020-01-27
KVM: Remove kvm_read_guest_atomic()
Peter Xu
2020-01-27
KVM: Move vcpu->run page allocation out of kvm_vcpu_init()
Sean Christopherson
2020-01-27
KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
Sean Christopherson
2020-01-27
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
2020-01-27
KVM: arm64: Free sve_state via arm specific hook
Sean Christopherson
2020-01-27
KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
2020-01-27
KVM: Drop kvm_arch_vcpu_setup()
Sean Christopherson
2020-01-27
KVM: Move initialization of preempt notifier to kvm_vcpu_init()
Sean Christopherson
2020-01-27
KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
Sean Christopherson
2020-01-27
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
2020-01-24
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
2020-01-24
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
2020-01-24
KVM: arm: Drop kvm_arch_vcpu_free()
Sean Christopherson
2020-01-23
KVM: arm: Make inject_abt32() inject an external abort instead
James Morse
2020-01-23
KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests
James Morse
2020-01-23
KVM: arm/arm64: Fix young bit from mmu notifier
Gavin Shan
2020-01-23
KVM: arm/arm64: Cleanup MMIO handling
Marc Zyngier
[next]