Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-07-19 21:05:57 to 2026-07-20 20:05:18 UTC [more...]

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-20 20:05 UTC  (37+ 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] device property: add missing kernel-doc for property_entry
 2026-07-20 19:29 UTC  (5+ messages)

[PATCH] rust: dma: return zero for Coherent reads past EOF
 2026-07-20 19:21 UTC 

[PATCH 0/8] driver core: prefer platform_device_set_fwnode()
 2026-07-20 18:28 UTC  (20+ messages)
` [PATCH 1/8] powerpc/powermac: use platform_device_set_fwnode()
` [PATCH 2/8] i2c: pxa-pci: "
` [PATCH 3/8] iommu/fsl: "
` [PATCH 4/8] net: bcmgenet: "
` [PATCH 5/8] pmdomain: imx: "
` [PATCH 6/8] mfd: tps6586: "
` [PATCH 7/8] net: mv643xx: "
` [PATCH 8/8] slimbus: qcom-ngd-ctrl: "

[PATCH] base: devcoredump: Replace simple_strtol with kstrtol
 2026-07-20 12:55 UTC  (2+ messages)

[PATCH v5 1/2] of: kobj: export of_node_ktype for use by modules
 2026-07-20 11:21 UTC  (4+ messages)
` [PATCH v5 2/2] device property: add test cases for fwnode_for_each_child_node()

[PATCH v4 0/3] device property: fix child iteration issues with secondary fwnodes
 2026-07-20 10:46 UTC  (5+ messages)
` [PATCH v4 3/3] device property: add test cases for fwnode_for_each_child_node()

[PATCH v5] gpio: kunit: add test cases verifying swnode devlink support
 2026-07-20 10:14 UTC  (2+ messages)

[PATCH v4 0/5] software node: provide support for fw_devlink
 2026-07-20  7:15 UTC  (5+ messages)
` (subset) "

[PATCH v5 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-20  3:58 UTC  (7+ messages)
` [PATCH v5 02/16] device property: Add fwnode_graph_get_next_port_endpoint()

[PATCH v2 1/2] regcache: Warn if regcache_sync() is called in cache_only mode
 2026-07-20  3:32 UTC  (2+ messages)
` [PATCH v2 2/2] regcache: Validate cache_only state in regcache_sync_region()

[PATCH RESEND v6 0/2] PM: dpm_watchdog: Improve DPM watchdog configurability
 2026-07-20  3:08 UTC  (3+ messages)
` [PATCH RESEND v6 1/2] PM: sleep: Rename module parameters prefix to "pm"
` [PATCH RESEND v6 2/2] PM: dpm_watchdog: Allow disabling DPM watchdog by default

[PATCH] regcache: Warn if regcache_sync() is called in cache_only mode
 2026-07-20  2:41 UTC  (5+ messages)

[PATCH] mm/thp: expose deferred split folio memory usage in meminfo
 2026-07-20  2:36 UTC  (13+ messages)

[PATCH v8 0/5] driver core: unify the release path for dynamically allocated platform devices
 2026-07-19 23:08 UTC  (2+ messages)

[PATCH v1] regmap: Clarify _regmap_update_bits() 'async' kernel-doc
 2026-07-19 21:05 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox