summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: pv: simplify shutdown and fix raceClaudio Imbrenda2023-07-181-2/+6
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-068-11/+10
|\
| * s390: fix various typosHeiko Carstens2023-07-037-9/+9
| * s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-031-2/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-033-5/+13
|\ \
| * | KVM: s390/diag: fix racy access of physical cpu number in diag 9c handlerChristian Borntraeger2023-06-161-3/+5
| * | KVM: s390: vsie: fix the length of APCB bitmapPierre Morel2023-06-161-2/+4
| * | KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holesNico Boehr2023-06-131-0/+4
| |/
* / mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-091-1/+1
|/
* Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-05-051-0/+5
|\
| * KVM: s390: pv: fix asynchronous teardown for small VMsClaudio Imbrenda2023-05-041-0/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-014-28/+35
|\ \
| * | Merge tag 'kvm-s390-next-6.4-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-04-263-24/+32
| |\|
| | * KVM: s390: pci: fix virtual-physical confusion on module unload/loadNico Boehr2023-04-201-1/+1
| | * KVM: s390: vsie: clarifications on setting the APCBPierre Morel2023-04-201-21/+29
| | * KVM: s390: interrupt: fix virtual-physical confusion for next alert GISANico Boehr2023-04-201-2/+2
| * | 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
| |/
* | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-1/+0
|\ \
| * | kvm: Remove "select SRCU"Paul E. McKenney2023-04-051-1/+0
| |/
* | KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy2023-03-311-0/+1
* | KVM: s390: pv: fix external interruption loop not always detectedNico Boehr2023-03-281-8/+24
|/
* Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-02-154-102/+285
|\
| * KVM: s390: GISA: sort out physical vs virtual pointers usageNico Boehr2023-02-081-4/+7
| * KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchgJanis Schoetterl-Glausch2023-02-073-1/+167
| * 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
* | Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-151-4/+8
|\ \
| * | KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens2023-01-111-4/+8
| |/
* | 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-295-6/+6
* | 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 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-191-2/+4
|\
| *---. Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel2022-12-121-2/+4
| |\ \ \
| | | * | iommu/s390: Make attach succeed even if the device is in error stateNiklas Schnelle2022-11-191-2/+4
| | |/ /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-158-83/+438
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-11-287-64/+433
| |\ \ \
| | * | | KVM: s390: remove unused gisa_clear_ipm_gisc() functionHeiko Carstens2022-11-231-5/+0
| | * | | KVM: s390: pv: module parameter to fence asynchronous destroyClaudio Imbrenda2022-11-231-1/+7
| | * | | KVM: s390: pv: support for Destroy fast UVCClaudio Imbrenda2022-11-231-8/+53
| | * | | KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLEClaudio Imbrenda2022-11-231-0/+3
| | * | | KVM: s390: pv: asynchronous destroy for rebootClaudio Imbrenda2022-11-233-18/+329