messages from 2026-07-15 23:09:14 to 2026-07-28 21:29:43 UTC [more...]
[PATCH v4 00/14] Add dmabuf read/write via io_uring
2026-07-28 21:29 UTC
[PATCH RFC] mm/huge_memory: eliminate reference-counted huge zero folio
2026-07-28 19:16 UTC (2+ messages)
[PATCH 0/9] ACPI: use named initializers for acpi_device_id
2026-07-27 17:25 UTC (21+ messages)
` [PATCH 1/9] ACPI: use a named initializer "
` [PATCH 2/9] ACPI: drop unused assignment of acpi_device_id::driver_data
` [PATCH 3/9] ACPI: pci: "
` [PATCH 4/9] ACPI: ghes-nvidia: use a named initializer for acpi_device_id::id
` [PATCH 5/9] ACPI: amba: drop unused assignment of acpi_device_id::driver_data
` [PATCH 6/9] ACPI: dptf: "
` [PATCH 7/9] ACPI: nfit: core: "
` [PATCH 8/9] ACPI: x86: use a named initializer for acpi_device_id::id
` [PATCH 9/9] ACPI: "
[PATCH V11 0/9] famfs: port into fuse
2026-07-25 4:01 UTC (29+ messages)
` [PATCH V11 1/9] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [PATCH V11 2/9] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [PATCH V11 3/9] famfs_fuse: Plumb the GET_FMAP message/response
` [PATCH V11 4/9] famfs_fuse: Create files with famfs fmaps
` [PATCH V11 5/9] famfs_fuse: register fs-dax daxdevs via FUSE_DEV_IOC_DAXDEV_OPEN
` [PATCH V11 6/9] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [PATCH V11 7/9] famfs_fuse: fail I/O on invalid or errored daxdevs
` [PATCH V11 8/9] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
` [PATCH V11 9/9] famfs_fuse: Add documentation
[RFC PATCH 0/8] dax/kmem: support for private NUMA nodes
2026-07-24 13:06 UTC (11+ messages)
` [RFC PATCH 1/8] dax/kmem: add dax_file= to expose an anonymous-fault char device
` [RFC PATCH 2/8] dax/kmem: add private= to online memory as an N_MEMORY_PRIVATE node
` [RFC PATCH 3/8] dax/kmem: add the reclaim opt-in (CAP_RECLAIM) for private nodes
` [RFC PATCH 4/8] dax/kmem: add the user_numa opt-in (CAP_USER_NUMA) "
` [RFC PATCH 5/8] dax/kmem: add the hotunplug opt-in (CAP_HOTUNPLUG) "
` [RFC PATCH 6/8] dax/kmem: add the demotion and numa_balancing opt-ins "
` [RFC PATCH 7/8] dax/kmem: add the ltpin opt-in (CAP_LTPIN) "
` [RFC PATCH 8/8] dax/kmem: add dax/adistance to make private node adistance configurable
[PATCH v4] fs/dax: check zero or empty entry before converting xarray entry
2026-07-24 10:37 UTC
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-07-24 6:29 UTC (83+ messages)
` [PATCH v5 01/36] mm: refactor find_next_best_node to find_next_best_node_in
` [PATCH v5 02/36] mm/page_alloc: refactor build_node_zonelist() out of build_zonelists()
` [PATCH v5 03/36] mm/page_alloc: let the bulk and folio allocators carry alloc_flags
` [PATCH v5 04/36] numa: introduce N_MEMORY_PRIVATE
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 06/36] cpuset: exclude private nodes from cpuset.mems (default-open)
` [PATCH v5 07/36] mm/memory_hotplug: disallow migration-driven private node hotunplug
` [PATCH v5 08/36] mm/mempolicy: skip private node folios when queueing for migration
` [PATCH v5 09/36] mm/migrate: disallow userland driven migration for private nodes
` [PATCH v5 10/36] mm/madvise: disallow madvise operations on private node folios
` [PATCH v5 11/36] mm/compaction: disallow compaction on private nodes
` [PATCH v5 12/36] mm/page_alloc: clear private node watermarks and system reserves
` [PATCH v5 13/36] mm/mempolicy: disallow NUMA Balancing prot_none on private nodes
` [PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
` [PATCH v5 15/36] mm/ksm: skip KSM for managed-memory folios
` [PATCH v5 16/36] mm/khugepaged: skip private node folios when trying to collapse
` [PATCH v5 17/36] mm/vmscan: disallow reclaim of private node memory
` [PATCH v5 18/36] mm/gup: disallow longterm pin of private node folios
` [PATCH v5 19/36] proc: include N_MEMORY_PRIVATE nodes in numa_maps output
` [PATCH v5 20/36] mm/memcontrol: account private-node memory in per-node stats
` [PATCH v5 21/36] proc/kcore: include private-node RAM in the kcore RAM map
` [PATCH v5 22/36] mm/mempolicy: add MPOL_F_PRIVATE and zonelist selection
` [PATCH v5 23/36] mm/mempolicy: apply policy at the kernel zone for private-node binds
` [PATCH v5 24/36] mm/mempolicy: add in-kernel MPOL_BIND interfaces for drivers/services
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
` [PATCH v5 27/36] mm: add NODE_PRIVATE_CAP_USER_NUMA for userland numa controls
` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
` [PATCH v5 29/36] mm: add NODE_PRIVATE_CAP_DEMOTION for private-node tiering demotion
` [PATCH v5 30/36] mm: add NODE_PRIVATE_CAP_NUMA_BALANCING for private-node NUMA balancing
` [PATCH v5 31/36] mm: add NODE_PRIVATE_CAP_LTPIN for private node folio pinning
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits
` [PATCH v5 33/36] Documentation/mm: describe private (N_MEMORY_PRIVATE) memory nodes
` [PATCH v5 34/36] mm/mempolicy: add mpol_set_shared_policy_range()
` [PATCH v5 35/36] KVM: guest_memfd: bind backing memory to a NUMA node at creation
[PATCH 1/2] libnvdimm: nd.h: clean up kernel-doc warnings
2026-07-23 21:09 UTC (5+ messages)
` [PATCH 2/2] nvdimm-btt: "
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-23 2:42 UTC (59+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 27/33] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()
[ndctl PATCH] ndctl.spec.in: make xmlto BuildRequires depend on rhel < 9
2026-07-22 20:40 UTC (2+ messages)
[PATCH] ACPI: NFIT: validate subtable extents before parsing
2026-07-22 4:31 UTC (2+ messages)
[ndctl PATCH v3 0/2] daxctl, util/sysfs: fix builtin-driver false failure on enable
2026-07-22 0:22 UTC (2+ messages)
[ndctl PATCH] test/cxl-poison.sh: test scanning past fully mapped partitions
2026-07-22 0:21 UTC (3+ messages)
[ndctl PATCH v2] test/fwctl: Add Feature OOB rejection regression tests
2026-07-22 0:19 UTC (2+ messages)
[ndctl PATCH] contrib: add Fedora release scripts
2026-07-22 0:16 UTC (2+ messages)
[PATCH v2] virtio-pmem: allocate flush bio from a driver-private bio_set
2026-07-17 15:03 UTC
DCD: Add support for Dynamic Capacity Devices (DCD)
2026-07-16 4:55 UTC (14+ messages)
` [PATCH v11 10/31] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v11 12/31] cxl/mem: Set up framework for handling DC Events
` [PATCH v11 13/31] cxl/mem: Add 20 second timeout for stalled DC_ADD_CAPACITY chains
[ndctl PATCH] test/fwctl: Add Get Feature OOB rejection regression test
2026-07-16 4:08 UTC (3+ 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