summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...Marcelo Tosatti2014-04-2233-501/+2831
|\
| * KVM: s390: Factor out handle_itdb to handle TX abortsMichael Mueller2014-04-221-12/+26
| * KVM: s390: replace TDB_ADDR by __LC_PGM_TDBMichael Mueller2014-04-222-2/+2
| * KVM: s390: Drop pending interrupts on guest exitChristian Borntraeger2014-04-223-2/+5
| * KVM: s390: no timer interrupts when single-stepping a guestDavid Hildenbrand2014-04-222-0/+5
| * KVM: s390: move timer interrupt checks into own functionsDavid Hildenbrand2014-04-221-18/+20
| * KVM: s390: add documentation for diag 501David Hildenbrand2014-04-221-0/+2
| * KVM: s390: hardware support for guest debuggingDavid Hildenbrand2014-04-228-8/+607
| * KVM: s390: kernel header addition for guest debuggingDavid Hildenbrand2014-04-221-0/+20
| * KVM: s390: emulate stctl and stctgDavid Hildenbrand2014-04-226-0/+104
| * KVM: s390: deliver program irq parameters and use correct ilcDavid Hildenbrand2014-04-222-9/+107
| * KVM: s390: extract irq parameters of intercepted program irqsDavid Hildenbrand2014-04-222-4/+79
| * s390: add fields to lowcore definitionJens Freimann2014-04-221-0/+7
| * s390: rename and split lowcore field per_perc_atmidJens Freimann2014-04-224-8/+11
| * s390: fix name of lowcore field at offset 0xa3Jens Freimann2014-04-222-3/+3
| * KVM: s390: cleanup kvm_s390_real_to_abs()Heiko Carstens2014-04-221-8/+16
| * KVM: s390: remove old guest access functionsHeiko Carstens2014-04-221-81/+0
| * 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-223-1/+17
| * 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-222-13/+19
| * KVM: s390: convert kvm_s390_store_status_unloaded()Heiko Carstens2014-04-221-64/+31
| * KVM: s390: convert handle_prog()Heiko Carstens2014-04-221-9/+13
| * KVM: s390: convert pfault codeHeiko Carstens2014-04-222-7/+7
| * KVM: s390: convert handle_stfl()Heiko Carstens2014-04-221-3/+3
| * KVM: s390: convert local irqs in __do_deliver_interrupt()Jens Freimann2014-04-221-38/+43
| * KVM: s390: convert __do_deliver_interrupt()Heiko Carstens2014-04-221-38/+44
| * KVM: s390: make use of ipte lockHeiko Carstens2014-04-225-1/+142
| * KVM: s390/sclp: correctly set eca siif bitHeiko Carstens2014-04-223-3/+30
| * KVM: s390: add architecture compliant guest access functionsHeiko Carstens2014-04-223-1/+709
| * KVM: s390: add lowcore access functionsHeiko Carstens2014-04-221-2/+93
| * KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper functionHeiko Carstens2014-04-222-0/+34
| * KVM: s390: add kvm_s390_logical_to_effective() helperHeiko Carstens2014-04-221-0/+25
| * s390/ctl_reg: add union type for control register 0Heiko Carstens2014-04-221-0/+14
| * s390/ptrace: add struct psw and accessor functionHeiko Carstens2014-04-221-0/+44
| * KVM: s390: export test_vfacility()Heiko Carstens2014-04-222-1/+2
| * KVM: add kvm_is_error_gpa() helperHeiko Carstens2014-04-221-0/+7
| * KVM: s390: allow injecting every kind of interruptJens Freimann2014-04-223-7/+80
| * KVM: s390: Exploiting generic userspace interface for cmmaDominik Dingel2014-04-223-0/+66
| * KVM: s390: make cmma usage conditionallyDominik Dingel2014-04-225-31/+44
| * KVM: s390: Per-vm kvm device controlsDominik Dingel2014-04-224-4/+69
| * KVM: s390: Add proper dirty bitmap support to S390 kvm.Jason J. Herne2014-04-222-3/+50
| * KVM: s390/mm: new gmap_test_and_clear_dirty functionDominik Dingel2014-04-222-0/+23