Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-07-10 15:29:28 to 2026-07-14 14:30:03 UTC [more...]

[PATCH rdma-next v2 00/14] RDMA: Make device names unique per net namespace
 2026-07-14 14:29 UTC  (9+ messages)
` [PATCH rdma-next v2 01/14] RDMA/core: Pass the net namespace to the device name lookups
` [PATCH rdma-next v2 02/14] RDMA/core: Handle device name conflicts when changing net namespace
` [PATCH rdma-next v2 03/14] RDMA/core: Support renaming a device when changing its "
` [PATCH rdma-next v2 04/14] RDMA/nldev: Report net namespace move errors through extack
` [PATCH rdma-next v2 05/14] RDMA/nldev: Allow setting the device name while changing net namespace
` [PATCH rdma-next v2 06/14] net/smc: Look up the pnetid ib device within the "
` [PATCH rdma-next v2 07/14] RDMA/srp: Make the SRP sysfs class net namespace aware
` [PATCH rdma-next v2 08/14] RDMA/cgroup: Disambiguate devices across net namespaces

[PATCH 00/22] Simplify special kernel page table handling
 2026-07-14 14:28 UTC  (24+ messages)
` [PATCH 01/22] mm: drop unused __mm_flags_set_mask_bits_word()
` [PATCH 02/22] mm: move mm_flags helpers to mm_types.h
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
` [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
` [PATCH 05/22] arm64: mm: use mm_is_kernel() for kernel mm checks
` [PATCH 06/22] loongarch: mm: use mm_is_kernel() in switch_mm_irqs_off()
` [PATCH 07/22] parisc: mm: use mm_is_kernel() for kernel mm checks
` [PATCH 08/22] powerpc: "
` [PATCH 09/22] s390: "
` [PATCH 10/22] sparc: "
` [PATCH 11/22] um: mm: use mm_is_kernel() in TLB sync
` [PATCH 12/22] x86/mm: use mm_is_kernel() for kernel mm checks
` [PATCH 13/22] mm: account page table pages when allocated
` [PATCH 14/22] mm: set page table page type "
` [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
` [PATCH 16/22] efi: mark efi_mm as a kernel mm
` [PATCH 17/22] mm: pagewalk: drop redundant address check for kernel mm walks
` [PATCH 18/22] arm64: mm: drop explicit mm_is_efi() check in contpte
` [PATCH 19/22] x86/tboot: mark tboot_mm as a kernel mm
` [PATCH 20/22] arm64: mm: drop ctor/dtor calls for kernel page tables
` [PATCH 21/22] arm: mm: drop ctor call "
` [PATCH 22/22] riscv: mm: drop ctor/dtor calls "

[PATCH v12 00/17] target/s390x: Extend qemu CPACF support
 2026-07-14 14:16 UTC  (11+ messages)
` [PATCH v12 04/17] crypto: Add aes-helpers file to support some AES modes
` [PATCH v12 05/17] target/s390x: Support AES ECB for cpacf km instruction
` [PATCH v12 10/17] target/s390x: Base support for cpacf protected keys and pckmo
` [PATCH v12 16/17] docs/s390: Document CPACF instructions support
` [PATCH v12 17/17] tests/tcg/s390x: Add tests for CPACF instructions

[PATCH v2 0/2] Add missing facility check to ptp_s390 driver
 2026-07-14 13:38 UTC  (5+ messages)
` [PATCH v2 1/2] s390/ptff: Export ptff_function_mask[]
` [PATCH v2 2/2] ptp: ptp_s390: Add missing facility check

[PATCH v2 0/7] KVM: s390: Misc fixes
 2026-07-14 13:23 UTC  (20+ messages)
` [PATCH v2 1/7] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v2 2/7] KVM: s390: Return -EFAULT instead of PGM_ADDRESSING
` [PATCH v2 3/7] KVM: s390: Fix race in __do_essa()
` [PATCH v2 4/7] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v2 5/7] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
` [PATCH v2 6/7] KVM: s390: Fix overclearing ESCA in case of error
` [PATCH v2 7/7] KVM: s390: Return -EINTR if a signal was pending while faulting-in

[patch 0/4] entry: Rework syscall skip logic
 2026-07-14 12:27 UTC  (14+ messages)
` [patch 1/4] entry: Rework syscall_audit_enter()
` [patch 2/4] entry: Rework trace_syscall_enter()
` [patch 3/4] entry: Make return type of syscall_trace_enter() bool
` [patch 4/4] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-14 12:26 UTC  (63+ messages)
` [PATCH v7 02/22] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v7 03/22] iommu/dma: Check atomic pool allocation result directly
` [PATCH v7 04/22] dma: free atomic pool pages by physical address
` [PATCH v7 05/22] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v7 07/22] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v7 09/22] dma-mapping: Add internal shared allocation attribute
` [PATCH v7 10/22] dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free paths
` [PATCH v7 11/22] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v7 12/22] dma: swiotlb: pass mapping attributes by reference
` [PATCH v7 13/22] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v7 14/22] dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 15/22] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v7 17/22] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v7 18/22] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 19/22] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v7 20/22] dma: swiotlb: free dynamic pools from process context
` [PATCH v7 21/22] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v7 22/22] swiotlb: remove unused SWIOTLB_FORCE flag

[PATCH rdma-next 00/13] RDMA: Make device names unique per net namespace
 2026-07-14 11:39 UTC  (24+ messages)
` [PATCH rdma-next 02/13] RDMA/core: Handle device name conflicts when changing "
` [PATCH rdma-next 03/13] RDMA/core: Support renaming a device when changing its "
` [PATCH rdma-next 08/13] RDMA/cgroup: Scope rdma cgroup device visibility to the "
` [PATCH rdma-next 12/13] RDMA/rxe: Implement disassociate_ucontext callback
` [PATCH rdma-next 13/13] RDMA/selftests: Add rxe_netns_names test

[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
 2026-07-14 10:40 UTC  (16+ messages)
` [PATCH v4 07/27] arm64: Prepare sharing arm64 headers with s390
` [PATCH v4 09/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v4 13/27] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v4 25/27] KVM: s390: arm64: Implement vCPU IOCTLs

[PATCH 0/2] Fix two issues in ptp_s390 driver
 2026-07-14  9:39 UTC  (4+ messages)
` [PATCH 1/2] ptp: ptp_s390: Add missing CC check for ptff()
` [PATCH 2/2] ptp: ptp_s390: Add missing facility check

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-14  8:20 UTC  (10+ messages)
` [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool

[PATCH net-next v3 0/3] net/smc: transition to RDMA core CQ pooling
 2026-07-14  8:05 UTC  (5+ messages)
` [PATCH net-next v3 1/3] net/smc: clear the correct v2 slot and buffer in smc_wr_tx_put_slot()
` [PATCH net-next v3 2/3] net/smc: transition to RDMA core CQ pooling

[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
 2026-07-14  6:00 UTC  (5+ messages)
` [PATCH v5 5/8] riscv/runtime-const: Introduce runtime_const_mask_32()

[PATCH 1/2] crypto: pcrypt - Remove pcrypt
 2026-07-14  4:20 UTC 

[PATCH v20 0/3] [VFIO] Error recovery for vfio-pci devices on s390x
 2026-07-13 18:52 UTC  (2+ messages)

[PATCH v21 0/4] [PCI] Error recovery for vfio-pci devices on s390x
 2026-07-13 18:21 UTC  (2+ messages)

[PATCH v1 0/5] KVM s390x PCI fixes
 2026-07-13 17:50 UTC  (11+ messages)
` [PATCH v1 1/5] KVM: s390: pci: Fix refcount leak in memory accounting functions
` [PATCH v1 2/5] KVM: s390: pci: Fix missing error codes and memory unaccounting
` [PATCH v1 3/5] KVM: s390: pci: Fix NULL dereference on AIBV allocation failure
` [PATCH v1 4/5] KVM: s390: pci: Fix resource leak on IRQ registration failure
` [PATCH v1 5/5] KVM: s390: pci: Fix AIBV and AISB spanning multiple pages

[PATCH 0/2] s390/vdso: Fix GNU_EH_FRAME PHDR
 2026-07-13 15:34 UTC  (3+ messages)

[PATCH 01/13 RFC net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-07-13 14:57 UTC  (5+ messages)

[PATCH v2 0/2] s390/vdso: Fix GNU_EH_FRAME PHDR
 2026-07-13 14:42 UTC  (3+ messages)
` [PATCH v2 1/2] s390/vdso: Pass --eh-frame-hdr to the linker
` [PATCH v2 2/2] s390/vdso: Use symbolic constants for the PHDR permission flags

[PATCH v5 0/4] s390/mm: Batch PTE updates in lazy MMU mode
 2026-07-13 14:33 UTC  (7+ messages)
` [PATCH v5 1/4] mm: Make lazy MMU mode context-aware
` [PATCH v5 2/4] s390/mm: Batch PTE updates in lazy MMU mode
` [PATCH v5 3/4] mm/kasan: Introduce helpers for lazy MMU mode sanitizer
` [PATCH v5 4/4] s390/mm: Lazy "

[PATCH v5 0/1] Improve zcrypt reply message verification checks
 2026-07-13 13:21 UTC  (3+ messages)
` [PATCH v5 1/1] s390/zcrypt: "

[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
 2026-07-13 13:18 UTC  (7+ messages)
` [PATCH v5 1/5] vfio: cache KVM VM file references instead of raw struct kvm pointers
` [PATCH v5 2/5] iommufd/device: Associate KVM file pointer with iommufd_device
` [PATCH v5 3/5] iommufd/viommu: Keep a reference to the KVM file

[GIT PULL 0/5] KVM: s390: Fixes for 7.2
 2026-07-13 11:34 UTC  (9+ messages)
` [GIT PULL 1/5] KVM: s390: pci: Fix GISC refcount leak on AIF enable failure
` [GIT PULL 2/5] KVM: s390: vsie: Avoid potential deadlock with real spaces
` [GIT PULL 3/5] KVM: s390: Fix dat_crste_walk_range() early return
` [GIT PULL 4/5] KVM: s390: Improve kvm_s390_vm_stop_migration()
` [GIT PULL 5/5] KVM: s390: pci: Fix handling of AIF enable without AISB

[PATCH RFC net-next v3 0/3] net: sysctl: Const Qualify sysctl ctl_table arrays
 2026-07-13 11:07 UTC  (4+ messages)
` [PATCH RFC net-next v3 1/3] net: enforce net sysctl registration
` [PATCH RFC net-next v3 2/3] net: Const qualify ctl_tables that kmemdup unconditionally
` [PATCH RFC net-next v3 3/3] net: Const qualify network templated ctl_tables Arrays

[PATCH RESEND] syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH
 2026-07-13  7:01 UTC  (2+ messages)

[GIT PULL] s390 updates for 7.2-rc3
 2026-07-12 19:13 UTC  (2+ messages)

[PATCH net] net/af_iucv: fix NULL deref in afiucv_hs_callback_syn()
 2026-07-12  7:56 UTC  (5+ messages)

[PATCH net] net/smc: guard the CDC receive path against an unset RMB
 2026-07-12  7:45 UTC  (2+ messages)

[PATCH net v4 0/3] net/smc: bound wire-controlled CDC cursors against the local buffers
 2026-07-11 10:43 UTC  (3+ messages)

[PATCH net] net/iucv: take a reference on the socket found in afiucv_hs_rcv()
 2026-07-11  4:11 UTC  (4+ messages)


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