messages from 2025-08-25 16:17:20 to 2025-08-28 10:43:46 UTC [more...]
[PATCH v1 00/36] mm: remove nth_page()
2025-08-28 10:43 UTC (57+ 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] iommu/s390: Fix memory corruption when using identity domain
2025-08-28 8:10 UTC (2+ messages)
[PATCH 0/3] kexec: Fix invalid field access
2025-08-28 3:49 UTC (5+ 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 00/19] perf: Rework event_init checks
2025-08-27 15:15 UTC (30+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [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 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [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 (17+ messages)
` [PATCH v2 1/9] PCI: Avoid restoring error values in config space
` [PATCH v2 2/9] PCI: Add additional checks for flr and pm reset
` [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 v2 5/9] s390/pci: Update the logic for detecting passthrough device
` [PATCH v2 6/9] s390/pci: Store PCI error information for passthrough devices
` [PATCH v2 7/9] vfio-pci/zdev: Add a device feature for error information
` [PATCH v2 8/9] vfio: Add a reset_done callback for vfio-pci driver
` [PATCH v2 9/9] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX
[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 (24+ messages)
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
` update kernel-doc for MEMBLOCK_RSRV_NOINIT
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
[PATCH 00/11] vdso: Various cleanups
2025-08-26 19:34 UTC (16+ messages)
` [PATCH 01/11] vdso/datastore: Gate time data behind CONFIG_GENERIC_GETTIMEOFDAY
` [PATCH 02/11] ARM: VDSO: remove cntvct_ok global variable
` [PATCH 03/11] vdso: Move ENABLE_COMPAT_VDSO from core to arm64
` [PATCH 04/11] vdso/gettimeofday: Remove !CONFIG_TIME_NS stubs
` [PATCH 05/11] time: Build generic update_vsyscall() only with generic time vDSO
` [PATCH 06/11] riscv: vdso: Untangle kconfig logic
` [PATCH 07/11] vdso: Drop kconfig GENERIC_VDSO_32
` [PATCH 08/11] vdso: Drop kconfig GENERIC_COMPAT_VDSO
` [PATCH 09/11] vdso: Drop kconfig GENERIC_VDSO_DATA_STORE
` [PATCH 10/11] vdso: Drop kconfig GENERIC_VDSO_TIME_NS
` [PATCH 11/11] vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-26 16:26 UTC (33+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits
[PATCH 0/7] dm-integrity asynchronous hash patches
2025-08-26 14:36 UTC (8+ messages)
` [PATCH 1/7] dm-integrity: use internal variable for digestsize
` [PATCH 2/7] dm-integrity: replace bvec_kmap_local with kmap_local_page
` [PATCH 3/7] dm-integrity: introduce integrity_kmap and integrity_kunmap
` [PATCH 4/7] dm-integrity: allocate the recalculate buffer with kmalloc
` [PATCH 5/7] dm-integrity: add the "offset" argument
` [PATCH 6/7] dm-integrity: rename internal_hash
` [PATCH 7/7] dm-integrity: enable asynchronous hash interface
[PATCH 0/7] dm-integrity asynchronous hash patches
2025-08-26 13:55 UTC (8+ messages)
` [PATCH 1/7] dm-integrity: use internal variable for digestsize
` [PATCH 2/7] dm-integrity: replace bvec_kmap_local with kmap_local_page
` [PATCH 3/7] dm-integrity: introduce integrity_kmap and integrity_kunmap
` [PATCH 4/7] dm-integrity: allocate the recalculate buffer with kmalloc
` [PATCH 5/7] dm-integrity: add the "offset" argument
` [PATCH 6/7] dm-integrity: rename internal_hash
` [PATCH 7/7] dm-integrity: enable asynchronous hash interface
[PATCH] KVM: s390: Fix access to unavailable adapter indicator pages during postcopy
2025-08-26 12:16 UTC (3+ messages)
[PATCH v7 0/8] sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
2025-08-26 10:13 UTC (25+ messages)
` [PATCH v7 1/8] "
` [PATCH v7 2/8] powerpc/smp: Rename cpu_corgroup_* to cpu_corgrp_*
` [PATCH v7 3/8] powerpc/smp: Export cpu_coregroup_mask()
` [PATCH v7 4/8] powerpc/smp: Introduce CONFIG_SCHED_MC to guard MC scheduling bits
` [PATCH v7 5/8] sched/topology: Unify tl_smt_mask() across core and all arch
` [PATCH v7 6/8] sched/topology: Unify tl_cls_mask() across core and x86
` [PATCH v7 7/8] sched/topology: Unify tl_mc_mask() across core and all arch
` [PATCH v7 8/8] sched/topology: Unify tl_pkg_mask() "
[PATCH v5 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
2025-08-26 6:21 UTC (3+ messages)
[PATCH] vdso: Remove struct getcpu_cache
2025-08-26 5:29 UTC
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).