index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
kvm_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-02
kvm: use more precise cast and do not drop __user
Paolo Bonzini
1
-1
/
+2
2020-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-25
/
+28
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-4
/
+4
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-08
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
1
-5
/
+3
2020-06-08
KVM: x86: Fix APIC page invalidation race
Eiichi Tsukata
1
-10
/
+16
2020-06-04
KVM: Use vmemdup_user()
Denis Efremov
1
-11
/
+8
2020-06-04
KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories
Paolo Bonzini
1
-4
/
+4
2020-06-01
Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-1
/
+1
2020-06-01
KVM: check userspace_addr for all memslots
Paolo Bonzini
1
-3
/
+2
2020-06-01
KVM: introduce kvm_read_guest_offset_cached()
Vitaly Kuznetsov
1
-5
/
+14
2020-06-01
Revert "KVM: No need to retry for hva_to_pfn_remapped()"
Paolo Bonzini
1
-0
/
+5
2020-05-16
KVM: Fix spelling in code comments
Fuad Tabba
1
-1
/
+1
2020-05-15
kvm: add halt-polling cpu usage stats
David Matlack
1
-3
/
+15
2020-05-15
KVM: VMX: Optimize posted-interrupt delivery for timer fastpath
Wanpeng Li
1
-0
/
+1
2020-05-15
KVM: No need to retry for hva_to_pfn_remapped()
Peter Xu
1
-5
/
+0
2020-05-13
kvm: Replace vcpu->swait with rcuwait
Davidlohr Bueso
1
-10
/
+9
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
1
-3
/
+11
2020-05-08
KVM: Introduce kvm_make_all_cpus_request_except()
Suravee Suthikulpanit
1
-3
/
+11
2020-04-24
kvm: add capability for halt polling
David Matlack
1
-4
/
+15
2020-04-21
KVM: SVM: avoid infinite loop on NPF from bad address
Paolo Bonzini
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
-5
/
+1
2020-04-21
KVM: x86: move kvm_create_vcpu_debugfs after last failure point
Paolo Bonzini
1
-3
/
+1
2020-04-15
KVM: remove redundant assignment to variable r
Colin Ian King
1
-1
/
+0
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
[next]