public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-01 15:06:31 to 2025-09-08 13:17:50 UTC [more...]

[PATCH v2 0/7] dm-integrity: asynchronous hash support
 2025-09-08 13:16 UTC  (2+ messages)
` [PATCH v2 1/7] dm-integrity: use internal variable for digestsize

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-08 13:12 UTC  (22+ 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 00/37] mm: remove nth_page()
 2025-09-08 12:53 UTC  (48+ messages)
` [PATCH v2 06/37] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v2 07/37] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v2 09/37] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v2 10/37] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v2 11/37] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v2 12/37] mm: simplify folio_page() and folio_page_idx()
` [PATCH v2 13/37] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v2 14/37] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v2 15/37] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v2 16/37] fs: hugetlbfs: cleanup "
` [PATCH v2 17/37] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v2 18/37] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 20/37] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v2 21/37] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 23/37] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v2 24/37] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v2 25/37] ata: libata-sff: drop nth_page() usage within "
` [PATCH v2 26/37] drm/i915/gem: "
` [PATCH v2 27/37] mspro_block: "
` [PATCH v2 28/37] memstick: "
` [PATCH v2 29/37] mmc: "
` [PATCH v2 30/37] scsi: scsi_lib: "
` [PATCH v2 31/37] scsi: sg: "
` [PATCH v2 32/37] vfio/pci: "
` [PATCH v2 33/37] crypto: remove "
` [PATCH v2 34/37] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v2 35/37] kfence: drop nth_page() usage
` [PATCH v2 36/37] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v2 37/37] mm: remove nth_page()

[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)

[PATCH net-next 00/14] dibs - Direct Internal Buffer Sharing
 2025-09-08  7:00 UTC  (16+ 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 "

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  (33+ messages)
` [PATCH v6 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v6 02/12] mm: constify pagemap related test/getter functions
` [PATCH v6 03/12] mm: constify zone "
` [PATCH v6 04/12] fs: constify mapping related test functions for improved const-correctness
` [PATCH v6 05/12] mm: constify process_shares_mm() "
` [PATCH v6 06/12] mm, s390: constify mapping related test/getter functions
` [PATCH v6 07/12] parisc: constify mmap_upper_limit() parameter
` [PATCH v6 08/12] mm: constify arch_pick_mmap_layout() for improved const-correctness
` [PATCH v6 09/12] mm: constify ptdesc_pmd_pts_count() and folio_get_private()
` [PATCH v6 10/12] mm: constify various inline functions for improved const-correctness
` [PATCH v6 11/12] mm: constify assert/test functions in mm.h
` [PATCH v6 12/12] mm: constify highmem related 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  (6+ 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)

[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
 2025-09-02  8:15 UTC  (23+ messages)
` [PATCH v5 02/12] mm: constify pagemap related test functions for improved const-correctness
` [PATCH v5 06/12] mm, s390: constify mapping "
` [PATCH v5 10/12] mm: constify various inline "
` [PATCH v5 11/12] mm: constify assert/test functions in mm.h

[PATCH net] net/smc: Remove validation of reserved bits in CLC Decline message
 2025-09-02  8:13 UTC  (8+ messages)

[PATCH v7 0/8] sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
 2025-09-01 17:06 UTC  (7+ messages)


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