aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-5/+4
2024-05-02Merge branch 'shared-zeropage' into featuresAlexander Gordeev1-3/+1
2024-05-02KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1MJean-Philippe Brucker1-1/+1
2024-05-01KVM: s390: vsie: Use virt_to_phys for crypto control blockNina Schoetterl-Glausch1-1/+1
2024-04-18s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand1-3/+1
2024-04-17KVM: s390: vsie: Use virt_to_phys for facility control blockNina Schoetterl-Glausch1-1/+2
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-17/+16
2024-03-14Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-3/+3
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-30/+35
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-13/+13
2024-02-22KVM: s390: fix access register usage in ioctlsEric Farman2-1/+5
2024-02-22KVM: s390: only deliver the set service event bitsEric Farman1-2/+2
2024-02-21KVM: s390: introduce kvm_s390_fpu_(store|load)Janosch Frank3-20/+22
2024-02-20KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson5-13/+13
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens1-1/+1
2024-02-16s390/kvm: convert to regular kernel fpu userHeiko Carstens3-23/+22
2024-02-16s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens3-16/+16
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens2-2/+2
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens2-2/+2
2024-02-14KVM: s390: fix virtual vs physical address confusionAlexander Gordeev1-1/+1
2024-02-12s390/acrs: cleanup access register handlingHeiko Carstens3-3/+3
2024-02-08treewide: remove CONFIG_HAVE_KVMPaolo Bonzini1-1/+0
2024-01-26Merge tag 'kvm-s390-master-6.8-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2-3/+6
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-9/+20
2024-01-10Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-19/+9
2024-01-08KVM: s390: fix cc for successful PQAPEric Farman1-2/+6
2024-01-08Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-3/+2
2024-01-08KVM: introduce CONFIG_KVM_COMMONPaolo Bonzini1-2/+1
2024-01-02Merge tag 'kvm-s390-next-6.8-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-2/+17
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-4/+0
2023-12-23KVM: s390: vsie: Fix length of facility list shadowedNina Schoetterl-Glausch1-1/+11
2023-12-23KVM: s390: vsie: Fix STFLE interpretive execution identificationNina Schoetterl-Glausch1-1/+6
2023-12-21KVM: s390: vsie: fix race during shadow creationChristian Borntraeger1-1/+0
2023-12-11s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens2-9/+9
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-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini1-1/+0
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini1-1/+0
2023-12-01KVM: s390: Harden copying of userspace-array against overflowPhilipp Stanner1-2/+2
2023-11-30KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang1-1/+0
2023-11-14KVM: s390: vsie: fix wrong VIR 37 when MSO is usedClaudio Imbrenda1-4/+0
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-35/+18
2023-10-31Merge tag 'kvm-s390-next-6.7-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini4-2/+44
2023-10-23s390/mm: move translation-exception identification structure to fault.hHeiko Carstens1-31/+14
2023-10-16KVM: s390: add tracepoint in gmap notifierNico Boehr2-0/+25
2023-10-16KVM: s390: add stat counter for shadow gmap eventsNico Boehr3-2/+19
2023-09-25KVM: s390: fix gisa destroy operation might lead to cpu stallsMichael Mueller1-10/+6
2023-09-19s390: use control register bit definesHeiko Carstens2-4/+4
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2-4/+4
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-15/+148
2023-08-31Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini5-27/+162
2023-08-30s390/airq: remove lsi_mask from airq_structBenjamin Block1-1/+2
2023-08-28Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-12/+14
2023-08-28KVM: s390: pv: Allow AP-instructions for pv-guestsSteffen Eiden1-2/+4
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: pv: relax WARN_ONCE condition for destroy fastViktor Mihajlovski1-1/+2
2023-08-28Merge remote-tracking branch 'vfio-ap' into nextJanosch Frank2-12/+14
2023-08-28KVM: s390: interrupt: Fix single-stepping keyless mode exitsIlya Leoshkevich1-2/+2
2023-08-28KVM: s390: interrupt: Fix single-stepping userspace-emulated instructionsIlya Leoshkevich1-3/+20
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-08-28KVM: s390: interrupt: Fix single-stepping into interrupt handlersIlya Leoshkevich2-2/+16
2023-08-23Merge branch 'vfio-ap' into featuresHeiko Carstens2-12/+14
2023-08-18KVM: s390: export kvm_s390_pv*_is_protected functionsTony Krowiak2-12/+14
2023-07-29KVM: s390: fix sthyi error handlingHeiko Carstens1-3/+6
2023-07-18KVM: s390: pv: simplify shutdown and fix raceClaudio Imbrenda1-2/+6
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-11/+10
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-5/+13
2023-07-03s390: fix various typosHeiko Carstens7-9/+9
2023-07-03s390: include linux/io.h instead of asm/io.hHeiko Carstens1-2/+1
2023-06-16KVM: s390/diag: fix racy access of physical cpu number in diag 9c handlerChristian Borntraeger1-3/+5
2023-06-16KVM: s390: vsie: fix the length of APCB bitmapPierre Morel1-2/+4
2023-06-13KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holesNico Boehr1-0/+4
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes1-1/+1
2023-05-05Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-0/+5
2023-05-04KVM: s390: pv: fix asynchronous teardown for small VMsClaudio Imbrenda1-0/+5
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-28/+35
2023-04-26Merge tag 'kvm-s390-next-6.4-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini3-24/+32
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2023-04-20KVM: s390: pci: fix virtual-physical confusion on module unload/loadNico Boehr1-1/+1
2023-04-20KVM: s390: vsie: clarifications on setting the APCBPierre Morel1-21/+29
2023-04-20KVM: s390: interrupt: fix virtual-physical confusion for next alert GISANico Boehr1-2/+2
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy1-0/+1
2023-03-28KVM: s390: pv: fix external interruption loop not always detectedNico Boehr1-8/+24
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 Bonzini4-102/+285
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-4/+8
2023-02-08KVM: s390: GISA: sort out physical vs virtual pointers usageNico Boehr1-4/+7
2023-02-07KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchgJanis Schoetterl-Glausch3-1/+167
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
2023-01-11KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens1-4/+8
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 Christopherson5-6/+6
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-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-83/+438
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel1-2/+4
2022-11-28Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini7-64/+433
2022-11-24KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) fieldThomas Huth1-1/+3
2022-11-23KVM: s390: remove unused gisa_clear_ipm_gisc() functionHeiko Carstens1-5/+0
2022-11-23KVM: s390: pv: module parameter to fence asynchronous destroyClaudio Imbrenda1-1/+7
2022-11-23KVM: s390: pv: support for Destroy fast UVCClaudio Imbrenda1-8/+53
2022-11-23KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLEClaudio Imbrenda1-0/+3
2022-11-23KVM: s390: pv: asynchronous destroy for rebootClaudio Imbrenda3-18/+329
2022-11-19iommu/s390: Make attach succeed even if the device is in error stateNiklas Schnelle1-2/+4
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini2-19/+5
2022-11-07KVM: s390: pci: Fix allocation size of aift kzdev elementsRafael Mendonca1-1/+1
2022-11-07KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr2-10/+17
2022-10-26KVM: s390: VSIE: sort out virtual/physical address in pin_guest_pageNico Boehr1-2/+2
2022-10-26KVM: s390: pv: sort out physical vs virtual pointers usageNico Boehr1-4/+5
2022-10-26KVM: s390: sida: sort out physical vs virtual pointers usageNico Boehr4-13/+14
2022-10-26KVM: s390: sort out physical vs virtual pointers usageNico Boehr3-22/+29
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 Rosato2-5/+13
2022-09-21KVM: s390: pci: fix GAIT physical vs virtual pointers usageMatthew Rosato2-2/+2
2022-09-21KVM: s390: Pass initialized arg even if unusedJanis Schoetterl-Glausch1-3/+13
2022-09-21KVM: s390: pci: fix plain integer as NULL pointer warningsMatthew Rosato2-5/+5
2022-08-29KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel1-4/+8
2022-07-20KVM: s390: resetting the Topology-Change-ReportPierre Morel1-0/+51
2022-07-20KVM: s390: guest support for topology functionPierre Morel3-4/+55
2022-07-20KVM: s390: Cleanup ipte lock access and SIIF facility checksPierre Morel3-54/+54
2022-07-19KVM: s390: pv: don't present the ecall interrupt twiceNico Boehr2-2/+17
2022-07-19KVM: s390: pv: destroy the configuration before its memoryClaudio Imbrenda1-3/+3
2022-07-19KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vmClaudio Imbrenda1-8/+8
2022-07-19KVM: s390: pv: add mmu_notifierClaudio Imbrenda3-0/+37
2022-07-13KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentationClaudio Imbrenda2-6/+31
2022-07-13KVM: s390: pv: clear the state without memsetClaudio Imbrenda1-1/+9
2022-07-13KVM: s390: pv: usage counter instead of flagClaudio Imbrenda1-5/+7
2022-07-13KVM: s390: pv: refactor s390_reset_accClaudio Imbrenda1-2/+10
2022-07-13KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda1-3/+6
2022-07-13KVM: s390/pci: fix include duplicatesChristian Borntraeger1-3/+2
2022-07-11KVM: s390: drop unexpected word 'and' in the commentsJiang Jian1-1/+1
2022-07-11Merge tag 'kvm-s390-pci-5.20' into kernelorgnextChristian Borntraeger6-3/+965
2022-07-11KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devicesMatthew Rosato3-0/+103
2022-07-11KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato3-0/+182
2022-07-11KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingMatthew Rosato2-0/+248
2022-07-11KVM: s390: mechanism to enable guest zPCI InterpretationMatthew Rosato2-0/+48
2022-07-11KVM: s390: pci: enable host forwarding of Adapter Event NotificationsMatthew Rosato3-2/+89
2022-07-11KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato4-0/+234
2022-07-11KVM: s390: pci: add basic kvm_zdev structureMatthew Rosato3-0/+58
2022-07-11s390/airq: pass more TPI info to airq handlersMatthew Rosato1-1/+3
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 Bonzini3-0/+472
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 Frank3-0/+86
2022-06-01KVM: s390: Add configuration dump functionalityJanosch Frank3-0/+279
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-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+18
2022-05-25Merge tag 'kvm-s390-next-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-4/+18
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+0
2022-05-20KVM: s390: Don't indicate suppression on dirtying, failing memopJanis Schoetterl-Glausch1-4/+18
2022-05-06s390/ptrace: move short psw definitions to ptrace header fileHeiko Carstens1-1/+0
2022-05-02KVM: s390: Fix lockdep issue in vm memopJanis Schoetterl-Glausch1-1/+10
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+8
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson3-8/+8
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu1-6/+1
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 Bonzini4-15/+99
2022-03-14KVM: s390x: fix SCK lockingClaudio Imbrenda3-6/+32
2022-03-01KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson2-5/+5
2022-02-25KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller3-9/+67
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-Glausch3-0/+159
2022-02-14KVM: s390: Add optional storage key checking to MEMOP IOCTLJanis Schoetterl-Glausch1-10/+21
2022-02-14KVM: s390: handle_tprot: Honor storage keysJanis Schoetterl-Glausch3-43/+35
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch4-31/+249
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 Bonzini5-68/+135
2021-12-17KVM: s390: Clarify SIGP orders versus STOP/RESTARTEric Farman4-2/+43
2021-12-17KVM: s390: gaccess: Cleanup access to guest pagesJanis Schoetterl-Glausch1-8/+16
2021-12-17KVM: s390: gaccess: Refactor access address range checkJanis Schoetterl-Glausch1-53/+69
2021-12-17KVM: s390: gaccess: Refactor gpa and length calculationJanis Schoetterl-Glausch1-15/+17
2021-12-09KVM: s390: Use Makefile.kvm for common filesDavid Woodhouse1-5/+3
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson1-1/+1
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson1-5/+0