summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2014-12-211-12/+6Star
|\
| * s390/kvm: REPLACE barrier fixup with READ_ONCEChristian Borntraeger2014-12-181-12/+6Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-197-583/+954
|\ \
| * | KVM: s390: clean up return code handling in irq delivery codeJens Freimann2014-12-041-13/+13
| * | KVM: s390: use atomic bitops to access pending_irqs bitmapJens Freimann2014-12-041-2/+2
| * | KVM: s390: some ext irqs have to clear the ext cpu addrDavid Hildenbrand2014-12-041-0/+3
| * | KVM: s390: allow injecting all kinds of machine checksJens Freimann2014-11-281-3/+11
| * | KVM: s390: handle pending local interrupts via bitmapJens Freimann2014-11-285-280/+380
| * | KVM: s390: refactor interrupt delivery codeJens Freimann2014-11-281-177/+282
| * | KVM: s390: add defines for virtio and pfault interrupt codeJens Freimann2014-11-281-2/+4
| * | KVM: s390: external param not valid for cpu timer and ckcDavid Hildenbrand2014-11-281-4/+2Star
| * | KVM: s390: refactor interrupt injection codeJens Freimann2014-11-281-54/+167
| * | KVM: s390: trigger the right CPU exit for floating interruptsChristian Borntraeger2014-11-281-1/+11
| * | KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instructionThomas Huth2014-11-283-12/+22
| * | KVM: s390: Small fixes for the PFMF handlerThomas Huth2014-11-281-4/+7
| * | Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-11-072-44/+48
| |\ \
| | * | KVM: s390: fix handling of lctl[g]/stctl[g]Heiko Carstens2014-11-071-36/+32Star
| | * | KVM: s390: flush CPU on load controlChristian Borntraeger2014-11-071-2/+2
| | |/
| | * KVM: s390: Fix ipte lockingChristian Borntraeger2014-11-071-6/+14
| * | KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS)David Hildenbrand2014-10-281-7/+18
| * | KVM: s390: sigp: inject emergency calls in a separate functionDavid Hildenbrand2014-10-281-3/+9
| * | KVM: s390: sigp: instruction counters for all sigp ordersDavid Hildenbrand2014-10-282-1/+14
| * | KVM: s390: sigp: separate preparation handlersDavid Hildenbrand2014-10-281-15/+32
| * | KVM: s390: sigp: move target cpu checks into dispatcherDavid Hildenbrand2014-10-281-91/+48Star
| * | KVM: s390: sigp: dispatch orders with one target in a separate functionDavid Hildenbrand2014-10-281-31/+43
| * | KVM: s390: Fix size of monitor-class number fieldThomas Huth2014-10-281-1/+1
| * | KVM: s390: Make the simple ipte mutex specific to a VM instead of globalThomas Huth2014-10-282-11/+10Star
| |/
* | s390/mm: disable KSM for storage key enabled pagesDominik Dingel2014-10-271-5/+12
* | s390/mm: recfactor global pgste updatesDominik Dingel2014-10-271-1/+1
|/
* KVM: s390: count vcpu wakeups in stat.halt_wakeupDavid Hildenbrand2014-10-012-0/+2
* KVM: s390/facilities: allow TOD-CLOCK steering facility bitChristian Borntraeger2014-10-011-1/+1
* KVM: s390: register flic ops dynamicallyCornelia Huck2014-09-172-1/+3
* KVM: s390/interrupt: remove double assignmentChristian Borntraeger2014-09-101-1/+0Star
* KVM: s390/cmm: Fix prefix handling for diag 10 balloonChristian Borntraeger2014-09-101-8/+18
* KVM: s390: get rid of constant condition in ipte_unlock_simpleChristian Borntraeger2014-09-101-2/+1Star
* KVM: s390: unintended fallthrough for external callChristian Borntraeger2014-09-101-0/+1
* KVM: s390: Limit guest size to 16TBChristian Borntraeger2014-09-101-1/+1
* KVM: s390: add __must_check to interrupt deliver functionsChristian Borntraeger2014-09-102-7/+7
* KVM: CPACF: Enable MSA4 instructions for kvm guestTony Krowiak2014-09-101-0/+33
* KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-1/+1
* KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-291-43/+0Star
* Merge tag 'kvm-s390-next-20140825' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-08-265-155/+113Star
|\
| * KVM: s390/mm: support gmap page tables with less than 5 levelsMartin Schwidefsky2014-08-261-2/+2
| * KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky2014-08-261-15/+3Star
| * KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky2014-08-254-8/+8
| * KVM: s390: don't use kvm lock in interrupt injection codeJens Freimann2014-08-251-2/+0Star
| * KVM: s390: return -EFAULT if lowcore is not mapped during irq deliveryJens Freimann2014-08-253-25/+24Star
| * KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of itDavid Hildenbrand2014-08-252-3/+9
| * KVM: s390: synchronize more registers with kvm_runDavid Hildenbrand2014-08-251-14/+46
| * KVM: s390: no special machine check deliveryChristian Borntraeger2014-08-253-66/+0Star