summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-1/+0
|\
| * KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang2023-11-301-1/+0
* | s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens2023-12-111-8/+8
* | KVM: s390: remove superfluous save_fpu_regs() callHeiko Carstens2023-12-111-2/+0
* | s390/fpu: get rid of test_fp_ctl()Heiko Carstens2023-12-111-4/+1
* | KVM: s390: use READ_ONCE() to read fpc register valueHeiko Carstens2023-12-111-1/+1
* | KVM: s390: fix setting of fpc registerHeiko Carstens2023-12-111-5/+0
|/
* Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-031-3/+3
|\
| * s390: use control register bit definesHeiko Carstens2023-09-191-3/+3
| * s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-191-3/+3
* | KVM: s390: add tracepoint in gmap notifierNico Boehr2023-10-161-0/+2
* | KVM: s390: add stat counter for shadow gmap eventsNico Boehr2023-10-161-1/+8
|/
* KVM: s390: Add UV feature negotiationSteffen Eiden2023-08-281-0/+73
* s390/uv: UV feature check utilitySteffen Eiden2023-08-281-1/+1
* KVM: s390: interrupt: Fix single-stepping userspace-emulated instructionsIlya Leoshkevich2023-08-281-3/+20
* KVM: s390: interrupt: Fix single-stepping into interrupt handlersIlya Leoshkevich2023-08-281-2/+2
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-061-1/+1
|\
| * s390: fix various typosHeiko Carstens2023-07-031-1/+1
* | KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holesNico Boehr2023-06-131-0/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-4/+3
|\
| * KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-2/+1
| * KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()Thomas Huth2023-03-161-2/+2
* | KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy2023-03-311-0/+1
|/
* Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-02-151-98/+166
|\
| * KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchgJanis Schoetterl-Glausch2023-02-071-1/+55
| * KVM: s390: Refactor vcpu mem_op functionJanis Schoetterl-Glausch2023-02-071-19/+17
| * KVM: s390: Refactor absolute vm mem_op functionJanis Schoetterl-Glausch2023-02-071-25/+18
| * KVM: s390: Dispatch to implementing function at top level of vm mem_opJanis Schoetterl-Glausch2023-02-071-14/+24
| * KVM: s390: Move common code of mem_op functions into functionJanis Schoetterl-Glausch2023-02-071-28/+24
| * KVM: s390: disable migration mode when dirty tracking is disabledNico Boehr2023-02-071-13/+30
* | KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-291-6/+0
* | KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-6/+1
* | KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-10/+0
* | KVM: s390: Mark __kvm_s390_init() and its descendants as __initSean Christopherson2022-12-291-2/+2
* | KVM: s390: Do s390 specific init without bouncing through kvm_init()Sean Christopherson2022-12-291-4/+25
* | KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-10/+0
* | KVM: s390: Move hardware setup/unsetup to init/exitSean Christopherson2022-12-291-10/+13
* | KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step failsSean Christopherson2022-12-291-7/+14
|/
* Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-11-281-31/+80
|\
| * KVM: s390: pv: module parameter to fence asynchronous destroyClaudio Imbrenda2022-11-231-1/+7
| * KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLEClaudio Imbrenda2022-11-231-0/+3
| * KVM: s390: pv: asynchronous destroy for rebootClaudio Imbrenda2022-11-231-8/+41
| * KVM: s390: sida: sort out physical vs virtual pointers usageNico Boehr2022-10-261-4/+5
| * KVM: s390: sort out physical vs virtual pointers usageNico Boehr2022-10-261-19/+25
* | KVM: replace direct irq.h inclusionPaolo Bonzini2022-11-091-0/+5
* | KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr2022-11-071-9/+17
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-2/+0
|\
| * KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-2/+0
* | KVM: s390: pci: register pci hooks without interpretationMatthew Rosato2022-09-211-2/+2
|/
* KVM: s390: resetting the Topology-Change-ReportPierre Morel2022-07-201-0/+51