aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/priv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-30KVM: s390: Enable DAT support for TPROT handlerThomas Huth1-23/+33
2014-05-16KVM: s390: split SIE state guest prefix fieldMichael Mueller1-2/+1
2014-05-16KVM: s390: Improve is_valid_psw()Thomas Huth1-1/+4
2014-04-29KVM: s390: Add low-address protection to TEST BLOCKThomas Huth1-0/+3
2014-04-29KVM: s390: Fixes for PFMFThomas Huth1-4/+14
2014-04-22KVM: s390: emulate stctl and stctgDavid Hildenbrand1-0/+73
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 Huck1-1/+9
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 Carstens1-8/+12
2014-04-22KVM: s390: convert handle_stfl()Heiko Carstens1-3/+3
2014-04-22KVM: s390: make use of ipte lockHeiko Carstens1-0/+18
2014-04-22KVM: s390: make cmma usage conditionallyDominik Dingel1-1/+1
2014-04-22KVM: s390: Don't enable skeys by defaultDominik Dingel1-0/+14
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+1
2014-03-04KVM: s390: Simplify online vcpus counting for stsiJens Freimann1-6/+1
2014-02-21s390/kvm: support collaborative memory managementKonstantin Weitz1-0/+41
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+1
2014-01-16s390: Fix misspellings using 'codespell' toolHendrik Brueckner1-1/+1
2013-11-28KVM: s390: Do not set CC3 for EQBS and SQBSThomas Huth1-2/+0
2013-11-28KVM: s390: Fix access to CR6 in TPI handlerThomas Huth1-1/+1
2013-09-24KVM: s390: Intercept SCK instructionThomas Huth1-0/+33
2013-09-24KVM: s390: Implement TEST BLOCKThomas Huth1-0/+28
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-19/+13
2013-07-29KVM: s390: Add helper function for setting condition codeThomas Huth1-9/+6
2013-07-29KVM: s390: Fix sparse warnings in priv.cThomas Huth1-3/+3
2013-07-29KVM: s390: declare virtual HW facilitiesMichael Mueller1-7/+4
2013-07-29KVM: s390: fix pfmf non-quiescing control handlingHeiko Carstens1-2/+2
2013-06-20KVM: s390: Fixed priority of execution in STSIThomas Huth1-7/+16
2013-06-20KVM: s390: Reworked LCTL and LCTLG instructionsThomas Huth1-1/+77
2013-06-20KVM: s390: Check for access exceptions during TPIThomas Huth1-3/+4
2013-06-20KVM: s390: Privileged operation checks moved to instruction handlersThomas Huth1-24/+39
2013-06-20KVM: s390: Privileged operation check for TPROTThomas Huth1-0/+3
2013-06-20KVM: s390: Renamed PGM_PRIVILEGED_OPERATIONThomas Huth1-9/+7
2013-06-17KVM: s390: Fix epsw instruction decodingThomas Huth1-2/+1
2013-06-17KVM: s390: guest large pagesChristian Borntraeger1-2/+84
2013-05-21s390/kvm: fix psw rewinding in handle_skeyMartin Schwidefsky1-1/+2
2013-04-02KVM: s390: fix compile with !CONFIG_COMPATHeiko Carstens1-0/+1
2013-04-02KVM: s390: fix stsi exception handlingHeiko Carstens1-10/+10
2013-04-02KVM: s390: fix and enforce return code handling for irq injectionsHeiko Carstens1-57/+26
2013-04-02KVM: s390: make if statements in lpsw/lpswe handlers readableHeiko Carstens1-34/+24
2013-04-02KVM: s390: fix return code handling in lpsw/lpswe handlersHeiko Carstens1-30/+14
2013-04-02KVM: s390: fix psw conversion in lpsw handlerHeiko Carstens1-1/+2