summaryrefslogtreecommitdiff
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: Disable dirty log retrieval for UCONTROL guestsJanosch Frank2017-04-181-0/+3
* KVM: s390: fix get_all_floating_irqsJens Freimann2015-05-171-26/+32
* KVM: s390: no need to hold the kvm->mutex for floating interruptsChristian Borntraeger2015-05-171-8/+0
* KVM: s390: Zero out current VMDB of STSI before including level3 data.Ekaterina Tumanova2015-05-171-0/+1
* KVM: s390: reinjection of irqs can fail in the tpi handlerDavid Hildenbrand2015-05-173-5/+8
* KVM: s390: fix handling of write errors in the tpi handlerDavid Hildenbrand2015-05-171-17/+23
* kvm: move advertising of KVM_CAP_IRQFD to common codePaolo Bonzini2015-03-281-1/+0
* KVM: s390: avoid memory leaks if __inject_vm() failsDavid Hildenbrand2015-03-061-1/+5
* KVM: s390: floating irqs: fix user triggerable endless loopDavid Hildenbrand2015-03-061-0/+2
* KVM: s390: base hrtimer on a monotonic clockDavid Hildenbrand2015-03-061-1/+1
* KVM: s390: forward hrtimer if guest ckc not pending yetDavid Hildenbrand2015-03-061-2/+12
* KVM: s390: Fix ipte lockingChristian Borntraeger2015-01-161-6/+14
* KVM: s390: flush CPU on load controlChristian Borntraeger2015-01-161-2/+2
* KVM: s390: Fix size of monitor-class number fieldThomas Huth2015-01-161-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/+0
* 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/+1
* 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/+0
* Merge tag 'kvm-s390-next-20140825' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-08-265-155/+113
|\
| * 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/+3
| * 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/+0
| * KVM: s390: return -EFAULT if lowcore is not mapped during irq deliveryJens Freimann2014-08-253-25/+24
| * 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/+0
| * KVM: s390: clear kvm_dirty_regs when dropping to user spaceDavid Hildenbrand2014-08-251-4/+2
| * KVM: s390: factor out get_ilc() functionJens Freimann2014-08-251-20/+21
| * KVM: s390: add defines for pfault init delivery codeJens Freimann2014-08-251-2/+4
* | Merge tag 'kvm-s390-20140825' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-08-251-13/+0
|\ \ | |/
| * KVM: s390: Fix user triggerable bug in dead codeChristian Borntraeger2014-08-251-13/+0
* | KVM: add kvm_arch_sched_inRadim Krčmář2014-08-211-0/+4
|/
* KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-051-0/+1
* KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras2014-08-051-2/+1
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-1/+1
|\
| * KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
* | KVM: s390: rework broken SIGP STOP interrupt handlingDavid Hildenbrand2014-07-311-0/+3
* | KVM: s390: Fix memory leak on busy SIGP stopChristian Borntraeger2014-07-301-0/+1
* | KVM: s390: advertise KVM_CAP_S390_IRQCHIPCornelia Huck2014-07-211-0/+1
* | KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand2014-07-213-15/+1
* | KVM: s390: move vcpu wakeup code to a central pointDavid Hildenbrand2014-07-213-23/+22