summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-5/+2
|\
| * get_compat_sigset()Al Viro2017-09-191-5/+2
* | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-3/+3
|\ \
| * \ Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-11-161-2/+2
| |\ \
| | * | KVM: s390: vsie: use common code functions for pinningDavid Hildenbrand2017-11-091-2/+2
| | |/
| * | kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt2017-10-121-1/+1
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* kvm: Serialize wq active checks in kvm_vcpu_wake_up()Davidlohr Bueso2017-09-151-1/+1
* KVM: fix rcu warning on VM_CREATE errorsChristian Borntraeger2017-09-131-0/+1
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-2/+5
|\
| * kvm: avoid uninitialized-variable warningsArnd Bergmann2017-08-151-1/+2
| * KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-1/+3
* | KVM: update to new mmu_notifier semantic v2Jérôme Glisse2017-08-311-42/+0
|/
* KVM: avoid using rcu_dereference_protectedPaolo Bonzini2017-08-021-7/+4
* KVM: make pid available for uevents without debugfsClaudio Imbrenda2017-07-261-23/+12
* KVM: trigger uevents when creating or destroying a VMClaudio Imbrenda2017-07-121-0/+69
* Merge branch 'annotations' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Paolo Bonzini2017-07-101-13/+25
|\
| * KVM: mark memory slots as rcuChristian Borntraeger2017-07-071-2/+4
| * KVM: mark kvm->busses as rcu protectedChristian Borntraeger2017-07-071-7/+10
| * KVM: mark vcpu->pid pointer as rcu protectedChristian Borntraeger2017-07-071-4/+11
* | kvm: avoid unused variable warning for UP buildsPaolo Bonzini2017-07-101-9/+15
|/
* KVM: explain missing kvm_put_kvm in case of failurePaolo Bonzini2017-06-271-0/+6
* KVM: Replaces symbolic permissions with numericRoman Storozhenko2017-06-271-3/+3
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-05-091-4/+0
|\
| * Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras2017-04-281-4/+0
| |\
| | * KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-4/+0
* | | KVM: set no_llseek in stat_fops_per_vmGeliang Tang2017-05-091-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-15/+3
|\ \ \
| * | | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-081-15/+3
* | | | KVM: put back #ifndef CONFIG_S390 around kvm_vcpu_kickPaolo Bonzini2017-05-041-0/+2
* | | | Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini2017-05-031-17/+17
* | | | KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-021-3/+2
* | | | KVM: mark requests that need synchronizationPaolo Bonzini2017-04-271-3/+22
* | | | KVM: return if kvm_vcpu_wake_up() did wake up the VCPURadim Krčmář2017-04-271-4/+8
* | | | KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones2017-04-271-3/+0
* | | | KVM: perform a wake_up in kvm_make_all_cpus_requestRadim Krčmář2017-04-271-0/+3
* | | | KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_upRadim Krčmář2017-04-271-2/+0
| |/ / |/| |
* | | KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIPDavid Hildenbrand2017-04-121-0/+3
* | | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2017-04-071-5/+5
* | | kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini2017-04-071-0/+4
* | | KVM: x86: drop legacy device assignmentPaolo Bonzini2017-04-071-17/+0
|/ /
* | KVM: pci-assign: do not map smm memory slot pages in vt-d page tablesHerongguang (Stephen)2017-03-281-1/+1
* | KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2017-03-231-17/+25
* | KVM: x86: clear bus pointer when destroyedPeter Xu2017-03-211-1/+11
|/
* Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-041-4/+4
|\
| * kvm: convert kvm.users_count from atomic_t to refcount_tElena Reshetova2017-03-011-4/+4
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
OpenPOWER on IntegriCloud