aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-169/+64
9 daysMerge tag 'kvm-s390-next-6.19-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-167/+62
14 daysKVM: s390: Use generic VIRT_XFER_TO_GUEST_WORK functionsAndrew Donnellan1-7/+18
2025-11-27KVM: s390: Enable and disable interrupts in entry codeHeiko Carstens1-5/+0
2025-11-27KVM: s390: Add signal_exits counterAndrew Donnellan1-1/+3
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-21KVM: s390: Add capability that forwards operation exceptionsJanosch Frank1-0/+7
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson1-2/+2
2025-10-20KVM: s390: Replace sprintf with snprintf for buffer safetyJosephine Pfeiffer1-1/+1
2025-10-20KVM: s390: Remove unused return variable in kvm_arch_vcpu_ioctl_set_fpuThorsten Blum1-3/+1
2025-10-20KVM: S390: Remove sca_lockChristoph Schlameuss1-25/+9
2025-10-20KVM: s390: Use ESCA instead of BSCA at VM initChristoph Schlameuss1-137/+35
2025-10-09Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+3
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens1-3/+3
2025-09-09KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusionClaudio Imbrenda1-12/+12
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+39
2025-07-21KVM: s390: Rework guest entry logicMark Rutland1-12/+39
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens1-0/+1
2025-05-28KVM: s390: Simplify and move pv codeClaudio Imbrenda1-3/+2
2025-05-28KVM: s390: Refactor and split some gmap helpersClaudio Imbrenda1-1/+4
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+5
2025-03-31Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-5/+5
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-8/+10
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-03-17KVM: s390: Don't use %pK through debug printingThomas Weißschuh1-5/+5
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda1-10/+15
2025-03-04s390/kvm: Convert MACHINE_HAS_ESOP to machine_has_esop()Heiko Carstens1-5/+5
2025-03-04s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()Heiko Carstens1-1/+2
2025-03-04s390/cpufeature: Convert MACHINE_HAS_GS to cpu_has_gs()Heiko Carstens1-2/+3
2025-02-18KVM: s390: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-01-31KVM: s390: move some gmap shadowing functions away from mm/gmap.cClaudio Imbrenda1-3/+71
2025-01-31KVM: s390: use __kvm_faultin_pfn()Claudio Imbrenda1-27/+99
2025-01-31KVM: s390: move pv gmap functions into kvmClaudio Imbrenda1-0/+1
2025-01-31KVM: s390: fake memslot for ucontrol VMsClaudio Imbrenda1-1/+16
2025-01-31KVM: s390: wrapper for KVM_BUGClaudio Imbrenda1-9/+10
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+2
2024-11-27KVM: s390: Use try_cmpxchg() instead of cmpxchg() loopsHeiko Carstens1-2/+2
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+41
2024-11-13s390/kvm: Convert to use flag output macrosHeiko Carstens1-5/+5
2024-11-11KVM: s390: add gen17 facilities to CPU modelHendrik Brueckner1-0/+8
2024-11-11KVM: s390: add msa11 to cpu modelHendrik Brueckner1-2/+11
2024-11-11KVM: s390: add concurrent-function facility to cpu modelHendrik Brueckner1-0/+22
2024-11-07s390/kvm: Mask extra bits from program interrupt codeClaudio Imbrenda1-1/+1
2024-10-31s390/kvm: Initialize uninitialized flags variableClaudio Imbrenda1-1/+1
2024-10-29s390/kvm: Stop using gmap_{en,dis}able()Claudio Imbrenda1-6/+1
2024-10-29s390/mm/fault: Handle guest-related program interrupts in KVMClaudio Imbrenda1-22/+103
2024-10-29s390/kvm: Remove kvm_arch_fault_in_page()Claudio Imbrenda1-17/+1
2024-08-19KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_queryHariharan Mari1-9/+18
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+6
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+3
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-8/+3
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-0/+1
2024-07-10s390/entry: Pass the asce as parameter to sie64a()Claudio Imbrenda1-1/+2
2024-07-04kvm: s390: Reject memory region operations for ucontrol VMsChristoph Schlameuss1-0/+3
2024-07-01KVM: s390: fix LPSWEY handlingChristian Borntraeger1-0/+1
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack1-1/+1
2024-06-18s390: Replace S390_lowcore by get_lowcore()Sven Schnelle1-1/+1
2024-06-11KVM: s390: Don't re-setup dummy routing when KVM_CREATE_IRQCHIPYi Wang1-7/+2
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+1
2024-05-02KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1MJean-Philippe Brucker1-1/+1
2024-04-18s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand1-3/+1
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+3
2024-03-14Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-1/+1
2024-02-22KVM: s390: fix access register usage in ioctlsEric Farman1-0/+3
2024-02-21KVM: s390: introduce kvm_s390_fpu_(store|load)Janosch Frank1-15/+3
2024-02-20KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson1-2/+2
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens1-1/+1
2024-02-16s390/kvm: convert to regular kernel fpu userHeiko Carstens1-18/+16
2024-02-16s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens1-13/+13
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens1-1/+1
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens1-1/+1
2024-02-14KVM: s390: fix virtual vs physical address confusionAlexander Gordeev1-1/+1
2024-02-12s390/acrs: cleanup access register handlingHeiko Carstens1-1/+1
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2023-12-11s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens1-8/+8
2023-12-11KVM: s390: remove superfluous save_fpu_regs() callHeiko Carstens1-2/+0
2023-12-11s390/fpu: get rid of test_fp_ctl()Heiko Carstens1-4/+1
2023-12-11KVM: s390: use READ_ONCE() to read fpc register valueHeiko Carstens1-1/+1
2023-12-11KVM: s390: fix setting of fpc registerHeiko Carstens1-5/+0
2023-11-30KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang1-1/+0
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-3/+3
2023-10-16KVM: s390: add tracepoint in gmap notifierNico Boehr1-0/+2
2023-10-16KVM: s390: add stat counter for shadow gmap eventsNico Boehr1-1/+8
2023-09-19s390: use control register bit definesHeiko Carstens1-3/+3
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-3/+3
2023-08-28KVM: s390: Add UV feature negotiationSteffen Eiden1-0/+73
2023-08-28s390/uv: UV feature check utilitySteffen Eiden1-1/+1
2023-08-28KVM: s390: interrupt: Fix single-stepping userspace-emulated instructionsIlya Leoshkevich1-3/+20
2023-08-28KVM: s390: interrupt: Fix single-stepping into interrupt handlersIlya Leoshkevich1-2/+2
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2023-07-03s390: fix various typosHeiko Carstens1-1/+1
2023-06-13KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holesNico Boehr1-0/+4
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+3
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy1-0/+1
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth1-2/+1
2023-03-16KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()Thomas Huth1-2/+2
2023-02-15Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-98/+166
2023-02-07KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchgJanis Schoetterl-Glausch1-1/+55
2023-02-07KVM: s390: Refactor vcpu mem_op functionJanis Schoetterl-Glausch1-19/+17
2023-02-07KVM: s390: Refactor absolute vm mem_op functionJanis Schoetterl-Glausch1-25/+18
2023-02-07KVM: s390: Dispatch to implementing function at top level of vm mem_opJanis Schoetterl-Glausch1-14/+24
2023-02-07KVM: s390: Move common code of mem_op functions into functionJanis Schoetterl-Glausch1-28/+24
2023-02-07KVM: s390: disable migration mode when dirty tracking is disabledNico Boehr1-13/+30
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson1-6/+0
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson1-6/+1
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson1-10/+0
2022-12-29KVM: s390: Mark __kvm_s390_init() and its descendants as __initSean Christopherson1-2/+2
2022-12-29KVM: s390: Do s390 specific init without bouncing through kvm_init()Sean Christopherson1-4/+25
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson1-10/+0
2022-12-29KVM: s390: Move hardware setup/unsetup to init/exitSean Christopherson1-10/+13
2022-12-29KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step failsSean Christopherson1-7/+14
2022-11-28Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-31/+80
2022-11-23KVM: s390: pv: module parameter to fence asynchronous destroyClaudio Imbrenda1-1/+7
2022-11-23KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLEClaudio Imbrenda1-0/+3
2022-11-23KVM: s390: pv: asynchronous destroy for rebootClaudio Imbrenda1-8/+41
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini1-0/+5
2022-11-07KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr1-9/+17
2022-10-26KVM: s390: sida: sort out physical vs virtual pointers usageNico Boehr1-4/+5
2022-10-26KVM: s390: sort out physical vs virtual pointers usageNico Boehr1-19/+25
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini1-2/+0
2022-09-21KVM: s390: pci: register pci hooks without interpretationMatthew Rosato1-2/+2
2022-07-20KVM: s390: resetting the Topology-Change-ReportPierre Morel1-0/+51
2022-07-20KVM: s390: guest support for topology functionPierre Morel1-0/+31
2022-07-19KVM: s390: pv: add mmu_notifierClaudio Imbrenda1-0/+10
2022-07-13KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentationClaudio Imbrenda1-6/+30
2022-07-11Merge tag 'kvm-s390-pci-5.20' into kernelorgnextChristian Borntraeger1-1/+82
2022-07-11KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devicesMatthew Rosato1-0/+16
2022-07-11KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato1-0/+15
2022-07-11KVM: s390: mechanism to enable guest zPCI InterpretationMatthew Rosato1-0/+38
2022-07-11KVM: s390: pci: enable host forwarding of Adapter Event NotificationsMatthew Rosato1-1/+2
2022-07-11KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato1-0/+11
2022-06-08KVM: Move kvm_arch_vcpu_precreate() under kvm->lockZeng Guang1-2/+0
2022-06-07Merge tag 'kvm-s390-next-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-0/+269
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-7/+3
2022-06-03KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriateYury Norov1-7/+3
2022-06-01KVM: s390: Add KVM_CAP_S390_PROTECTED_DUMPJanosch Frank1-0/+20
2022-06-01KVM: s390: Add CPU dump functionalityJanosch Frank1-0/+69
2022-06-01KVM: s390: Add configuration dump functionalityJanosch Frank1-0/+93
2022-06-01KVM: s390: pv: Add query dump informationJanosch Frank1-0/+11
2022-06-01KVM: s390: pv: Add query interfaceJanosch Frank1-0/+76
2022-05-02KVM: s390: Fix lockdep issue in vm memopJanis Schoetterl-Glausch1-1/+10
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson1-4/+4
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson1-1/+1
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+0
2022-03-15Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-6/+24
2022-03-14KVM: s390x: fix SCK lockingClaudio Imbrenda1-3/+16
2022-03-01KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson1-4/+4
2022-02-25KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller1-3/+8
2022-02-22KVM: s390: Add missing vm MEM_OP size checkJanis Schoetterl-Glausch1-1/+1
2022-02-14KVM: s390: Add capability for storage key extension of MEM_OP IOCTLJanis Schoetterl-Glausch1-0/+1
2022-02-14KVM: s390: Rename existing vcpu memop functionsJanis Schoetterl-Glausch1-9/+10
2022-02-14KVM: s390: Add vm IOCTL for key checked guest absolute memory accessJanis Schoetterl-Glausch1-0/+81
2022-02-14KVM: s390: Add optional storage key checking to MEMOP IOCTLJanis Schoetterl-Glausch1-10/+21
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch1-2/+2
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens1-1/+0
2022-02-02KVM: s390: Return error on SIDA memop on normal guestJanis Schoetterl-Glausch1-0/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-1/+1
2021-12-21Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-2/+7
2021-12-17KVM: s390: Clarify SIGP orders versus STOP/RESTARTEric Farman1-2/+7
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson1-5/+0
2021-12-08KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hookSean Christopherson1-1/+1
2021-12-08KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPUSean Christopherson1-1/+1
2021-12-08KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero1-13/+11
2021-12-08KVM: s390: Introduce kvm_s390_get_gfn_end()Maciej S. Szmigiero1-1/+1
2021-12-08KVM: Integrate gfn_to_memslot_approx() into search_memslots()Maciej S. Szmigiero1-37/+8
2021-12-08KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLYSean Christopherson1-4/+9
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson1-2/+0
2021-12-08KVM: s390: Use "new" memslot instead of userspace memory regionSean Christopherson1-5/+8
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson1-1/+2
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier1-10/+11
2021-12-08KVM: s390: Use kvm_get_vcpu() instead of open-coded accessMarc Zyngier1-3/+5
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier1-17/+1
2021-11-18KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()Vitaly Kuznetsov1-0/+2
2021-10-27KVM: s390: add debug statement for diag 318 CPNC dataCollin Walling1-0/+1
2021-10-25KVM: s390: Add a routine for setting userspace CPU stateEric Farman1-3/+3
2021-10-20KVM: s390: clear kicked_mask before sleeping againHalil Pasic1-0/+1
2021-09-22KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson1-1/+1
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+5
2021-09-06Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-1/+3
2021-08-27KVM: s390: index kvm->arch.idle_mask by vcpu_idxHalil Pasic1-1/+1
2021-08-27KVM: s390: Enable specification exception interpretationJanis Schoetterl-Glausch1-0/+2
2021-08-24s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notifica...Tony Krowiak1-4/+27
2021-08-24s390/vfio-ap: r/w lock for PQAP interception handler function pointerTony Krowiak1-0/+1
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang1-4/+0
2021-08-06KVM: Rename lru_slot to last_used_slotDavid Matlack1-2/+2
2021-07-27KVM: s390: restore old debugfs namesChristian Borntraeger1-9/+9
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-6/+6
2021-06-25Merge tag 'kvm-s390-next-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-9/+13
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-108/+0
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-0/+108
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+20
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-6/+6
2021-06-23KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)Christian Borntraeger1-0/+4
2021-06-23KVM: s390: get rid of register asm usageHeiko Carstens1-9/+9
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle1-6/+6
2021-04-17KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky1-0/+3
2021-04-15KVM: s390: fix guarded storage control register handlingHeiko Carstens1-2/+2