Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-06-18 17:04:51 to 2026-06-22 10:50:36 UTC [more...]

[PATCH v3 0/6] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-22 10:50 UTC  (15+ messages)
` [PATCH v3 1/6] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v3 2/6] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v3 3/6] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v3 4/6] rust: drm: set fops.owner from driver module pointer
` [PATCH v3 5/6] rust: miscdevice: "
` [PATCH v3 6/6] rust: configfs: use `LocalModule` for `THIS_MODULE`

[PATCH v2 1/2] of: property: Fix of_fwnode_get_reference_args() with negative index
 2026-06-22  8:41 UTC  (5+ messages)
` [PATCH v2 2/2] software node: Fix software_node_get_reference_args() with index -1

[PATCH v2 0/7] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-22  2:52 UTC  (4+ messages)
` [PATCH v2 3/7] rust: doctest: add LocalModule fallback for #[vtable] ThisModule

[PATCH v4 00/20] rust: I/O type generalization and projection
 2026-06-22  0:49 UTC  (9+ messages)
` [PATCH v4 09/20] rust: io: use view types instead of addresses for `Io`

[PATCH] driver core: fix path of /sys/module in comment
 2026-06-21 19:39 UTC  (2+ messages)

[PATCH v2] kernfs: fix deadlock in epoll_ctl by waking pollfree
 2026-06-21 10:43 UTC 

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

[PATCH v3 00/13] rust: drm: Higher-Ranked Lifetime private data
 2026-06-20 16:52 UTC  (15+ messages)
` [PATCH v3 01/13] rust: drm: rename Uninit DeviceContext to Normal
` [PATCH v3 02/13] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v3 03/13] rust: drm: change default DeviceContext to Normal
` [PATCH v3 04/13] rust: drm: restrict AlwaysRefCounted to Normal Device context
` [PATCH v3 05/13] rust: drm: restrict AlwaysRefCounted to Normal GEM Object context
` [PATCH v3 06/13] rust: drm: split Deref for Device context typestates
` [PATCH v3 07/13] rust: drm: return ParentDevice from Device AsRef
` [PATCH v3 08/13] rust: drm: add AsRef<ParentDevice<Bound>> for Device<Registered>
` [PATCH v3 09/13] rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical sections
` [PATCH v3 10/13] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v3 11/13] rust: drm: Wrap ioctl dispatch in RegistrationGuard
` [PATCH v3 12/13] rust: drm: Pass registration data to ioctl handlers
` [PATCH v3 13/13] drm: nova: Use drm::Device<Registered> to access the parent bus device

[PATCH] base: Remove unused DMA_FENCE_TRACE Kconfig symbol
 2026-06-19 11:48 UTC  (3+ messages)

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

[RFC PATCH] firmware_loader: fix use-after-free in fw_load_sysfs_fallback()
 2026-06-19  0:01 UTC 

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

[PATCH 0/2] rust: revocable: fix potential race between concurrent revokers
 2026-06-18 22:28 UTC  (6+ messages)
` [PATCH 1/2] pin-init: add PinInit::map_err() for error type conversion
` [PATCH 2/2] rust: revocable: fix race between concurrent revokers

[PATCH v1 1/1] regmap: Drop never used devm_regmap_*_free() APIs
 2026-06-18 20:00 UTC 

[PATCH v1 1/1] regcache: Make ->exit() callback return void
 2026-06-18 19:39 UTC 

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


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