summaryrefslogtreecommitdiff
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
2025-02-17KVM: s390: vsie: fix some corner-cases when grabbing vsie pagesDavid Hildenbrand1-6/+19
2025-01-07KVM: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMsChristoph Schlameuss1-0/+2
2025-01-07KVM: s390: Reject setting flic pfault attributes on ucontrol VMsChristoph Schlameuss1-0/+4
2025-01-07KVM: s390: vsie: fix virtual/physical address in unpin_scb()Claudio Imbrenda1-1/+1
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-30/+20
2024-11-27KVM: s390: Remove one byte cmpxchg() usageHeiko Carstens1-11/+2
2024-11-27KVM: s390: Use try_cmpxchg() instead of cmpxchg() loopsHeiko Carstens4-19/+18
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+45
2024-11-18Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds5-63/+128
2024-11-13s390/kvm: Convert to use flag output macrosHeiko Carstens1-5/+5
2024-11-12Merge tag 'kvm-s390-next-6.13-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2-3/+43
2024-11-11KVM: s390: add gen17 facilities to CPU modelHendrik Brueckner1-0/+8
2024-11-11KVM: s390: add msa11 to cpu modelHendrik Brueckner2-3/+13
2024-11-11KVM: s390: add concurrent-function facility to cpu modelHendrik Brueckner1-0/+22
2024-11-08Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-7/+13
2024-11-07s390/kvm: Mask extra bits from program interrupt codeClaudio Imbrenda2-2/+2
2024-10-31s390/kvm: Initialize uninitialized flags variableClaudio Imbrenda1-1/+1
2024-10-29s390/kvm: Stop using gmap_{en,dis}able()Claudio Imbrenda2-9/+2
2024-10-29s390/mm/fault: Handle guest-related program interrupts in KVMClaudio Imbrenda3-28/+117
2024-10-29s390/kvm: Remove kvm_arch_fault_in_page()Claudio Imbrenda3-20/+3
2024-10-25KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memorySean Christopherson1-1/+1
2024-10-25KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an errorSean Christopherson1-1/+1
2024-10-25s390: Fix various typosHeiko Carstens1-1/+1
2024-10-10KVM: s390: Change virtual to physical address access in diag 0x258 handlerMichael Mueller1-1/+1
2024-10-10KVM: s390: gaccess: Check if guest address is in memslotNico Boehr2-6/+12
2024-08-19KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_queryHariharan Mari1-9/+18
2024-08-06KVM: s390: fix validity interception issue when gisa is switched offMichael Mueller1-1/+6
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-11/+25
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-163/+7
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 Bonzini3-0/+48
2024-07-10s390/kvm: Move bitfields for dat tablesClaudio Imbrenda1-160/+3
2024-07-10s390/entry: Pass the asce as parameter to sie64a()Claudio Imbrenda2-2/+3
2024-07-04kvm: s390: Reject memory region operations for ucontrol VMsChristoph Schlameuss1-0/+3
2024-07-04KVM: s390: vsie: retry SIE instruction on host interceptsEric Farman1-3/+19
2024-07-01KVM: s390: fix LPSWEY handlingChristian Borntraeger3-0/+48
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 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