aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/intercept.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-21KVM: s390: Add capability that forwards operation exceptionsJanosch Frank1-0/+3
2025-05-28KVM: s390: Simplify and move pv codeClaudio Imbrenda1-7/+3
2025-05-28s390: Remove unneeded includesClaudio Imbrenda1-0/+1
2025-03-17KVM: s390: Don't use %pK through debug printingThomas Weißschuh1-1/+1
2025-01-31KVM: s390: get rid of gmap_fault()Claudio Imbrenda1-2/+2
2025-01-31KVM: s390: move pv gmap functions into kvmClaudio Imbrenda1-1/+2
2024-10-29s390/kvm: Remove kvm_arch_fault_in_page()Claudio Imbrenda1-2/+2
2023-08-31Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-6/+32
2023-08-28KVM: s390: interrupt: Fix single-stepping keyless mode exitsIlya Leoshkevich1-2/+2
2023-08-28KVM: s390: interrupt: Fix single-stepping kernel-emulated instructionsIlya Leoshkevich1-3/+14
2023-08-28KVM: s390: interrupt: Fix single-stepping into program interrupt handlersIlya Leoshkevich1-1/+16
2023-07-29KVM: s390: fix sthyi error handlingHeiko Carstens1-3/+6
2023-07-03s390: fix various typosHeiko Carstens1-1/+1
2023-03-28KVM: s390: pv: fix external interruption loop not always detectedNico Boehr1-8/+24
2022-10-26KVM: s390: sida: sort out physical vs virtual pointers usageNico Boehr1-4/+3
2022-10-26KVM: s390: sort out physical vs virtual pointers usageNico Boehr1-1/+1
2022-07-19KVM: s390: pv: don't present the ecall interrupt twiceNico Boehr1-0/+15
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch1-6/+6
2021-10-25KVM: s390: pv: avoid stalls when making pages secureClaudio Imbrenda1-0/+5
2021-09-28KVM: s390: Function documentation fixesJanosch Frank1-1/+3
2020-12-10KVM: s390: Add memcg accounting to KVM allocationsChristian Borntraeger1-1/+1
2020-03-16Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-6/+116
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu1-1/+0
2020-02-27KVM: s390: protvirt: Report CPU state to UltravisorJanosch Frank1-0/+4
2020-02-27KVM: s390: protvirt: Write sthyi data to instruction data areaJanosch Frank1-5/+10
2020-02-27KVM: s390/mm: handle guest unpin eventsClaudio Imbrenda1-0/+29
2020-02-27KVM: s390: protvirt: handle secure guest prefix pagesJanosch Frank1-0/+18
2020-02-27KVM: s390: protvirt: Handle spec exception loopsJanosch Frank1-0/+7
2020-02-27KVM: s390: protvirt: Add SCLP interrupt handlingChristian Borntraeger1-0/+27
2020-02-27KVM: s390: protvirt: Instruction emulationJanosch Frank1-0/+11
2020-02-27KVM: s390: protvirt: Handle SE notification interceptionsJanosch Frank1-1/+10
2018-03-14KVM: s390: add exit io request stats and simplify codeChristian Borntraeger1-13/+4
2018-02-14KVM: s390: use switch vs jump table in intercept.cChristian Borntraeger1-22/+29
2017-12-06KVM: s390: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-12-06KVM: s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-10-09s390/sthyi: add cache to store hypervisor infoQingFeng Hao1-10/+0
2017-10-09s390/sthyi: reorganize sthyi implementationQingFeng Hao1-0/+66
2017-04-21KVM: s390: Support keyless subset guest modeFarhan Ali1-0/+3
2017-03-22KVM: s390: gs support for kvm guestsFan Zhang1-0/+1
2017-03-21KVM: s390: Use defines for intercept codeFarhan Ali1-10/+10
2017-03-16KVM: s390: Handle sthyi also for instruction interceptChristian Borntraeger1-2/+1
2017-02-06KVM: s390: detect some program check loopsChristian Borntraeger1-0/+21
2017-01-30KVM: s390: guestdbg: filter PER i-fetch on EXECUTE properlyDavid Hildenbrand1-1/+3
2016-10-20KVM: s390: reject invalid modes for runtime instrumentationChristian Borntraeger1-2/+7
2016-09-08KVM: s390: lazy enable RIFan Zhang1-0/+1
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+31
2016-07-18KVM: s390: allow user space to handle instr 0x0000David Hildenbrand1-0/+3
2016-07-05KVM: s390: inject PER i-fetch events on applicable icptsDavid Hildenbrand1-3/+14
2016-06-10KVM: s390: Add sthyi emulationJanosch Frank1-0/+4
2016-06-10KVM: s390: Add operation exception interception handlerJanosch Frank1-0/+11
2016-06-10KVM: s390: Add stats for PEI eventsAlexander Yarygin1-0/+2
2016-02-10KVM: s390: irq delivery should not rely on icptcodeDavid Hildenbrand1-0/+2
2016-02-10KVM: s390: clean up prog irq injection on prog irq icptsDavid Hildenbrand1-21/+20
2016-02-10KVM: s390: gaccess: introduce access modesDavid Hildenbrand1-2/+2
2016-02-10KVM: s390: PSW forwarding / rewinding / ilc reworkDavid Hildenbrand1-8/+23
2015-11-30KVM: s390: rewrite vcpu_post_run and drop out earlyDavid Hildenbrand1-4/+3
2015-10-29KVM: s390: use simple switch statement as multiplexerChristian Borntraeger1-21/+21
2015-05-08KVM: s390: drop handling of interception code 12David Hildenbrand1-16/+0
2015-03-17KVM: s390: Guest's memory access functions get access registersAlexander Yarygin1-2/+2
2015-03-06KVM: s390: Vector exceptionsEric Farman1-0/+1
2015-01-23KVM: s390: Take addressing mode into account for MVPG interceptionThomas Huth1-6/+8
2015-01-23KVM: s390: only one external call may be pending at a timeDavid Hildenbrand1-3/+5
2015-01-23KVM: s390: a VCPU may only stop when no interrupts are left pendingDavid Hildenbrand1-0/+4
2015-01-23KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand1-5/+10
2014-11-28KVM: s390: handle pending local interrupts via bitmapJens Freimann1-2/+2
2014-11-28KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instructionThomas Huth1-2/+14
2014-07-10KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand1-1/+2
2014-07-10KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stopDavid Hildenbrand1-19/+12
2014-05-16KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand1-0/+4
2014-05-16KVM: s390: Improved MVPG partial execution handlerThomas Huth1-16/+9
2014-05-16KVM: s390: Avoid endless loops of specification exceptionsThomas Huth1-1/+9
2014-05-06KVM: s390: Fix external interrupt interceptionThomas Huth1-4/+45
2014-04-29KVM: s390: introduce kvm_s390_vcpu_{start,stop}David Hildenbrand1-2/+1
2014-04-29KVM: s390: Handle MVPG partial execution interceptionThomas Huth1-1/+54
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 Mueller1-1/+2
2014-04-22KVM: s390: hardware support for guest debuggingDavid Hildenbrand1-0/+9
2014-04-22KVM: s390: emulate stctl and stctgDavid Hildenbrand1-0/+1
2014-04-22KVM: s390: extract irq parameters of intercepted program irqsDavid Hildenbrand1-1/+64
2014-04-22KVM: s390: convert handle_prog()Heiko Carstens1-9/+13
2014-01-17KVM: s390: enable Transactional ExecutionMichael Mueller1-0/+11
2013-09-24KVM: s390: Remove dead "rerun vcpu" codeThomas Huth1-6/+0
2013-06-20KVM: s390: Reworked LCTL and LCTLG instructionsThomas Huth1-83/+2
2013-05-21s390/kvm: Kick guests out of sie if prefix page host pte is touchedChristian Borntraeger1-37/+2
2013-04-02KVM: s390: fix and enforce return code handling for irq injectionsHeiko Carstens1-8/+4
2013-03-07s390/kvm,gaccess: add address space annotationsHeiko Carstens1-2/+2
2013-03-07s390/kvm,gaccess: shorten put/get_guest codeHeiko Carstens1-3/+3
2013-03-07s390/kvm: remove explicit -EFAULT return code checking on guest accessHeiko Carstens1-2/+2
2013-01-07KVM: s390: Add support for channel I/O instructions.Cornelia Huck1-0/+1
2013-01-07KVM: s390: In-kernel handling of I/O instructions.Cornelia Huck1-3/+16
2013-01-07KVM: s390: Add support for machine checks.Cornelia Huck1-0/+2
2013-01-07KVM: s390: Decoding helper functions.Cornelia Huck1-15/+6
2013-01-07KVM: s390: Constify intercept handler tables.Cornelia Huck1-1/+1
2012-07-26KVM: s390: Add implementation-specific trace eventsCornelia Huck1-0/+3
2012-07-26KVM: s390: Add architectural trace eventsCornelia Huck1-0/+8
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+2
2012-04-30KVM: s390: Handle sckpf instructionCornelia Huck1-0/+1
2012-03-08KVM: s390: do store status after handling STOP_ON_STOP bitJens Freimann1-8/+12
2012-03-05KVM: s390: provide general purpose guest registers via kvm_runChristian Borntraeger1-2/+2
2011-11-17KVM: s390: Fix RUNNING flag misinterpretationCornelia Huck1-1/+2
2011-07-24[S390] Use gmap translation for accessing guest memoryCarsten Otte1-10/+14
2011-07-24[S390] use gmap address spaces for kvm guest imagesCarsten Otte1-1/+17
2011-07-24[S390] kvm: handle tprot interceptsChristian Borntraeger1-0/+1
2010-08-01KVM: s390: Fix build failure due to centralized vcpu locking patchesChristian Borntraeger1-1/+1
2010-02-26[S390] Replace ENOTSUPP usage with EOPNOTSUPPHeiko Carstens1-9/+9
2010-01-25KVM: S390: fix potential array overrun in intercept handlingChristian Borntraeger1-2/+2
2009-09-10KVM: s390: streamline memslot handlingChristian Ehrhardt1-3/+3
2009-09-10KVM: s390: infrastructure to kick vcpus out of guest stateChristian Ehrhardt1-3/+9
2009-06-10KVM: s390: Sanity check on validity interceptCarsten Otte1-10/+18
2009-03-24KVM: s390: Fix problem state check for b2 interceptsChristian Borntraeger1-1/+1
2008-07-27KVM: s390: Fix possible host kernel bug on lctl(g) handlingChristian Borntraeger1-0/+6
2008-07-27KVM: s390: Fix instruction naming for lctlgChristian Borntraeger1-4/+4
2008-05-07[S390] s390-kvm: leave sie context on work. Removes preemption requirementChristian Borntraeger1-0/+3
2008-04-27KVM: s390: intercepts for diagnose instructionsChristian Borntraeger1-0/+1
2008-04-27KVM: s390: interprocessor communication via sigpChristian Borntraeger1-2/+20
2008-04-27KVM: s390: intercepts for privileged instructionsChristian Borntraeger1-0/+1
2008-04-27KVM: s390: interrupt subsystem, cpu timer, waitpswCarsten Otte1-0/+116
2008-04-27KVM: s390: sie intercept handlingChristian Borntraeger1-0/+80