| Age | Commit message (Expand) | Author | Files | Lines |
| 7 days | Merge tag 'kvm-s390-next-7.2-2' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 5 | -34/+99 |
| 7 days | KVM: s390: Return failure in case of failure in kvm_s390_set_cmma_bits() | Claudio Imbrenda | 1 | -11/+7 |
| 7 days | KVM: s390: Fix cmma dirty tracking | Claudio Imbrenda | 5 | -16/+78 |
| 7 days | KVM: s390: Fix locking in kvm_s390_set_mem_control() | Claudio Imbrenda | 1 | -1/+3 |
| 7 days | KVM: s390: Fix handle_{sske,pfmf} under memory pressure | Claudio Imbrenda | 1 | -2/+6 |
| 7 days | KVM: s390: Fix code typo in gmap_protect_asce_top_level() | Claudio Imbrenda | 1 | -1/+1 |
| 7 days | KVM: s390: Do not set special large pages dirty | Claudio Imbrenda | 1 | -1/+1 |
| 7 days | KVM: s390: Fix dat_peek_cmma() overflow | Claudio Imbrenda | 1 | -1/+1 |
| 7 days | KVM: s390: Fix S390_USER_OPEREXEC enablement without STFLE 74 | Eric Farman | 1 | -1/+2 |
| 2026-06-15 | Merge tag 'kvm-s390-next-7.2-1' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 9 | -169/+679 |
| 2026-06-15 | KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject | Douglas Freimuth | 4 | -64/+236 |
| 2026-06-15 | KVM: s390: Enable adapter_indicators_set to use mapped pages | Douglas Freimuth | 1 | -24/+63 |
| 2026-06-15 | KVM: s390: Add map/unmap ioctl and clean mappings post-guest | Douglas Freimuth | 3 | -43/+189 |
| 2026-06-12 | KVM: s390: vsie: Implement ASTFLEIE facility 2 | Nina Schoetterl-Glausch | 2 | -4/+32 |
| 2026-06-12 | KVM: s390: vsie: Refactor handle_stfle | Nina Schoetterl-Glausch | 1 | -16/+37 |
| 2026-06-12 | KVM: s390: Minor refactor of base/ext facility lists | Nina Schoetterl-Glausch | 1 | -25/+19 |
| 2026-06-11 | KVM: s390: Initialize KVM_S390_GET_CMMA_BITS memory | Christian Borntraeger | 1 | -1/+1 |
| 2026-06-11 | KVM: s390: vsie: Use mmu cache to allocate rmap | Claudio Imbrenda | 3 | -12/+14 |
| 2026-06-11 | KVM: s390: vsie: Add missing radix_tree_preload() in _gaccess_shadow_fault() | Claudio Imbrenda | 1 | -22/+35 |
| 2026-06-11 | KVM: s390: vsie: Fix allocation of struct vsie_rmap | Claudio Imbrenda | 1 | -1/+1 |
| 2026-06-11 | KVM: s390: Silence potential warnings in _gmap_crstep_xchg_atomic() | Claudio Imbrenda | 1 | -1/+10 |
| 2026-06-09 | KVM: s390: Allow for 2G hugepages | Claudio Imbrenda | 1 | -1/+18 |
| 2026-06-09 | KVM: s390: Add capability to support 2G hugepages | Claudio Imbrenda | 3 | -1/+35 |
| 2026-06-09 | KVM: s390: Add module parameter to fence 2G hugepages | Claudio Imbrenda | 1 | -1/+11 |
| 2026-06-02 | KVM: s390: Fix possible reference leak in fault-in code | Claudio Imbrenda | 1 | -8/+8 |
| 2026-06-02 | KVM: s390: Prevent memslots outside the ASCE range | Claudio Imbrenda | 1 | -5/+28 |
| 2026-06-02 | KVM: s390: Lock pte when making page secure | Claudio Imbrenda | 1 | -1/+20 |
| 2026-06-02 | KVM: s390: Fix fault-in code | Claudio Imbrenda | 1 | -7/+7 |
| 2026-06-02 | KVM: s390: vsie: Fix rmap handling in _do_shadow_crste() | Claudio Imbrenda | 1 | -5/+6 |
| 2026-06-02 | KVM: s390: Fix guest / virtual address confusion in _essa_clear_cbrl() | Claudio Imbrenda | 1 | -2/+6 |
| 2026-06-02 | KVM: s390: Fix _gmap_crstep_xchg_atomic() | Claudio Imbrenda | 1 | -0/+3 |
| 2026-06-02 | KVM: s390: Fix _gmap_unmap_crste() | Claudio Imbrenda | 1 | -3/+16 |
| 2026-05-28 | KVM: s390: Implement KVM_PRE_FAULT_MEMORY | Claudio Imbrenda | 2 | -0/+46 |
| 2026-05-28 | KVM: s390: Track page size in struct guest_fault | Claudio Imbrenda | 2 | -0/+3 |
| 2026-05-22 | KVM: s390: Properly reset zero bit in PGSTE | Claudio Imbrenda | 1 | -0/+1 |
| 2026-05-22 | KVM: s390: vsie: Fix redundant rmap entries | Claudio Imbrenda | 1 | -1/+3 |
| 2026-05-22 | KVM: s390: vsie: Fix unshadowing logic | Claudio Imbrenda | 5 | -5/+63 |
| 2026-05-22 | KVM: s390: Fix leaking kvm_s390_mmu_cache in case of errors | Claudio Imbrenda | 1 | -4/+3 |
| 2026-05-22 | KVM: s390: vsie: Fix memory leak when unshadowing | Claudio Imbrenda | 1 | -1/+3 |
| 2026-05-12 | Merge tag 'kvm-s390-master-7.1-1' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 2 | -8/+5 |
| 2026-04-27 | KVM: s390: pci: Fix aisb calculation | Matthew Rosato | 1 | -2/+2 |
| 2026-04-17 | KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic | Junrui Luo | 2 | -6/+3 |
| 2026-04-13 | Merge tag 'kvm-s390-next-7.1-1' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 10 | -31/+86 |
| 2026-04-07 | KVM: s390: vsie: Fix races with partial gmap invalidations | Claudio Imbrenda | 3 | -4/+9 |
| 2026-04-07 | KVM: s390: ucontrol: Fix memslot handling | Claudio Imbrenda | 1 | -1/+1 |
| 2026-04-07 | KVM: s390: Allow 4k granularity for memslots | Claudio Imbrenda | 1 | -14/+6 |
| 2026-04-07 | KVM: s390: Add alignment checks for hugepages | Claudio Imbrenda | 3 | -8/+29 |
| 2026-04-07 | KVM: s390: Add some useful mask macros | Claudio Imbrenda | 2 | -1/+6 |
| 2026-04-02 | KVM: s390: Add KVM capability for ESA mode guests | Hendrik Brueckner | 1 | -0/+6 |
| 2026-04-02 | KVM: s390: vsie: Accommodate ESA prefix pages | Eric Farman | 2 | -2/+10 |
| 2026-04-02 | KVM: s390: vsie: Disable some bits when in ESA mode | Eric Farman | 1 | -0/+14 |
| 2026-04-02 | KVM: s390: vsie: Allow non-zarch guests | Eric Farman | 1 | -3/+5 |
| 2026-03-31 | KVM: s390: Fix lpsw/e breaking event handling | Janosch Frank | 1 | -2/+6 |
| 2026-03-31 | KVM: s390: only deliver service interrupt with payload | Eric Farman | 1 | -0/+3 |
| 2026-03-26 | KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl | Claudio Imbrenda | 1 | -3/+15 |
| 2026-03-26 | KVM: s390: vsie: Fix guest page tables protection | Claudio Imbrenda | 1 | -2/+10 |
| 2026-03-26 | KVM: s390: vsie: Fix unshadowing while shadowing | Claudio Imbrenda | 2 | -1/+19 |
| 2026-03-26 | KVM: s390: vsie: Fix refcount overflow for shadow gmaps | Claudio Imbrenda | 1 | -1/+3 |
| 2026-03-26 | KVM: s390: vsie: Fix nested guest memory shadowing | Claudio Imbrenda | 1 | -6/+15 |
| 2026-03-26 | KVM: s390: Correctly handle guest mappings without struct page | Claudio Imbrenda | 3 | -13/+14 |
| 2026-03-26 | KVM: s390: Fix gmap_link() | Claudio Imbrenda | 3 | -54/+52 |
| 2026-03-26 | KVM: s390: vsie: Fix check for pre-existing shadow mapping | Claudio Imbrenda | 1 | -2/+3 |
| 2026-03-26 | KVM: s390: Remove non-atomic dat_crstep_xchg() | Claudio Imbrenda | 5 | -96/+99 |
| 2026-03-26 | KVM: s390: vsie: Fix dat_split_ste() | Claudio Imbrenda | 1 | -0/+1 |
| 2026-03-24 | Merge tag 'kvm-s390-master-7.0-1' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 4 | -13/+35 |
| 2026-03-16 | KVM: s390: vsie: Avoid injecting machine check on signal | Christian Borntraeger | 2 | -9/+13 |
| 2026-03-16 | KVM: s390: log machine checks more aggressively | Christian Borntraeger | 3 | -2/+6 |
| 2026-03-16 | KVM: s390: Limit adapter indicator access to mapped page | Janosch Frank | 1 | -0/+12 |
| 2026-03-11 | Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ... | Paolo Bonzini | 1 | -2/+2 |
| 2026-03-06 | KVM: s390: Fix a deadlock | Claudio Imbrenda | 1 | -2/+4 |
| 2026-02-28 | KVM: always define KVM_CAP_SYNC_MMU | Paolo Bonzini | 1 | -1/+0 |
| 2026-02-28 | KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER | Paolo Bonzini | 1 | -2/+0 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -4/+4 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 8 | -24/+20 |
| 2026-02-10 | KVM: s390: Increase permitted SE header size to 1 MiB | Steffen Eiden | 1 | -2/+2 |
| 2026-02-10 | KVM: s390: vsie: Fix race in acquire_gmap_shadow() | Claudio Imbrenda | 2 | -4/+17 |
| 2026-02-10 | KVM: s390: vsie: Fix race in walk_guest_tables() | Claudio Imbrenda | 1 | -0/+3 |
| 2026-02-10 | KVM: s390: Use guest address to mark guest page dirty | Claudio Imbrenda | 1 | -2/+4 |
| 2026-02-04 | KVM: s390: Storage key manipulation IOCTL | Claudio Imbrenda | 1 | -0/+58 |
| 2026-02-04 | KVM: s390: Enable 1M pages for gmap | Claudio Imbrenda | 3 | -6/+5 |
| 2026-02-04 | KVM: S390: Remove PGSTE code from linux/s390 mm | Claudio Imbrenda | 1 | -0/+1 |
| 2026-02-04 | KVM: s390: Switch to new gmap | Claudio Imbrenda | 12 | -1354/+1068 |
| 2026-02-04 | KVM: s390: Storage key functions refactoring | Claudio Imbrenda | 4 | -71/+59 |
| 2026-02-04 | KVM: s390: Add some helper functions needed for vSIE | Claudio Imbrenda | 1 | -2/+72 |
| 2026-02-04 | KVM: s390: Add helper functions for fault handling | Claudio Imbrenda | 5 | -2/+244 |
| 2026-02-04 | KVM: s390: New gmap code | Claudio Imbrenda | 3 | -1/+1410 |
| 2026-02-04 | KVM: s390: KVM page table management functions: CMMA | Claudio Imbrenda | 2 | -0/+302 |
| 2026-02-04 | KVM: s390: KVM page table management functions: lifecycle management | Claudio Imbrenda | 2 | -0/+348 |
| 2026-02-04 | KVM: s390: KVM page table management functions: storage keys | Claudio Imbrenda | 2 | -0/+230 |
| 2026-02-04 | KVM: s390: KVM page table management functions: walks | Claudio Imbrenda | 2 | -0/+425 |
| 2026-02-04 | KVM: s390: KVM page table management functions: clear and replace | Claudio Imbrenda | 2 | -0/+155 |
| 2026-02-04 | KVM: s390: KVM page table management functions: allocation | Claudio Imbrenda | 3 | -0/+181 |
| 2026-02-04 | KVM: s390: KVM-specific bitfields and helper functions | Claudio Imbrenda | 1 | -0/+720 |
| 2026-02-04 | KVM: s390: Rename some functions in gaccess.c | Claudio Imbrenda | 1 | -27/+24 |
| 2026-02-04 | KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER | Claudio Imbrenda | 2 | -1/+46 |
| 2026-02-04 | KVM: s390: vsie: Pass gmap explicitly as parameter | Claudio Imbrenda | 1 | -21/+19 |
| 2026-02-04 | KVM: s390: Introduce import_lock | Claudio Imbrenda | 1 | -0/+2 |
| 2026-02-04 | KVM: s390: Add P bit in table entry bitfields, move union vaddress | Claudio Imbrenda | 1 | -26/+0 |
| 2026-01-19 | KVM: s390: vsie: retry SIE when unable to get vsie_page | Eric Farman | 1 | -2/+4 |
| 2026-01-08 | KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay | Sean Christopherson | 1 | -2/+2 |
| 2025-12-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 7 | -268/+106 |
| 2025-12-02 | Merge tag 'kvm-s390-next-6.19-1' of https://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 7 | -265/+104 |
| 2025-11-28 | KVM: s390: Use generic VIRT_XFER_TO_GUEST_WORK functions | Andrew Donnellan | 3 | -12/+32 |
| 2025-11-27 | KVM: s390: Enable and disable interrupts in entry code | Heiko Carstens | 1 | -5/+0 |
| 2025-11-27 | KVM: s390: Add signal_exits counter | Andrew Donnellan | 1 | -1/+3 |
| 2025-11-24 | s390: Remove KMSG_COMPONENT macro | Heiko Carstens | 2 | -4/+2 |
| 2025-11-21 | KVM: s390: vsie: Check alignment of BSCA header | Eric Farman | 1 | -1/+1 |
| 2025-11-21 | KVM: s390: Add capability that forwards operation exceptions | Janosch Frank | 2 | -0/+10 |
| 2025-11-17 | s390/kvm: Use psw32_t instead of psw_compat_t | Heiko Carstens | 1 | -1/+1 |
| 2025-11-05 | KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl() | Sean Christopherson | 1 | -2/+2 |
| 2025-11-05 | KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory | Sean Christopherson | 1 | -1/+0 |
| 2025-10-20 | KVM: s390: Replace sprintf with snprintf for buffer safety | Josephine Pfeiffer | 1 | -1/+1 |
| 2025-10-20 | KVM: s390: Remove unused return variable in kvm_arch_vcpu_ioctl_set_fpu | Thorsten Blum | 1 | -3/+1 |
| 2025-10-20 | KVM: S390: Remove sca_lock | Christoph Schlameuss | 3 | -69/+20 |
| 2025-10-20 | KVM: s390: Use ESCA instead of BSCA at VM init | Christoph Schlameuss | 4 | -202/+65 |
| 2025-10-09 | Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -3/+3 |
| 2025-09-30 | KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent | Sean Christopherson | 1 | -0/+8 |
| 2025-09-30 | Merge tag 'loongarch-kvm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 3 | -21/+34 |
| 2025-09-30 | Merge tag 'kvm-s390-next-6.18-1' of https://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 1 | -11/+9 |
| 2025-09-29 | s390: Remove superfluous newlines from inline assemblies | Heiko Carstens | 1 | -3/+3 |
| 2025-09-09 | KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion | Claudio Imbrenda | 1 | -12/+12 |
| 2025-09-09 | KVM: s390: Fix incorrect usage of mmu_notifier_register() | Claudio Imbrenda | 1 | -5/+11 |
| 2025-09-09 | KVM: s390: Fix access to unavailable adapter indicator pages during postcopy | Thomas Huth | 1 | -4/+11 |
| 2025-09-08 | KVM: s390: improve interrupt cpu for wakeup | Christian Borntraeger | 1 | -11/+9 |
| 2025-07-30 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -22/+46 |
| 2025-07-21 | KVM: s390: Rework guest entry logic | Mark Rutland | 2 | -22/+46 |
| 2025-06-17 | s390: Explicitly include <linux/export.h> | Heiko Carstens | 3 | -0/+4 |
| 2025-06-05 | KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY | Lorenzo Stoakes | 1 | -4/+4 |
| 2025-05-28 | KVM: s390: Simplify and move pv code | Claudio Imbrenda | 10 | -176/+127 |
| 2025-05-28 | KVM: s390: Refactor and split some gmap helpers | Claudio Imbrenda | 2 | -6/+29 |
| 2025-05-28 | KVM: s390: Remove unneeded srcu lock | Claudio Imbrenda | 1 | -4/+2 |
| 2025-05-28 | s390: Remove unneeded includes | Claudio Imbrenda | 1 | -0/+1 |
| 2025-04-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -12/+12 |
| 2025-03-31 | Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 4 | -12/+12 |
| 2025-03-29 | Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2 | -11/+13 |
| 2025-03-26 | Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -15/+2 |
| 2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -4/+3 |
| 2025-03-17 | KVM: s390: Don't use %pK through debug printing | Thomas Weißschuh | 3 | -10/+10 |
| 2025-03-17 | KVM: s390: Don't use %pK through tracepoints | Thomas Weißschuh | 1 | -2/+2 |
| 2025-03-14 | KVM: s390: pv: fix race when making a page secure | Claudio Imbrenda | 2 | -107/+21 |
| 2025-03-04 | s390/asm-offsets: Rename __LC_PGM_INT_CODE | Heiko Carstens | 1 | -2/+1 |
| 2025-03-04 | s390/kvm: Convert MACHINE_HAS_ESOP to machine_has_esop() | Heiko Carstens | 1 | -5/+5 |
| 2025-03-04 | s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest() | Heiko Carstens | 1 | -1/+2 |
| 2025-03-04 | s390/cpufeature: Convert MACHINE_HAS_GS to cpu_has_gs() | Heiko Carstens | 2 | -3/+5 |
| 2025-02-21 | iommu/s390: handle IOAT registration based on domain | Matthew Rosato | 1 | -15/+2 |
| 2025-02-18 | KVM: s390: Switch to use hrtimer_setup() | Nam Cao | 2 | -4/+3 |
| 2025-01-31 | KVM: s390: remove the last user of page->index | Claudio Imbrenda | 1 | -2/+4 |
| 2025-01-31 | KVM: s390: move gmap_shadow_pgt_lookup() into kvm | Claudio Imbrenda | 2 | -1/+43 |
| 2025-01-31 | KVM: s390: move some gmap shadowing functions away from mm/gmap.c | Claudio Imbrenda | 6 | -4/+238 |
| 2025-01-31 | KVM: s390: get rid of gmap_translate() | Claudio Imbrenda | 2 | -8/+20 |
| 2025-01-31 | KVM: s390: get rid of gmap_fault() | Claudio Imbrenda | 1 | -2/+2 |
| 2025-01-31 | KVM: s390: use __kvm_faultin_pfn() | Claudio Imbrenda | 2 | -27/+105 |
| 2025-01-31 | KVM: s390: move pv gmap functions into kvm | Claudio Imbrenda | 6 | -2/+254 |
| 2025-01-31 | KVM: s390: fake memslot for ucontrol VMs | Claudio Imbrenda | 2 | -1/+18 |
| 2025-01-31 | KVM: s390: wrapper for KVM_BUG | Claudio Imbrenda | 1 | -9/+10 |
| 2025-01-31 | KVM: s390: vsie: stop using "struct page" for vsie page | David Hildenbrand | 1 | -19/+12 |
| 2025-01-31 | KVM: s390: vsie: stop messing with page refcount | David Hildenbrand | 1 | -16/+30 |
| 2025-01-31 | KVM: s390: vsie: stop using page->index | David Hildenbrand | 1 | -10/+18 |
| 2025-01-31 | KVM: s390: vsie: fix some corner-cases when grabbing vsie pages | David Hildenbrand | 1 | -6/+19 |
| 2025-01-07 | KVM: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs | Christoph Schlameuss | 1 | -0/+2 |
| 2025-01-07 | KVM: s390: Reject setting flic pfault attributes on ucontrol VMs | Christoph Schlameuss | 1 | -0/+4 |
| 2025-01-07 | KVM: s390: vsie: fix virtual/physical address in unpin_scb() | Claudio Imbrenda | 1 | -1/+1 |
| 2024-11-29 | Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 4 | -30/+20 |
| 2024-11-27 | KVM: s390: Remove one byte cmpxchg() usage | Heiko Carstens | 1 | -11/+2 |
| 2024-11-27 | KVM: s390: Use try_cmpxchg() instead of cmpxchg() loops | Heiko Carstens | 4 | -19/+18 |
| 2024-11-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -5/+45 |
| 2024-11-18 | Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 5 | -63/+128 |
| 2024-11-13 | s390/kvm: Convert to use flag output macros | Heiko Carstens | 1 | -5/+5 |
| 2024-11-12 | Merge tag 'kvm-s390-next-6.13-1' of https://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 2 | -3/+43 |
| 2024-11-11 | KVM: s390: add gen17 facilities to CPU model | Hendrik Brueckner | 1 | -0/+8 |
| 2024-11-11 | KVM: s390: add msa11 to cpu model | Hendrik Brueckner | 2 | -3/+13 |
| 2024-11-11 | KVM: s390: add concurrent-function facility to cpu model | Hendrik Brueckner | 1 | -0/+22 |
| 2024-11-08 | Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini | 3 | -7/+13 |
| 2024-11-07 | s390/kvm: Mask extra bits from program interrupt code | Claudio Imbrenda | 2 | -2/+2 |
| 2024-10-31 | s390/kvm: Initialize uninitialized flags variable | Claudio Imbrenda | 1 | -1/+1 |
| 2024-10-29 | s390/kvm: Stop using gmap_{en,dis}able() | Claudio Imbrenda | 2 | -9/+2 |
| 2024-10-29 | s390/mm/fault: Handle guest-related program interrupts in KVM | Claudio Imbrenda | 3 | -28/+117 |
| 2024-10-29 | s390/kvm: Remove kvm_arch_fault_in_page() | Claudio Imbrenda | 3 | -20/+3 |
| 2024-10-25 | KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memory | Sean Christopherson | 1 | -1/+1 |
| 2024-10-25 | KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error | Sean Christopherson | 1 | -1/+1 |
| 2024-10-25 | s390: Fix various typos | Heiko Carstens | 1 | -1/+1 |
| 2024-10-10 | KVM: s390: Change virtual to physical address access in diag 0x258 handler | Michael Mueller | 1 | -1/+1 |
| 2024-10-10 | KVM: s390: gaccess: Check if guest address is in memslot | Nico Boehr | 2 | -6/+12 |
| 2024-08-19 | KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query | Hariharan Mari | 1 | -9/+18 |
| 2024-08-06 | KVM: s390: fix validity interception issue when gisa is switched off | Michael Mueller | 1 | -1/+6 |
| 2024-07-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -11/+25 |
| 2024-07-18 | Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 3 | -163/+7 |
| 2024-07-16 | Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 1 | -8/+3 |
| 2024-07-12 | Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 3 | -0/+48 |
| 2024-07-10 | s390/kvm: Move bitfields for dat tables | Claudio Imbrenda | 1 | -160/+3 |
| 2024-07-10 | s390/entry: Pass the asce as parameter to sie64a() | Claudio Imbrenda | 2 | -2/+3 |
| 2024-07-04 | kvm: s390: Reject memory region operations for ucontrol VMs | Christoph Schlameuss | 1 | -0/+3 |
| 2024-07-04 | KVM: s390: vsie: retry SIE instruction on host intercepts | Eric Farman | 1 | -3/+19 |
| 2024-07-01 | KVM: s390: fix LPSWEY handling | Christian Borntraeger | 3 | -0/+48 |
| 2024-06-18 | KVM: Introduce vcpu->wants_to_run | David Matlack | 1 | -1/+1 |
| 2024-06-18 | s390: Replace S390_lowcore by get_lowcore() | Sven Schnelle | 1 | -1/+1 |
| 2024-06-11 | KVM: s390: Don't re-setup dummy routing when KVM_CREATE_IRQCHIP | Yi Wang | 1 | -7/+2 |
| 2024-05-13 | Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2 | -5/+4 |
| 2024-05-02 | Merge branch 'shared-zeropage' into features | Alexander Gordeev | 1 | -3/+1 |