summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/priv.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: fix pfmf intercept handlerHeiko Carstens2015-11-191-1/+1
* KVM: s390: factor out and fix setting of guest TOD clockDavid Hildenbrand2015-10-131-12/+3
* KVM: s390: switch to get_tod_clock() and fix STP sync racesDavid Hildenbrand2015-10-131-6/+2
* KVM: s390: host STP toleration for VMsFan Zhang2015-08-041-0/+2
* KVM: s390: adapt debug entries for instruction handlingChristian Borntraeger2015-07-291-10/+12
* KVM: s390: VCPU_EVENT cleanup for prefix changesChristian Borntraeger2015-07-291-2/+0
* KVM: s390: clean up cmma_enable checkDominik Dingel2015-07-291-1/+1
* KVM: s390: Enable guest EDAT2 supportGuenther Hutzl2015-05-081-2/+6
* KVM: s390: deliver floating interrupts in order of priorityJens Freimann2015-03-311-3/+6
* KVM: s390: introduce post handlers for STSIEkaterina Tumanova2015-03-171-1/+16
* KVM: s390: Guest's memory access functions get access registersAlexander Yarygin2015-03-171-29/+43
* KVM: s390: Fix low-address protection for real addressesAlexander Yarygin2015-03-171-2/+2
* KVM: s390: reinjection of irqs can fail in the tpi handlerDavid Hildenbrand2015-03-061-1/+4
* KVM: s390: fix handling of write errors in the tpi handlerDavid Hildenbrand2015-03-061-17/+23
* KVM: s390: Zero out current VMDB of STSI before including level3 data.Ekaterina Tumanova2015-03-061-0/+1
* KVM: s390: include guest facilities in kvm facility testMichael Mueller2015-03-041-1/+1
* KVM: s390: use facilities and cpu_id per KVMMichael Mueller2015-02-091-4/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-181-50/+45
|\
| * KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instructionThomas Huth2014-11-281-8/+4
| * KVM: s390: Small fixes for the PFMF handlerThomas Huth2014-11-281-4/+7
| * KVM: s390: fix handling of lctl[g]/stctl[g]Heiko Carstens2014-11-071-36/+32
| * KVM: s390: flush CPU on load controlChristian Borntraeger2014-11-071-2/+2
* | s390/mm: disable KSM for storage key enabled pagesDominik Dingel2014-10-271-5/+12
|/
* KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky2014-08-251-1/+1
* KVM: s390: no special machine check deliveryChristian Borntraeger2014-08-251-9/+0
* KVM: s390: Enable DAT support for TPROT handlerThomas Huth2014-05-301-23/+33
* KVM: s390: split SIE state guest prefix fieldMichael Mueller2014-05-161-2/+1
* KVM: s390: Improve is_valid_psw()Thomas Huth2014-05-161-1/+4
* KVM: s390: Add low-address protection to TEST BLOCKThomas Huth2014-04-291-0/+3
* KVM: s390: Fixes for PFMFThomas Huth2014-04-291-4/+14
* KVM: s390: emulate stctl and stctgDavid Hildenbrand2014-04-221-0/+73
* KVM: s390: convert handle_stsi()Heiko Carstens2014-04-221-4/+5
* KVM: s390: convert handle lctl[g]()Heiko Carstens2014-04-221-19/+17
* KVM: s390: convert handle_stidp()Heiko Carstens2014-04-221-2/+5
* KVM: s390: convert handle_lpsw[e]()Heiko Carstens2014-04-221-4/+9
* KVM: s390: reinject io interrupt on tpi failureCornelia Huck2014-04-221-1/+9
* KVM: s390: convert handle_tpi()Heiko Carstens2014-04-221-11/+17
* KVM: s390: convert handle_test_block()Heiko Carstens2014-04-221-4/+2
* KVM: s390: convert handle_store_cpu_address()Heiko Carstens2014-04-221-7/+10
* KVM: s390: convert handle_store_prefix()Heiko Carstens2014-04-221-2/+4
* KVM: s390: convert handle_set_clock()Heiko Carstens2014-04-221-3/+4
* KVM: s390: convert __sigp_set_prefix()/handle_set_prefix()Heiko Carstens2014-04-221-8/+12
* KVM: s390: convert handle_stfl()Heiko Carstens2014-04-221-3/+3
* KVM: s390: make use of ipte lockHeiko Carstens2014-04-221-0/+18
* KVM: s390: make cmma usage conditionallyDominik Dingel2014-04-221-1/+1
* KVM: s390: Don't enable skeys by defaultDominik Dingel2014-04-221-0/+14
* Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-021-6/+1
|\
| * KVM: s390: Simplify online vcpus counting for stsiJens Freimann2014-03-041-6/+1
* | s390/kvm: support collaborative memory managementKonstantin Weitz2014-02-211-0/+41
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-221-3/+1
|\