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
2018-01-31
mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
David Rientjes
1
-0
/
+1
2018-01-31
Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-31
/
+12
2017-12-06
KVM: x86: fix APIC page invalidation
Radim Krčmář
1
-0
/
+8
2017-12-04
kvm: switch get_user_page_nowait() to get_user_pages_unlocked()
Al Viro
1
-31
/
+12
2017-11-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+23
2017-11-27
KVM: Let KVM_SET_SIGNAL_MASK work as advertised
Jan H. Schönherr
1
-0
/
+23
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-5
/
+2
2017-11-16
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+3
2017-11-16
Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...
Radim Krčmář
1
-2
/
+2
2017-11-09
KVM: s390: vsie: use common code functions for pinning
David Hildenbrand
1
-2
/
+2
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-12
kvm, mm: account kvm related kmem slabs to kmemcg
Shakeel Butt
1
-1
/
+1
2017-09-19
get_compat_sigset()
Al Viro
1
-5
/
+2
2017-09-15
kvm: Serialize wq active checks in kvm_vcpu_wake_up()
Davidlohr Bueso
1
-1
/
+1
2017-09-13
KVM: fix rcu warning on VM_CREATE errors
Christian Borntraeger
1
-0
/
+1
2017-09-08
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+5
2017-08-31
KVM: update to new mmu_notifier semantic v2
Jérôme Glisse
1
-42
/
+0
2017-08-15
kvm: avoid uninitialized-variable warnings
Arnd Bergmann
1
-1
/
+2
2017-08-08
KVM: add spinlock optimization framework
Longpeng(Mike)
1
-1
/
+3
2017-08-02
KVM: avoid using rcu_dereference_protected
Paolo Bonzini
1
-7
/
+4
2017-07-26
KVM: make pid available for uevents without debugfs
Claudio Imbrenda
1
-23
/
+12
2017-07-12
KVM: trigger uevents when creating or destroying a VM
Claudio Imbrenda
1
-0
/
+69
2017-07-10
Merge branch 'annotations' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Paolo Bonzini
1
-13
/
+25
2017-07-10
kvm: avoid unused variable warning for UP builds
Paolo Bonzini
1
-9
/
+15
2017-07-07
KVM: mark memory slots as rcu
Christian Borntraeger
1
-2
/
+4
2017-07-07
KVM: mark kvm->busses as rcu protected
Christian Borntraeger
1
-7
/
+10
2017-07-07
KVM: mark vcpu->pid pointer as rcu protected
Christian Borntraeger
1
-4
/
+11
2017-06-27
KVM: explain missing kvm_put_kvm in case of failure
Paolo Bonzini
1
-0
/
+6
2017-06-27
KVM: Replaces symbolic permissions with numeric
Roman Storozhenko
1
-3
/
+3
2017-05-09
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-4
/
+0
2017-05-09
KVM: set no_llseek in stat_fops_per_vm
Geliang Tang
1
-2
/
+2
2017-05-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-15
/
+3
2017-05-08
mm: introduce kv[mz]alloc helpers
Michal Hocko
1
-15
/
+3
2017-05-04
KVM: put back #ifndef CONFIG_S390 around kvm_vcpu_kick
Paolo Bonzini
1
-0
/
+2
2017-05-03
Revert "KVM: Support vCPU-based gfn->hva cache"
Paolo Bonzini
1
-17
/
+17
2017-05-02
KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING
David Hildenbrand
1
-3
/
+2
2017-04-28
Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-next
Paul Mackerras
1
-4
/
+0
2017-04-27
KVM: mark requests that need synchronization
Paolo Bonzini
1
-3
/
+22
2017-04-27
KVM: return if kvm_vcpu_wake_up() did wake up the VCPU
Radim Krčmář
1
-4
/
+8
2017-04-27
KVM: add explicit barrier to kvm_vcpu_kick
Andrew Jones
1
-3
/
+0
2017-04-27
KVM: perform a wake_up in kvm_make_all_cpus_request
Radim Krčmář
1
-0
/
+3
2017-04-27
KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_up
Radim Krčmář
1
-2
/
+0
2017-04-27
KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller
Benjamin Herrenschmidt
1
-4
/
+0
2017-04-12
KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIP
David Hildenbrand
1
-0
/
+3
2017-04-07
kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public
Paolo Bonzini
1
-5
/
+5
2017-04-07
kvm: make KVM_CAP_COALESCED_MMIO architecture agnostic
Paolo Bonzini
1
-0
/
+4
2017-04-07
KVM: x86: drop legacy device assignment
Paolo Bonzini
1
-17
/
+0
2017-03-28
KVM: pci-assign: do not map smm memory slot pages in vt-d page tables
Herongguang (Stephen)
1
-1
/
+1
2017-03-23
KVM: kvm_io_bus_unregister_dev() should never fail
David Hildenbrand
1
-17
/
+25
2017-03-21
KVM: x86: clear bus pointer when destroyed
Peter Xu
1
-1
/
+11
[next]