Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-06-24 11:19:40 to 2026-07-01 06:14:32 UTC [more...]

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-01  6:14 UTC  (26+ messages)
` [PATCH v7 01/22] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [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 06/22] s390: Expose protected virtualization through cc_platform_has()
` [PATCH v7 07/22] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v7 08/22] coco: arm64: s390: powerpc: Mark secure guests with CC_ATTR_GUEST_MEM_ENCRYPT
` [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 v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-07-01  3:09 UTC  (23+ messages)
` [PATCH v6 03/20] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths

[PATCH V2 linux-next] perf test: Skip failing 'perf test aslr' test case
 2026-06-30 23:35 UTC  (3+ messages)

[PATCH net v2] net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket
 2026-06-30 18:32 UTC 

[PATCH net] net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket
 2026-06-30 18:18 UTC  (4+ messages)

[PATCH] s390/mm: Fix type mismatch in get_align_mask()
 2026-06-30 17:32 UTC 

[PATCH v20 0/3] [VFIO] Error recovery for vfio-pci devices on s390x
 2026-06-30 17:27 UTC  (7+ messages)
` [PATCH v20 1/3] s390/pci: Store PCI error information for passthrough devices
` [PATCH v20 2/3] vfio-pci/zdev: Add a device feature for error information
` [PATCH v20 3/3] vfio/pci: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX

[PATCH v21 0/4] [PCI] Error recovery for vfio-pci devices on s390x
 2026-06-30 17:13 UTC  (9+ messages)
` [PATCH v21 1/4] PCI: Allow per function PCI slots to fix slot reset on s390
` [PATCH v21 2/4] PCI: Avoid saving config space state if inaccessible
` [PATCH v21 3/4] PCI: Fail FLR when config space is inaccessible
` [PATCH v21 4/4] PCI/MSI: Enable memory decoding before restoring MSI-X messages

[PATCH 4/8] arch/s390: Stop special-casing hugetlb mappings in arch_get_unmapped_area
 2026-06-30 17:10 UTC 

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-06-30 16:37 UTC  (23+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 03/18] arm64: ptrace: Pass thread flags to syscall_trace_enter/exit()
` [PATCH v16 04/18] arm64: ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v16 05/18] arm64: ptrace: Expand secure_computing() in place
` [PATCH v16 06/18] arm64: ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v16 07/18] arm64: ptrace: Protect rseq_syscall() from tracer PC modifications
` [PATCH v16 08/18] arm64: ptrace: Rename syscall_trace_exit() to syscall_exit_work()
` [PATCH v16 09/18] arm64: syscall: Rework the syscall exit path in el0_svc_common()
` [PATCH v16 10/18] arm64: ptrace: Extract syscall_exit_to_user_mode_work() helper
` [PATCH v16 11/18] arm64: ptrace: Align syscall exit work semantics with generic entry
` [PATCH v16 12/18] arm64: syscall: Use exit-specific flags check in el0_svc_common()
` [PATCH v16 13/18] arm64: syscall: Simplify el0_svc_common() syscall exit path
` [PATCH v16 14/18] arm64: syscall: Simplify syscall exit path in el0_svc_common()
` [PATCH v16 15/18] arm64: ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v16 16/18] arm64: entry: Convert to generic entry
` [PATCH v16 17/18] arm64: Inline el0_svc_common()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH v8 00/18] target/s390x: Extend qemu CPACF support
 2026-06-30 14:19 UTC  (28+ messages)
` [PATCH v8 01/18] target/s390x: Fix wrong address handling in address loops
` [PATCH v8 02/18] target/s390x: Rework s390 cpacf implementations
` [PATCH v8 03/18] target/s390x: Move cpacf sha512 code into a new file
` [PATCH v8 04/18] target/s390x: Support cpacf sha256
` [PATCH v8 05/18] target/s390x: Support AES ECB for cpacf km instruction
` [PATCH v8 06/18] target/s390x: Support AES CBC for cpacf kmc instruction
` [PATCH v8 07/18] target/s390x: Support AES CTR for cpacf kmctr instruction

[PATCH] s390x: stsi: regression test for the STSI 3.2.2 count clamp
 2026-06-30 13:21 UTC  (2+ messages)

[PATCH v3 00/15] s390/vfio-ap: Add live guest migration support
 2026-06-30 11:56 UTC  (30+ messages)
` [PATCH v3 01/15] s390/vfio-ap: Provide function to get the number of queues assigned to mdev
` [PATCH v3 02/15] s390/vfio-ap: Data structures for facilitating vfio device migration
` [PATCH v3 03/15] s390/vfio-ap: Initialize/release vfio device migration data
` [PATCH v3 04/15] s390/vfio-ap: Reset migration state in VFIO_DEVICE_RESET ioctl handler
` [PATCH v3 05/15] s390-vfio-ap: Callback to get/set vfio device mig state during guest migration
` [PATCH v3 06/15] s390/vfio-ap: Transition guest migration state from STOP to STOP_COPY
` [PATCH v3 07/15] s390/vfio-ap: File ops called to save the vfio device migration state
` [PATCH v3 08/15] s390/vfio-ap: Transition device migration state from STOP to RESUMING
` [PATCH v3 09/15] s390/vfio-ap: Add method to set a new guest AP configuration
` [PATCH v3 10/15] s390/vfio-ap: File ops called to resume the vfio device migration
` [PATCH v3 11/15] s390/vfio-ap: Transition device migration state to STOP
` [PATCH v3 12/15] s390/vfio-ap: Transition device migration state from STOP to RUNNING and vice versa
` [PATCH v3 13/15] s390/vfio-ap: Callback to get the size of data to be migrated during guest migration
` [PATCH v3 14/15] s390/vfio-ap: Add 'migratable' feature to sysfs 'features' attribute
` [PATCH v3 15/15] s390/vfio-ap: Add live guest migration chapter to vfio-ap.rst

[PATCH v3 0/2] ptp: split non-host-disciplined PHC drivers into a dedicated subdirectory
 2026-06-30 10:57 UTC  (4+ messages)
` [PATCH v3 1/2] ptp: move non-host-disciplined clock "
` [PATCH v3 2/2] MAINTAINERS: update PTP maintainer entries after directory split

[PATCH net v3] net/smc: fix out-of-bounds read when sk_user_data holds a sk_psock
 2026-06-30  9:52 UTC  (2+ messages)

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

cleanup the RAID6 P/Q library v3
 2026-06-29 12:48 UTC  (9+ messages)
` [PATCH 08/18] raid6: warn when using less than four devices

[PATCH v2] block: partitions: Use seq_buf_putc() at 24 places
 2026-06-29  7:35 UTC  (3+ messages)

[PATCH v5 0/4] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-06-26 18:12 UTC  (7+ messages)
` [PATCH v5 1/4] s390/pci: Hold fmb_lock when enabling or disabling PCI devices
` [PATCH v5 2/4] s390/pci: Preserve FMB state in device re-enablement
` [PATCH v5 3/4] s390/pci: Fence FMB enable/disable via debugfs for passthrough devices
` [PATCH v5 4/4] vfio-pci/zdev: Add VFIO FMB device features

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-06-26 15:28 UTC  (3+ messages)

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-06-26 14:45 UTC  (4+ messages)
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()

[PATCH v1] s390/zcrypt: Remove the empty file
 2026-06-26 13:22 UTC  (2+ messages)

[PATCH 01/19] btrfs: require at least 4 devices for RAID 6
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH 01/18] raid6: turn the userspace test harness into a kunit test
 2026-06-26  8:20 UTC  (2+ messages)

[RFC PATCH] net/iucv: Descend into net/iucv when AFIUCV is enabled
 2026-06-26  6:13 UTC  (2+ messages)

[PATCH v19 0/3] [VFIO] Error recovery for vfio-pci devices on s390x
 2026-06-25 21:52 UTC  (4+ messages)
` [PATCH v19 2/3] vfio-pci/zdev: Add a device feature for error information

[PATCH v2 0/2] Improve DIAG 9c observability
 2026-06-25 16:02 UTC  (5+ messages)
` [PATCH v2 1/2] s390/kvm: Refactor __diag_time_slice_end_directed for single exit point
` [PATCH v2 2/2] s390/kvm: Add tracepoint for DIAG 9c directed yield operations

[GIT PULL v1 00/12] KVM: s390: Fix S390_USER_OPEREXEC and more gmap fixes
 2026-06-25 11:16 UTC  (19+ messages)
` [GIT PULL v1 01/12] KVM: s390: Fix S390_USER_OPEREXEC enablement without STFLE 74
` [GIT PULL v1 03/12] KVM: s390: Fix typo in UCONTROL documentation
` [GIT PULL v1 04/12] s390/mm: Fix handling of _PAGE_UNUSED pte bit
` [GIT PULL v1 05/12] KVM: s390: Fix dat_peek_cmma() overflow
` [GIT PULL v1 06/12] KVM: s390: Do not set special large pages dirty
` [GIT PULL v1 07/12] KVM: s390: Fix code typo in gmap_protect_asce_top_level()
` [GIT PULL v1 08/12] KVM: s390: Fix handle_{sske,pfmf} under memory pressure
` [GIT PULL v1 09/12] KVM: s390: Fix locking in kvm_s390_set_mem_control()
` [GIT PULL v1 10/12] KVM: s390: Fix cmma dirty tracking
` [GIT PULL v1 11/12] KVM: s390: selftests: Fix cmma selftest
` [GIT PULL v1 12/12] KVM: s390: Return failure in case of failure in kvm_s390_set_cmma_bits()

[PATCH v2] KVM: s390: pci: Fix GISC refcount leak on AIF enable failure
 2026-06-25 10:42 UTC  (3+ messages)

[PATCH net] net/smc: avoid recursive sk_callback_lock in listen data_ready
 2026-06-25  8:32 UTC  (2+ messages)

[PATCH linux-next] perf test: Skip failing 'perf test aslr' test case
 2026-06-24 19:42 UTC  (4+ messages)

[PATCH v2] s390/monwriter: Reject buffer reuse with different data length
 2026-06-24 15:10 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