linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 07:18:53 to 2025-09-01 13:54:31 UTC [more...]

[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01 13:54 UTC  (20+ messages)
` [PATCH v5 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v5 02/12] mm: constify pagemap "
` [PATCH v5 03/12] mm: constify zone "
` [PATCH v5 04/12] fs: constify mapping "
` [PATCH v5 05/12] mm: constify process_shares_mm() "
` [PATCH v5 06/12] mm, s390: constify mapping related test functions "
` [PATCH v5 07/12] parisc: constify mmap_upper_limit() parameter "
` [PATCH v5 08/12] mm: constify arch_pick_mmap_layout() "
` [PATCH v5 09/12] mm: constify ptdesc_pmd_pts_count() and folio_get_private()
` [PATCH v5 10/12] mm: constify various inline test functions for improved const-correctness
` [PATCH v5 11/12] mm: constify assert/test functions in mm.h
` [PATCH v5 12/12] mm: constify highmem related functions for improved const-correctness

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-01 13:41 UTC  (15+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3

[RFC net-next 00/17] dibs - Direct Internal Buffer Sharing
 2025-09-01 12:46 UTC  (7+ messages)
` [RFC net-next 11/17] net/dibs: Move struct device to dibs_dev

[PATCH v1 00/36] mm: remove nth_page()
 2025-09-01 11:35 UTC  (137+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "
` [PATCH v1 28/36] mmc: "
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 31/36] vfio/pci: "
` [PATCH v1 32/36] crypto: remove "
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 34/36] kfence: drop nth_page() usage
` [PATCH v1 35/36] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v1 36/36] mm: remove nth_page()

[PATCH v4 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01 11:15 UTC  (24+ messages)
` [PATCH v4 01/12] mm/shmem: add `const` to pointer parameters for improved const-correctness
` [PATCH v4 02/12] mm/pagemap: "
` [PATCH v4 03/12] mm/mmzone: add const "
` [PATCH v4 04/12] fs: "
` [PATCH v4 05/12] mm/oom_kill: add const to pointer parameter "
` [PATCH v4 06/12] mm/util, s390: add const to pointer parameters "
` [PATCH v4 07/12] parisc: add `const` to mmap_upper_limit() parameter
` [PATCH v4 08/12] mm/util, s390, sparc, x86: add const to arch_pick_mmap_layout() parameter
` [PATCH v4 09/12] mm/mm_types: add const to pointer parameters for improved const-correctness
` [PATCH v4 10/12] mm/mm_inline: "
` [PATCH v4 11/12] mm: "
` [PATCH v4 12/12] mm/highmem: "

[PATCH 0/3] kexec: Fix invalid field access
 2025-09-01  9:40 UTC  (4+ messages)

[PATCH v7 0/8] sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
 2025-09-01  8:58 UTC  (21+ messages)
` [PATCH v7 1/8] "
` [PATCH v7 2/8] powerpc/smp: Rename cpu_corgroup_* to cpu_corgrp_*
` [PATCH v7 4/8] powerpc/smp: Introduce CONFIG_SCHED_MC to guard MC scheduling bits

[PATCH v3 00/12] mm: add `const` to lots of pointer parameters
 2025-09-01  7:39 UTC 

[PATCH net] net/smc: Remove validation of reserved bits in CLC Decline message
 2025-09-01  6:12 UTC  (3+ messages)

[PATCH v2] net/smc: Replace use of strncpy on NUL-terminated string with strscpy
 2025-09-01  3:04 UTC 

[PATCH v4 0/7] Disable ATS via iommu during PCI resets
 2025-08-31 23:31 UTC  (8+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 2/7] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v4 3/7] iommu: Pass in gdev to __iommu_device_set_domain
` [PATCH v4 4/7] iommu: Pass in old domain to attach_dev callback functions
` [PATCH v4 5/7] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v4 6/7] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
` [PATCH v4 7/7] pci: Suspend iommu function prior to resetting a device

[PATCH] net/smc: Replace use of strncpy on NUL-terminated string with strscpy
 2025-08-31 10:17 UTC  (2+ messages)

[PATCH net v2] net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
 2025-08-29  3:32 UTC  (4+ messages)

[PATCH] iommu/s390: Fix memory corruption when using identity domain
 2025-08-28 19:44 UTC  (3+ messages)

[PATCH] Revert "virtio_pci: Support surprise removal of virtio pci device"
 2025-08-28 13:37 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).