summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2014-04-22KVM: s390: Factor out handle_itdb to handle TX abortsMichael Mueller1-12/+26
2014-04-22KVM: s390: replace TDB_ADDR by __LC_PGM_TDBMichael Mueller2-2/+2
2014-04-22KVM: s390: Drop pending interrupts on guest exitChristian Borntraeger3-2/+5
2014-04-22KVM: s390: no timer interrupts when single-stepping a guestDavid Hildenbrand2-0/+5
2014-04-22KVM: s390: move timer interrupt checks into own functionsDavid Hildenbrand1-18/+20
2014-04-22KVM: s390: hardware support for guest debuggingDavid Hildenbrand8-8/+607
2014-04-22KVM: s390: kernel header addition for guest debuggingDavid Hildenbrand1-0/+20
2014-04-22KVM: s390: emulate stctl and stctgDavid Hildenbrand6-0/+104
2014-04-22KVM: s390: deliver program irq parameters and use correct ilcDavid Hildenbrand2-9/+107
2014-04-22KVM: s390: extract irq parameters of intercepted program irqsDavid Hildenbrand2-4/+79
2014-04-22s390: add fields to lowcore definitionJens Freimann1-0/+7
2014-04-22s390: rename and split lowcore field per_perc_atmidJens Freimann4-8/+11
2014-04-22s390: fix name of lowcore field at offset 0xa3Jens Freimann2-3/+3
2014-04-22KVM: s390: cleanup kvm_s390_real_to_abs()Heiko Carstens1-8/+16
2014-04-22KVM: s390: remove old guest access functionsHeiko Carstens1-81/+0
2014-04-22KVM: s390: convert handle_stsi()Heiko Carstens1-4/+5
2014-04-22KVM: s390: convert handle lctl[g]()Heiko Carstens1-19/+17
2014-04-22KVM: s390: convert handle_stidp()Heiko Carstens1-2/+5
2014-04-22KVM: s390: convert handle_lpsw[e]()Heiko Carstens1-4/+9
2014-04-22KVM: s390: reinject io interrupt on tpi failureCornelia Huck3-1/+17
2014-04-22KVM: s390: convert handle_tpi()Heiko Carstens1-11/+17
2014-04-22KVM: s390: convert handle_test_block()Heiko Carstens1-4/+2
2014-04-22KVM: s390: convert handle_store_cpu_address()Heiko Carstens1-7/+10
2014-04-22KVM: s390: convert handle_store_prefix()Heiko Carstens1-2/+4
2014-04-22KVM: s390: convert handle_set_clock()Heiko Carstens1-3/+4
2014-04-22KVM: s390: convert __sigp_set_prefix()/handle_set_prefix()Heiko Carstens2-13/+19
2014-04-22KVM: s390: convert kvm_s390_store_status_unloaded()Heiko Carstens1-64/+31
2014-04-22KVM: s390: convert handle_prog()Heiko Carstens1-9/+13
2014-04-22KVM: s390: convert pfault codeHeiko Carstens2-7/+7
2014-04-22KVM: s390: convert handle_stfl()Heiko Carstens1-3/+3
2014-04-22KVM: s390: convert local irqs in __do_deliver_interrupt()Jens Freimann1-38/+43
2014-04-22KVM: s390: convert __do_deliver_interrupt()Heiko Carstens1-38/+44
2014-04-22KVM: s390: make use of ipte lockHeiko Carstens5-1/+142
2014-04-22KVM: s390/sclp: correctly set eca siif bitHeiko Carstens2-2/+9
2014-04-22KVM: s390: add architecture compliant guest access functionsHeiko Carstens3-1/+709
2014-04-22KVM: s390: add lowcore access functionsHeiko Carstens1-2/+93
2014-04-22KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper functionHeiko Carstens2-0/+34
2014-04-22KVM: s390: add kvm_s390_logical_to_effective() helperHeiko Carstens1-0/+25
2014-04-22s390/ctl_reg: add union type for control register 0Heiko Carstens1-0/+14
2014-04-22s390/ptrace: add struct psw and accessor functionHeiko Carstens1-0/+44
2014-04-22KVM: s390: export test_vfacility()Heiko Carstens2-1/+2
2014-04-22KVM: s390: allow injecting every kind of interruptJens Freimann3-7/+80
2014-04-22KVM: s390: Exploiting generic userspace interface for cmmaDominik Dingel2-0/+50
2014-04-22KVM: s390: make cmma usage conditionallyDominik Dingel5-31/+44
2014-04-22KVM: s390: Per-vm kvm device controlsDominik Dingel1-0/+54
2014-04-22KVM: s390: Add proper dirty bitmap support to S390 kvm.Jason J. Herne1-1/+50
2014-04-22KVM: s390/mm: new gmap_test_and_clear_dirty functionDominik Dingel2-0/+23
2014-04-22KVM: s390/mm: use software dirty bit detection for user dirty trackingMartin Schwidefsky2-82/+59
2014-04-22KVM: s390: Don't enable skeys by defaultDominik Dingel5-1/+33
2014-04-22KVM: s390: Allow skeys to be enabled for the current processDominik Dingel2-0/+24