Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-07-20 03:58:16 to 2026-07-21 16:19:51 UTC [more...]

[PATCH v7 0/4] driver core: unify the release path for dynamically allocated platform devices
 2026-07-21 16:19 UTC  (3+ messages)
` [PATCH v7 1/4] platform/surface: gpe: use platform_device_register_full()

[PATCH v2] regmap: Clarify regmap_update_bits_base() 'async' kernel-doc
 2026-07-21 16:18 UTC  (2+ messages)

[PATCH v2 0/3] Rust: add runtime PM support
 2026-07-21 15:34 UTC  (4+ messages)
` [PATCH v2 1/3] rust: "
` [PATCH v2 2/3] rust: platform: wire runtime PM callbacks
` [PATCH v2 3/3] drm/tyr: enable runtime PM

[PATCH 0/8] rust: io: register: allow paths for relative register bases
 2026-07-21 15:06 UTC  (15+ messages)
` [PATCH 1/8] rust: io: register: dispatch fixed array shortcut internally
` [PATCH 2/8] rust: io: register: remove unused rule arguments
` [PATCH 3/8] rust: io: register: use path fragment for alias destination
` [PATCH 4/8] rust: io: register: use path fragment in relative internal rules
` [PATCH 5/8] rust: io: register: allow paths for relative register bases
` [PATCH 6/8] rust: io: register: use new relative base syntax in doc and examples
` [PATCH 7/8] gpu: nova-core: convert relative registers to new syntax
` [PATCH 8/8] rust: io: register: remove deprecated relative register rule

[PATCH v2] rust: irq: make Registration compatible with lifetime-bound drivers
 2026-07-21 14:57 UTC  (4+ messages)

[PATCH v2] arch_topology: Introduce nr_possible_packages
 2026-07-21 14:32 UTC  (2+ messages)

[PATCH v6 0/2] device property: add test cases for fwnode_for_each_child_node()
 2026-07-21 14:29 UTC  (10+ messages)
` [PATCH v6 1/2] of: kobj: export of_node_ktype for use by modules
` [PATCH v6 2/2] device property: add test cases for fwnode_for_each_child_node()

[PATCH v2 1/2] regcache: Warn if regcache_sync() is called in cache_only mode
 2026-07-20 17:46 UTC  (2+ messages)

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-21 13:26 UTC  (40+ 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 v3 0/9] pci: fix UAF and TOCTOU related to dynamic ID
 2026-07-21 13:17 UTC  (2+ messages)

[PATCH v2 0/3] Bring includes in linux/kmod.h up to date
 2026-07-21 13:11 UTC  (4+ messages)
` [PATCH v2 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v2 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v2 3/3] module: Bring includes in linux/kmod.h up to date

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

[PATCH v6 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-21 10:19 UTC  (22+ messages)
` [PATCH v6 01/16] device property: Add fwnode_graph_get_port_by_id()
` [PATCH v6 02/16] device property: Add fwnode_graph_get_next_port_endpoint()
` [PATCH v6 03/16] power: sequencing: Add pwrseq_power_is_on()
` [PATCH v6 04/16] usb: hub: Use assign_bit() in usb_hub_set_port_power()
` [PATCH v6 05/16] usb: hub: Return actual error from hub_configure() in hub_probe()
` [PATCH v6 06/16] usb: hub: Associate port@ fwnode with USB port device
` [PATCH v6 07/16] usb: core: Move struct usb_port and related APIs to port.h
` [PATCH v6 08/16] usb: hub: Pass |struct usb_port*| to usb_port_is_power_on()
` [PATCH v6 09/16] usb: hub: Use usb_hub_set_port_power() to control port power everywhere
` [PATCH v6 10/16] usb: hub: Power on connected M.2 E-key connectors with power sequencing API
` [PATCH v6 11/16] dt-bindings: usb: mediatek,mtk-xhci: Switch to ports for USB connections
` [PATCH v6 12/16] power: sequencing: pcie-m2: support matching on remote "port" node
` [PATCH v6 13/16] power: sequencing: pcie-m2: Add usb and sdio targets for E-key connector
` [PATCH v6 14/16] power: sequencing: pcie-m2: Split Bluetooth unit based on interface
` [PATCH v6 15/16] arm64: dts: mediatek: mt8195-cherry: Add M.2 E-key slot
` [PATCH v6 16/16] arm64: dts: mediatek: mt8188-geralt: Add WiFi/BT as "

[PATCH v2] device property: mark internal data as private for kernel-doc
 2026-07-21  9:45 UTC  (2+ messages)

[PATCH v10 00/10] lan966x pci device: Add support for SFPs, PCI part
 2026-07-21  8:12 UTC  (4+ messages)
` [PATCH v10 10/10] PCI: of: Guard against node removal with incorrect np->data

[PATCH] samples: rust_dma: use vertical import style
 2026-07-21  7:56 UTC  (3+ messages)

[PATCH v2] samples: rust_dma: use vertical import style
 2026-07-21  7:55 UTC 

[PATCH 0/8] driver core: prefer platform_device_set_fwnode()
 2026-07-21  7:57 UTC  (21+ 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-21  3:36 UTC  (3+ messages)
  `  "

[PATCH] rust: irq: fix C header path in module docs
 2026-07-21  0:02 UTC  (2+ messages)

[PATCH] samples: rust: debugfs: fix excessive stack use
 2026-07-21  0:02 UTC  (2+ messages)

[PATCH 1/2] rust: io: document const-offset requirement for infallible accessors
 2026-07-21  0:01 UTC  (2+ messages)
` (subset) "

[PATCH] rust: device: make lifetime on `Core` and `CoreInternal` invariant
 2026-07-21  0:01 UTC  (2+ messages)

[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 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()


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