Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-07-09 17:59:19 to 2026-07-14 18:48:50 UTC [more...]

[RFC PATCH 2/4] rust: usb: add usb host interface and endpoint abstractions
 2026-07-14 18:48 UTC  (2+ messages)

[PATCH 0/3] driver core: Constify the signature of device_show/store_*()
 2026-07-14 16:51 UTC  (4+ messages)
` [PATCH 1/3] x86/mce: Use __DEVICE_ATTR() macro to initialize dev_ext_attribute
` [PATCH 2/3] drivers: perf: "
` [PATCH 3/3] driver core: Constify the signature of device_show/store_*()

[RFC PATCH 00/14] driver core: defer per-VF sysfs creation for fast SR-IOV bring-up
 2026-07-14 16:18 UTC  (8+ messages)
` [RFC PATCH 05/14] driver core: add struct device_sysfs_entry and walker
  ` [RFC PATCH 09/14] iommu: lazy-populate iommu_group reserved_regions/type attrs

[PATCH] rust: device: make lifetime on `Core` and `CoreInternal` invariant
 2026-07-14 13:47 UTC  (7+ messages)

[PATCH] regcache: disable cache_only before rewriting paging registers
 2026-07-14 11:23 UTC  (8+ messages)

[RFC PATCH] sysfs: Add /sys/kernel/realtime entry
 2026-07-14 11:07 UTC  (14+ messages)

[PATCH v7 0/4] driver core: unify the release path for dynamically allocated platform devices
 2026-07-14  9:40 UTC  (8+ messages)
` [PATCH v7 1/4] platform/surface: gpe: use platform_device_register_full()
` [PATCH v7 2/4] drm/xe/i2c: use device_create_managed_software_node()
` [PATCH v7 3/4] driver core: platform: unify release path
` [PATCH v7 4/4] driver core: platform: tests: add test cases for correct swnode removal

[PATCH v2] arch_topology: Introduce nr_possible_packages
 2026-07-14  5:43 UTC 

[PATCH v18 0/5] shut down devices asynchronously
 2026-07-14  1:36 UTC  (3+ messages)
` [PATCH 3/5] driver core: async device shutdown infrastructure

[PATCH] rust: devres: fix race between concurrent revokers
 2026-07-13 23:05 UTC  (2+ messages)

[PATCH v6 00/20] rust: I/O type generalization and projection
 2026-07-13 22:46 UTC  (11+ messages)
` [PATCH v6 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v6 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v6 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v6 18/20] rust: dma: drop `dma_read!` and `dma_write!` API

[PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-13 12:07 UTC  (18+ messages)
` [PATCH v8 01/10] rust: module: move module types into `module.rs`
` [PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v8 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v8 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v8 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v8 06/10] rust: miscdevice: "
` [PATCH v8 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v8 08/10] rust: binder: "
` [PATCH v8 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v8 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH v4 0/5] software node: provide support for fw_devlink
 2026-07-13 11:46 UTC  (7+ messages)
` [PATCH v4 1/5] kunit: provide a set of fwnode-oriented helpers
` [PATCH v4 2/5] software node: add fw_devlink support
` [PATCH v4 3/5] software node: add kunit tests for "
` [PATCH v4 4/5] MAINTAINERS: add myself as reviewer of software node support
` [PATCH v4 5/5] gpio: kunit: add test cases verifying swnode devlink support

[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
 2026-07-13 10:29 UTC  (4+ messages)
` [PATCH v3 11/20] pmdomain: imx: use platform_device_set_of_node()

[PATCH v3 0/5] software node: provide support for fw_devlink
 2026-07-13 10:20 UTC  (13+ messages)
` [PATCH v3 1/5] kunit: provide a set of fwnode-oriented helpers
` [PATCH v3 2/5] software node: add fw_devlink support
` [PATCH v3 3/5] software node: add kunit tests for "
` [PATCH v3 4/5] MAINTAINERS: add myself as reviewer of software node support
` [PATCH v3 5/5] gpio: kunit: add test cases verifying swnode devlink support

[PATCH v4 00/14] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-13  6:40 UTC  (4+ messages)
` [PATCH v4 05/14] usb: hub: Associate port@ fwnode with USB port device

[PATCH 0/2] regmap: Improve error handling in regcache_sync()
 2026-07-13  5:03 UTC  (3+ messages)
` [PATCH 1/2] regcache: Preserve cache synchronization errors "
` [PATCH 2/2] regcache: Mark cache dirty if selector register rewrite fails

[PATCH] driver core: faux: Move a variable assignment behind a condition check in faux_device_destroy()
 2026-07-13  4:44 UTC  (6+ messages)
      `  "

[PATCH v5 0/8] Transition Nova Core to TLV firmare images
 2026-07-13  2:21 UTC  (11+ messages)
` [PATCH v5 1/8] rust: alloc: add Vec::zeroed method
` [PATCH v5 2/8] rust: firmware: add request_into_buf()
` [PATCH v5 3/8] gpu: nova-core: add TLV parser for firmware files
` [PATCH v5 4/8] gpu: nova-core: transition booter_load to TLV images
` [PATCH v5 5/8] gpu: nova-core: transition gsp "
` [PATCH v5 6/8] gpu: nova-core: transition gen_bootloader "
` [PATCH v5 7/8] gpu: nova-core: transition fsp "
` [PATCH v5 8/8] gpu: nova-core: update firmware module info for "

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

[PATCH v7 00/10] dax/kmem: atomic whole-device hotplug via sysfs
 2026-07-12 16:48 UTC  (12+ messages)
` [PATCH v7 01/10] mm/memory: add memory_block_aligned_range() helper
` [PATCH v7 02/10] mm/memory_hotplug: add mhp_online_type_to_str() and export string helpers
` [PATCH v7 03/10] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v7 04/10] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v7 05/10] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v7 06/10] mm/memory_hotplug: add offline_and_remove_memory_ranges()
` [PATCH v7 07/10] dax/kmem: resolve default online type at probe time
` [PATCH v7 08/10] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v7 09/10] dax/kmem: add sysfs interface for atomic whole-device hotplug
` [PATCH v7 10/10] selftests/dax: add dax/kmem hotplug sysfs regression test

[PATCH v5 00/19] rust: drm: Higher-Ranked Lifetime private data
 2026-07-12 15:35 UTC  (2+ messages)

[PATCH v6 00/10] dax/kmem: atomic whole-device hotplug via sysfs
 2026-07-12 13:27 UTC  (32+ messages)
` [PATCH v6 02/10] mm/memory_hotplug: add mhp_online_type_to_str() and export string helpers
` [PATCH v6 03/10] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v6 04/10] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v6 05/10] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v6 06/10] mm/memory_hotplug: add offline_and_remove_memory_ranges()
` [PATCH v6 07/10] dax: plumb hotplug online_type through dax
` [PATCH v6 08/10] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v6 09/10] dax/kmem: add sysfs interface for atomic whole-device hotplug

[PATCH] rust: io: convert ResourceSize into a transparent newtype
 2026-07-12 11:36 UTC 

[PATCH 1/2] firmware_loader: builtin: ignore 0-size firmware
 2026-07-12  0:29 UTC  (8+ messages)
` [PATCH 2/2] firmware_loader: builtin: fail build on empty firmware
` (subset) [PATCH 1/2] firmware_loader: builtin: ignore 0-size firmware

[PATCH] rust: firmware: avoid UB in example by passing parameter
 2026-07-12  0:15 UTC  (4+ messages)

[PATCH v4 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
 2026-07-12  0:07 UTC  (2+ messages)

[PATCH v2 0/4] kobject: Allow the constification of kobject attributes
 2026-07-11 18:47 UTC  (2+ messages)

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-07-11  1:43 UTC  (4+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM

[PATCH 0/2] Bring includes in linux/kmod.h up to date
 2026-07-10 13:57 UTC  (3+ messages)
` [PATCH 2/2] module: "

[PATCH v2 0/7] usb: fix UAF related to dynamic ID
 2026-07-10 13:13 UTC  (2+ messages)

[PATCH v4 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure
 2026-07-10 10:43 UTC  (5+ messages)
` [PATCH v4 1/2] PM: runtime: Only set runtime_error on suspend callback failures
` [PATCH v4 2/2] spi: qcom-geni: Fix missing error check on pm_runtime_get_sync()
` (subset) [PATCH v4 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure

[PATCH v3 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure
 2026-07-10  9:43 UTC  (6+ messages)
` [PATCH v3 2/2] spi: qcom-geni: Fix missing error check on pm_runtime_get_sync()

[PATCH v4 0/7] Transition Nova Core to TLV firmare images
 2026-07-09 23:21 UTC  (11+ messages)
` [PATCH v4 1/7] rust: firmware: add request_into_buf()
` [PATCH v4 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v4 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v4 4/7] gpu: nova-core: transition gsp "
` [PATCH v4 5/7] gpu: nova-core: transition gen_bootloader "
` [PATCH v4 6/7] gpu: nova-core: transition fsp "
` [PATCH v4 7/7] gpu: nova-core: update firmware module info for "

[PATCH v3 0/7] Transition Nova Core to TLV firmare images
 2026-07-09 22:44 UTC  (25+ messages)
` [PATCH v3 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v3 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v3 5/7] gpu: nova-core: transition gen_bootloader "


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