Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-07-25 15:23:27 to 2026-07-28 10:24:17 UTC [more...]

[PATCH 00/10] rust: io: make register bases typed and remove relative registers
 2026-07-28 10:24 UTC  (13+ messages)
` [PATCH 01/10] rust: io: register: allow explicit base type specification
` [PATCH 02/10] gpu: nova-core: specify base type for registers
` [PATCH 07/10] rust: io: add subregion method with compile-time check
` [PATCH 08/10] gpu: nova-core: use projection for PFALCON and PFALCON2 registers

[PATCH v9 0/7] drm/tyr: firmware loading and MCU boot support
 2026-07-28  9:48 UTC  (3+ messages)
` [PATCH v9 1/7] drm/tyr: add resources to RegistrationData

[PATCH v4 0/5] Rate limited printing for Rust
 2026-07-28  9:32 UTC  (6+ messages)
` [PATCH v4 1/5] rust: sync: move lockdep types to rust/kernel/sync/lockdep.rs
` [PATCH v4 2/5] rust: sync: add const constructor for raw_spinlock_t
` [PATCH v4 3/5] rust: add pr_*_ratelimit! macros for printing
` [PATCH v4 4/5] rust_binder: consolidate transaction failure prints
` [PATCH v4 5/5] rust_binder: use pr_*_ratelimited! for printing

[PATCH v2] rust: cpufreq: Add CPUFREQ_TABLE_END as last table entry in TableBuilder::to_table
 2026-07-28  8:47 UTC  (2+ messages)

[PATCH v3] rust: cpufreq: Fix temporary write in Registration::bios_limit_callback
 2026-07-28  8:47 UTC  (2+ messages)

[PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-28  8:38 UTC  (2+ messages)

[PATCH v3 0/7] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-28  8:00 UTC  (8+ messages)
` [PATCH v3 2/7] drm: nova: Add DRM registration data
` [PATCH v3 3/7] drm: nova: Add chipid enum to nova-drm UAPI
` [PATCH v3 4/7] drm: nova: Add GETPARAM parameter to read the GPU chipid

[PATCH v3] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-28  7:47 UTC  (2+ messages)

[PATCH v3 0/5] gpu: nova-core: blackwell follow-ups and fixes
 2026-07-28  7:29 UTC  (4+ messages)
` [PATCH v3 1/5] gpu: nova-core: correct FRTS vidmem offset calculation

[PATCH 0/5] rust: sync: add WaitQueue infrastructure
 2026-07-28  6:11 UTC  (11+ messages)
` [PATCH 1/5] rust: task: add safe schedule_timeout() wrapper
` [PATCH 2/5] rust: workqueue: replace deprecated system_wq with system_{percpu,dfl}_wq
` [PATCH 3/5] rust: sync: add WaitQueue infrastructure
` [PATCH 4/5] rust: sync: convert CondVar and PollCondVar to use WaitQueue
` [PATCH 5/5] rust: sync: condvar: use task::schedule_timeout()

[PATCH] rust_binder: speed up get_node_debug_info using lower_bound iter
 2026-07-28  6:07 UTC  (3+ messages)

[PATCH 0/2] drm/gpuvm: avoid deferred cleanup on GpuVmBoAlloc drop
 2026-07-27 14:11 UTC  (3+ messages)
` [PATCH 1/2] drm/gpuvm: export drm_gpuvm_bo_destroy_not_in_lists()
` [PATCH 2/2] rust: drm: gpuvm: call drm_gpuvm_bo_destroy_not_in_lists() in Drop

[PATCH 0/4] rust: pin-init: merge `__init` and `__pinned_init`
 2026-07-27 20:38 UTC  (2+ messages)
` (subset) "

[PATCH] rust_binder: do not query current thread for all ioctls
 2026-07-27 19:24 UTC  (3+ messages)

[PATCH v2 0/3] Rust: add runtime PM support
 2026-07-27 15:00 UTC  (5+ messages)
` [PATCH v2 1/3] rust: "
` [PATCH v2 3/3] drm/tyr: enable runtime PM

[PATCH 0/3] rust: pin-init: upstream synchronization for 7.3 (round 2)
 2026-07-27 11:31 UTC  (2+ messages)

[PATCH v5 0/8] Transition Nova Core to TLV firmare images
 2026-07-27 11:31 UTC  (12+ 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 5/8] gpu: nova-core: transition gsp to TLV images
` [PATCH v5 8/8] gpu: nova-core: update firmware module info for "

[PATCH 0/2] rust: add functions and traits for lossless integer conversions
 2026-07-27 11:19 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] gpu: nova-core: use kernel lossless integer conversion module

[PATCH v3] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
 2026-07-27 11:15 UTC  (2+ messages)

[PATCH v3 2/4] rust: print: document safety of _printk FFI calls
 2026-07-27 10:50 UTC  (2+ messages)

[PATCH 1/2] drm/tyr: add Wait type for GPU events
 2026-07-27  9:04 UTC  (2+ messages)

[PATCH v4 0/5] add kconfirm
 2026-07-27  0:16 UTC  (6+ messages)
` [PATCH v4 1/5] kconfig: add add another callback to the parser to view raw parse tree
` [PATCH 2/5] kconfig: add kconfirm
` [PATCH v4 3/5] kconfirm: add tests
` [PATCH v4 4/5] Documentation: add kconfirm
` [PATCH v4 5/5] MAINTAINERS: add entry for kconfirm

[PATCH v4 0/3] nvmem: migrate to const void * in reg_write
 2026-07-26 13:17 UTC  (4+ messages)
` [PATCH v4 1/3] firmware: meson: pass a const buffer to meson_sm_call_write()
` [PATCH v4 2/3] nvmem: core: deprecate reg_write callback and add reg_write_const
` [PATCH v4 3/3] nvmem: make all reg_write callbacks take const void *

[PATCH v3 0/4] nvmem: fix a const-unsoundness in reg_write
 2026-07-26 12:56 UTC  (4+ messages)
` [PATCH v3 3/4] nvmem: apple-spmi: improve calling safety with wrapper functions

[RFC PATCH 0/3] rust: power_supply class abstraction and SMB347 charger driver
 2026-07-26  2:33 UTC  (2+ messages)

[PATCH] rust: io: convert ResourceSize into a transparent newtype
 2026-07-26  0:32 UTC  (3+ messages)

[PATCH v18 0/2] Introduce Synology Microp driver
 2026-07-25 21:07 UTC  (6+ messages)

[GIT PULL] Rust fixes for 7.2 (2nd)
 2026-07-25 17:24 UTC  (2+ messages)

arm `rustdoc` Rust 1.85.0-only build error
 2026-07-25 17:19 UTC  (4+ messages)


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