summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/intercept.c
AgeCommit message (Expand)Author
2023-08-31Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2023-08-28KVM: s390: interrupt: Fix single-stepping keyless mode exitsIlya Leoshkevich
2023-08-28KVM: s390: interrupt: Fix single-stepping kernel-emulated instructionsIlya Leoshkevich
2023-08-28KVM: s390: interrupt: Fix single-stepping into program interrupt handlersIlya Leoshkevich
2023-07-29KVM: s390: fix sthyi error handlingHeiko Carstens
2023-07-03s390: fix various typosHeiko Carstens
2023-03-28KVM: s390: pv: fix external interruption loop not always detectedNico Boehr
2022-10-26KVM: s390: sida: sort out physical vs virtual pointers usageNico Boehr
2022-10-26KVM: s390: sort out physical vs virtual pointers usageNico Boehr
2022-07-19KVM: s390: pv: don't present the ecall interrupt twiceNico Boehr
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch
2021-10-25KVM: s390: pv: avoid stalls when making pages secureClaudio Imbrenda
2021-09-28KVM: s390: Function documentation fixesJanosch Frank
2020-12-10KVM: s390: Add memcg accounting to KVM allocationsChristian Borntraeger
2020-03-16Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu
2020-02-27KVM: s390: protvirt: Report CPU state to UltravisorJanosch Frank
2020-02-27KVM: s390: protvirt: Write sthyi data to instruction data areaJanosch Frank
2020-02-27KVM: s390/mm: handle guest unpin eventsClaudio Imbrenda
2020-02-27KVM: s390: protvirt: handle secure guest prefix pagesJanosch Frank
2020-02-27KVM: s390: protvirt: Handle spec exception loopsJanosch Frank
2020-02-27KVM: s390: protvirt: Add SCLP interrupt handlingChristian Borntraeger
2020-02-27KVM: s390: protvirt: Instruction emulationJanosch Frank
2020-02-27KVM: s390: protvirt: Handle SE notification interceptionsJanosch Frank
2018-03-14KVM: s390: add exit io request stats and simplify codeChristian Borntraeger
2018-02-14KVM: s390: use switch vs jump table in intercept.cChristian Borntraeger
2017-12-06KVM: s390: Remove redundant license textGreg Kroah-Hartman
2017-12-06KVM: s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-10-09s390/sthyi: add cache to store hypervisor infoQingFeng Hao
2017-10-09s390/sthyi: reorganize sthyi implementationQingFeng Hao
2017-04-21KVM: s390: Support keyless subset guest modeFarhan Ali
2017-03-22KVM: s390: gs support for kvm guestsFan Zhang
2017-03-21KVM: s390: Use defines for intercept codeFarhan Ali
2017-03-16KVM: s390: Handle sthyi also for instruction interceptChristian Borntraeger
2017-02-06KVM: s390: detect some program check loopsChristian Borntraeger
2017-01-30KVM: s390: guestdbg: filter PER i-fetch on EXECUTE properlyDavid Hildenbrand
2016-10-20KVM: s390: reject invalid modes for runtime instrumentationChristian Borntraeger
2016-09-08KVM: s390: lazy enable RIFan Zhang
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-18KVM: s390: allow user space to handle instr 0x0000David Hildenbrand
2016-07-05KVM: s390: inject PER i-fetch events on applicable icptsDavid Hildenbrand
2016-06-10KVM: s390: Add sthyi emulationJanosch Frank
2016-06-10KVM: s390: Add operation exception interception handlerJanosch Frank
2016-06-10KVM: s390: Add stats for PEI eventsAlexander Yarygin
2016-02-10KVM: s390: irq delivery should not rely on icptcodeDavid Hildenbrand
2016-02-10KVM: s390: clean up prog irq injection on prog irq icptsDavid Hildenbrand
2016-02-10KVM: s390: gaccess: introduce access modesDavid Hildenbrand
2016-02-10KVM: s390: PSW forwarding / rewinding / ilc reworkDavid Hildenbrand
2015-11-30KVM: s390: rewrite vcpu_post_run and drop out earlyDavid Hildenbrand
2015-10-29KVM: s390: use simple switch statement as multiplexerChristian Borntraeger