Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-05-28 18:37:19 to 2026-06-04 09:08:52 UTC [more...]

[PATCH v2 0/3] PM: dpm_watchdog: Improve DPM watchdog configurability
 2026-06-04  9:07 UTC  (7+ messages)
` [PATCH v2 1/3] PM: core: Rename module parameters prefix to "power"
` [PATCH v2 2/3] PM: dpm_watchdog: Allow disabling DPM watchdog by default
` [PATCH v2 3/3] PM: dpm_watchdog: Add sysctl interface for DPM watchdog timeouts

[PATCH v2 0/4] Convert remaining buses to generic driver_override handling
 2026-06-04  3:52 UTC  (5+ messages)
  ` [PATCH v2 1/4] amba: use generic driver_override infrastructure
  ` [PATCH v2 2/4] rpmsg: core: "
  ` [PATCH v2 3/4] vmbus: "
  ` [PATCH v2 4/4] cdx: "

[PATCH v2 0/7] rust: drm: Higher-Ranked Lifetime private data
 2026-06-03 23:29 UTC  (13+ messages)
` [PATCH v2 1/7] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v2 2/7] rust: drm: Add UnbindGuard for drm_dev_enter/exit critical sections
` [PATCH v2 3/7] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v2 4/7] rust: drm: Wrap ioctl dispatch in UnbindGuard
` [PATCH v2 5/7] rust: drm: Pass bound parent device to ioctl handlers
` [PATCH v2 6/7] rust: drm: Pass registration data "
` [PATCH v2 7/7] drm: nova: convert to use DRM registration data

[PATCH v17 0/6] Rust bindings for gem shmem
 2026-06-03 19:42 UTC  (7+ messages)
` [PATCH v17 1/6] rust: drm: gem: shmem: Fix Default implementation for ObjectConfig
` [PATCH v17 2/6] rust: drm: gem: shmem: Add DmaResvGuard helper
` [PATCH v17 3/6] rust: drm: gem: shmem: Add vmap functions
` [PATCH v17 4/6] rust: faux: Allow retrieving a bound Device
` [PATCH v17 5/6] rust: sync: Add SetOnce::reset()
` [PATCH v17 6/6] rust: drm: gem: Introduce shmem::Object::sg_table()

[PATCH v12 0/3] rust: add basic serial device bus abstractions
 2026-06-03 15:56 UTC  (4+ messages)
` [PATCH v12 1/3] "
` [PATCH v12 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v12 3/3] MAINTAINERS: serdev: Add self for serdev

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

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-06-03 10:15 UTC  (19+ messages)
` [PATCH 04/23] pmdomain: imx: fix OF node refcount
` [PATCH 06/23] driver core: platform: provide platform_device_set_of_node()
` [PATCH 07/23] driver core: platform: provide platform_device_set_fwnode()
` [PATCH 08/23] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH 09/23] of: platform: use platform_device_set_of_node()
` [PATCH 20/23] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH 21/23] usb: musb: "
` [PATCH 22/23] reset: rzg2l: "
` (subset) [PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node

[PATCH v2 0/2] device property: fix child iteration issues with secondary fwnodes
 2026-06-03  9:51 UTC  (6+ messages)
` [PATCH v2 1/2] software node: fix refcount leak in software_node_get_next_child()
` [PATCH v2 2/2] device property: fix infinite loop in fwnode_for_each_child_node()

[PATCH v3 rtw-next 0/2] wifi: rtw89: usb: read serial_number and uuid via sysfs
 2026-06-03  6:59 UTC  (4+ messages)
` [PATCH v3 rtw-next 1/2] wifi: rtw89: add dev_id_quirks to driver_info for per-device quirk control
` [PATCH v3 rtw-next 2/2] wifi: rtw89: usb: add serial_number and uuid sysfs attributes for 0x28de:0x2432

[PATCH] driver core: platform: Setup device MSI domain just before driver probe
 2026-06-03  6:44 UTC  (3+ messages)

[PATCH 0/2] device property: fix child iteration issues with secondary fwnodes
 2026-06-03  3:19 UTC  (4+ messages)
` [PATCH 2/2] device property: fix infinite loop in fwnode_for_each_child_node()

[PATCH v16 0/6] Rust bindings for gem shmem
 2026-06-02 17:25 UTC  (7+ messages)
` [PATCH v16 1/6] rust: drm: gem/shmem: Add DmaResvGuard helper
` [PATCH v16 2/6] rust: drm: gem: Add vmap functions to shmem bindings
` [PATCH v16 3/6] rust: sync: Add SetOnce::reset()
` [PATCH v16 4/6] rust: gem: shmem: Fix Default implementation for ObjectConfig
` [PATCH v16 5/6] rust: faux: Allow retrieving a bound Device
` [PATCH v16 6/6] rust: drm: gem: Introduce shmem::Object::sg_table()

[PATCH v2 0/6] Rework index projection syntax
 2026-06-02 15:03 UTC  (8+ messages)
` [PATCH v2 1/6] rust: ptr: rename `ProjectIndex::index` to `build_index`
` [PATCH v2 2/6] rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`
` [PATCH v2 3/6] rust: ptr: add panicking index projection variant
` [PATCH v2 4/6] rust: dma: update to keyworded index projection syntax
` [PATCH v2 5/6] gpu: nova-core: convert to keyworded "
` [PATCH v2 6/6] rust: ptr: remove implicit index "

[PATCH] driver core: Use system_percpu_wq instead of system_wq
 2026-06-02 13:52 UTC  (4+ messages)

[PATCH] PM: sleep: Allow disabling DPM watchdog by default
 2026-06-02 12:57 UTC  (6+ messages)

[PATCH] MAINTAINERS: Update address for Ira Weiny
 2026-06-02  1:21 UTC  (2+ messages)

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-06-02  0:38 UTC  (22+ messages)
` [PATCH 01/16] psci: simplify hotplug_tests()
` [PATCH 05/16] ACPI: pad: Use sysfs_emit() for idlecpus show
` [PATCH 11/16] nvdimm: Use sysfs_emit() for cpumask show callback
` [PATCH 12/16] PCI/sysfs: Use sysfs_emit() for cpumask show callbacks
` [PATCH 13/16] perf: "
` [PATCH 14/16] powercap: intel_rapl: Use sysfs_emit() for cpumask show
` [PATCH 15/16] thermal: intel: Use sysfs_emit() for powerclamp cpumask
` [PATCH 16/16] lib/bitmap-str: get rid of cpumap_print_to_pagebuf()

[syzbot] [fs?] KASAN: slab-use-after-free Read in current_time
 2026-06-01 17:08 UTC 

[PATCH v16 0/5] shut down devices asynchronously
 2026-06-01 16:54 UTC  (3+ messages)

[RFC PATCH 0/3] Rust: add runtime PM support
 2026-06-01 15:52 UTC  (3+ messages)
` [RFC PATCH 1/3] rust: Add "

[PATCH v5 2/4] kernel: param: initialize module_kset in a pure_initcall
 2026-06-01 15:48 UTC  (3+ messages)
` [PATCH v6] "

[syzbot] [kernel?] KASAN: slab-use-after-free Read in netdev_register_kobject (2)
 2026-06-01 15:08 UTC 

[PATCH v10 0/2] PCI: Add support for PCIe WAKE# interrupt
 2026-06-01  3:37 UTC  (4+ messages)
` [PATCH v10 2/2] "

[PATCH v11 0/3] rust: add basic serial device bus abstractions
 2026-06-01  0:13 UTC  (13+ messages)
` [PATCH v11 1/3] "
` [PATCH v11 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v11 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH v2 0/5] treewide: Convert buses to use generic driver_override
 2026-06-01  0:07 UTC  (2+ messages)

[syzbot] [kernel?] WARNING in fw_devlink_drivers_done
 2026-05-31  2:28 UTC 

[PATCH v8 0/5] rust: add basic serial device bus abstractions
 2026-05-30 20:59 UTC  (24+ messages)
` [PATCH v8 1/5] rust: devres: return reference in `devres::register`
` [PATCH v8 2/5] serdev: add rust private data to serdev_device
` [PATCH v8 3/5] rust: add basic serial device bus abstractions
` [PATCH v8 4/5] samples: rust: add Rust serial device bus sample device driver
` [PATCH v8 5/5] MAINTAINERS: serdev: Add self for serdev

[PATCH v10 0/5] rust: add basic serial device bus abstractions
 2026-05-30 19:25 UTC  (6+ messages)
` [PATCH v10 1/5] rust: devres: return reference in `devres::register`
` [PATCH v10 2/5] serdev: add rust private data to serdev_device
` [PATCH v10 3/5] rust: add basic serial device bus abstractions
` [PATCH v10 4/5] samples: rust: add Rust serial device bus sample device driver
` [PATCH v10 5/5] MAINTAINERS: serdev: Add self for serdev

[PATCH v9 0/3] rust: add basic serial device bus abstractions
 2026-05-30 18:00 UTC  (5+ messages)
` [PATCH v9 1/3] "
` [PATCH v9 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v9 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH 1/2] rust: device: add BoundInternal device context and InternalBoundContext trait
 2026-05-30 13:27 UTC  (2+ messages)
` [PATCH 2/2] rust: device: move drvdata_borrow() to InternalBoundContext

[PATCH 1/2] rust: device: add BoundInternal device context and InternalBoundContext trait
 2026-05-30 13:21 UTC 

[PATCH 0/2] rust: device: remove ref-to-ref transmute
 2026-05-30 11:17 UTC  (4+ messages)
` [PATCH 1/2] rust: device: remove unused "

[PATCH 0/4] kobject: Allow the constification of kobject attributes
 2026-05-30 10:37 UTC  (6+ messages)
` [PATCH 1/4] kobject: Provide macros to initialize 'struct kobj_attribute'
` [PATCH 2/4] samples/kobject: Switch to the new __KOBJ_ATTR() macro
` [PATCH 3/4] kobject: Allow the constification of kobject attributes
` [PATCH 4/4] samples/kobject: Constify "

[syzbot] [kernfs?] KASAN: slab-use-after-free Read in kernfs_new_node (2)
 2026-05-30  4:22 UTC 

[PATCH] regmap: reject volatile update_bits() in cache-only mode
 2026-05-29 23:16 UTC  (3+ messages)

[PATCH v2 0/2] rust: debugfs: fix callback file unsoundness
 2026-05-29 18:39 UTC  (5+ messages)
` [PATCH v2 2/2] rust: debugfs: avoid transmuting FileOps

[PATCH v15 0/6] Rust bindings for gem shmem
 2026-05-29 18:34 UTC  (7+ messages)
` [PATCH v15 1/6] rust: gem: shmem: Fix Default implementation for ObjectConfig
` [PATCH v15 2/6] rust: drm: gem/shmem: Add DmaResvGuard helper
` [PATCH v15 3/6] rust: drm: gem: Add vmap functions to shmem bindings
` [PATCH v15 4/6] rust: faux: Allow retrieving a bound Device
` [PATCH v15 5/6] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
` [PATCH v15 6/6] rust: drm: gem: Introduce shmem::Object::sg_table()

[PATCH v2] firmware_loader: Fix recursive lock in device_cache_fw_images()
 2026-05-29 15:09 UTC 

[PATCH 0/6] rust: drm: Higher-Ranked Lifetime private data
 2026-05-29  1:00 UTC  (5+ messages)
` [PATCH 3/6] rust: drm: Add RegistrationData to drm::Driver

[PATCH] rust: devres: add 'static bound to Devres<T>
 2026-05-28 23:10 UTC  (9+ messages)

[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
 2026-05-28 21:19 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] soc/tegra: cbb: Move driver registration from pure_initcall to core_initcall


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