index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
kvm_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Pass kvm_init()'s opaque param to additional arch funcs
Sean Christopherson
2020-03-31
1
-4
/
+14
*
KVM: Fix out of range accesses to memslots
Sean Christopherson
2020-03-26
1
-0
/
+3
*
KVM: Drop largepages_enabled and its accessor/mutator
Sean Christopherson
2020-03-16
1
-13
/
+0
*
KVM: Drop gfn_to_pfn_atomic()
Peter Xu
2020-03-16
1
-6
/
+0
*
KVM: x86: enable dirty log gradually in small chunks
Jay Zhou
2020-03-16
1
-7
/
+17
*
KVM: Dynamically size memslot array based on number of used slots
Sean Christopherson
2020-03-16
1
-3
/
+28
*
KVM: Terminate memslot walks via used_slots
Sean Christopherson
2020-03-16
1
-52
/
+158
*
KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
Sean Christopherson
2020-03-16
1
-8
/
+19
*
KVM: Provide common implementation for generic dirty log functions
Sean Christopherson
2020-03-16
1
-20
/
+71
*
KVM: Clean up local variable usage in __kvm_set_memory_region()
Sean Christopherson
2020-03-16
1
-24
/
+26
*
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
2020-03-16
1
-11
/
+7
*
KVM: Move memslot deletion to helper function
Sean Christopherson
2020-03-16
1
-29
/
+46
*
KVM: Drop "const" attribute from old memslot in commit_memory_region()
Sean Christopherson
2020-03-16
1
-1
/
+1
*
KVM: Move setting of memslot into helper routine
Sean Christopherson
2020-03-16
1
-43
/
+63
*
KVM: Refactor error handling for setting memory region
Sean Christopherson
2020-03-16
1
-22
/
+18
*
KVM: Explicitly free allocated-but-unused dirty bitmap
Sean Christopherson
2020-03-16
1
-3
/
+4
*
KVM: Drop kvm_arch_create_memslot()
Sean Christopherson
2020-03-16
1
-14
/
+7
*
KVM: Don't free new memslot if allocation of said memslot fails
Sean Christopherson
2020-03-16
1
-1
/
+1
*
KVM: Reinstall old memslots if arch preparation fails
Sean Christopherson
2020-03-16
1
-11
/
+12
*
KVM: Disable preemption in kvm_get_running_vcpu()
Marc Zyngier
2020-02-12
1
-3
/
+13
*
KVM: fix overflow of zero page refcount with ksm running
Zhuang Yanying
2020-02-05
1
-0
/
+1
*
Merge branch 'cve-2019-3016' into kvm-next-5.6
Paolo Bonzini
2020-01-30
1
-17
/
+96
|
\
|
*
x86/kvm: Cache gfn to pfn translation
Boris Ostrovsky
2020-01-30
1
-19
/
+79
|
*
x86/kvm: Introduce kvm_(un)map_gfn()
Boris Ostrovsky
2020-01-30
1
-5
/
+24
*
|
KVM: Play nice with read-only memslots when querying host page size
Sean Christopherson
2020-01-27
1
-1
/
+1
*
|
KVM: Use vcpu-specific gva->hva translation when querying host page size
Sean Christopherson
2020-01-27
1
-2
/
+2
*
|
mm: thp: KVM: Explicitly check for THP when populating secondary MMU
Sean Christopherson
2020-01-27
1
-0
/
+10
*
|
KVM: Return immediately if __kvm_gfn_to_hva_cache_init() fails
Sean Christopherson
2020-01-27
1
-4
/
+8
*
|
KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers
Sean Christopherson
2020-01-27
1
-9
/
+12
*
|
KVM: Check for a bad hva before dropping into the ghc slow path
Sean Christopherson
2020-01-27
1
-6
/
+6
*
|
KVM: Move running VCPU from ARM to common code
Paolo Bonzini
2020-01-27
1
-1
/
+24
*
|
KVM: Add build-time error check on kvm_run size
Peter Xu
2020-01-27
1
-0
/
+1
*
|
KVM: Remove kvm_read_guest_atomic()
Peter Xu
2020-01-27
1
-11
/
+0
*
|
KVM: Move vcpu->run page allocation out of kvm_vcpu_init()
Sean Christopherson
2020-01-27
1
-21
/
+13
*
|
KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
Sean Christopherson
2020-01-27
1
-6
/
+7
*
|
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
2020-01-27
1
-14
/
+2
*
|
KVM: Drop kvm_arch_vcpu_setup()
Sean Christopherson
2020-01-27
1
-5
/
+0
*
|
KVM: Move initialization of preempt notifier to kvm_vcpu_init()
Sean Christopherson
2020-01-27
1
-2
/
+1
*
|
KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
Sean Christopherson
2020-01-27
1
-6
/
+3
*
|
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
2020-01-27
1
-3
/
+18
*
|
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
2020-01-24
1
-0
/
+6
*
|
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
2020-01-24
1
-0
/
+4
*
|
kvm: Refactor handling of VM debugfs files
Milan Pandurov
2020-01-21
1
-71
/
+71
*
|
KVM: Fix some writing mistakes
Miaohe Lin
2020-01-21
1
-1
/
+1
*
|
KVM: Fix some grammar mistakes
Miaohe Lin
2020-01-21
1
-1
/
+1
*
|
KVM: Fix some wrong function names in comment
Miaohe Lin
2020-01-21
1
-1
/
+1
*
|
KVM: get rid of var page in kvm_set_pfn_dirty()
Miaohe Lin
2020-01-08
1
-5
/
+2
|
/
*
KVM: Fix jump label out_free_* in kvm_init()
Miaohe Lin
2019-11-23
1
-4
/
+3
*
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
2019-11-21
1
-30
/
+179
|
\
|
*
KVM: Add a comment describing the /dev/kvm no_compat handling
Marc Zyngier
2019-11-15
1
-0
/
+7
[next]