Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2026-06-01 14:49:41 to 2026-06-04 14:57:51 UTC [more...]

[PATCH v5 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-06-04 14:57 UTC  (12+ messages)
` [PATCH v5 05/20] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v5 10/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED

[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
 2026-06-04 13:57 UTC  (6+ messages)

[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-06-04 12:40 UTC  (8+ messages)
` [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v2 10/12] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS

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

[PATCH net-next v2 1/2] net/smc: transition to RDMA core CQ pooling
 2026-06-04  8:36 UTC  (2+ messages)

[PATCH v18 0/4] [VFIO] Error recovery for vfio-pci devices on s390x
 2026-06-04  8:28 UTC  (12+ messages)
` [PATCH v18 1/4] s390/pci: Store PCI error information for passthrough devices
` [PATCH v18 2/4] vfio-pci/zdev: Add a device feature for error information
` [PATCH v18 3/4] vfio/pci: Add a reset_done callback for vfio-pci driver
` [PATCH v18 4/4] vfio/pci: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX

[GIT PULL] s390 updates for 7.1-rc7
 2026-06-04  6:44 UTC 

[PATCH v2 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
 2026-06-03 22:55 UTC  (19+ messages)
` [PATCH v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split

[PATCH v10 00/18] Add perf_env__e_machine and migrate arch string comparisons to e_machine
 2026-06-03 21:45 UTC  (46+ messages)
` [PATCH v11 00/19] perf: Use e_machine and lazily compute symbols
  ` [PATCH v11 01/19] perf env: Add perf_env__e_machine helper and use in perf_env__arch
  ` [PATCH v11 02/19] perf tests topology: Switch env->arch use to env->e_machine
  ` [PATCH v11 03/19] perf env, dso, thread: Add _endian variants for e_machine helpers
  ` [PATCH v11 04/19] perf capstone: Determine architecture from e_machine
  ` [PATCH v11 05/19] perf print_insn: Use e_machine for fallback IP length check
  ` [PATCH v11 06/19] perf symbol: Avoid use of machine__is
  ` [PATCH v11 07/19] perf machine: Use perf_env e_machine rather than arch
  ` [PATCH v11 08/19] perf sample-raw: "
  ` [PATCH v11 09/19] perf sort: "
  ` [PATCH v11 10/19] perf arch common: "
  ` [PATCH v11 11/19] perf header: In print_pmu_caps use perf_env e_machine
  ` [PATCH v11 12/19] perf c2c: Use perf_env e_machine rather than arch
  ` [PATCH v11 13/19] perf lock-contention: "
  ` [PATCH v11 14/19] perf env: Refactor perf_env__arch_strerrno
  ` [PATCH v11 15/19] perf env: Remove unused perf_env__raw_arch
  ` [PATCH v11 16/19] perf env: Add mutex to protect lazy environment initialization
  ` [PATCH v11 17/19] perf env: Add helper to lazily compute the os_release
  ` [PATCH v11 18/19] perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issues
  ` [PATCH v11 19/19] perf symbol: Lazily compute idle
  ` [PATCH v12 00/19] perf: Use e_machine and lazily compute symbols
    ` [PATCH v12 01/19] perf env: Add perf_env__e_machine helper and use in perf_env__arch
    ` [PATCH v12 02/19] perf tests topology: Switch env->arch use to env->e_machine
    ` [PATCH v12 03/19] perf env, dso, thread: Add _endian variants for e_machine helpers
    ` [PATCH v12 04/19] perf capstone: Determine architecture from e_machine
    ` [PATCH v12 05/19] perf print_insn: Use e_machine for fallback IP length check
    ` [PATCH v12 06/19] perf symbol: Avoid use of machine__is
    ` [PATCH v12 07/19] perf machine: Use perf_env e_machine rather than arch
    ` [PATCH v12 08/19] perf sample-raw: "
    ` [PATCH v12 09/19] perf sort: "
    ` [PATCH v12 10/19] perf arch common: "
    ` [PATCH v12 11/19] perf header: In print_pmu_caps use perf_env e_machine
    ` [PATCH v12 12/19] perf c2c: Use perf_env e_machine rather than arch
    ` [PATCH v12 13/19] perf lock-contention: "
    ` [PATCH v12 14/19] perf env: Refactor perf_env__arch_strerrno
    ` [PATCH v12 15/19] perf env: Remove unused perf_env__raw_arch
    ` [PATCH v12 16/19] perf env: Add mutex to protect lazy environment initialization
    ` [PATCH v12 17/19] perf env: Add helper to lazily compute the os_release
    ` [PATCH v12 18/19] perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issues
    ` [PATCH v12 19/19] perf symbol: Lazily compute idle

[PATCH v2 0/3] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-06-03 21:20 UTC  (16+ messages)
` [PATCH v2 1/3] s390/pci: Preserve FMB state in device re-enablement
` [PATCH v2 2/3] vfio-pci/zdev: Add VFIO FMB device feature
` [PATCH v2 3/3] s390/pci: Fence FMB enable/disable via sysfs for passthrough devices

[PATCH v18 0/3] [PCI] Error recovery for vfio-pci devices on s390x
 2026-06-03 18:16 UTC  (4+ messages)
` [PATCH v18 1/3] PCI: Allow per function PCI slots to fix slot reset on s390
` [PATCH v18 2/3] PCI: Avoid saving config space state if inaccessible
` [PATCH v18 3/3] PCI: Fail FLR when config space is inaccessible

[PATCH v1 0/3] KVM: s390: Add support for 2G hugepages
 2026-06-03 15:47 UTC  (4+ messages)
` [PATCH v1 1/3] KVM: s390: Add module parameter to fence "
` [PATCH v1 2/3] KVM: s390: Add capability to support "
` [PATCH v1 3/3] KVM: s390: Allow for "

[PATCH 2/3] AF_ALG: Drop support for off-CPU cryptography
 2026-06-03 13:33 UTC 

[PATCH v17 0/7] Error recovery for vfio-pci devices on s390x
 2026-06-02 22:33 UTC  (6+ messages)
` [PATCH v17 5/7] vfio-pci/zdev: Add a device feature for error information

[PATCH v1 00/26] KVM: arm64 on s390 System Register Handling
 2026-06-02 21:33 UTC  (13+ messages)
` [PATCH v1 09/26] KVM: arm64: Refactor idreg caching into dedicated structure
` [PATCH v1 10/26] KVM: arm64: Fix set_oslsr_el1 to write to OSLAR_EL1
` [PATCH v1 12/26] KVM: arm64: Add PVM_ prefix to avoid name collisions
` [PATCH v1 15/26] s390: Add functions to query arm guest time

[PATCH net-next 0/2] net/smc: transition to RDMA core CQ pooling
 2026-06-02 21:03 UTC  (2+ messages)

[kvms390:sae 51/53] <instantiation>:1:36: error: too many positional arguments
 2026-06-02 19:59 UTC 

[kvms390:sae 27/53] arch/s390/kvm/arm64/mmu.c:77:23: warning: variable 'esr' set but not used
 2026-06-02 19:59 UTC 

[kvms390:sae 1/53] Warning: drivers/vfio/vfio_main.c:1547 function parameter 'kvm_module' not described in 'vfio_file_set_kvm'
 2026-06-02 19:15 UTC 

[PATCH v9 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-06-02 18:14 UTC  (7+ messages)
` [PATCH v9 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v9 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[GIT PULL v1 00/10] KVM: s390: More gmap and vsie fixes
 2026-06-02 17:48 UTC  (11+ messages)
` [GIT PULL v1 01/10] KVM: s390: Fix _gmap_unmap_crste()
` [GIT PULL v1 02/10] KVM: s390: Fix _gmap_crstep_xchg_atomic()
` [GIT PULL v1 03/10] KVM: s390: Avoid potentially sleeping while atomic when zapping pages
` [GIT PULL v1 04/10] KVM: s390: Fix guest / virtual address confusion in _essa_clear_cbrl()
` [GIT PULL v1 05/10] KVM: s390: vsie: Fix rmap handling in _do_shadow_crste()
` [GIT PULL v1 06/10] KVM: s390: Fix fault-in code
` [GIT PULL v1 07/10] KVM: s390: Lock pte when making page secure
` [GIT PULL v1 08/10] KVM: s390: Prevent memslots outside the ASCE range
` [GIT PULL v1 09/10] KVM: s390: Fix possible reference leak in fault-in code
` [GIT PULL v1 10/10] KVM: s390: Remove ptep_zap_softleaf_entry()

[PATCH v5 0/7] s390: Improve this_cpu operations
 2026-06-02 14:36 UTC  (18+ messages)
` [PATCH v5 1/7] s390/percpu: Infrastructure for more efficient "
` [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 v3 00/10] KVM: s390: More gmap and vsie fixes
 2026-06-02 14:23 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: s390: Fix _gmap_unmap_crste()
` [PATCH v3 02/10] KVM: s390: Fix _gmap_crstep_xchg_atomic()
` [PATCH v3 03/10] KVM: s390: Avoid potentially sleeping while atomic when zapping pages
` [PATCH v3 04/10] KVM: s390: Fix guest / virtual address confusion in _essa_clear_cbrl()
` [PATCH v3 05/10] KVM: s390: vsie: Fix rmap handling in _do_shadow_crste()
` [PATCH v3 06/10] KVM: s390: Fix fault-in code
` [PATCH v3 07/10] KVM: s390: Lock pte when making page secure
` [PATCH v3 08/10] KVM: s390: Prevent memslots outside the ASCE range
` [PATCH v3 09/10] KVM: s390: Fix possible reference leak in fault-in code
` [PATCH v3 10/10] KVM: s390: Remove ptep_zap_softleaf_entry()

[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
 2026-06-02  8:40 UTC  (9+ messages)
` [PATCH v5 5/5] iommufd/vdevice: add TSM request ioctl

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-06-02  1:53 UTC  (4+ messages)

[kvms390:sae 1/53] Warning: drivers/vfio/vfio_main.c:1547 function parameter 'kvm_module' not described in 'vfio_file_set_kvm'
 2026-06-02  0:19 UTC 

[PATCH v5 0/6] s390: Enable Rust support and add required arch glue
 2026-06-01 17:46 UTC  (7+ messages)
` [PATCH v5 1/6] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v5 2/6] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v5 3/6] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH v5 4/6] rust: helpers: Add memchr wrapper for string operations
` [PATCH v5 5/6] s390/cmpxchg: Fix KASAN stack-out-of-bounds in atomic helpers
` [PATCH v5 6/6] s390: Enable Rust support

[PATCH v4 0/6] s390: Enable Rust support and add required arch glue
 2026-06-01 17:44 UTC  (3+ messages)

[PATCH v2 0/8] KVM: s390: More gmap and vsie fixes
 2026-06-01 15:29 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: s390: Fix _gmap_unmap_crste()
` [PATCH v2 2/8] KVM: s390: Fix _gmap_crstep_xchg_atomic()
` [PATCH v2 3/8] KVM: s390: Avoid potentially sleeping while atomic when zapping pages
` [PATCH v2 4/8] KVM: s390: Fix guest / virtual address confusion in _essa_clear_cbrl()
` [PATCH v2 5/8] KVM: s390: vsie: Fix rmap handling in _do_shadow_crste()
` [PATCH v2 6/8] KVM: s390: Fix fault-in code
` [PATCH v2 7/8] KVM: s390: Lock pte when making page secure
` [PATCH v2 8/8] KVM: s390: Prevent memslots outside the ASCE range


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