messages from 2025-08-29 14:58:53 to 2025-09-02 08:05:09 UTC [more...]
[PATCH v6 00/12] mm: establish const-correctness for pointer parameters
2025-09-02 8:05 UTC (25+ 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] net/smc: Remove validation of reserved bits in CLC Decline message
2025-09-02 7:26 UTC (7+ messages)
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-02 7:15 UTC (18+ 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
[PATCH v2] net/smc: Replace use of strncpy on NUL-terminated string with strscpy
2025-09-02 7:12 UTC (5+ messages)
[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
2025-09-02 2:50 UTC (52+ 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 v7 0/8] sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
2025-09-01 17:06 UTC (20+ messages)
` [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 v2 00/37] mm: remove nth_page()
2025-09-01 15:03 UTC (38+ messages)
` [PATCH v2 01/37] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v2 02/37] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v2 03/37] s390/Kconfig: "
` [PATCH v2 04/37] x86/Kconfig: "
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [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 net-next 0/2] net/smc and s390/ism: Improve log messages
2025-09-01 14:58 UTC (3+ 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
[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 (18+ messages)
` [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 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 29/36] scsi: scsi_lib: drop nth_page() usage within SG entry
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 32/36] crypto: remove "
[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 v3 00/12] mm: add `const` to lots of pointer parameters
2025-09-01 7:39 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).