Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-06-26 11:56:02 to 2026-06-30 10:27:56 UTC [more...]

[PATCH] docs: ABI: sysfs-uevent: add missing bracket
 2026-06-30 10:27 UTC  (3+ messages)

[PATCH v8 0/2] lan966x pci device: Add support for SFPs, simple-bus part
 2026-06-30 10:27 UTC  (3+ messages)
` [PATCH v8 1/2] bus: simple-pm-bus: Remove child devices when the bus is unbound
` [PATCH v8 2/2] bus: simple-pm-bus: Populate child nodes at probe

[PATCH] driver core: add driver name to probe debug print
 2026-06-30 10:21 UTC  (2+ messages)

[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
 2026-06-30  9:48 UTC  (12+ messages)
` [PATCH 1/7] samples: rust_dma: use vertical import style
` [PATCH 2/7] pwm: th1520: "
` [PATCH 3/7] cpufreq: rcpufreq_dt: "
` [PATCH 4/7] block: rnull: "
` [PATCH 5/7] net: phy: ax88796b: "
` [PATCH 6/7] net: phy: qt2025: "
` [PATCH 7/7] drm/nova: "

[PATCH v4 00/17] mod_devicetable.h: Split into per subsystem headers
 2026-06-30  9:24 UTC  (2+ messages)
` [PATCH v4 03/17] driver: core: Include headers for acpi_device_id and of_device_id for struct device_driver

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

[PATCH v3 00/16] mod_devicetable.h: Split into per subsystem headers
 2026-06-30  6:04 UTC  (5+ messages)
` [PATCH v3 03/16] driver: core: Include headers for acpi_device_id and of_device_id for struct device_driver

[PATCH v2 00/19] driver core: count references of the platform device's fwnode, not OF node
 2026-06-29 23:16 UTC  (26+ messages)
` [PATCH v2 01/19] powerpc/powermac: fix OF node refcount
` [PATCH v2 02/19] driver core: platform: provide platform_device_set_of_node()
` [PATCH v2 03/19] driver core: platform: provide platform_device_set_fwnode()
` [PATCH v2 04/19] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH v2 05/19] of: platform: use platform_device_set_of_node()
` [PATCH v2 06/19] powerpc/powermac: "
` [PATCH v2 07/19] i2c: pxa-pci: "
` [PATCH v2 08/19] iommu/fsl: "
` [PATCH v2 09/19] net: bcmgenet: "
` [PATCH v2 10/19] pmdomain: imx: "
` [PATCH v2 11/19] mfd: tps6586: "
` [PATCH v2 12/19] slimbus: qcom-ngd-ctrl: "
` [PATCH v2 13/19] net: mv643xx: "
` [PATCH v2 14/19] drm/xe/i2c: use platform_device_set_fwnode()
` [PATCH v2 15/19] platform/surface: gpe: "
` [PATCH v2 16/19] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH v2 17/19] usb: musb: "
` [PATCH v2 18/19] reset: rzg2l: "
` [PATCH v2 19/19] driver core: platform: count references to all kinds of firmware nodes

[PATCH v5 00/19] rust: drm: Higher-Ranked Lifetime private data
 2026-06-29 21:37 UTC  (23+ messages)
` [PATCH v5 01/19] rust: drm: ioctl: fix unbounded lifetimes in ioctl handler arguments
` [PATCH v5 02/19] rust: drm: rename Uninit DeviceContext to Normal
` [PATCH v5 03/19] rust: faux: add Device type with AsBusDevice support
` [PATCH v5 04/19] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v5 05/19] rust: drm: change default DeviceContext to Normal
` [PATCH v5 06/19] rust: drm: restrict AlwaysRefCounted to Normal Device context
` [PATCH v5 07/19] rust: drm: restrict AlwaysRefCounted to Normal GEM Object context
` [PATCH v5 08/19] rust: drm/gem: remove DeviceContext from shmem::Object
` [PATCH v5 09/19] rust: drm: split Deref for Device context typestates
` [PATCH v5 10/19] rust: drm: pin ioctl Device reference to Normal context
` [PATCH v5 11/19] rust: drm: add Ioctl device context typestate
` [PATCH v5 12/19] rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical sections
` [PATCH v5 13/19] rust: drm: Wrap ioctl dispatch in RegistrationGuard
` [PATCH v5 14/19] rust: drm: return ParentDevice from Device AsRef
` [PATCH v5 15/19] rust: drm: add AsRef<ParentDevice<Bound>> for Device<Registered>
` [PATCH v5 16/19] drm: fix race between partial drm_dev_register() failure and ioctl
` [PATCH v5 17/19] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v5 18/19] rust: drm: Pass registration data to ioctl handlers
` [PATCH v5 19/19] drm: nova: Use drm::Device<Registered> to access the parent bus device

[PATCH v12 0/3] rust: add basic serial device bus abstractions
 2026-06-29 16:15 UTC  (3+ messages)
` [PATCH v12 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH 0/4] clk: implement sync_state support
 2026-06-29 15:48 UTC  (12+ messages)
` [PATCH 1/4] driver: core: introduce dev_add_sync_state()
` [PATCH 2/4] pmdomain: core: migrate to dev_add_sync_state()
` [PATCH 3/4] driver: core: remove dev_set_drv_sync_state()
` [PATCH 4/4] clk: implement sync_state support

[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-06-29 14:37 UTC  (2+ messages)

[PATCH v5 00/20] rust: I/O type generalization and projection
 2026-06-29 14:15 UTC  (23+ messages)
` [PATCH v5 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v5 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v5 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v5 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v5 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v5 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v5 07/20] rust: io: implement `Mmio` as view type
` [PATCH v5 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v5 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v5 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v5 11/20] rust: io: remove `MmioOwned`
` [PATCH v5 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v5 13/20] rust: io: add projection macro and methods
` [PATCH v5 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v5 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v5 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v5 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v5 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v5 19/20] rust: io: add copying methods
` [PATCH v5 20/20] rust: io: implement `IoSysMap`

[PATCH v2 1/2] of: property: Fix of_fwnode_get_reference_args() with negative index
 2026-06-29 13:13 UTC  (7+ messages)
` [PATCH v2 2/2] software node: Fix software_node_get_reference_args() with index -1

[PATCH v2 00/12] rust: driver: use pointers instead of indices for ID info
 2026-06-29 12:41 UTC  (2+ messages)

[PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
 2026-06-29 12:39 UTC  (12+ messages)
` [PATCH v2 01/11] rust: driver: remove `IdTable::id`
` [PATCH v2 02/11] rust: driver: simplify `IdArray::new_without_index`
` [PATCH v2 03/11] rust: pci: use `Option<&IdInfo>` for device ID info
` [PATCH v2 04/11] rust: usb: "
` [PATCH v2 05/11] rust: net/phy: remove expansion from doc
` [PATCH v2 06/11] rust: driver: centralize device ID handling
` [PATCH v2 07/11] rust: driver: remove `$module_table_name` from `module_device_table`
` [PATCH v2 08/11] rust: driver: store pointers in `DeviceId`
` [PATCH v2 09/11] rust: driver: remove open-coded matching logic
` [PATCH v2 10/11] rust: driver: remove duplicate ID table
` [PATCH v2 11/11] RFC: rust: driver: support map-like syntax for "

[PATCH v2 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-06-29 11:14 UTC  (6+ messages)
` [PATCH v2 07/16] usb: hub: Power on connected M.2 E-key connectors

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-06-29  9:06 UTC  (4+ messages)
` [PATCH 21/23] usb: musb: use platform_device_set_of_node_from_dev()

[PATCH v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-06-29  4:39 UTC  (2+ messages)

[PATCH 1/2] rust: device: add BoundInternal device context and InternalBoundContext trait
 2026-06-29  1:16 UTC  (4+ messages)
` [PATCH 2/2] rust: device: move drvdata_borrow() to InternalBoundContext

[PATCH] driver core: add missing kernel-doc for union members
 2026-06-28 23:18 UTC  (2+ messages)

[PATCH] driver core: fix path of /sys/module in comment
 2026-06-28 23:11 UTC  (2+ messages)

[PATCH v2] debugfs: Fix lockdown check for mmap_prepare
 2026-06-28 23:08 UTC  (2+ messages)

[PATCH] rust: devres: fix race between concurrent revokers
 2026-06-28 20:02 UTC  (2+ messages)
` [PATCH] rust: devres: ensure revocation is complete before device finishes unbinding

[PATCH 0/9] treewide, numa_memblks: remove redundant work during NUMA init
 2026-06-28 13:58 UTC  (3+ messages)
` [PATCH 5/9] arch_numa: remove redundant numa_nodes_parsed node_set()
` [PATCH 8/9] arch_numa: remove redundant node_possible_map assignment

[PATCH v5] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-06-28  9:28 UTC 

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-06-27 17:49 UTC  (5+ messages)
` [PATCH 13/16] perf: Use sysfs_emit() for cpumask show callbacks

[PATCH v2 00/17] mod_devicetable.h: Split into per subsystem headers
 2026-06-27 16:07 UTC  (6+ messages)
` [PATCH v2 04/17] driver: core: Include headers for acpi_device_id and of_device_id for struct device_driver

[PATCH v4 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
 2026-06-27 14:21 UTC  (12+ messages)
` [PATCH v4 1/7] rust: types: rename ForLt to CovariantForLt
` [PATCH v4 2/7] rust: types: introduce ForLt base trait for CovariantForLt
` [PATCH v4 3/7] rust: auxiliary: add registration_data_with() for ForLt types
` [PATCH v4 4/7] rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
` [PATCH v4 5/7] rust: devres: add DevresLt for ForLt-aware device resource access
` [PATCH v4 6/7] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH v4 7/7] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()

[PATCH v6 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-27 13:10 UTC  (10+ messages)
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v6 10/10] rust: module: update MAINTAINERS to cover module.rs

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

[PATCH 0/3] pci: fix UAF and TOCTOU related to dynamic ID
 2026-06-26 21:55 UTC  (5+ messages)
` [PATCH 1/3] pci: make pci_match_one_device match on ID instead of device
` [PATCH 2/3] pci: fix dyn_id add TOCTOU
` [PATCH 3/3] pci: fix UAF when probe runs concurrent to dyn ID removal

[PATCH v19 0/8] rust: add `Ownable` trait and `Owned` type
 2026-06-26 11:54 UTC  (4+ messages)
` [PATCH v19 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v19 4/8] rust: page: convert to `Ownable`
` [PATCH v19 7/8] rust: Add `OwnableRefCounted`


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