messages from 2026-05-06 21:52:35 to 2026-05-10 21:39:53 UTC [more...]
[PATCH v2 0/3] rust: auxiliary: replace drvdata() with registration data
2026-05-10 21:39 UTC (5+ messages)
` [PATCH v2 2/3] rust: auxiliary: add registration data to auxiliary devices
[PATCH 00/10] Remove class_find_device_by_of_node in favor of finding by firmware node
2026-05-10 11:26 UTC (3+ messages)
` [PATCH 02/10] phy: core: switch to using class_find_device_by_fwnode()
[PATCH 2/5] docs: fix repeated word 'that' across documentation
2026-05-09 21:12 UTC (8+ messages)
` [PATCH v2 2/4] "
[PATCH v2] software node: provide wrappers around kobject_get/put()
2026-05-09 18:29 UTC (3+ messages)
[PATCH] driver core: avoid repeatedly printing the same 'Fixed dependency' log
2026-05-09 11:17 UTC
[PATCH] PM: sleep: Use complete() instead of complete_all() in device_pm_sleep_init()
2026-05-09 9:31 UTC (2+ messages)
[PATCH 0/6] rust: drm: Higher-Ranked Lifetime private data
2026-05-08 21:49 UTC (9+ messages)
` [PATCH 1/6] rust: drm: Add Driver::ParentDevice associated type
` [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 4/6] rust: drm: Wrap ioctl dispatch in UnbindGuard
` [PATCH 5/6] rust: drm: Pass registration data to ioctl handlers
` [PATCH 6/6] rust: drm: Pass bound parent device "
[PATCH v3 00/13] driver core / pmdomain: Add support for fined grained sync_state
2026-05-08 18:23 UTC (16+ messages)
` [PATCH v3 01/13] Revert "driver core: move dev_has_sync_state() to drivers/base/base.h"
` [PATCH v3 02/13] driver core: Enable suppliers to implement fine grained sync_state support
` [PATCH v3 03/13] driver core: Add documentation for dev_set_drv_sync_state()
` [PATCH v3 04/13] driver core: Add dev_set_drv_queue_sync_state()
` [PATCH v3 05/13] pmdomain: core: Move genpd_get_from_provider()
` [PATCH v3 06/13] pmdomain: core: Add initial fine grained sync_state support
` [PATCH v3 07/13] pmdomain: core: Extend fine grained sync_state to more onecell providers
` [PATCH v3 08/13] pmdomain: core: Export a common function for ->queue_sync_state()
` [PATCH v3 09/13] pmdomain: renesas: rcar-gen4-sysc: Drop GENPD_FLAG_NO_STAY_ON
` [PATCH v3 10/13] pmdomain: renesas: rcar-sysc: "
` [PATCH v3 11/13] pmdomain: renesas: rmobile-sysc: "
` [PATCH v3 12/13] pmdomain: core: Avoid an unnecessary power off at sync_state
` [PATCH v3 13/13] pmdomain: core: Add a couple of debug prints for sync_state
[PATCH v5 0/2] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
2026-05-08 18:15 UTC (2+ messages)
[PATCH v1 0/4] driver core, iio: suppress driver_override
2026-05-08 15:28 UTC (9+ messages)
` [PATCH v1 1/4] driver core: allow certain drivers prohibit override via sysfs
` [PATCH v1 2/4] spi: Support suppress_override_attrs flag
` [PATCH v1 3/4] iio: imu: inv_mpu6050: Suppress driver_override sysfs attribute
` [PATCH v1 4/4] iio: imu: inv_icm42600: "
[PATCH v10 0/9] drivers/base: Introduce revocable
2026-05-08 11:53 UTC (11+ messages)
` [PATCH v10 1/9] revocable: Revocable resource management
` [PATCH v10 2/9] revocable: Add KUnit test cases
` [PATCH v10 3/9] gpio: Add revocable provider handle for struct gpio_chip
` [PATCH v10 4/9] gpio: cdev: Leverage revocable for accessing "
` [PATCH v10 5/9] gpio: Remove gpio_chip_guard by using revocable
` [PATCH v10 6/9] gpio: Leverage revocable for accessing struct gpio_chip
` [PATCH v10 7/9] gpio: Remove unused `chip` and `srcu` in struct gpio_device
` [PATCH v10 8/9] platform/chrome: Protect cros_ec_device lifecycle with revocable
` [PATCH v10 9/9] platform/chrome: cros_ec_chardev: Consume cros_ec_device via revocable
[PATCH v2 0/7] AMD HSMP: metrics table improvements and Family 1Ah Model 50h-5Fh support
2026-05-08 5:13 UTC (5+ messages)
` [PATCH v2 2/7] platform/x86/amd/hsmp: Add metrics table support for Family 1Ah Model 50h-5Fh
` [PATCH v2 3/7] platform/x86/amd/hsmp: Unify response_sz validation to an upper-bound check
[PATCH] device property: set fwnode->secondary to NULL in fwnode_init()
2026-05-08 0:03 UTC (3+ messages)
[PATCH] MAINTAINERS: Update address for Ira Weiny
2026-05-07 17:11 UTC (3+ messages)
[PATCH v9 0/9] drivers/base: Introduce revocable
2026-05-07 14:03 UTC (4+ messages)
` [PATCH v9 1/9] revocable: Revocable resource management
[PATCH] sysfs: upgrade OOB write by buggy .show hook into WARNing
2026-05-07 13:52 UTC (2+ messages)
[PATCH v2 00/25] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-07 12:50 UTC (23+ messages)
` [PATCH v2 02/25] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v2 03/25] rust: device: generalize drvdata methods over ForLt
` [PATCH v2 04/25] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH v2 11/25] rust: platform: make Driver "
` [PATCH v2 12/25] rust: auxiliary: "
` [PATCH v2 13/25] rust: auxiliary: generalize Registration over ForLt
` [PATCH v2 14/25] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v2 15/25] rust: usb: make Driver trait lifetime-parameterized
` [PATCH v2 16/25] rust: i2c: "
` [PATCH v2 17/25] rust: pci: make Bar lifetime-parameterized
` [PATCH v2 18/25] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v2 19/25] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v2 20/25] rust: driver-core: rename 'a lifetime to 'bound
` [PATCH v2 21/25] gpu: nova-core: "
` [PATCH v2 22/25] gpu: nova-core: use HRT lifetime for Bar
` [PATCH v2 23/25] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH v2 24/25] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH v2 25/25] gpu: drm: tyr: use HRT lifetime for IoMem
[PATCH v6 00/27] lan966x pci device: Add support for SFPs
2026-05-07 9:27 UTC (5+ messages)
` [PATCH v6 20/27] misc: lan966x_pci: Fix dtso nodes ordering
[PATCH v3] firmware_loader: fix device reference leak in firmware_upload_register()
2026-05-06 23:36 UTC (2+ messages)
[PATCH 0/3] rust: devres: add DevresLt for ForLt-aware device resource access
2026-05-06 21:58 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH 3/3] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
page: | 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