Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-07-16 05:01:09 to 2026-07-20 19:35:58 UTC [more...]

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-20 19:34 UTC  (31+ 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] 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  (21+ messages)
` [PATCH v5 01/16] device property: Add fwnode_graph_get_port_by_id()
` [PATCH v5 02/16] device property: Add fwnode_graph_get_next_port_endpoint()
` [PATCH v5 03/16] power: sequencing: Add pwrseq_power_is_on()
` [PATCH v5 10/16] usb: hub: Power on connected M.2 E-key connectors with power sequencing API

[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  (16+ messages)

[PATCH v8 0/5] driver core: unify the release path for dynamically allocated platform devices
 2026-07-19 23:08 UTC  (8+ messages)
` [PATCH v8 1/5] driver core: platform: amend the API contract for fwnode setters
` [PATCH v8 2/5] platform/surface: gpe: use platform_device_register_full()
` [PATCH v8 3/5] drm/xe/i2c: use device_create_managed_software_node()
` [PATCH v8 4/5] driver core: platform: unify release path
` [PATCH v8 5/5] driver core: platform: tests: add test cases for correct swnode removal

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

[PATCH] rust: io: convert ResourceSize into a transparent newtype
 2026-07-19 20:53 UTC  (6+ messages)
` [PATCH v2] "

[syzbot] [pm?] possible deadlock in device_move (2)
 2026-07-19 20:18 UTC 

[syzbot] [kernfs?] possible deadlock in kernfs_iop_permission (2)
 2026-07-19 18:17 UTC 

[PATCH v2] rust: irq: make Registration compatible with lifetime-bound drivers
 2026-07-19 15:36 UTC 

[PATCH 1/2] rust: io: document const-offset requirement for infallible accessors
 2026-07-19 14:31 UTC  (6+ messages)
` [PATCH 2/2] rust: drm: fix non-const `read8` in unit test
` (subset) [PATCH 1/2] rust: io: document const-offset requirement for infallible accessors

[syzbot] [kernfs?] possible deadlock in kernfs_remove_by_name_ns (2)
 2026-07-19 10:02 UTC 

[PATCH 0/2] rust: debugfs: migrate BinaryWriter requirements to zerocopy
 2026-07-19  8:28 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] rust: debugfs: remove unsafe block from BinaryWriter impl for Vec

[PATCH v16 0/3] rust: add basic serial device bus abstractions
 2026-07-18 15:33 UTC  (4+ messages)
` [PATCH v16 1/3] "
` [PATCH v16 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v16 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH v15 0/3] rust: add basic serial device bus abstractions
 2026-07-18 14:28 UTC  (4+ messages)
` [PATCH v15 1/3] "
` [PATCH v15 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v15 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH v10 00/10] lan966x pci device: Add support for SFPs, PCI part
 2026-07-17 14:51 UTC  (10+ messages)
` [PATCH v10 01/10] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v10 02/10] drivers: core: Use fw_devlink_set_device()
` [PATCH v10 03/10] pinctrl: cs42l43: "
` [PATCH v10 04/10] cxl/test: Use device_set_node()
` [PATCH v10 05/10] cxl/test: Use fw_devlink_set_device()
` [PATCH v10 06/10] PCI: of: "
` [PATCH v10 08/10] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v10 09/10] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH v10 10/10] PCI: of: Guard against node removal with incorrect np->data

[PATCH] rust: irq: fix C header path in module docs
 2026-07-17 14:31 UTC  (2+ messages)

[PATCH v2] kernfs: fix deadlock in epoll_ctl by waking pollfree
 2026-07-17 14:21 UTC  (2+ messages)

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-07-17 13:44 UTC  (12+ messages)
` [PATCH 07/15] modules: Document the global async_probe parameter

[PATCH v14 0/3] rust: add basic serial device bus abstractions
 2026-07-17 13:18 UTC  (15+ messages)
` [PATCH v14 1/3] "

[PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-17 13:07 UTC  (3+ messages)
` [PATCH v8 06/10] rust: miscdevice: set fops.owner from driver module pointer

[PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
 2026-07-17  9:40 UTC  (3+ messages)

[PATCH] samples: rust: debugfs: fix excessive stack use
 2026-07-17  5:22 UTC  (4+ messages)

[PATCH v19 0/7] shut down devices asynchronously
 2026-07-16 23:04 UTC  (8+ messages)
` [PATCH v19 1/7] device_core: rely on put_device to free dev->p
` [PATCH v19 2/7] driver core: Prevent device_add() during system shutdown
` [PATCH v19 3/7] driver core: separate function to shutdown one device
` [PATCH v19 4/7] driver core: do not always lock parent in shutdown
` [PATCH v19 5/7] driver core: async device shutdown infrastructure
` [PATCH v19 6/7] PCI: Enable async shutdown support
` [PATCH v19 7/7] scsi: "

[PATCH] firmware: maintain a firmware list
 2026-07-16 20:12 UTC  (3+ messages)

[PATCH] rust: firmware: avoid UB in example by passing parameter
 2026-07-16 19:17 UTC  (2+ messages)

[PATCH] rust: device: avoid trailing ; in printing macros
 2026-07-16 18:45 UTC  (8+ messages)

[RFC PATCH] sysfs: Add /sys/kernel/realtime entry
 2026-07-16 13:02 UTC  (9+ messages)

[PATCH] firmware_loader: do not queue completed sysfs fallback requests
 2026-07-16  8:16 UTC 


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