summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/intercept.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: add exit io request stats and simplify codeChristian Borntraeger2018-03-141-13/+4Star
* KVM: s390: use switch vs jump table in intercept.cChristian Borntraeger2018-02-141-22/+29
* KVM: s390: Remove redundant license textGreg Kroah-Hartman2017-12-061-4/+0Star
* KVM: s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-12-061-0/+1
* s390/sthyi: add cache to store hypervisor infoQingFeng Hao2017-10-091-10/+0Star
* s390/sthyi: reorganize sthyi implementationQingFeng Hao2017-10-091-0/+66
* KVM: s390: Support keyless subset guest modeFarhan Ali2017-04-211-0/+3
* KVM: s390: gs support for kvm guestsFan Zhang2017-03-221-0/+1
* KVM: s390: Use defines for intercept codeFarhan Ali2017-03-211-10/+10
* KVM: s390: Handle sthyi also for instruction interceptChristian Borntraeger2017-03-161-2/+1Star
* KVM: s390: detect some program check loopsChristian Borntraeger2017-02-061-0/+21
* KVM: s390: guestdbg: filter PER i-fetch on EXECUTE properlyDavid Hildenbrand2017-01-301-1/+3
* KVM: s390: reject invalid modes for runtime instrumentationChristian Borntraeger2016-10-201-2/+7
* KVM: s390: lazy enable RIFan Zhang2016-09-081-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-2/+31
|\
| * KVM: s390: allow user space to handle instr 0x0000David Hildenbrand2016-07-181-0/+3
| * KVM: s390: inject PER i-fetch events on applicable icptsDavid Hildenbrand2016-07-051-3/+14
| * KVM: s390: Add sthyi emulationJanosch Frank2016-06-101-0/+4
| * KVM: s390: Add operation exception interception handlerJanosch Frank2016-06-101-0/+11
* | KVM: s390: Add stats for PEI eventsAlexander Yarygin2016-06-101-0/+2
|/
* KVM: s390: irq delivery should not rely on icptcodeDavid Hildenbrand2016-02-101-0/+2
* KVM: s390: clean up prog irq injection on prog irq icptsDavid Hildenbrand2016-02-101-21/+20Star
* KVM: s390: gaccess: introduce access modesDavid Hildenbrand2016-02-101-2/+2
* KVM: s390: PSW forwarding / rewinding / ilc reworkDavid Hildenbrand2016-02-101-8/+23
* KVM: s390: rewrite vcpu_post_run and drop out earlyDavid Hildenbrand2015-11-301-4/+3Star
* KVM: s390: use simple switch statement as multiplexerChristian Borntraeger2015-10-291-21/+21
* KVM: s390: drop handling of interception code 12David Hildenbrand2015-05-081-16/+0Star
* KVM: s390: Guest's memory access functions get access registersAlexander Yarygin2015-03-171-2/+2
* KVM: s390: Vector exceptionsEric Farman2015-03-061-0/+1
* KVM: s390: Take addressing mode into account for MVPG interceptionThomas Huth2015-01-231-6/+8
* KVM: s390: only one external call may be pending at a timeDavid Hildenbrand2015-01-231-3/+5
* KVM: s390: a VCPU may only stop when no interrupts are left pendingDavid Hildenbrand2015-01-231-0/+4
* KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand2015-01-231-5/+10
* KVM: s390: handle pending local interrupts via bitmapJens Freimann2014-11-281-2/+2
* KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instructionThomas Huth2014-11-281-2/+14
* KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand2014-07-101-1/+2
* KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stopDavid Hildenbrand2014-07-101-19/+12Star
* KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand2014-05-161-0/+4
* KVM: s390: Improved MVPG partial execution handlerThomas Huth2014-05-161-16/+9Star
* KVM: s390: Avoid endless loops of specification exceptionsThomas Huth2014-05-161-1/+9
* KVM: s390: Fix external interrupt interceptionThomas Huth2014-05-061-4/+45
* KVM: s390: introduce kvm_s390_vcpu_{start,stop}David Hildenbrand2014-04-291-2/+1Star
* KVM: s390: Handle MVPG partial execution interceptionThomas Huth2014-04-291-1/+54
* 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-221-1/+2
* KVM: s390: hardware support for guest debuggingDavid Hildenbrand2014-04-221-0/+9
* KVM: s390: emulate stctl and stctgDavid Hildenbrand2014-04-221-0/+1
* KVM: s390: extract irq parameters of intercepted program irqsDavid Hildenbrand2014-04-221-1/+64
* KVM: s390: convert handle_prog()Heiko Carstens2014-04-221-9/+13
* KVM: s390: enable Transactional ExecutionMichael Mueller2014-01-171-0/+11