public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-02 08:54:11 to 2025-09-09 09:09:09 UTC [more...]

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-09  9:08 UTC  (77+ messages)
` [PATCH 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH 02/16] device/dax: update devdax "
` [PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH 04/16] relay: update relay to use mmap_prepare
` [PATCH 05/16] mm/vma: rename mmap internal functions to avoid confusion
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
` [PATCH 07/16] doc: update porting, vfs documentation for mmap_[complete, abort]
` [PATCH 08/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH 09/16] mm: introduce io_remap_pfn_range_prepare, complete
` [PATCH 10/16] mm/hugetlb: update hugetlbfs to use mmap_prepare, mmap_complete
` [PATCH 11/16] mm: update mem char driver "
` [PATCH 12/16] mm: update resctl to use mmap_prepare, mmap_complete, mmap_abort
` [PATCH 13/16] mm: update cramfs to use mmap_prepare, mmap_complete
` [PATCH 14/16] fs/proc: add proc_mmap_[prepare, complete] hooks for procfs
` [PATCH 15/16] fs/proc: update vmcore to use .proc_mmap_[prepare, complete]
` [PATCH 16/16] kcov: update kcov to use mmap_prepare, mmap_complete

[PATCH v2 0/7] dm-integrity: asynchronous hash support
 2025-09-09  9:04 UTC  (9+ messages)
` [PATCH v2 1/7] dm-integrity: use internal variable for digestsize
` [PATCH v2 2/7] dm-integrity: replace bvec_kmap_local with kmap_local_page
` [PATCH v2 3/7] dm-integrity: introduce integrity_kmap and integrity_kunmap
` [PATCH v2 4/7] dm-integrity: allocate the recalculate buffer with kmalloc
` [PATCH v2 5/7] dm-integrity: add the "offset" argument
` [PATCH v2 6/7] dm-integrity: rename internal_hash
` [PATCH v2 7/7] dm-integrity: enable asynchronous hash interface

[PATCH] s390/nmi: Simplify return statement in nmi_registers_valid()
 2025-09-09  8:08 UTC  (4+ messages)

[PATCH net-next 00/14] dibs - Direct Internal Buffer Sharing
 2025-09-09  7:47 UTC  (22+ messages)
` [PATCH net-next 01/14] net/smc: Remove error handling of unregister_dmb()
` [PATCH net-next 02/14] net/smc: Decouple sf and attached send_buf in smc_loopback
` [PATCH net-next 03/14] net/dibs: Create net/dibs
` [PATCH net-next 04/14] net/dibs: Register smc as dibs_client
` [PATCH net-next 05/14] net/dibs: Register ism as dibs device
` [PATCH net-next 06/14] net/dibs: Define dibs loopback
` [PATCH net-next 07/14] net/dibs: Define dibs_client_ops and dibs_dev_ops
` [PATCH net-next 08/14] net/dibs: Move struct device to dibs_dev
` [PATCH net-next 09/14] net/dibs: Create class dibs
` [PATCH net-next 10/14] net/dibs: Local gid for dibs devices
` [PATCH net-next 11/14] net/dibs: Move vlan support to dibs_dev_ops
` [PATCH net-next 12/14] net/dibs: Move query_remote_gid() "
` [PATCH net-next 13/14] net/dibs: Move data path to dibs layer
` [PATCH net-next 14/14] net/dibs: Move event handling "

[PATCH net] net/smc: Remove unused argument from 2 SMC functions
 2025-09-09  7:11 UTC 

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-09  4:25 UTC  (25+ messages)
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 26/37] drm/i915/gem: drop nth_page() usage within SG entry

[PATCH] net/smc: replace strncpy with strscpy for ib_name
 2025-09-09  3:23 UTC  (2+ messages)

[PATCH net-next v2 0/2] net/smc: make wr buffer count configurable
 2025-09-09  3:00 UTC  (4+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully

[PATCH RFC 00/35] mm: remove nth_page()
 2025-09-08 16:47 UTC  (3+ messages)
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config

[PATCH 0/2] s390: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-08 12:26 UTC  (7+ messages)
` [PATCH 1/2] drivers/s390: WQ_PERCPU added to alloc_workqueue users
` [PATCH 2/2] s390: replace use of system_wq with system_percpu_wq

[PATCH] initrd: Fix unused variable warning in rd_load_image() on s390
 2025-09-08 12:13 UTC 

[PATCH] s390/hmcdrv: Replace kmalloc() + copy_from_user() with memdup_user_nul()
 2025-09-08 11:50 UTC  (2+ messages)

[PATCH] s390/debug: Replace kmalloc() + copy_from_user() with memdup_user_nul()
 2025-09-08 11:50 UTC  (3+ messages)

Fw: [Bug 220544] New: AF_SMC deadlock: held by __sock_release, smc_release, and __flush_work
 2025-09-07 16:01 UTC 

[PATCH net-next 0/2] net/smc: make wr buffer count configurable
 2025-09-06 18:25 UTC  (11+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully

[PATCH] iommu/s390: Make attach succeed when the device was surprise removed
 2025-09-05 13:04 UTC  (4+ messages)

[PATCH] iommu/s390: Fix memory corruption when using identity domain
 2025-09-05 12:50 UTC  (3+ messages)

[PATCH] KVM: s390: improve interrupt cpu for wakeup
 2025-09-05  7:43 UTC  (3+ messages)

[PATCH v6 00/12] mm: establish const-correctness for pointer parameters
 2025-09-04 23:57 UTC  (6+ messages)
` [PATCH v6 04/12] fs: constify mapping related test functions for improved const-correctness

[PATCH net-next 0/2] net/smc and s390/ism: Improve log messages
 2025-09-04 16:00 UTC  (9+ messages)
` [PATCH net-next 1/2] s390/ism: Log module load/unload
` [PATCH net-next 2/2] net/smc: Improve log message for devices w/o pnetid

[PATCH] KVM: s390: Fix access to unavailable adapter indicator pages during postcopy
 2025-09-04 11:12 UTC  (2+ messages)

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-09-04  0:24 UTC  (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH net v2] net/smc: Remove validation of reserved bits in CLC Decline message
 2025-09-04  0:30 UTC  (2+ messages)

[Ping][PATCH] perf test: Checking BPF metadata collection fails on version string
 2025-09-03 17:53 UTC  (4+ messages)
  ` [PATCH v6.17-rc] "

[PATCH] perf: Fix the POLL_HUP delivery breakage
 2025-09-03  8:12 UTC  (3+ messages)

[PATCH v3 0/2] KVM: s390: Fix two bugs
 2025-09-02  9:22 UTC  (3+ messages)
` [PATCH v3 2/2] KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion

[PATCH v2] net/smc: Replace use of strncpy on NUL-terminated string with strscpy
 2025-09-02 23:00 UTC  (2+ messages)

[syzbot] [smc?] possible deadlock in smc_diag_dump_proto
 2025-09-02 18:31 UTC 

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-02 11:44 UTC  (6+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64

[PATCH net v2] net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
 2025-09-02  9:20 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