public inbox for driver-core@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-04-21 14:56:38 to 2026-04-27 23:52:56 UTC [more...]

[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-04-27 23:52 UTC  (27+ messages)
` [PATCH 01/24] rust: driver core: drop drvdata before devres release
` [PATCH 02/24] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH 03/24] rust: devres: add ForLt support to Devres
` [PATCH 04/24] rust: device: generalize drvdata methods over ForLt
` [PATCH 05/24] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH 06/24] rust: pci: implement Sync for Device<Bound>
` [PATCH 07/24] rust: platform: "
` [PATCH 08/24] rust: auxiliary: "
` [PATCH 09/24] rust: usb: "
` [PATCH 10/24] rust: device: "
` [PATCH 11/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH 12/24] rust: platform: "
` [PATCH 13/24] rust: auxiliary: "
` [PATCH 14/24] rust: auxiliary: generalize Registration over ForLt
` [PATCH 15/24] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH 16/24] rust: usb: make Driver trait lifetime-parameterized
` [PATCH 17/24] rust: i2c: "
` [PATCH 18/24] rust: pci: make Bar lifetime-parameterized
` [PATCH 19/24] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH 20/24] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH REF 21/24] gpu: nova-core: "
` [PATCH REF 22/24] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF 23/24] gpu: nova-core: replace ARef<Device> with &'a Device in SysmemFlush
` [PATCH REF 24/24] gpu: drm: tyr: use HRT lifetime for IoMem

[PATCH 0/2] rust: auxiliary: replace drvdata() with registration data
 2026-04-27 22:14 UTC  (4+ messages)
` [PATCH 1/2] rust: auxiliary: add registration data to auxiliary devices
` [PATCH 2/2] rust: driver core: remove drvdata() and driver_type

[PATCH v3 0/2] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
 2026-04-27 19:32 UTC  (5+ messages)
` [PATCH v3 1/2] ACPI: bus: export the acpi_bus_type symbol
` [PATCH v3 2/2] platform/x86: x86-android-tablets: enable fwnode matching of GPIO chips

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

[PATCH v6] rust: ACPI: fix missing match data for PRP0001
 2026-04-27 17:55 UTC 

[PATCH] kernfs: protect of->kn access in fop_read_iter/fop_mmap
 2026-04-27 17:14 UTC  (2+ messages)

[PATCH v2 0/7] AMD HSMP: metrics table improvements and Family 1Ah Model 50h-5Fh support
 2026-04-27 15:51 UTC  (8+ messages)
` [PATCH v2 1/7] platform/x86/amd/hsmp: Add new HSMP messages for Family 1Ah, Model 50h-5Fh
` [PATCH v2 2/7] platform/x86/amd/hsmp: Add metrics table support for Family 1Ah "
` [PATCH v2 3/7] platform/x86/amd/hsmp: Unify response_sz validation to an upper-bound check
` [PATCH v2 4/7] sysfs: Add SYSFS_HUGE_BIN_FILE flag for binary attributes larger than PAGE_SIZE
` [PATCH v2 5/7] platform/x86/amd/hsmp: Add dynamic table size for metric table
` [PATCH v2 6/7] platform/x86/amd/hsmp: Make metric table read locking use guard(mutex)
` [PATCH v2 7/7] platform/x86/amd/hsmp: Support SYSFS_HUGE_BIN_FILE for metric table reads

[PATCH v2 00/11] rust: I/O type generalization and projection
 2026-04-27 15:27 UTC  (11+ 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 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 v6 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-04-27 14:52 UTC  (10+ messages)
` [PATCH v6 1/3] ARM: omap1: drop unused variable from omap16xx_gpio_init()
` [PATCH v6 2/3] ARM: omap1: use platform_device_register_full() for GPIO devices on OMAP 16xx
` [PATCH v6 3/3] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770

[PATCH v2 0/3] driver core: remove software node from platform devices on device release
 2026-04-27 14:13 UTC  (11+ 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 v9 0/9] drivers/base: Introduce revocable
 2026-04-27 13:58 UTC  (10+ messages)
` [PATCH v9 1/9] revocable: Revocable resource management
` [PATCH v9 2/9] revocable: Add KUnit test cases
` [PATCH v9 3/9] gpio: Add revocable provider handle for struct gpio_chip
` [PATCH v9 4/9] gpio: cdev: Leverage revocable for accessing "
` [PATCH v9 5/9] gpio: Remove gpio_chip_guard by using revocable
` [PATCH v9 6/9] gpio: Leverage revocable for accessing struct gpio_chip
` [PATCH v9 7/9] gpio: Remove unused `chip` and `srcu` in struct gpio_device
` [PATCH v9 8/9] platform/chrome: Protect cros_ec_device lifecycle with revocable
` [PATCH v9 9/9] platform/chrome: cros_ec_chardev: Consume cros_ec_device via revocable

[PATCH v2 0/2] Enable sysfs module symlink for more built-in drivers
 2026-04-27 13:29 UTC  (20+ messages)
` [PATCH v2 1/2] kernel: param: handle NULL module_kset in lookup_or_create_module_kobject()
` [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 v4 0/4] Enable sysfs module symlink for more built-in drivers
    ` [PATCH v4 1/4] kernel: param: initialize module_kset before do_initcalls()
    ` [PATCH v4 2/4] coresight: pass THIS_MODULE implicitly through a macro
    ` [PATCH v4 3/4] driver core: platform: set mod_name in driver registration
    ` [PATCH v4 4/4] docs: driver-api: add mod_name argument to __platform_register_drivers()

[PATCH v2] software node: provide wrappers around kobject_get/put()
 2026-04-27 13:18 UTC 

[PATCH 0/5] Rework index projection syntax
 2026-04-27 12:45 UTC  (8+ messages)
  ` [PATCH 1/5] rust: ptr: add panicking index projection variant
  ` [PATCH 2/5] rust: dma: update to keyworded index projection syntax
  ` [PATCH 5/5] rust: ptr: remove implicit "

[PATCH v2 0/4] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
 2026-04-27 11:30 UTC  (4+ messages)
` [PATCH v2 4/4] platform/x86: x86-android-tablets: enable fwnode matching of GPIO chips

[PATCH] driver core: reject devices with unregistered buses
 2026-04-27 10:28 UTC 

[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
 2026-04-27  9:31 UTC  (5+ messages)
` [PATCH v2 6/9] soc: imx8m: don't access of_root directly

[PATCH 1/2] mm/memory_hotplug: fix memory block reference leak on remove
 2026-04-27  9:28 UTC  (8+ messages)
` [PATCH 2/2] drivers/base/memory: fix memory block reference leak in poison accounting

[PATCH] software node: provide wrappers around kobject_get/put()
 2026-04-27  8:34 UTC  (6+ messages)

[PATCH][next] regmap: sdw-mbq: Fix spelling mistake "undeferable" -> "undeferrable"
 2026-04-26 21:48 UTC  (2+ messages)

[PATCH v2 00/13] media: iris: Add support for glymur platform
 2026-04-26 12:24 UTC  (33+ 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 1/2] firmware_loader: builtin: ignore 0-size firmware
 2026-04-26  4:30 UTC  (2+ messages)
` [PATCH 2/2] firmware_loader: builtin: fail build on empty firmware

[PATCH v2 0/2] driver core: faux: fix root device registration
 2026-04-24 15:31 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] driver core: faux: clean up init error handling

[PATCH] driver core: faux: fix root device registration
 2026-04-24 14:03 UTC  (4+ messages)

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

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

[PATCH 0/3] Introduce generic context device bus for IOMMU context isolation
 2026-04-22 18:52 UTC  (6+ messages)
` [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 1/9] driver core: Enable suppliers to implement fine grained sync_state support
 2026-04-22 11:30 UTC  (6+ messages)
  ` [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  (4+ messages)
` [PATCH 5/5] scsi: Enable async shutdown support

[PATCH 3/5] driver core: async device shutdown infrastructure
 2026-04-21 17:31 UTC  (2+ messages)


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