Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-07-07 22:21:49 to 2026-07-10 14:21:56 UTC [more...]

[PATCH 0/4] rust: Add support for reserving of ranges of IDs
 2026-07-10 14:21 UTC  (15+ messages)
` [PATCH 2/4] rust: bitmap: add contiguous area operations
` [PATCH 3/4] rust: id_pool: add contiguous area allocation

[PATCH v10 0/5] rust: add SRCU abstraction
 2026-07-10 14:18 UTC  (9+ messages)
` [PATCH v10 1/5] srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()
` [PATCH v10 2/5] rust: helpers: add SRCU helpers
` [PATCH v10 4/5] rust: sync: add SRCU abstraction

[PATCH v6 0/7] drm/tyr: firmware loading and MCU boot support
 2026-07-10 14:15 UTC  (11+ messages)
` [PATCH v6 1/7] drm/tyr: add resources to RegistrationData
` [PATCH v6 2/7] drm/tyr: add a generic slot manager
` [PATCH v6 3/7] drm/tyr: add Memory Management Unit (MMU) support
` [PATCH v6 4/7] drm/tyr: add GPU virtual memory (VM) support
` [PATCH v6 5/7] drm/tyr: add a kernel buffer object
` [PATCH v6 6/7] drm/tyr: add parser for firmware binary
` [PATCH v6 7/7] drm/tyr: add Microcontroller Unit (MCU) booting

[PATCH 0/1] rust: module_param: support bool parameters
 2026-07-10 14:10 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2 1/2] rust: kernel: update `file_with_nul` comment
 2026-07-10 14:04 UTC  (5+ messages)
` [PATCH v2 2/2] rust: std_vendor: add `likely()`, `unlikely()` and `cold_path()`

[PATCH] gpu: nova-core: add ChannelIdPool
 2026-07-10 13:42 UTC 

[PATCH v10 0/7] rust: add ww_mutex support
 2026-07-10 12:52 UTC  (2+ messages)

[PATCH 0/4] docs/zh_CN: update rust documentation translations
 2026-07-10 12:03 UTC  (8+ messages)
` [PATCH 1/4] docs/zh_CN: Update rust/quick-start.rst translation
` [PATCH 2/4] docs/zh_CN: Update rust/general-information.rst translation
` [PATCH 3/4] docs/zh_CN: Update rust/arch-support.rst translation
` [PATCH 4/4] docs/zh_CN: Update rust/testing.rst translation

[PATCH] rust: sync: improve `Arc` documentation links
 2026-07-10 11:06 UTC  (2+ messages)

[PATCH v2] rust: module_param: return value by copy from `value`
 2026-07-10  8:13 UTC  (4+ messages)

[PATCH] rust: zerocopy: update to v0.8.54
 2026-07-10  7:49 UTC  (4+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-10  5:53 UTC  (4+ messages)
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller

[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  (28+ 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 "

[PATCH v2 0/5] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-09 22:28 UTC  (10+ messages)
` [PATCH v2 1/5] gpu: nova-core: Add public driver API to nova-core
` [PATCH v2 2/5] gpu: nova: Add DRM registration data
` [PATCH v2 3/5] drm: nova: Add GETPARAM parameter to read the GPU chipset
` [PATCH v2 4/5] drm: nova: Add a GETPARAM parameter to read usable VRAM size
` [PATCH v2 5/5] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter

[PATCH] docs: rust: quick-start: remove Ubuntu 25.10
 2026-07-09 21:57 UTC  (2+ messages)

[PATCH v2] rust: allow `clippy::unwrap_or_default` globally
 2026-07-09 21:51 UTC  (3+ messages)

[TECH TOPIC] Implementing malloc
 2026-07-09 19:04 UTC  (5+ messages)

[PATCH v3] rust: iommu: add device lifetime to IoPageTable
 2026-07-09 15:46 UTC  (3+ messages)

[PATCH] x86/build/64: Prevent native builds from generating APX instructions
 2026-07-09 12:36 UTC 

[PATCH 0/4] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-09 10:18 UTC  (13+ messages)
` [PATCH 2/4] gpu: nova: Add DRM registration data
` [PATCH 3/4] drm: nova: Add GETPARAM parameter to read the GPU chipset

[PATCH] block: rust: fix `Send` bound for `GenDisk`
 2026-07-09 10:00 UTC 

[RFC PATCH 0/3] rust: power_supply class abstraction and SMB347 charger driver
 2026-07-09  9:04 UTC  (5+ messages)
` [RFC PATCH 1/3] rust: i2c: add SMBus byte transfer helpers
` [RFC PATCH 2/3] rust: power_supply: add power supply class abstraction
` [RFC PATCH 3/3] power: supply: add Rust SMB347 charger driver

[PATCH v2] rust: iommu: replace core::mem::zeroed with Zeroable::zeroed
 2026-07-09  8:15 UTC  (2+ messages)

[PATCH v2] rust: bug: Add bug macro
 2026-07-09  7:16 UTC  (2+ messages)

[PATCH v6 00/13] gpu: nova-core: consolidate and streamline GSP boot process
 2026-07-09  6:53 UTC  (14+ messages)
` [PATCH v6 01/13] gpu: nova-core: gsp: sequencer: use GspBootContext
` [PATCH v6 02/13] gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencer
` [PATCH v6 03/13] gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
` [PATCH v6 04/13] gpu: nova-core: gsp: pass GspBootContext to unload methods
` [PATCH v6 05/13] gpu: nova-core: gsp: centralize missing unload bundle warnings
` [PATCH v6 06/13] gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL method
` [PATCH v6 07/13] gpu: nova-core: gsp: turn FWSEC execution "
` [PATCH v6 08/13] gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HAL
` [PATCH v6 09/13] gpu: nova-core: move GSP firmware files decision to GSP HAL
` [PATCH v6 10/13] gpu: nova-core: avoid repeated calls to pci::Device::as_ref
` [PATCH v6 11/13] gpu: nova-core: gsp: pass GspBootContext mutably
` [PATCH v6 12/13] gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContext
` [PATCH v6 13/13] gpu: nova-core: store Fsp instance in Gpu

[PATCH v5 00/13] gpu: nova-core: consolidate and streamline GSP boot process
 2026-07-09  6:27 UTC  (6+ messages)
` [PATCH v5 03/13] gpu: nova-core: gsp: replace BootUnloadGuard with local handlers

[PATCH V16 0/7] Rust Support for powerpc
 2026-07-09  6:00 UTC  (7+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "

[PATCH v5 0/7] drm/tyr: firmware loading and MCU boot support
 2026-07-09  0:47 UTC  (8+ messages)
` [PATCH v5 1/7] drm/tyr: add resources to RegistrationData
` [PATCH v5 2/7] drm/tyr: add a generic slot manager
` [PATCH v5 3/7] drm/tyr: add Memory Management Unit (MMU) support
` [PATCH v5 4/7] drm/tyr: add GPU virtual memory (VM) support
` [PATCH v5 5/7] drm/tyr: add a kernel buffer object
` [PATCH v5 6/7] drm/tyr: add parser for firmware binary
` [PATCH v5 7/7] drm/tyr: add Microcontroller Unit (MCU) booting

[PATCH v6 00/20] rust: I/O type generalization and projection
 2026-07-08 17:58 UTC  (30+ messages)
` [PATCH v6 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v6 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v6 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v6 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v6 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v6 07/20] rust: io: implement `Mmio` as view type
` [PATCH v6 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v6 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v6 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v6 11/20] rust: io: remove `MmioOwned`
` [PATCH v6 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v6 13/20] rust: io: add projection macro and methods

[PATCH] rust: export zerocopy symbols to modules
 2026-07-08 16:23 UTC  (6+ messages)

[PATCH v7 0/1] rust: introduce abstractions for fwctl
 2026-07-08 15:59 UTC  (2+ messages)
` [PATCH v7 1/1] "

[PATCH v6 0/1] rust: introduce abstractions for fwctl
 2026-07-08 15:53 UTC  (6+ messages)
` [PATCH v6 1/1] "

[PATCH V17 0/7] Rust Support for powerpc
 2026-07-08 15:09 UTC  (10+ messages)
` [PATCH V17 1/7] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V17 2/7] dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabled
` [PATCH V17 3/7] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V17 4/7] rust/powerpc: Set min rustc version for powerpc
` [PATCH V17 5/7] rust: Make __udivdi3() and __umoddi3() panic
` [PATCH V17 6/7] rust: Add PowerPC support
` [PATCH V17 7/7] powerpc: Enable Rust for ppc64le

[PATCH v5 0/5] rust / dma_buf: Add abstractions for dma_fence
 2026-07-08 13:29 UTC  (3+ messages)
` [PATCH v5 4/5] rust: Add dma_fence abstractions

[PATCH] checkpatch: warn on Rust unwrap and expect calls
 2026-07-08 13:02 UTC  (5+ messages)

[RFC PATCH v4 0/3] iio: position: add Rust driver for ams AS5600
 2026-07-08 12:37 UTC  (2+ messages)

[PATCH] usb: rust: Use pin_init::zeroed for usb_device_id initialization
 2026-07-08 12:10 UTC  (3+ messages)

[PATCH] rust_binder: only print failure if error has source
 2026-07-08 12:00 UTC 

[PATCH] rust: helpers: guard dma_resv helpers with CONFIG_DMA_SHARED_BUFFER
 2026-07-08 11:52 UTC 

[PATCH v3 0/3] implement GPU reset API
 2026-07-08 11:47 UTC  (5+ messages)
` [PATCH v3 1/3] rust: workqueue: impl Send and Sync for OwnedQueue
` [PATCH v3 2/3] drm/tyr: clear stale IRQ state before soft reset
` [PATCH v3 3/3] drm/tyr: add GPU reset infrastructure

[RESEND PATCH v2 0/5] drm/nova: replace `transmute` with `zerocopy`
 2026-07-08 11:28 UTC  (2+ messages)

[PATCH] rust: soc: silence clippy warning with rustc >= 1.88
 2026-07-08 10:11 UTC  (8+ messages)

[PATCH V17 0/8] Rust Support for powerpc
 2026-07-08  8:18 UTC  (3+ messages)
` [PATCH V17 1/8] powerpc/syscall: Fix syscall skip handling for seccomp and ptrace

[PATCH] block: rnull: use vertical import style
 2026-07-08  7:40 UTC  (2+ messages)

[PATCH v5 0/2] Add new workqueue wrapper and enqueue on cpu functions
 2026-07-08  7:40 UTC  (3+ messages)

[PATCH] pwm: th1520: use vertical import style
 2026-07-08  7:39 UTC  (2+ messages)

[PATCH] samples: rust_dma: use vertical import style
 2026-07-08  7:37 UTC  (2+ messages)

[PATCH] rust: configfs: fix release safety documentation
 2026-07-08  7:21 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v1] rust: bug: Add bug_on macro
 2026-07-08  5:29 UTC  (5+ messages)

[RFC PATCH 0/5] rust: drm: minimal KMS bindings, EDID read, rotation, HDCP defs
 2026-07-07 22:21 UTC  (4+ messages)
` [RFC PATCH v2 00/18] rust: drm: safe KMS mode-object layer + evdi bindings
  ` [RFC PATCH v2 01/18] rust: drm: kms: forward-port the safe mode-object layer onto the typestate device


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