messages from 2026-07-09 02:25:09 to 2026-07-13 08:48:23 UTC [more...]
[PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-07-13 8:47 UTC (15+ messages)
` [PATCH v8 01/10] rust: module: move module types into `module.rs`
` [PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v8 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v8 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v8 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v8 06/10] rust: miscdevice: "
` [PATCH v8 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v8 08/10] rust: binder: "
` [PATCH v8 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v8 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH] regcache: disable cache_only before rewriting paging registers
2026-07-13 7:30 UTC
[PATCH v4 00/14] arm64: mediatek: Add M.2 E-key slot on Chromebooks
2026-07-13 6:40 UTC (25+ messages)
` [PATCH v4 01/14] device property: Add fwnode_graph_get_port_by_id()
` [PATCH v4 02/14] device property: Add fwnode_graph_get_next_port_endpoint()
` [PATCH v4 03/14] power: sequencing: Add pwrseq_power_is_on()
` [PATCH v4 04/14] usb: hub: Return actual error from hub_configure() in hub_probe()
` [PATCH v4 05/14] usb: hub: Associate port@ fwnode with USB port device
` [PATCH v4 06/14] usb: core: Move struct usb_port and related APIs to port.h
` [PATCH v4 07/14] usb: hub: Pass |struct usb_port*| to usb_port_is_power_on()
` [PATCH v4 08/14] usb: hub: Use usb_hub_set_port_power() to control port power everywhere
` [PATCH v4 09/14] usb: hub: Power on connected M.2 E-key connectors with power sequencing API
` [PATCH v4 10/14] dt-bindings: usb: mediatek,mtk-xhci: Switch to ports for USB connections
` [PATCH v4 11/14] power: sequencing: pcie-m2: support matching on remote "port" node
` [PATCH v4 12/14] power: sequencing: pcie-m2: Add usb and sdio targets for E-key connector
` [PATCH v4 13/14] arm64: dts: mediatek: mt8195-cherry: Add M.2 E-key slot
` [PATCH v4 14/14] arm64: dts: mediatek: mt8188-geralt: Add WiFi/BT as "
[PATCH 0/2] regmap: Improve error handling in regcache_sync()
2026-07-13 5:03 UTC (3+ messages)
` [PATCH 1/2] regcache: Preserve cache synchronization errors "
` [PATCH 2/2] regcache: Mark cache dirty if selector register rewrite fails
[PATCH] driver core: faux: Move a variable assignment behind a condition check in faux_device_destroy()
2026-07-13 4:44 UTC (6+ messages)
` "
[PATCH v5 0/8] Transition Nova Core to TLV firmare images
2026-07-13 2:21 UTC (11+ messages)
` [PATCH v5 1/8] rust: alloc: add Vec::zeroed method
` [PATCH v5 2/8] rust: firmware: add request_into_buf()
` [PATCH v5 3/8] gpu: nova-core: add TLV parser for firmware files
` [PATCH v5 4/8] gpu: nova-core: transition booter_load to TLV images
` [PATCH v5 5/8] gpu: nova-core: transition gsp "
` [PATCH v5 6/8] gpu: nova-core: transition gen_bootloader "
` [PATCH v5 7/8] gpu: nova-core: transition fsp "
` [PATCH v5 8/8] gpu: nova-core: update firmware module info for "
[PATCH v3 0/5] software node: provide support for fw_devlink
2026-07-12 16:59 UTC (11+ messages)
` [PATCH v3 1/5] kunit: provide a set of fwnode-oriented helpers
` [PATCH v3 2/5] software node: add fw_devlink support
` [PATCH v3 3/5] software node: add kunit tests for "
` [PATCH v3 4/5] MAINTAINERS: add myself as reviewer of software node support
` [PATCH v3 5/5] gpio: kunit: add test cases verifying swnode devlink support
[PATCH v13 0/3] rust: add basic serial device bus abstractions
2026-07-12 16:58 UTC (4+ messages)
` [PATCH v13 1/3] "
` [PATCH v13 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v13 3/3] MAINTAINERS: serdev: Add self for serdev
[PATCH v7 00/10] dax/kmem: atomic whole-device hotplug via sysfs
2026-07-12 16:48 UTC (12+ messages)
` [PATCH v7 01/10] mm/memory: add memory_block_aligned_range() helper
` [PATCH v7 02/10] mm/memory_hotplug: add mhp_online_type_to_str() and export string helpers
` [PATCH v7 03/10] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v7 04/10] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v7 05/10] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v7 06/10] mm/memory_hotplug: add offline_and_remove_memory_ranges()
` [PATCH v7 07/10] dax/kmem: resolve default online type at probe time
` [PATCH v7 08/10] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v7 09/10] dax/kmem: add sysfs interface for atomic whole-device hotplug
` [PATCH v7 10/10] selftests/dax: add dax/kmem hotplug sysfs regression test
[PATCH v5 00/19] rust: drm: Higher-Ranked Lifetime private data
2026-07-12 15:35 UTC (2+ messages)
[PATCH v6 00/10] dax/kmem: atomic whole-device hotplug via sysfs
2026-07-12 13:27 UTC (42+ messages)
` [PATCH v6 01/10] mm/memory: add memory_block_aligned_range() helper
` [PATCH v6 02/10] mm/memory_hotplug: add mhp_online_type_to_str() and export string helpers
` [PATCH v6 03/10] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v6 04/10] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v6 05/10] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v6 06/10] mm/memory_hotplug: add offline_and_remove_memory_ranges()
` [PATCH v6 07/10] dax: plumb hotplug online_type through dax
` [PATCH v6 08/10] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v6 09/10] dax/kmem: add sysfs interface for atomic whole-device hotplug
` [PATCH v6 10/10] selftests/dax: add dax/kmem hotplug sysfs regression test
[PATCH] rust: io: convert ResourceSize into a transparent newtype
2026-07-12 11:36 UTC
[PATCH 1/2] firmware_loader: builtin: ignore 0-size firmware
2026-07-12 0:29 UTC (8+ messages)
` [PATCH 2/2] firmware_loader: builtin: fail build on empty firmware
` (subset) [PATCH 1/2] firmware_loader: builtin: ignore 0-size firmware
[PATCH] rust: firmware: avoid UB in example by passing parameter
2026-07-12 0:15 UTC (4+ messages)
[PATCH v4 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
2026-07-12 0:07 UTC (2+ messages)
[PATCH v2 0/4] kobject: Allow the constification of kobject attributes
2026-07-11 18:47 UTC (2+ messages)
[PATCH v6 00/20] rust: I/O type generalization and projection
2026-07-11 16:10 UTC (10+ messages)
` [PATCH v6 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v6 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v6 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v6 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
2026-07-11 1:43 UTC (14+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM
` [PATCH 13/15] PCI, device core: Add private memory access for DEVICE_TRUST_TCB
[RFC PATCH] sysfs: Add /sys/kernel/realtime entry
2026-07-10 16:14 UTC (14+ messages)
[RFC PATCH 00/14] driver core: defer per-VF sysfs creation for fast SR-IOV bring-up
2026-07-10 14:19 UTC (5+ messages)
` [RFC PATCH 05/14] driver core: add struct device_sysfs_entry and walker
` [RFC PATCH 09/14] iommu: lazy-populate iommu_group reserved_regions/type attrs
[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
2026-07-10 14:09 UTC (2+ messages)
[PATCH 0/2] Bring includes in linux/kmod.h up to date
2026-07-10 13:57 UTC (6+ messages)
` [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH 2/2] module: Bring includes in linux/kmod.h up to date
[PATCH v2 0/7] usb: fix UAF related to dynamic ID
2026-07-10 13:13 UTC (2+ messages)
[PATCH v4 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure
2026-07-10 10:43 UTC (5+ messages)
` [PATCH v4 1/2] PM: runtime: Only set runtime_error on suspend callback failures
` [PATCH v4 2/2] spi: qcom-geni: Fix missing error check on pm_runtime_get_sync()
` (subset) [PATCH v4 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure
[PATCH v3 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure
2026-07-10 9:43 UTC (16+ messages)
` [PATCH v3 1/2] PM: runtime: Only set runtime_error on suspend callback failures
` [PATCH v3 2/2] spi: qcom-geni: Fix missing error check on pm_runtime_get_sync()
[PATCH v4 0/7] Transition Nova Core to TLV firmare images
2026-07-09 23:21 UTC (11+ messages)
` [PATCH v4 1/7] rust: firmware: add request_into_buf()
` [PATCH v4 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v4 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v4 4/7] gpu: nova-core: transition gsp "
` [PATCH v4 5/7] gpu: nova-core: transition gen_bootloader "
` [PATCH v4 6/7] gpu: nova-core: transition fsp "
` [PATCH v4 7/7] gpu: nova-core: update firmware module info for "
[PATCH v3 0/7] Transition Nova Core to TLV firmare images
2026-07-09 22:44 UTC (25+ messages)
` [PATCH v3 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v3 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v3 5/7] gpu: nova-core: transition gen_bootloader "
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