index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
kvm_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-31
KVM: Pass kvm_init()'s opaque param to additional arch funcs
Sean Christopherson
1
-4
/
+14
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
-13
/
+0
2020-03-16
KVM: Drop gfn_to_pfn_atomic()
Peter Xu
1
-6
/
+0
2020-03-16
KVM: x86: enable dirty log gradually in small chunks
Jay Zhou
1
-7
/
+17
2020-03-16
KVM: Dynamically size memslot array based on number of used slots
Sean Christopherson
1
-3
/
+28
2020-03-16
KVM: Terminate memslot walks via used_slots
Sean Christopherson
1
-52
/
+158
2020-03-16
KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
Sean Christopherson
1
-8
/
+19
2020-03-16
KVM: Provide common implementation for generic dirty log functions
Sean Christopherson
1
-20
/
+71
2020-03-16
KVM: Clean up local variable usage in __kvm_set_memory_region()
Sean Christopherson
1
-24
/
+26
2020-03-16
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
1
-11
/
+7
2020-03-16
KVM: Move memslot deletion to helper function
Sean Christopherson
1
-29
/
+46
2020-03-16
KVM: Drop "const" attribute from old memslot in commit_memory_region()
Sean Christopherson
1
-1
/
+1
2020-03-16
KVM: Move setting of memslot into helper routine
Sean Christopherson
1
-43
/
+63
2020-03-16
KVM: Refactor error handling for setting memory region
Sean Christopherson
1
-22
/
+18
2020-03-16
KVM: Explicitly free allocated-but-unused dirty bitmap
Sean Christopherson
1
-3
/
+4
2020-03-16
KVM: Drop kvm_arch_create_memslot()
Sean Christopherson
1
-14
/
+7
2020-03-16
KVM: Don't free new memslot if allocation of said memslot fails
Sean Christopherson
1
-1
/
+1
2020-03-16
KVM: Reinstall old memslots if arch preparation fails
Sean Christopherson
1
-11
/
+12
2020-02-12
KVM: Disable preemption in kvm_get_running_vcpu()
Marc Zyngier
1
-3
/
+13
2020-02-05
KVM: fix overflow of zero page refcount with ksm running
Zhuang Yanying
1
-0
/
+1
2020-01-30
Merge branch 'cve-2019-3016' into kvm-next-5.6
Paolo Bonzini
1
-17
/
+96
2020-01-30
x86/kvm: Cache gfn to pfn translation
Boris Ostrovsky
1
-19
/
+79
2020-01-30
x86/kvm: Introduce kvm_(un)map_gfn()
Boris Ostrovsky
1
-5
/
+24
2020-01-27
KVM: Play nice with read-only memslots when querying host page size
Sean Christopherson
1
-1
/
+1
2020-01-27
KVM: Use vcpu-specific gva->hva translation when querying host page size
Sean Christopherson
1
-2
/
+2
2020-01-27
mm: thp: KVM: Explicitly check for THP when populating secondary MMU
Sean Christopherson
1
-0
/
+10
2020-01-27
KVM: Return immediately if __kvm_gfn_to_hva_cache_init() fails
Sean Christopherson
1
-4
/
+8
2020-01-27
KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers
Sean Christopherson
1
-9
/
+12
2020-01-27
KVM: Check for a bad hva before dropping into the ghc slow path
Sean Christopherson
1
-6
/
+6
2020-01-27
KVM: Move running VCPU from ARM to common code
Paolo Bonzini
1
-1
/
+24
2020-01-27
KVM: Add build-time error check on kvm_run size
Peter Xu
1
-0
/
+1
2020-01-27
KVM: Remove kvm_read_guest_atomic()
Peter Xu
1
-11
/
+0
2020-01-27
KVM: Move vcpu->run page allocation out of kvm_vcpu_init()
Sean Christopherson
1
-21
/
+13
2020-01-27
KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
Sean Christopherson
1
-6
/
+7
2020-01-27
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
1
-14
/
+2
2020-01-27
KVM: Drop kvm_arch_vcpu_setup()
Sean Christopherson
1
-5
/
+0
2020-01-27
KVM: Move initialization of preempt notifier to kvm_vcpu_init()
Sean Christopherson
1
-2
/
+1
2020-01-27
KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
Sean Christopherson
1
-6
/
+3
2020-01-27
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
1
-3
/
+18
2020-01-24
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
1
-0
/
+6
2020-01-24
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
1
-0
/
+4
2020-01-21
kvm: Refactor handling of VM debugfs files
Milan Pandurov
1
-71
/
+71
2020-01-21
KVM: Fix some writing mistakes
Miaohe Lin
1
-1
/
+1
2020-01-21
KVM: Fix some grammar mistakes
Miaohe Lin
1
-1
/
+1
2020-01-21
KVM: Fix some wrong function names in comment
Miaohe Lin
1
-1
/
+1
2020-01-08
KVM: get rid of var page in kvm_set_pfn_dirty()
Miaohe Lin
1
-5
/
+2
2019-11-23
KVM: Fix jump label out_free_* in kvm_init()
Miaohe Lin
1
-4
/
+3
2019-11-21
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
1
-30
/
+179
2019-11-21
Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-3
/
+3
[next]