public inbox for driver-core@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-03 16:23:55 to 2026-03-13 09:44:12 UTC [more...]

[PATCH v5 00/28] lan966x pci device: Add support for SFPs
 2026-03-13  9:43 UTC  (5+ messages)
` [PATCH v5 02/28] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()

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

[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
 2026-03-13  9:22 UTC  (6+ messages)

[PATCH v8 0/3] PCI: Add support for PCIe WAKE# interrupt
 2026-03-13  7:08 UTC  (4+ messages)
` [PATCH v8 1/3] PM: sleep: wakeirq: Add support for dedicated shared wake IRQ setup
` [PATCH v8 2/3] gpio: Add fwnode_gpiod_get() helper
` [PATCH v8 3/3] PCI: Add support for PCIe WAKE# interrupt

[PATCH v7 0/3] PCI: Add support for PCIe WAKE# interrupt
 2026-03-13  7:03 UTC  (3+ messages)

[syzbot] [kernfs?] possible deadlock in lookup_slow (3)
 2026-03-13  3:08 UTC 

[PATCH v2 0/4] driver core: generalize driver_override infrastructure
 2026-03-12 20:15 UTC  (15+ messages)
` [PATCH v2 1/4] driver core: generalize driver_override in struct device
` [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 RFT] driver core: faux: allow to set the firmware node for a faux device
 2026-03-12 15:25 UTC  (13+ messages)

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

[PATCH 0/7] Miscellaneous devres improvements
 2026-03-12 15:13 UTC  (2+ messages)

[PATCH v2 0/5] Use struct devres_node in Devres<T>
 2026-03-12 15:12 UTC  (2+ messages)

[PATCH 0/7] cxl: Consolidate cxlmd->endpoint accessing
 2026-03-12 14:35 UTC  (38+ 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 1/5] driver core: do not always lock parent in shutdown
 2026-03-12 14:01 UTC  (18+ 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 0/8] dma::Coherent & dma::CoherentInit API
 2026-03-12 13:51 UTC  (10+ messages)
` [PATCH 1/8] rust: dma: use "kernel vertical" style for imports
` [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization
` [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/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

[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 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 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 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED
 2026-03-04 13:26 UTC  (11+ messages)

[PATCH v2 2/4] docs: driver-model: document driver_override
 2026-03-03 21:01 UTC  (2+ messages)

[PATCH v5 0/2] regcache: Avoid accessing non-initialised cache
 2026-03-03 19:20 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