aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-01KVM: s390: count vcpu wakeups in stat.halt_wakeupDavid Hildenbrand2-0/+2
2014-10-01KVM: s390/facilities: allow TOD-CLOCK steering facility bitChristian Borntraeger1-1/+1
2014-09-17KVM: s390: register flic ops dynamicallyCornelia Huck2-1/+3
2014-09-10KVM: s390/interrupt: remove double assignmentChristian Borntraeger1-1/+0
2014-09-10KVM: s390/cmm: Fix prefix handling for diag 10 balloonChristian Borntraeger1-8/+18
2014-09-10KVM: s390: get rid of constant condition in ipte_unlock_simpleChristian Borntraeger1-2/+1
2014-09-10KVM: s390: unintended fallthrough for external callChristian Borntraeger1-0/+1
2014-09-10KVM: s390: Limit guest size to 16TBChristian Borntraeger1-1/+1
2014-09-10KVM: s390: add __must_check to interrupt deliver functionsChristian Borntraeger2-7/+7
2014-09-10KVM: CPACF: Enable MSA4 instructions for kvm guestTony Krowiak1-0/+33
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-1/+1
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář1-43/+0
2014-08-26Merge tag 'kvm-s390-next-20140825' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini5-155/+113
2014-08-26KVM: s390/mm: support gmap page tables with less than 5 levelsMartin Schwidefsky1-2/+2
2014-08-26KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky1-15/+3
2014-08-25Merge tag 'kvm-s390-20140825' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-13/+0
2014-08-25KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky4-8/+8
2014-08-25KVM: s390: don't use kvm lock in interrupt injection codeJens Freimann1-2/+0
2014-08-25KVM: s390: return -EFAULT if lowcore is not mapped during irq deliveryJens Freimann3-25/+24
2014-08-25KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of itDavid Hildenbrand2-3/+9
2014-08-25KVM: s390: synchronize more registers with kvm_runDavid Hildenbrand1-14/+46
2014-08-25KVM: s390: no special machine check deliveryChristian Borntraeger3-66/+0
2014-08-25KVM: s390: clear kvm_dirty_regs when dropping to user spaceDavid Hildenbrand1-4/+2
2014-08-25KVM: s390: factor out get_ilc() functionJens Freimann1-20/+21
2014-08-25KVM: s390: add defines for pfault init delivery codeJens Freimann1-2/+4
2014-08-25KVM: s390: Fix user triggerable bug in dead codeChristian Borntraeger1-13/+0
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář1-0/+4
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras1-0/+1
2014-08-05KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras1-2/+1
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-1/+1
2014-07-31KVM: s390: rework broken SIGP STOP interrupt handlingDavid Hildenbrand1-0/+3
2014-07-30KVM: s390: Fix memory leak on busy SIGP stopChristian Borntraeger1-0/+1
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf1-1/+1
2014-07-21KVM: s390: advertise KVM_CAP_S390_IRQCHIPCornelia Huck1-0/+1
2014-07-21KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand3-15/+1
2014-07-21KVM: s390: move vcpu wakeup code to a central pointDavid Hildenbrand3-23/+22
2014-07-21KVM: s390: remove _bh locking from start_stop_lockDavid Hildenbrand1-4/+4
2014-07-21KVM: s390: remove _bh locking from local_int.lockDavid Hildenbrand3-28/+28
2014-07-21KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand2-36/+8
2014-07-10KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand4-6/+43
2014-07-10KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stoppedDavid Hildenbrand2-8/+3
2014-07-10KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stopDavid Hildenbrand2-19/+20
2014-07-10KVM: s390: allow only one SIGP STOP (AND STORE STATUS) at a timeDavid Hildenbrand1-1/+6
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds13-498/+2963
2014-06-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux into nextLinus Torvalds1-1/+1
2014-05-30KVM: s390: Intercept the tprot instructionMatthew Rosato1-1/+3
2014-05-30KVM: s390: a VCPU is already started when delivering interruptsDavid Hildenbrand1-1/+0
2014-05-30KVM: s390: check the given debug flags, not the set onesDavid Hildenbrand1-1/+1
2014-05-30KVM: s390: clean up interrupt injection in sigp codeJens Freimann1-38/+18
2014-05-30KVM: s390: Enable DAT support for TPROT handlerThomas Huth3-25/+37