index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2019-05-14
mm/mmu_notifier: convert user range->blockable to helper function
Jérôme Glisse
1
-1
/
+2
2019-04-30
KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size
Paolo Bonzini
1
-3
/
+4
2019-04-16
KVM: fix spectrev1 gadgets
Paolo Bonzini
1
-2
/
+4
2019-03-28
KVM: Reject device ioctls from processes other than the VM's creator
Sean Christopherson
1
-0
/
+3
2019-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-49
/
+54
2019-03-06
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2019-02-28
kvm: properly check debugfs dentry before using it
Greg Kroah-Hartman
1
-1
/
+1
2019-02-22
KVM: Minor cleanups for kvm_main.c
Leo Yan
1
-2
/
+1
2019-02-21
Revert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()"
Lan Tianyu
1
-5
/
+3
2019-02-21
KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_start
Nir Weiner
1
-5
/
+5
2019-02-21
KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameter
Nir Weiner
1
-2
/
+6
2019-02-21
KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_ns
Nir Weiner
1
-1
/
+5
2019-02-21
KVM: Move the memslot update in-progress flag to bit 63
Sean Christopherson
1
-4
/
+4
2019-02-21
KVM: Remove the hack to trigger memslot generation wraparound
Sean Christopherson
1
-6
/
+2
2019-02-21
KVM: Explicitly define the "memslot update in-progress" bit
Sean Christopherson
1
-13
/
+13
2019-02-21
KVM: Call kvm_arch_memslots_updated() before updating memslots
Sean Christopherson
1
-2
/
+5
2019-02-21
kvm: Add memcg accounting to KVM allocations
Ben Gardon
1
-14
/
+15
2019-02-21
kvm: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-4
/
+4
2019-02-13
Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
1
-1
/
+1
2019-02-07
kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
Jann Horn
1
-1
/
+2
2019-01-26
virt/kvm: Replace spin_is_locked() with lockdep
Paul E. McKenney
1
-1
/
+1
2019-01-11
KVM: validate userspace input in kvm_clear_dirty_log_protect()
Tomas Bortoli
1
-2
/
+7
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+1
2018-12-28
mm/mmu_notifier: use structure for invalidate_range_start/end callback
Jérôme Glisse
1
-9
/
+5
2018-12-21
KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()
Lan Tianyu
1
-1
/
+4
2018-12-21
kvm: Change offset in kvm_write_guest_offset_cached to unsigned
Jim Mattson
1
-1
/
+2
2018-12-21
kvm: Disallow wraparound in kvm_gfn_to_hva_cache_init
Jim Mattson
1
-20
/
+21
2018-12-14
kvm: introduce manual dirty log reprotect
Paolo Bonzini
1
-17
/
+115
2018-12-14
kvm: rename last argument to kvm_get_dirty_log_protect
Paolo Bonzini
1
-3
/
+3
2018-12-14
kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic
Paolo Bonzini
1
-0
/
+25
2018-10-27
Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...
Michal Hocko
1
-1
/
+0
2018-10-17
KVM: refine the comment of function gfn_to_hva_memslot_prot()
Wei Yang
1
-2
/
+6
2018-10-17
kvm/x86 : add coalesced pio support
Peng Hao
1
-0
/
+2
2018-10-17
KVM: leverage change to adjust slots->used_slots in update_memslots()
Wei Yang
1
-9
/
+14
2018-10-17
KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()
Vitaly Kuznetsov
1
-4
/
+2
2018-08-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-5
/
+10
2018-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
1
-5
/
+10
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-14
/
+19
2018-08-06
KVM: try __get_user_pages_fast even if not in atomic context
Paolo Bonzini
1
-8
/
+6
2018-08-06
KVM: x86: Add tlb remote flush callback in kvm_x86_ops.
Tianyu Lan
1
-1
/
+2
2018-08-06
kvm: x86: Use fast CR3 switch for nested VMX
Junaid Shahid
1
-4
/
+10
2018-07-21
kvm: Don't open code task_pid in kvm_vcpu_ioctl
Eric W. Biederman
1
-1
/
+1
2018-07-13
KVM: s390: a utility function for migration
Claudio Imbrenda
1
-1
/
+1
2018-07-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
1
-10
/
+9
2018-06-21
KVM: Enforce error in ioctl for compat tasks when !KVM_COMPAT
Marc Zyngier
1
-10
/
+9
2018-06-20
sched/swait: Rename to exclusive
Peter Zijlstra
1
-2
/
+2
2018-06-13
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+2
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+2
2018-06-01
kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-32
/
+8
[next]