messages from 2026-04-28 13:07:49 to 2026-05-05 20:11:02 UTC [more...]
[PATCH v2 0/3] rust: auxiliary: replace drvdata() with registration data
2026-05-05 20:10 UTC (8+ messages)
` [PATCH v2 1/3] rust: alloc: add Box::zeroed()
` [PATCH v2 2/3] rust: auxiliary: add registration data to auxiliary devices
` [PATCH v2 3/3] rust: driver core: remove drvdata() and driver_type
[PATCH] rust: io: use newtype for PhysAddr
2026-05-05 18:28 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2 1/9] driver core: Enable suppliers to implement fine grained sync_state support
2026-05-05 14:15 UTC (6+ messages)
[PATCH v2 0/5] treewide: Convert buses to use generic driver_override
2026-05-05 13:37 UTC (6+ messages)
` [PATCH v2 1/5] amba: use generic driver_override infrastructure
` [PATCH v2 2/5] cdx: "
` [PATCH v2 3/5] Drivers: hv: vmbus: "
` [PATCH v2 4/5] rpmsg: "
` [PATCH v2 5/5] driver core: remove driver_set_override()
[PATCH v9 0/9] drivers/base: Introduce revocable
2026-05-05 12:55 UTC (3+ messages)
` [PATCH v9 1/9] revocable: Revocable resource management
[PATCH v5 0/2] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
2026-05-05 12:37 UTC (8+ messages)
` [PATCH v5 1/2] ACPI: provide acpi_bus_find_device_by_name()
` [PATCH v5 2/2] platform/x86: x86-android-tablets: enable fwnode matching of GPIO chips
[PATCH v4 0/2] firmware_loader/ALSA: Fix TAS2781 async firmware teardown
2026-05-05 11:18 UTC (3+ messages)
` [PATCH v4 1/2] firmware_loader: Add cancel helper for async requests
` [PATCH v4 2/2] ALSA: hda/tas2781: Cancel async firmware request at unbind
[PATCH v3] firmware_loader: fix device reference leak in firmware_upload_register()
2026-05-05 9:12 UTC
[PATCH v2] firmware_loader: fix device reference leak in firmware_upload_register()
2026-05-05 8:48 UTC (4+ messages)
[PATCH] cacheinfo: move cache_setup_acpi to header
2026-05-05 8:35 UTC (4+ messages)
[PATCH v3 0/2] firmware_loader/ALSA: Fix TAS2781 async firmware teardown
2026-05-04 22:40 UTC (5+ messages)
` [PATCH v3 1/2] firmware_loader: Add cancel helper for async requests
` [PATCH v3 2/2] ALSA: hda/tas2781: Cancel async firmware request at unbind
[PATCH] MAINTAINERS: Update address for Ira Weiny
2026-05-04 22:38 UTC (2+ messages)
[PATCH] sysfs: return -ENOENT from move/rename when kobj->sd is NULL
2026-05-04 20:55 UTC (5+ messages)
` [PATCH v2] "
[PATCH] isa: switch to dynamic root device
2026-05-04 20:32 UTC (7+ messages)
[PATCH] driver core: class: fix typo in struct class documentation
2026-05-04 20:03 UTC (2+ messages)
[PATCH] driver core: use READ_ONCE() for dev->driver in dev_has_sync_state()
2026-05-04 18:59 UTC (7+ messages)
[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-04 10:18 UTC (11+ messages)
` [PATCH 01/24] rust: driver core: drop drvdata before devres release
` [PATCH 03/24] rust: devres: add ForLt support to Devres
` [PATCH 17/24] rust: i2c: make Driver trait lifetime-parameterized
[PATCH v2 0/5] driver core: Allow the constification of device attributes
2026-05-04 5:33 UTC (6+ messages)
` [PATCH v2 1/5] driver core: Delete DEVICE_ATTR_PREALLOC()
` [PATCH v2 2/5] driver core: Add low-level macros for device attributes
` [PATCH v2 3/5] driver core: stop using generic sysfs "
` [PATCH v2 4/5] driver core: Allow the constification of "
` [PATCH v2 5/5] driver core: Constify core "
[PATCH v3 0/5] rust: add `bitfield!` macro
2026-05-01 22:15 UTC (13+ messages)
` [PATCH v3 1/5] rust: extract `bitfield!` macro from `register!`
` [PATCH v3 2/5] rust: bitfield: Add KUnit tests for bitfield
` [PATCH v3 3/5] rust: io: use the `bitfield!` macro in `register!`
` [PATCH v3 4/5] gpu: nova-core: switch to kernel bitfield macro
` [PATCH v3 5/5] gpu: nova-core: remove the driver-local `bitfield!` macro
[PATCH v2 0/3] rust: add `bitfield!` macro
2026-05-01 6:08 UTC (12+ messages)
` [PATCH v2 1/3] rust: extract `bitfield!` macro from `register!`
` [PATCH v2 2/3] rust: bitfield: Add KUNIT tests for bitfield
` [PATCH v2 3/3] gpu: nova-core: switch to kernel bitfield macro
[PATCH v2 0/2] firmware_loader/ALSA: Fix TAS2781 async firmware teardown
2026-05-01 3:28 UTC (5+ messages)
` [PATCH v2 1/2] firmware_loader: Add cancel helper for async requests
` [PATCH v2 2/2] ALSA: hda/tas2781: Cancel async firmware request at unbind
[PATCH v2 3/3] drivers/base/memory: fix locking for poison accounting lookup
2026-05-01 2:55 UTC (9+ messages)
[PATCH v7 0/4] rust: add basic serial device bus abstractions
2026-04-30 19:58 UTC (6+ messages)
` [PATCH v7 1/4] rust: devres: return reference in `devres::register`
` [PATCH v7 2/4] serdev: add rust private data to serdev_device
` [PATCH v7 3/4] rust: add basic serial device bus abstractions
` [PATCH v7 4/4] samples: rust: add Rust serial device bus sample device driver
[PATCH 0/2] rust: auxiliary: replace drvdata() with registration data
2026-04-30 16:05 UTC (11+ messages)
` [PATCH 1/2] rust: auxiliary: add registration data to auxiliary devices
` [PATCH 2/2] rust: driver core: remove drvdata() and driver_type
[PATCH v2] driver core: reject devices with unregistered buses
2026-04-30 15:38 UTC (2+ messages)
[PATCH v4 0/2] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
2026-04-30 13:01 UTC (8+ messages)
` [PATCH v4 1/2] ACPI: provide acpi_bus_find_device_by_name()
` [PATCH v4 2/2] platform/x86: x86-android-tablets: enable fwnode matching of GPIO chips
[PATCH v4 0/3] driver core: remove software node from platform devices on device release
2026-04-30 12:38 UTC (6+ messages)
` [PATCH v4 1/3] driver core: platform: remove software node on release()
` [PATCH v4 2/3] kunit: provide kunit_software_node_register()
` [PATCH v4 3/3] driver core: platform: tests: add test cases for correct swnode removal
[PATCH 0/5] Rework index projection syntax
2026-04-30 11:54 UTC (14+ messages)
` [PATCH 1/5] rust: ptr: add panicking index projection variant
` [PATCH 2/5] rust: dma: update to keyworded index projection syntax
` [PATCH 3/5] gpu: nova-core: convert to keyworded "
` [PATCH 4/5] gpu: nova-core: use pointer projection for command queue code
` [PATCH 5/5] rust: ptr: remove implicit index projection syntax
[PATCH v2 0/2] driver core: faux: fix root device registration
2026-04-30 11:29 UTC (12+ messages)
` [PATCH v2 1/2] "
[PATCH v7 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
2026-04-30 7:30 UTC (4+ messages)
` [PATCH v7 1/3] ARM: omap1: drop unused variable from omap16xx_gpio_init()
` [PATCH v7 2/3] ARM: omap1: use platform_device_register_full() for GPIO devices on OMAP 16xx
` [PATCH v7 3/3] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770
[PATCH] devcoredump: Fix double free on device_add() failure
2026-04-30 6:42 UTC
[RFC] determining if the underlying storage device of blockdev is "real", the Linux modern way
2026-04-30 0:36 UTC
[PATCH] drivers: base: Set mod->async_probe_requested if needed
2026-04-29 21:41 UTC (5+ messages)
[PATCH v15 0/5] shut down devices asynchronously
2026-04-29 17:50 UTC (6+ messages)
` [PATCH 1/5] driver core: separate function to shutdown one device
` [PATCH 2/5] driver core: do not always lock parent in shutdown
` [PATCH 3/5] driver core: async device shutdown infrastructure
` [PATCH 4/5] PCI: Enable async shutdown support
` [PATCH 5/5] scsi: "
[PATCH] driver core: reject devices with unregistered buses
2026-04-29 16:18 UTC (10+ messages)
[PATCH v2 0/3] mm: Fix memory block leaks and locking
2026-04-29 9:39 UTC (5+ messages)
` [PATCH v2 1/3] mm/memory_hotplug: fix memory block reference leak on remove
` [PATCH v2 2/3] drivers/base/memory: fix memory block reference leak in poison accounting
[PATCH v2 00/11] rust: I/O type generalization and projection
2026-04-29 8:04 UTC (16+ messages)
` [PATCH v2 05/11] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v2 07/11] rust: dma: add methods to unsafely create reference from subview
` [PATCH v2 08/11] rust: io: add `read_val` and `write_val` function on I/O view
` [PATCH v2 11/11] rust: io: add copying methods
[PATCH] driver core: move dev_has_sync_state() to drivers/base/base.h
2026-04-28 22:41 UTC (2+ messages)
[PATCH v6] rust: ACPI: fix missing match data for PRP0001
2026-04-28 18:54 UTC (3+ messages)
[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
2026-04-28 13:07 UTC (6+ messages)
` [PATCH v4 1/4] kernel: param: initialize module_kset before do_initcalls()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox