Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-05-25 20:32:16 to 2026-05-30 16:30:09 UTC [more...]

[PATCH v8 0/5] rust: add basic serial device bus abstractions
 2026-05-30 16:30 UTC  (19+ 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 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  (7+ messages)
` [PATCH 1/2] rust: device: remove unused "
` [PATCH 2/2] rust: device: remove array copy

[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  (5+ messages)

[PATCH v2 0/2] rust: debugfs: fix callback file unsoundness
 2026-05-29 18:39 UTC  (7+ messages)
` [PATCH v2 1/2] rust: debugfs: avoid borrowing seq_file in write
` [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 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-05-29 12:55 UTC  (6+ messages)
` [PATCH 15/23] mfd: tps6586: use platform_device_set_of_node()
` [PATCH 19/23] platform/surface: gpe: use platform_device_set_fwnode()
` (subset) [PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-05-29 12:24 UTC  (27+ messages)
` [PATCH 01/16] psci: simplify hotplug_tests()
` [PATCH 02/16] arm: Use sysfs_emit() for cpumask show callbacks
` [PATCH 03/16] powerpc: "
` [PATCH 04/16] x86/events: "
` [PATCH 05/16] ACPI: pad: Use sysfs_emit() for idlecpus show
` [PATCH 06/16] cpu: Use sysfs_emit() for cpumask show callback
` [PATCH 07/16] devfreq: Use sysfs_emit() for cpumask show callbacks
` [PATCH 08/16] fpga: dfl-fme-perf: Use sysfs_emit() for cpumask show
` [PATCH 09/16] hwtracing: hisi_ptt: "
` [PATCH 10/16] RDMA/hfi1: Use sysfs_emit() for cpumask show helper
` [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()

[PATCH v3 rtw-next 0/2] wifi: rtw89: usb: read serial_number and uuid via sysfs
 2026-05-29  7:50 UTC  (3+ 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 0/6] rust: drm: Higher-Ranked Lifetime private data
 2026-05-29  1:00 UTC  (10+ messages)
` [PATCH 2/6] rust: drm: Add UnbindGuard for drm_dev_enter/exit critical sections
` [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  (12+ messages)

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

[PATCH v6 0/6] driver core: remove software node from platform devices on device release
 2026-05-28 13:02 UTC  (4+ messages)
` [PATCH v6 2/6] platform/surface: gpe: use platform_device_register_full()

[PATCH] PM: sleep: Allow disabling DPM watchdog by default
 2026-05-28 10:32 UTC 

[PATCH v1] arch_topology: Introduce nr_possible_packages
 2026-05-28  7:56 UTC  (5+ messages)

[PATCH 1/2] ASoC: sti: uniperif_reader: Use guard() for spin locks
 2026-05-28  5:37 UTC  (2+ messages)

[PATCH v5 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-27 21:24 UTC  (37+ messages)
` [PATCH v5 01/24] rust: pci: use 'static lifetime for PCI BAR resource names
` [PATCH v5 02/24] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v5 11/24] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v5 12/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v5 13/24] rust: platform: "
` [PATCH v5 14/24] rust: auxiliary: "
` [PATCH v5 15/24] rust: usb: "
` [PATCH v5 16/24] rust: i2c: "
` [PATCH v5 17/24] rust: driver: update module documentation for GAT-based Data type
` [PATCH v5 18/24] rust: pci: make Bar lifetime-parameterized
` [PATCH v5 19/24] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v5 20/24] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v5 21/24] gpu: nova-core: separate driver type from driver data
` [PATCH v5 22/24] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v5 23/24] rust: auxiliary: generalize Registration over ForLt
` [PATCH v5 24/24] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data

[PATCH v4 0/7] rust: add `bitfield!` macro
 2026-05-27 20:51 UTC  (12+ messages)
` [PATCH v4 1/7] rust: extract `bitfield!` macro from `register!`
` [PATCH v4 2/7] rust: bitfield: inline private accessors
` [PATCH v4 3/7] rust: bitfield: fully qualify types in macro
` [PATCH v4 4/7] rust: io: use the `bitfield!` macro in `register!`
` [PATCH v4 5/7] gpu: nova-core: switch to kernel bitfield macro
` [PATCH v4 6/7] gpu: nova-core: remove the driver-local `bitfield!` macro
` [PATCH v4 7/7] rust: bitfield: Add KUnit tests for bitfield

[PATCH 01/23] mfd: tps6586x: fix OF node refcount
 2026-05-27 15:36 UTC  (2+ messages)
` (subset) "

[PATCH] rust: kernel: use strict provenance APIs
 2026-05-27 13:12 UTC  (4+ messages)

[PATCH v14 0/6] rust: drm: gem: shmem: Add sg_table() function
 2026-05-27 12:16 UTC  (8+ messages)
` [PATCH v14 1/6] rust: faux: Allow retrieving a bound Device
` [PATCH v14 2/6] rust: gem: shmem: Fix Default implementation for ObjectConfig
` [PATCH v14 3/6] rust: drm: gem: s/device::Device/Device/ for shmem.rs
` [PATCH v14 4/6] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
` [PATCH v14 5/6] rust: drm: gem/shmem: Add DmaResvGuard helper
` [PATCH v14 6/6] rust: drm: gem: Introduce shmem::Object::sg_table()

[PATCH v2 rtw-next 0/2] wifi: rtw89: usb: read serial_number and uuid via sysfs
 2026-05-27 11:48 UTC  (8+ messages)
` [PATCH v2 rtw-next 1/2] wifi: rtw89: add dev_id_quirks to driver_info for per-device quirk control
` [PATCH v2 rtw-next 2/2] wifi: rtw89: usb: add serial_number and uuid sysfs attributes for 0x28de:0x2432

[PATCH v7 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-05-27  8:03 UTC  (2+ messages)

About device_links_purge() warning
 2026-05-27  6:19 UTC 

[PATCH] rust: debugfs: avoid transmuting FileOps
 2026-05-26 16:14 UTC 

[PATCH v3 0/5] driver core: Allow the constification of device attributes
 2026-05-26 15:38 UTC  (6+ messages)
` [PATCH v3 4/5] "

[PATCH] driver core: platform: Setup device MSI domain just before driver probe
 2026-05-26 15:22 UTC  (2+ messages)

[PATCH v2] rust: devres: optimize type name allocation and fix truncation
 2026-05-26 15:03 UTC  (2+ messages)

[PATCH 1/2] driver core: Fix missing jiffies conversion in deferred_probe_extend_timeout()
 2026-05-26 14:58 UTC  (5+ messages)
` [PATCH 2/2] driver core: Guard deferred probe timeout extension with delayed_work_pending()

[PATCH] Revert "driver core: Use mod_delayed_work to prevent lost deferred probe work"
 2026-05-26 12:48 UTC  (6+ messages)

[PATCH 1/2] driver core: Fix missing jiffies conversion in deferred_probe_extend_timeout()
 2026-05-26 12:24 UTC 

[syzbot] [kernel?] linux-next test error: WARNING in class_for_each_device
 2026-05-26 12:03 UTC  (6+ messages)

[PATCH] PM: Use LIST_HEAD() to initialize on stack list head
 2026-05-26 11:14 UTC  (2+ messages)

[PATCH v3] PM: sleep: Use complete() in device_pm_sleep_init() and skip no_pm devices in dpm_wait()
 2026-05-26 11:03 UTC  (2+ messages)

[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-26  5:48 UTC  (4+ messages)
` [PATCH REF v4 24/27] gpu: nova-core: use lifetime for Bar

[PATCH RESEND] rust: replace `build_assert!` with `const_assert!`
 2026-05-26  4:33 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