Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-05-21 14:48:55 to 2026-05-28 09:09:48 UTC [more...]

[PATCH v3] mm/page_vma_mapped_walk: Use ptep_get_lockless() for lockless access
 2026-05-28  9:09 UTC  (2+ messages)

[PATCH v3 0/9] s390: Improve this_cpu operations
 2026-05-28  9:03 UTC  (20+ messages)

[PATCH net-next 0/2] net/smc: transition to RDMA core CQ pooling
 2026-05-28  8:48 UTC  (3+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] net/smc: reduce TX slot contention with exclusive wait

[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
 2026-05-28  8:53 UTC  (4+ messages)

[PATCH 0/6] s390/drivers: replace __get_free_pages() call with kmalloc()
 2026-05-28  7:09 UTC  (7+ messages)
` [PATCH 1/6] s390/con3270: replace __get_free_page() "
` [PATCH 2/6] s390/dasd: replace get_zeroed_page() with kzalloc()
` [PATCH 3/6] s390/hvc_iucv: "
` [PATCH 4/6] s390/qeth: "
` [PATCH 5/6] s390/trng: replace __get_free_page() with kmalloc()
` [PATCH 6/6] s390/zcrypt: replace get_zeroed_page() with kzalloc()

[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
 2026-05-27 22:49 UTC  (14+ 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
` [PATCH v5 4/5] iommufd/tsm: add vdevice TSM bind/unbind ioctl
` [PATCH v5 5/5] iommufd/vdevice: add TSM request ioctl

[PATCH] err.h: use __always_inline on all error pointer helpers
 2026-05-27 22:13 UTC  (8+ messages)

[PATCH v3 0/4] s390: Enable Rust support and add required arch glue
 2026-05-27 21:06 UTC  (23+ messages)
` [PATCH v3 1/4] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v3 2/4] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v3 3/4] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH v3 4/4] s390: Enable Rust support

[REGRESSION] 6.6.141 s390x build failure in s390/cio due to missing driver_override infrastructure
 2026-05-27 19:48 UTC  (4+ messages)

[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-05-27 16:33 UTC  (16+ messages)
` [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v2 02/12] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v2 03/12] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v2 04/12] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v2 05/12] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v2 06/12] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v2 07/12] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v2 08/12] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v2 09/12] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v2 10/12] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 11/12] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 12/12] s390/preempt: "

[PATCH v3 0/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
 2026-05-27 15:05 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: s390: Track page size in struct guest_fault
` [PATCH v3 2/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v3 3/5] KVM: s390: Update KVM_PRE_FAULT_MEMORY API documentation
` [PATCH v3 4/5] KVM: selftests: Fix pre_fault_memory_test to run on s390
` [PATCH v3 5/5] KVM: selftests: Enable pre_fault_memory_test for s390

[PATCH] s390/string: Remove strlcat() implementation
 2026-05-27 14:08 UTC  (4+ messages)

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

[PATCH v5 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-05-26 15:39 UTC  (25+ messages)
` [PATCH v5 01/20] [DO NOT MERGE] arm64/coco: Add pKVM as a CC platform
` [PATCH v5 02/20] [DO NOT MERGE] s390: Expose protected virtualization through cc_platform_has()
` [PATCH v5 03/20] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v5 04/20] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
` [PATCH v5 05/20] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v5 06/20] dma: swiotlb: pass mapping attributes by reference
` [PATCH v5 07/20] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v5 08/20] dma-mapping: make dma_pgprot() "
` [PATCH v5 09/20] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v5 10/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v5 11/20] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v5 12/20] dma-direct: select DMA address encoding from DMA_ATTR_CC_SHARED
` [PATCH v5 13/20] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v5 14/20] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v5 15/20] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v5 16/20] iommu/dma: Check atomic pool allocation result directly
` [PATCH v5 17/20] dma: swiotlb: free dynamic pools from process context
` [PATCH v5 18/20] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v5 19/20] dma: free atomic pool pages by physical address
` [PATCH v5 20/20] swiotlb: Preserve allocation virtual address for dynamic pools

[PATCH] s390: Implement _THIS_IP_ using inline asm
 2026-05-26 15:23 UTC  (3+ messages)

[PATCH v1 net-next] s390/ism: Drop superflous zeros in pci_device_id array
 2026-05-26 13:54 UTC  (4+ messages)

[PATCH 1/2] s390: export memory encryption helper functions
 2026-05-26 10:59 UTC  (2+ messages)

[PATCH 00/15 v4] tick/sched: Refactor idle cputime accounting
 2026-05-26 10:42 UTC  (2+ messages)

[PATCH v5 0/7] s390: Improve this_cpu operations
 2026-05-26  5:57 UTC  (8+ messages)
` [PATCH v5 1/7] s390/percpu: Infrastructure for more efficient "
` [PATCH v5 2/7] s390/percpu: Add missing do { } while (0) constructs
` [PATCH v5 3/7] s390/percpu: Use new percpu code section for arch_this_cpu_add()
` [PATCH v5 4/7] s390/percpu: Use new percpu code section for arch_this_cpu_add_return()
` [PATCH v5 5/7] s390/percpu: Use new percpu code section for arch_this_cpu_[and|or]()
` [PATCH v5 6/7] s390/percpu: Provide arch_this_cpu_read() implementation
` [PATCH v5 7/7] s390/percpu: Provide arch_this_cpu_write() implementation

[PATCH v8 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-05-26  1:53 UTC  (4+ messages)
` [PATCH v8 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v8 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v8 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[PATCH] s390/mm: Export set_memory_encrypted and set_memory_decrypted
 2026-05-23 16:01 UTC  (2+ messages)

[GIT PULL v1 0/5] KVM: s390: some vSIE and UCONTROL fixes
 2026-05-23  8:04 UTC  (7+ messages)
` [GIT PULL v1 1/5] KVM: s390: vsie: Fix memory leak when unshadowing
` [GIT PULL v1 2/5] KVM: s390: Fix leaking kvm_s390_mmu_cache in case of errors
` [GIT PULL v1 3/5] KVM: s390: vsie: Fix unshadowing logic
` [GIT PULL v1 4/5] KVM: s390: vsie: Fix redundant rmap entries
` [GIT PULL v1 5/5] KVM: s390: Properly reset zero bit in PGSTE

[PATCH net] net/iucv: fix locking in .getsockopt
 2026-05-23  0:50 UTC  (3+ messages)

[PATCH net] net/smc: Do not re-initialize smc hashtables
 2026-05-23  0:40 UTC  (2+ messages)

[PATCH v3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-05-22 22:44 UTC  (12+ messages)

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-22 21:31 UTC  (29+ messages)

[PATCH v4 0/8] s390: Improve this_cpu operations
 2026-05-22 18:33 UTC  (10+ messages)
` [PATCH v4 1/8] s390/percpu: Infrastructure for more efficient "
` [PATCH v4 2/8] s390/percpu: Add missing do { } while (0) constructs
` [PATCH v4 3/8] s390/percpu: Use new percpu code section for arch_this_cpu_add()
` [PATCH v4 4/8] s390/percpu: Use new percpu code section for arch_this_cpu_add_return()
` [PATCH v4 5/8] s390/percpu: Use new percpu code section for arch_this_cpu_[and|or]()
` [PATCH v4 6/8] s390/percpu: Provide arch_this_cpu_read() implementation
` [PATCH v4 7/8] s390/percpu: Provide arch_this_cpu_write() implementation
` [PATCH v4 8/8] s390/percpu: Remove one and two byte this_cpu operation implementation

[PATCH net-next v3 0/6] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
 2026-05-22 18:20 UTC  (2+ messages)

[PATCH v7 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-05-22 17:44 UTC  (7+ messages)
` [PATCH v7 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v7 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v7 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[GIT PULL] s390 fixes for 7.1-rc5
 2026-05-22 14:25 UTC  (2+ messages)

cleanup the RAID6 P/Q library v2
 2026-05-22  0:27 UTC  (11+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6

[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-05-21 17:20 UTC  (6+ messages)
` [PATCH v4 04/13] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v4 07/13] dma-direct: make dma_direct_map_phys() "

[PATCH v2 0/4] s390: enable Rust support and add required arch glue
 2026-05-21 16:27 UTC  (4+ messages)
` [PATCH v2 4/4] s390: enable Rust support

[PATCH v4] PCI: hotplug: Add 'uevent' sysfs attribute to trigger slot events
 2026-05-21 14:48 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