Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-07-28 01:45:35 to 2026-07-28 17:39:03 UTC [more...]

[PATCH v4 00/13] KVM: s390: Misc fixes
 2026-07-28 17:39 UTC  (27+ messages)
` [PATCH v4 01/13] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v4 02/13] KVM: s390: Fix leaking of PGM_ADDRESSING to userspace
` [PATCH v4 03/13] KVM: s390: Fix race in __do_essa()
` [PATCH v4 04/13] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v4 05/13] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
` [PATCH v4 06/13] KVM: s390: Fix overclearing ESCA in case of error
` [PATCH v4 07/13] KVM: s390: Return -EINTR if a signal was pending while faulting-in
` [PATCH v4 08/13] KVM: s390: Free the mmu cache when kvm_arch_vcpu_create() fails
` [PATCH v4 09/13] KVM: s390: Fix ordering when adding to SCA
` [PATCH v4 10/13] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()
` [PATCH v4 11/13] KVM: s390: Fix kvm_arch_commit_memory_region() when low on memory
` [PATCH v4 12/13] KVM: s390: Fix kvm_s390_vcpu_unsetup_cmma()
` [PATCH v4 13/13] KVM: s390: Fix sca_clear_ext_call() for UCONTROL

[PATCH net v5 0/3] net/smc: bound wire-controlled CDC cursors against the local buffers
 2026-07-28 17:25 UTC  (4+ messages)
` [PATCH net v5 1/3] net/smc: bound the wire-controlled producer cursor to the RMB

[PATCH net v4] net/smc: order the CDC receive path against buffer publication
 2026-07-28 16:52 UTC 

[PATCH v3] KVM: s390: Fall back to short-term pinning in MAP ioctl
 2026-07-28 16:47 UTC  (4+ messages)

[PATCH v2] s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()
 2026-07-28 16:41 UTC  (2+ messages)

[PATCH v2 0/4] s390: Remove or replace cond_resched() calls
 2026-07-28 16:13 UTC  (11+ messages)
` [PATCH v2 1/4] s390/crypto: Replace cond_resched() with msleep(1)
` [PATCH v2 2/4] KVM: s390: Remove cond_resched() calls
` [PATCH v2 3/4] "
` [PATCH v2 4/4] s390/cio: "

[PATCH] s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()
 2026-07-28 16:10 UTC  (3+ messages)

[PATCH v3 00/10] KVM: s390: Misc fixes
 2026-07-28 15:09 UTC  (16+ messages)
` [PATCH v3 01/10] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v3 07/10] KVM: s390: Return -EINTR if a signal was pending while faulting-in
` [PATCH v3 08/10] KVM: s390: Free the mmu cache when kvm_arch_vcpu_create() fails
` [PATCH v3 09/10] KVM: s390: Fix ordering when adding to SCA
` [PATCH v3 10/10] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()

[PATCH v9 00/10] s390/vfio_ccw fixes
 2026-07-28 14:53 UTC  (25+ messages)
` [PATCH v9 01/10] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v9 02/10] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v9 03/10] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v9 04/10] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v9 05/10] s390/vfio_ccw: calculate idal length based on idaw type
` [PATCH v9 06/10] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v9 07/10] s390/vfio_ccw: cancel existing workqueues
` [PATCH v9 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v9 09/10] s390/vfio_ccw: selectively expand io_mutex
` [PATCH v9 10/10] s390/vfio_ccw: implement a crw lock

[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-28 14:41 UTC  (26+ messages)
` [PATCH v8 01/23] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v8 05/23] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v8 07/23] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v8 09/23] dma-mapping: Add internal shared allocation attribute
` [PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference
` [PATCH v8 15/23] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v8 19/23] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED

[PATCH RFC] mm/huge_memory: eliminate reference-counted huge zero folio
 2026-07-28 13:06 UTC 

[RFC] net/iucv: af_iucv socket locking - accounting, and a staged plan
 2026-07-28 12:52 UTC  (2+ messages)

[PATCH 0/4] s390: Remove or replace cond_resched() calls
 2026-07-28 12:06 UTC  (10+ messages)
` [PATCH 1/4] s390/crypto: Replace cond_resched() with schedule()
` [PATCH 4/4] s390/cio: Remove cond_resched() calls

[PATCH v2 2/3] s390: Implement arch_do_panic
 2026-07-28 11:43 UTC  (5+ messages)

[PATCH net v2] net/smc: validate peer CDC cursor against RMBE size before accepting it
 2026-07-28 11:37 UTC  (4+ messages)

[PATCH v6 0/8] futex: Use runtime constants for futex_hash computation
 2026-07-28 11:08 UTC  (20+ messages)
` [PATCH v6 1/8] x86/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v6 2/8] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [PATCH v6 3/8] arm64/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v6 4/8] riscv/runtime-const: Replace open-coded placeholder with RUNTIME_MAGIC
` [PATCH v6 5/8] riscv/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v6 6/8] s390/runtime-const: "
` [PATCH v6 7/8] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [PATCH v6 8/8] futex: Use runtime constants for __futex_hash() hot path

[PATCH net] s390/qeth: Check CAP_NET_ADMIN for private ioctls
 2026-07-28 10:50 UTC  (3+ messages)

[PATCH v2 1/3] panic: Introduce arch_do_panic
 2026-07-28 10:13 UTC  (2+ messages)

[PATCH net v3] net/smc: fix out-of-bounds read of rkey array in SMC-Rv2 LLC processing
 2026-07-28  9:59 UTC  (2+ messages)

[PATCH net] dibs: fix use-after-free of dmb_node in loopback attach/detach/unregister
 2026-07-28  9:35 UTC  (2+ messages)

[PATCH net v1] net/smc: fix socket use-after-free during link group termination
 2026-07-28  9:32 UTC  (2+ messages)

[PATCH v2 0/3] Request to queue zfcp enhancements for upstream merge window
 2026-07-28  5:26 UTC  (7+ messages)
` [PATCH v2 1/3] zfcp: Enhance fsf status read buffer tracing
` [PATCH v2 2/3] zfcp: Trace plogi and prli within open port response as payload
` [PATCH v2 3/3] zfcp: trace return values of sysfs unit add store

[PATCH net] net/smc: clamp peer supplied CDC cursors to the buffer size
 2026-07-28  4:08 UTC  (2+ messages)

[PATCH v8 00/10] s390/vfio_ccw fixes
 2026-07-28  3:23 UTC  (25+ messages)
` [PATCH v8 01/10] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v8 02/10] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v8 03/10] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v8 04/10] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v8 05/10] s390/vfio_ccw: calculate idal length based on idaw type
` [PATCH v8 06/10] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v8 07/10] s390/vfio_ccw: cancel existing workqueues
` [PATCH v8 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v8 09/10] s390/vfio_ccw: selectively expand io_mutex
` [PATCH v8 10/10] s390/vfio_ccw: implement a crw lock

[PATCH net] net/smc: drain the rx tasklet before detaching the ghost sndbuf
 2026-07-28  2:14 UTC  (2+ messages)


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