aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-12/+6
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-583/+954
2014-12-18s390/kvm: REPLACE barrier fixup with READ_ONCEChristian Borntraeger1-12/+6
2014-12-04KVM: s390: clean up return code handling in irq delivery codeJens Freimann1-13/+13
2014-12-04KVM: s390: use atomic bitops to access pending_irqs bitmapJens Freimann1-2/+2
2014-12-04KVM: s390: some ext irqs have to clear the ext cpu addrDavid Hildenbrand1-0/+3
2014-11-28KVM: s390: allow injecting all kinds of machine checksJens Freimann1-3/+11
2014-11-28KVM: s390: handle pending local interrupts via bitmapJens Freimann5-280/+380
2014-11-28KVM: s390: refactor interrupt delivery codeJens Freimann1-177/+282
2014-11-28KVM: s390: add defines for virtio and pfault interrupt codeJens Freimann1-2/+4
2014-11-28KVM: s390: external param not valid for cpu timer and ckcDavid Hildenbrand1-4/+2
2014-11-28KVM: s390: refactor interrupt injection codeJens Freimann1-54/+167
2014-11-28KVM: s390: trigger the right CPU exit for floating interruptsChristian Borntraeger1-1/+11
2014-11-28KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instructionThomas Huth3-12/+22
2014-11-28KVM: s390: Small fixes for the PFMF handlerThomas Huth1-4/+7
2014-11-07Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini2-44/+48
2014-11-07KVM: s390: fix handling of lctl[g]/stctl[g]Heiko Carstens1-36/+32
2014-11-07KVM: s390: flush CPU on load controlChristian Borntraeger1-2/+2
2014-11-07KVM: s390: Fix ipte lockingChristian Borntraeger1-6/+14
2014-10-28KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS)David Hildenbrand1-7/+18
2014-10-28KVM: s390: sigp: inject emergency calls in a separate functionDavid Hildenbrand1-3/+9
2014-10-28KVM: s390: sigp: instruction counters for all sigp ordersDavid Hildenbrand2-1/+14
2014-10-28KVM: s390: sigp: separate preparation handlersDavid Hildenbrand1-15/+32
2014-10-28KVM: s390: sigp: move target cpu checks into dispatcherDavid Hildenbrand1-91/+48
2014-10-28KVM: s390: sigp: dispatch orders with one target in a separate functionDavid Hildenbrand1-31/+43
2014-10-28KVM: s390: Fix size of monitor-class number fieldThomas Huth1-1/+1
2014-10-28KVM: s390: Make the simple ipte mutex specific to a VM instead of globalThomas Huth2-11/+10
2014-10-27s390/mm: disable KSM for storage key enabled pagesDominik Dingel1-5/+12
2014-10-27s390/mm: recfactor global pgste updatesDominik Dingel1-1/+1
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