public inbox for driver-core@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-03 11:57:39 to 2026-03-12 13:51:36 UTC [more...]

[PATCH 0/8] dma::Coherent & dma::CoherentInit API
 2026-03-12 13:51 UTC  (13+ messages)
` [PATCH 1/8] rust: dma: use "kernel vertical" style for imports
` [PATCH 2/8] rust: dma: add generalized container for types other than slices
` [PATCH 3/8] rust: dma: add zeroed constructor to `Coherent`
` [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization
` [PATCH 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
` [PATCH 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
` [PATCH 7/8] gpu: nova-core: convert Gsp::new() to use CoherentInit
` [PATCH 8/8] gpu: nova-core: convert to new dma::Coherent API

[PATCH 1/5] driver core: do not always lock parent in shutdown
 2026-03-12 13:46 UTC  (16+ messages)
` [PATCH 2/5] driver core: separate function to shutdown one device
` [PATCH 3/5] driver core: async device shutdown infrastructure
` [PATCH 4/5] pci: enable async shutdown support
` [PATCH 5/5] scsi: "

[PATCH v3] PCI: dw-rockchip: Enable async probe by default
 2026-03-12 12:59 UTC  (13+ messages)

[PATCH 0/7] cxl: Consolidate cxlmd->endpoint accessing
 2026-03-12 10:45 UTC  (37+ messages)
` [PATCH 1/7] driver core: Add conditional guard support for device_lock()
` [PATCH 2/7] cxl/memdev: Hold memdev lock during memdev poison injection/clear
` [PATCH 3/7] cxl/region: Hold memdev lock during region "
` [PATCH 4/7] cxl/pci: Hold memdev lock in cxl_event_trace_record()
` [PATCH 5/7] cxl/region: Ensure endpoint is valid in cxl_dpa_to_region()
` [PATCH 6/7] cxl/pci: Check memdev driver binding status in cxl_reset_done()
` [PATCH 7/7] cxl/port: Reset cxlmd->endpoint to -ENXIO by default

[PATCH/RFC] PM: domains: Call pm_runtime_barrier() before dev_pm_domain_{attach*,detach}()
 2026-03-12  9:53 UTC 

[PATCH v5 1/1] regmap: Synchronize cache for the page selector
 2026-03-11 21:51 UTC  (3+ messages)

[PATCH v11 0/5] shut down devices asynchronously
 2026-03-11 17:33 UTC  (2+ messages)

[PATCH v4 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-11  9:24 UTC  (3+ messages)
` [PATCH v4 15/15] hwspinlock/treewide: refactor consumer.h from public header

[PATCH v2 00/10] workqueue / drivers: Add device-managed allocate workqueue
 2026-03-11  7:10 UTC  (17+ messages)
` [PATCH v2 01/10] workqueue: devres: "
` [PATCH v2 02/10] power: supply: cw2015: Free allocated workqueue
` [PATCH v2 03/10] power: supply: max77705: Drop duplicated IRQ error message
` [PATCH v2 04/10] power: supply: max77705: Free allocated workqueue and fix removal order
` [PATCH v2 05/10] power: supply: mt6370: Simplify with devm_alloc_ordered_workqueue()
` [PATCH v2 06/10] power: supply: ipaq_micro: Simplify with devm
` [PATCH v2 07/10] mfd: ezx-pcap: Drop memory allocation error message
` [PATCH v2 08/10] mfd: ezx-pcap: Return directly instead of empty gotos
` [PATCH v2 09/10] mfd: ezx-pcap: Avoid rescheduling after destroying workqueue
` [PATCH v2 10/10] platform/chrome: cros_usbpd_logger: Simplify with devm
` (subset) [PATCH v2 00/10] workqueue / drivers: Add device-managed allocate workqueue

[PATCH v4 0/4] Fixes the stack overflow
 2026-03-10 17:40 UTC  (13+ messages)
` [PATCH v4 1/4] rust: ptr: add `KnownSize` trait to support DST size info extraction
` [PATCH v4 2/4] rust: ptr: add projection infrastructure
` [PATCH v4 3/4] rust: dma: use pointer projection infra for `dma_{read,write}` macro
` [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation

[PATCH v5 00/28] lan966x pci device: Add support for SFPs
 2026-03-10 15:03 UTC  (12+ messages)
` [PATCH v5 02/28] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH v5 03/28] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v5 07/28] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v5 11/28] cxl/test: Use fw_devlink_set_device()

[PATCH RFT] driver core: faux: allow to set the firmware node for a faux device
 2026-03-10 13:21 UTC  (12+ messages)

[GIT PULL] Driver core fixes for 7.0-rc3
 2026-03-07 20:00 UTC  (2+ messages)

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

[PATCH] regmap: Simplify devres handling
 2026-03-06 12:41 UTC  (2+ messages)

[PATCH v3 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-06 11:29 UTC  (4+ messages)
` [PATCH v3 15/15] hwspinlock/treewide: refactor consumer.h from public header

[PATCH v6 0/3] regcache: Avoid accessing non-initialised cache
 2026-03-05 21:14 UTC  (5+ messages)
` [PATCH v6 1/3] regcache: Move count check and cache_bypass assignment to the caller
` [PATCH v6 2/3] regcache: Allocate and free reg_defaults on the same level
` [PATCH v6 3/3] regcache: Move HW readback after cache initialisation

[PATCH 0/9] workqueue / drivers: Add device-managed allocate workqueue
 2026-03-05 20:16 UTC  (4+ messages)
` [PATCH 1/9] workqueue: devres: "

[PATCH v2 0/4] driver core: generalize driver_override infrastructure
 2026-03-05 12:42 UTC  (17+ messages)
` [PATCH v2 1/4] driver core: generalize driver_override in struct device
` [PATCH v2 2/4] docs: driver-model: document driver_override
` [PATCH v2 3/4] hwmon: axi-fan: don't use driver_override as IRQ name
` [PATCH v2 4/4] driver core: platform: use generic driver_override infrastructure

[PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-03-04 18:30 UTC  (21+ messages)
` [PATCH v3 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
` [PATCH v3 02/10] fpga: dfl-pci: set driver flag to disable "
` [PATCH v3 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH v3 04/10] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH v3 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH v3 06/10] rust: pci: add is_virtfn(), to check for VFs
` [PATCH v3 07/10] rust: pci: add is_physfn(), to check for PFs
` [PATCH v3 08/10] rust: pci: add num_vf(), to return number of VFs
` [PATCH v3 09/10] rust: pci: add physfn(), to return PF device for VF device
` [PATCH v3 10/10] samples: rust: add SR-IOV driver sample

[PATCH v4 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support
 2026-03-04 13:26 UTC  (12+ messages)
` [PATCH v4 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED

[PATCH v5 0/2] regcache: Avoid accessing non-initialised cache
 2026-03-03 19:20 UTC  (5+ messages)
` [PATCH v5 2/2] regcache: Move HW readback after cache initialisation

[PATCH] Revert "driver core: enforce device_lock for driver_match_device()"
 2026-03-03 12:18 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