Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-08-12 13:52:48 to 2026-08-12 20:03:02 UTC [more...]

[PATCH v5 0/9] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
 2026-08-12 20:02 UTC  (6+ messages)
` [PATCH v5 1/9] s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_remove
` [PATCH v5 2/9] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
` [PATCH v5 3/9] s390/vfio-ap: Fix missing lock required to access list of ap_matrix_mdev objects
` [PATCH v5 4/9] s390/vfio-ap: Fix required lock not held during update of ap_matrix_mdev object
` [PATCH v5 7/9] s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed

[PATCH] vfio: Use file-based reference counting for KVM
 2026-08-12 19:39 UTC  (3+ messages)

[PATCH v6 00/33] KVM: s390: Introduce arm64 KVM
 2026-08-12 19:10 UTC  (80+ messages)
` [PATCH v6 01/33] vfio: Use file-based reference counting for KVM
` [PATCH v6 02/33] KVM: Make device name configurable
` [PATCH v6 03/33] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v6 04/33] arm64: Use proper include variant
` [PATCH v6 05/33] arm64: ptrace: Use constants for compat register numbers
` [PATCH v6 06/33] arm64: sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v6 07/33] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v6 08/33] KVM: arm64: Use accessor functions for core regs
` [PATCH v6 09/33] arm64: Prepare sharing arm64 headers with s390
` [PATCH v6 10/33] arm64: Share "
` [PATCH v6 11/33] KVM: arm64: Share arm64 code "
` [PATCH v6 12/33] KVM: s390: Extract gmap tracing to a separate header
` [PATCH v6 13/33] KVM: s390: Prepare include guards for a new location
` [PATCH v6 14/33] KVM: s390: Rename kvm-s390.{c,h} to s390.{c,h}
` [PATCH v6 15/33] KVM: s390: Move kvm_host definitions to kvm_host_s390
` [PATCH v6 16/33] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v6 17/33] KVM: s390: Move PGM code definitions to asm/kvm_host.h
` [PATCH v6 18/33] KVM: s390: Prepare gmap for a second KVM implementation
` [PATCH v6 19/33] KVM: s390: gmap: Make storage keys optional
` [PATCH v6 20/33] KVM: s390: gmap: Make CMMA optional
` [PATCH v6 21/33] KVM: s390: gmap: Make prefix handling optional
` [PATCH v6 22/33] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v6 23/33] s390: Use arm64 headers
` [PATCH v6 24/33] KVM: s390: Use arm64 code
` [PATCH v6 25/33] s390: Introduce Start Arm Execution instruction
` [PATCH v6 26/33] KVM: s390: arm64: Introduce host definitions
` [PATCH v6 27/33] s390/hwcaps: Report SAE support as hwcap
` [PATCH v6 28/33] KVM: s390: Add basic arm64 kvm module
` [PATCH v6 29/33] KVM: s390: arm64: Implement required functions
` [PATCH v6 30/33] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v6 31/33] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v6 32/33] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v6 33/33] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH v4 0/9] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
 2026-08-12 18:56 UTC  (23+ messages)
` [PATCH v4 1/9] s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_remove
` [PATCH v4 2/9] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
` [PATCH v4 3/9] s390/vfio-ap: Fix missing lock required to access list of ap_matrix_mdev objects
` [PATCH v4 4/9] s390/vfio-ap: Fix required lock not held during update of ap_matrix_mdev object
` [PATCH v4 5/9] s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove
` [PATCH v4 6/9] s390/vfio-ap: fix potential use of uninitialized apm_filtered bitmap
` [PATCH v4 7/9] s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed
` [PATCH v4 8/9] s390/vfio-ap: Fix NULL deref in status_show() during queue probe
` [PATCH v4 9/9] s390/vfio-ap: Fix memory leak when queue removed from host AP config

[PATCH v23 0/5] [PCI] Error recovery for vfio-pci devices on s390x
 2026-08-12 18:53 UTC  (2+ messages)

[PATCH v5 00/13] syscalls: Add a shared table for all archs
 2026-08-12 18:10 UTC  (27+ messages)
` [PATCH v5 01/13] syscalls: Make --abis parsing more robust
` [PATCH v5 02/13] syscalls: Create unified partial table for all archs
` [PATCH v5 03/13] scripts/syscall.tbl: Use the common table
` [PATCH v5 04/13] arm: Use the common syscall table
` [PATCH v5 05/13] s390: "
` [PATCH v5 06/13] sparc: "
` [PATCH v5 07/13] mips: Remove duplicated syscallnr.sh
` [PATCH v5 08/13] mips: Get rid of custom mips ABIs for syscall tables
` [PATCH v5 09/13] mips: Use the common syscall table
` [PATCH v5 10/13] syscalls: Add an option for offsetting the common table
` [PATCH v5 11/13] alpha: Define entry point for set_mempolicy_home_node syscall
` [PATCH v5 12/13] alpha: Remove alpha_ prefix from custom syscall entries
` [PATCH v5 13/13] alpha: Use the common syscall table

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-12 18:08 UTC  (15+ messages)
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon

[PATCH v4 00/20] KVM: s390: vsie: Add VSIE SIGP ECALL and SRSI Interpretation
 2026-08-12 17:45 UTC  (41+ messages)
` [PATCH v4 01/20] KVM: s390: vsie: Add SCAO read and write helpers
` [PATCH v4 02/20] KVM: s390: vsie: Move SCAO validation into a function
` [PATCH v4 03/20] KVM: s390: vsie: Add vsie_interp_extf detection
` [PATCH v4 04/20] KVM: s390: vsie: Add ssca_block and ssca_entry structs
` [PATCH v4 05/20] KVM: s390: vsie: Move pin/unpin_scb methods
` [PATCH v4 06/20] KVM: s390: vsie: Move pin/unpin guest page
` [PATCH v4 07/20] KVM: s390: vsie: Move release/acquire gmap shadow
` [PATCH v4 08/20] KVM: s390: vsie: Create helpers to alloc and free vsie_pages
` [PATCH v4 09/20] KVM: s390: vsie: Replace radix_tree with xarray addr_to_page
` [PATCH v4 10/20] KVM: s390: vsie: Add helper to release gmap shadow
` [PATCH v4 11/20] KVM: s390: vsie: Lazily keep original scb pinned after vsie exit
` [PATCH v4 12/20] KVM: s390: vsie: Add helper to pin and unpin multiple guest pages
` [PATCH v4 13/20] KVM: s390: vsie: Add struct vsie_sca with pin and unpin methods
` [PATCH v4 14/20] KVM: s390: vsie: Shadow VSIE SCA in guest-1
` [PATCH v4 15/20] KVM: s390: vsie: Guard against invalid CPU address
` [PATCH v4 16/20] KVM: s390: vsie: Allow guest-3 cpu add and remove with ssca
` [PATCH v4 17/20] KVM: s390: vsie: Add VSIE max shadow configuration
` [PATCH v4 18/20] KVM: s390: vsie: Add VSIE shadow stat counters
` [PATCH v4 19/20] KVM: s390: vsie: Create minimal scb shadows for not running g3 blocks
` [PATCH v4 20/20] KVM: s390: vsie: Enable use of VSIE SSCA

[RFC PATCH] dma: swiotlb: Size shared default pools for memory encryption
 2026-08-12 17:42 UTC  (5+ messages)

`io{re,un}map()` build error in s390 under `!CONFIG_HAS_IOMEM`
 2026-08-12 16:59 UTC  (10+ messages)

[PATCH v3 0/9] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
 2026-08-12 16:24 UTC  (14+ messages)
` [PATCH v3 2/9] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
` [PATCH v3 3/9] s390/vfio-ap: Fix missing lock required to access list of ap_matrix_mdev objects
` [PATCH v3 8/9] s390/vfio-ap: Fix NULL deref in status_show() during queue probe
` [PATCH v3 9/9] s390/vfio-ap: Fix memory leak when queue removed from host AP config

[PATCH v3 0/2] s390/uv: Various fixes for UV secrets
 2026-08-12 16:15 UTC  (5+ messages)
` [PATCH v3 1/2] s390/uv: Fix loop condition in uv_find_secrets
` [PATCH v3 2/2] s390/uv: Prevent potential out-of-bounds read

[PATCH] net/smc: release the internal TCP sock on IPPROTO_SMC socket creation failure
 2026-08-12 14:44 UTC 

[PATCH] s390/debug: Fix deadlock during unregister
 2026-08-12 14:28 UTC  (2+ messages)

[PATCH v2 0/9] KVM: s390: And then... even more fixes again
 2026-08-12 14:06 UTC  (3+ messages)
` [PATCH v2 3/9] KVM: s390: Fix get_all_floating_irqs()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox