messages from 2025-08-27 05:27:38 to 2025-09-01 09:19:31 UTC [more...]
[PATCH v4 00/12] mm: establish const-correctness for pointer parameters
2025-09-01 9:19 UTC (4+ 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 0/3] kexec: Fix invalid field access
2025-09-01 9:02 UTC (7+ messages)
` [PATCH 1/3] arm64: kexec: Initialize kexec_buf struct in load_other_segments()
` [PATCH 2/3] riscv: kexec: Initialize kexec_buf struct
` [PATCH 3/3] s390: "
[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 v1 00/36] mm: remove nth_page()
2025-08-31 1:04 UTC (141+ 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 15/36] "
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 16/36] "
` [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 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)
[PATCH 00/19] perf: Rework event_init checks
2025-08-27 15:15 UTC (21+ messages)
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 12/19] perf: Ignore event state for "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 18/19] perf: Introduce positive capability for raw events
[PATCH v2 0/9] Error recovery for vfio-pci devices on s390x
2025-08-27 13:27 UTC (5+ messages)
` [PATCH v2 3/9] PCI: Allow per function PCI slots for hypervisor isolated functions
` [PATCH v2 4/9] s390/pci: Restore airq unconditionally for the zPCI device
[PATCH net] net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
2025-08-27 10:48 UTC (3+ messages)
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-27 9:43 UTC (5+ messages)
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
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).