public inbox for driver-core@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-04-11 15:10:48 to 2026-04-24 12:34:42 UTC [more...]

[PATCH v2 0/3] driver core: remove software node from platform devices on device release
 2026-04-24 12:34 UTC  (8+ messages)
` [PATCH v2 1/3] driver core: platform: remove software node on release()
` [PATCH v2 2/3] kunit: provide kunit_software_node_register()
` [PATCH v2 3/3] driver core: platform: tests: add test cases for correct swnode removal

[PATCH v2 00/13] media: iris: Add support for glymur platform
 2026-04-24 11:55 UTC  (21+ messages)
` [PATCH v2 01/13] media: iris: Fix VM count passed to firmware
` [PATCH v2 02/13] drivers: base: Add generic dma context bus
` [PATCH v2 03/13] gpu: host1x: Migrate to "
` [PATCH v2 04/13] dt-bindings: media: qcom,glymur-iris: Add glymur video codec
` [PATCH v2 05/13] media: iris: Add context bank hooks for platform specific initialization
` [PATCH v2 06/13] media: iris: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v2 07/13] media: iris: Rename clock and power domain macros to use vcodec prefix
` [PATCH v2 08/13] media: iris: Use power domain type to look up pd_devs index
` [PATCH v2 09/13] media: iris: Add power sequence for Glymur
` [PATCH v2 10/13] media: iris: Add support to select core for dual core platforms
` [PATCH v2 11/13] media: iris: Select DMA_CONTEXT_BUS to create firmware device
` [PATCH v2 12/13] media: iris: Add platform data for glymur
` [PATCH v2 13/13] arm64: dts: qcom: glymur: Add iris video node

[PATCH] driver core: faux: fix root device registration
 2026-04-24 11:42 UTC  (3+ messages)

[PATCH][next] regmap: sdw-mbq: Fix spelling mistake "undeferable" -> "undeferrable"
 2026-04-24 11:24 UTC 

[PATCH] isa: switch to dynamic root device
 2026-04-24 10:24 UTC 

[PATCH v2 0/2] Enable sysfs module symlink for more built-in drivers
 2026-04-24  9:16 UTC  (14+ messages)
` [PATCH v2 1/2] kernel: param: handle NULL module_kset in lookup_or_create_module_kobject()
` [PATCH v2 2/2] driver core: platform: set mod_name in driver registration
` [PATCH v3 0/4] Enable sysfs module symlink for more built-in drivers
  ` [PATCH v3 1/4] kernel: param: initialize module_kset on-demand
  ` [PATCH v3 2/4] coresight: pass THIS_MODULE implicitly through a macro
  ` [PATCH v3 3/4] driver core: platform: set mod_name in driver registration
  ` [PATCH v3 4/4] docs: driver-api: add mod_name argument to __platform_register_drivers()

[PATCH v8 0/2] firmware_loader: allow firmware_class.path to take multiple paths
 2026-04-23 18:47 UTC  (4+ messages)
` [PATCH v8 1/2] firmware_loader: add search_path= module option for multi-path firmware lookup
` [PATCH v8 2/2] selftests/firmware: add search path test for firmware_class.search_path=

[PATCH v6 00/27] lan966x pci device: Add support for SFPs
 2026-04-23  8:41 UTC  (8+ messages)
` [PATCH v6 02/27] of: dynamic: Fix overlayed devices not probing because of fw_devlink

[PATCH] ALSA: pcmtest: fix reference leak on failed device registration
 2026-04-23  7:39 UTC  (4+ messages)

[PATCH 0/3] Introduce generic context device bus for IOMMU context isolation
 2026-04-22 18:52 UTC  (15+ messages)
` [PATCH 1/3] drivers: base: Add generic context device bus
` [PATCH 2/3] gpu: host1x: Migrate to "
` [PATCH 3/3] misc: fastrpc: Use context device bus for compute banks

[PATCH v2 0/4] cxl: Consolidate cxlmd->endpoint accessing
 2026-04-22 14:42 UTC  (10+ messages)
` [PATCH v2 2/4] cxl/memdev: Hold memdev lock during memdev poison injection/clear

[PATCH v2 0/9] driver core / pmdomain: Add support for fined grained sync_state
 2026-04-22 11:30 UTC  (7+ messages)
  ` [PATCH v2 1/9] driver core: Enable suppliers to implement fine grained sync_state support
  ` [PATCH v2 2/9] driver core: Add dev_set_drv_queue_sync_state()

[PATCH v14 0/5] shut down devices asynchronously
 2026-04-22  0:42 UTC  (14+ messages)
` [PATCH 1/5] driver core: separate function to shutdown one device
` [PATCH 2/5] driver core: do not always lock parent in shutdown
` [PATCH 3/5] driver core: async device shutdown infrastructure
` [PATCH 4/5] PCI: Enable async shutdown support
` [PATCH 5/5] scsi: "

[PATCH v2 00/11] rust: I/O type generalization and projection
 2026-04-21 14:56 UTC  (12+ messages)
` [PATCH v2 01/11] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v2 02/11] rust: io: generalize `Mmio` "
` [PATCH v2 03/11] rust: io: use pointer types instead of address
` [PATCH v2 04/11] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v2 05/11] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v2 06/11] rust: io: add view type
` [PATCH v2 07/11] rust: dma: add methods to unsafely create reference from subview
` [PATCH v2 08/11] rust: io: add `read_val` and `write_val` function on I/O view
` [PATCH v2 09/11] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v2 10/11] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v2 11/11] rust: io: add copying methods

[PATCH] driver core: move dev_has_sync_state() to drivers/base/base.h
 2026-04-21 13:15 UTC  (3+ messages)

[PATCH 0/2] driver core: remove software node from platform devices on device release
 2026-04-21  8:44 UTC  (4+ messages)
` [PATCH 1/2] driver core: platform: remove software node on release()

[PATCH v5 0/4] rust: add basic serial device bus abstractions
 2026-04-20 20:07 UTC  (5+ messages)
` [PATCH v5 1/4] rust: devres: return reference in `devres::register`
` [PATCH v5 2/4] serdev: add rust private data to serdev_device
` [PATCH v5 3/4] rust: add basic serial device bus abstractions
` [PATCH v5 4/4] samples: rust: add Rust serial device bus sample device driver

[PATCH v5] rust: ACPI: fix missing match data for PRP0001
 2026-04-20 16:21 UTC 

[PATCH] driver core: use READ_ONCE() for dev->driver in dev_has_sync_state()
 2026-04-20 10:40 UTC  (4+ messages)

[PATCH] Enable sysfs module symlink for more built-in drivers
 2026-04-20  9:59 UTC  (3+ messages)
` [PATCH] ACPI: bus: set mod_name in driver registration

[GIT PULL] Driver core fixes for 7.1-rc1
 2026-04-20  0:04 UTC  (4+ messages)

[PATCH v2] firmware_loader: fix device reference leak in firmware_upload_register()
 2026-04-18  7:02 UTC 

[PATCH] firmware_loader: fix device reference leak in firmware_upload_register()
 2026-04-18  6:28 UTC  (3+ messages)

[PATCH v2 0/3] rust: add `bitfield!` macro
 2026-04-17 14:59 UTC  (28+ messages)
` [PATCH v2 1/3] rust: extract `bitfield!` macro from `register!`
` [PATCH v2 2/3] rust: bitfield: Add KUNIT tests for bitfield
` [PATCH v2 3/3] gpu: nova-core: switch to kernel bitfield macro

[PATCH v1] regmap: ram: fix memory leaks in __regmap_init_ram() on error
 2026-04-17 14:50 UTC  (3+ messages)

[PATCH] kernfs: fix suspicious RCU usage in kernfs_put()
 2026-04-17  0:28 UTC  (2+ messages)

[PATCH] sysfs: return -ENOENT from move/rename when kobj->sd is NULL
 2026-04-16 15:06 UTC 

[PATCH 0/5] Rework index projection syntax
 2026-04-16  7:14 UTC  (11+ messages)
` [PATCH 1/5] rust: ptr: add panicking index projection variant
` [PATCH 2/5] rust: dma: update to keyworded index projection syntax
` [PATCH 3/5] gpu: nova-core: convert to keyworded "
` [PATCH 4/5] gpu: nova-core: use pointer projection for command queue code
` [PATCH 5/5] rust: ptr: remove implicit index projection syntax

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-04-15 22:10 UTC  (3+ messages)
` [PATCH v5 8/9] driver core: Replace dev->of_node_reused with dev_of_node_reused()

[GIT PULL] Driver core changes for 7.0-rc1
 2026-04-15 14:16 UTC  (6+ messages)
      ` Probe function registering another driver [Was: Re: [GIT PULL] Driver core changes for 7.0-rc1]

[PATCH] platform: fix reference leak in platform_add_devices() on register failure
 2026-04-15 14:05 UTC 

[PATCH] driver core: Add kernel-doc for DEV_FLAG_COUNT enum value
 2026-04-14 10:12 UTC  (3+ messages)

[GIT PULL] Driver core changes for 7.1-rc1
 2026-04-14  3:09 UTC  (2+ messages)

linux-next: Tree for Apr 13 (new htmldocs warning)
 2026-04-14  3:00 UTC  (2+ messages)

[PATCH v3 0/2] Support BPF traversal of wakeup sources
 2026-04-13 20:39 UTC  (10+ messages)

[PATCH v4 0/4] rust: add basic serial device bus abstractions
 2026-04-13  3:58 UTC  (4+ messages)
` [PATCH v4 1/4] rust: devres: return reference in `devres::register`
` [PATCH v4 2/4] serdev: add rust private data to serdev_device


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