public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-25 19:28:55 to 2026-01-27 13:54:53 UTC [more...]

[PATCH v2 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
 2026-01-27 13:54 UTC  (7+ messages)
` [PATCH v2 1/5] gpu: nova-core: use checked arithmetic in FWSEC firmware parsing
` [PATCH v2 2/5] gpu: nova-core: use checked arithmetic in Booter signature parsing
` [PATCH v2 3/5] gpu: nova-core: use checked arithmetic in frombytes_at helper
` [PATCH v2 4/5] gpu: nova-core: use checked arithmetic in BinFirmware::data
` [PATCH v2 5/5] gpu: nova-core: use checked arithmetic in RISC-V firmware parsing

[PATCH v2 0/2] rust: add AtomicFlag::get_mut
 2026-01-27 13:54 UTC  (5+ messages)
` [PATCH v2 1/2] rust: sync: atomic: Add AtomicFlag::get_mut
` [PATCH v2 2/2] rust: list: Use AtomicFlag in AtomicTracker

[PATCH] scripts: generate_rust_analyzer.py: define scripts
 2026-01-27 13:53 UTC  (3+ messages)

[PATCH] MAINTAINERS: mailmap: update Tamir Duberstein's email address
 2026-01-27 13:44 UTC  (5+ messages)

[PATCH] scripts: generate_rust_analyzer.py: avoid FD leak
 2026-01-27 13:38 UTC  (5+ messages)

[PATCH 0/3] Remove redundant imports of items re-exported from prelude
 2026-01-27 12:51 UTC  (16+ messages)
` [PATCH 1/3] gpu: nova-core: remove imports available via prelude
` [PATCH 3/3] samples: rust: "
  ` [PATCH 2/3] block: rnull: "

[GIT PULL] Rust XArray abstractions for v6.20/v7.0
 2026-01-27 12:34 UTC  (2+ messages)

[PATCH 0/6] rust: add `bitfield!` and `register!` macros
 2026-01-27 11:00 UTC  (11+ messages)
` [PATCH 3/6] rust: add `bitfield!` macro

[PATCH 0/4] Re-export Zeroable and zeroed() from ffi module
 2026-01-27 10:21 UTC  (12+ messages)
` [PATCH 1/4] rust: ffi: reexport Zeroable and related items
` [PATCH 2/4] rust: cpufreq: import pin_init::zeroed() from ffi
` [PATCH 3/4] rust: i2c: "
` [PATCH 4/4] rust: acpi: "

[PATCH v2 0/7] rust: Replace unsafe core::mem::zeroed() with pin_init::zeroed()
 2026-01-27 10:05 UTC  (6+ messages)
` [PATCH v2 4/7] rust: debugfs: use pin_init::zeroed() for file_operations

[PATCH v1 v1 0/4] [RUST] Framebuffer driver support
 2026-01-27  9:38 UTC  (18+ messages)
` [PATCH v1 v1 1/4] rust: io: mem: add ioremap_wc support
` [PATCH v1 v1 2/4] rust: device: add platdata accessors
` [PATCH v1 v1 3/4] rust: fb: add framebuffer driver support
` [PATCH v1 v1 4/4] rust: fb: add simplefb test driver

[PATCH v10 1/1] rust: fmt: add safe pointer formatting support
 2026-01-27  8:50 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
 2026-01-27  8:44 UTC  (3+ messages)

[PATCH] rust: sync: replace `kernel::c_str!` with C-Strings
 2026-01-27  8:30 UTC  (4+ messages)
` [GIT PULL][PATCH 0/1] Fixes for Rust synchronization PR of v7.0

[PATCH] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
 2026-01-27  8:26 UTC  (10+ messages)

[GIT PULL] DRM Rust changes for v7.0-rc1
 2026-01-26 22:53 UTC 

[RFC 0/2] Rust PCI capability infrastructure and SR-IOV support
 2026-01-26 21:59 UTC  (3+ messages)
` [RFC 1/2] pci: Add fallible I/O methods to ConfigSpace
` [RFC 2/2] pci: Add PCI capability infrastructure and SR-IOV capability support

[PATCH v26 00/28] riscv control-flow integrity for usermode
 2026-01-26 21:56 UTC  (11+ messages)
` [PATCH v26 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v26 10/28] riscv/mm: Implement map_shadow_stack() syscall

[PATCH v4 0/3] Introduce DeviceContext
 2026-01-26 20:51 UTC  (2+ messages)

[PATCH 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-01-26 19:53 UTC  (7+ messages)
` [PATCH 29/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot path

[PATCH v2 0/4] gpu: nova-core: gsp: fix command queue ring buffer bugs
 2026-01-26 18:30 UTC  (7+ messages)
` [PATCH v2 2/4] gpu: nova-core: gsp: clarify comments about invariants and pointer roles
` [PATCH v2 3/4] gpu: nova-core: gsp: fix improper handling of empty slot in cmdq
` [PATCH v2 4/4] gpu: nova-core: gsp: fix improper indexing in driver_read_area

[PATCH v2 0/2] rust: introduce abstractions for fwctl
 2026-01-26 18:19 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] samples: rust: fwctl: add sample code "

[PATCH 1/4] rust: device: support `dev_printk` on all devices
 2026-01-26 17:02 UTC  (6+ messages)
` [PATCH 4/4] gpu: tyr: remove redundant `.as_ref()` for `dev_*` print

[PATCH v3 0/6] Rust GPUVM immediate mode
 2026-01-26 16:44 UTC  (6+ messages)
` [PATCH v3 3/6] rust: gpuvm: add GpuVm::obtain()

[PATCH v17 00/16] Refcounted interrupts, SpinLockIrq for rust
 2026-01-26 16:17 UTC  (7+ messages)
` [PATCH v17 08/16] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v17 10/16] rust: sync: Introduce lock::Lock::lock_with() and friends

[PATCH v3 0/2] rust: add new workqueue functions
 2026-01-26 15:45 UTC  (9+ messages)
` [PATCH v3 2/2] rust: add system_percpu() around the new system_percpu_wq

[PATCH v2 0/2] rust: add AtomicFlag::get_mut
 2026-01-26 14:52 UTC  (6+ messages)
` [PATCH v2 2/2] rust: list: Use AtomicFlag in AtomicTracker

[PATCH v3 0/6] rust: add `register!` macro
 2026-01-26 14:24 UTC  (13+ messages)
` [PATCH v3 1/6] rust: enable the `generic_arg_infer` feature
` [PATCH v3 2/6] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v3 3/6] rust: num: add `as_bool` method to `Bounded<_, 1>`
` [PATCH v3 4/6] rust: io: add `register!` macro
` [PATCH v3 5/6] sample: rust: pci: use "
` [PATCH FOR REFERENCE v3 6/6] gpu: nova-core: use the kernel "

[PATCH 0/6] rust: add `bitfield!` and `register!` macros
 2026-01-26 14:03 UTC  (2+ messages)

[PATCH RFC 0/3] rust: tty: introduce TTY subsystem abstractions and rttyprintk
 2026-01-26 13:50 UTC  (12+ messages)
` [PATCH RFC 1/3] rust: bindings: add TTY subsystem headers
` [PATCH RFC 2/3] rust: tty: add TTY subsystem abstractions
` [PATCH RFC 3/3] char: rttyprintk: add Rust TTY printk driver

[PATCH] rust: dma: add missing __rust_helper annotations
 2026-01-26 13:47 UTC  (4+ messages)

[PATCH v2 1/2] rust: task: use `as_char_ptr` instead of `as_ptr().cast()`
 2026-01-26 12:25 UTC  (5+ messages)

[PATCH v2 0/5] rust: add `register!` macro
 2026-01-26 11:46 UTC  (16+ messages)
` [PATCH v2 2/5] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v2 4/5] rust: io: add `register!` macro

[PATCH v1 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
 2026-01-26 11:00 UTC  (10+ messages)
` [PATCH v1 2/5] gpu: nova-core: use checked arithmetic in Booter signature parsing
` [PATCH v1 3/5] gpu: nova-core: use checked arithmetic in frombytes_at helper
` [PATCH v1 4/5] gpu: nova-core: use checked arithmetic in BinFirmware::data
` [PATCH v1 5/5] gpu: nova-core: use checked arithmetic in RISC-V firmware parsing

[PATCH v12 0/5] rust: pci: add config space read/write support
 2026-01-26 10:35 UTC  (7+ messages)
` [PATCH v12 5/5] sample: rust: pci: add tests for config space routines

[PATCH 1/1] KVM: Add KVM_GET_REG_LIST ioctl for LoongArch
 2026-01-26 10:03 UTC  (9+ messages)

[PATCH] drm/tyr: depend on `COMMON_CLK` to fix build error
 2026-01-26  7:34 UTC  (3+ messages)

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-26  5:08 UTC  (2+ messages)

[PATCH v4 0/2] rust: transmute: implement FromBytes and AsBytes for inhabited ZSTs
 2026-01-26  5:05 UTC  (2+ messages)

[PATCH] rust: use consistent backtick formatting for NULL in docs
 2026-01-26  5:03 UTC  (2+ messages)

[PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry
 2026-01-26  5:03 UTC  (5+ messages)

[PATCH 0/4] gpu: nova-core: gsp: fix command queue ring buffer bugs
 2026-01-26  4:17 UTC  (7+ messages)
` [PATCH 1/4] gpu: nova-core: gsp: fix incorrect advancing of write pointer
` [PATCH 3/4] gpu: nova-core: gsp: fix improper handling of empty slot in cmdq

[PATCH v2 0/2] rust: reduce duplicate information
 2026-01-26  4:15 UTC  (3+ messages)
` [PATCH v2 1/2] rust: kbuild: extract configs for reuse

[PATCH] rust: num: clean up Bounded::__new documentation and comments
 2026-01-26  3:14 UTC  (2+ messages)

[PATCH v2] scripts: generate_rust_analyzer: fix resolution of #[pin_data] macros
 2026-01-26  3:13 UTC  (2+ messages)

[PATCH] rust: sync: atomic: Provide stub for `rusttest` 32-bit hosts
 2026-01-26  3:09 UTC  (2+ messages)

[PATCH] rust: auxiliary: use `pin_init::zeroed()` for device ID
 2026-01-25 22:45 UTC  (3+ messages)

[PATCH net-next] net: ethernet: neterion: s2io: remove unused driver
 2026-01-25 21:41 UTC  (3+ messages)

[PATCH v2] rust: of: replace `core::mem::zeroed` with `pin_init::zeroed`
 2026-01-25 19:28 UTC  (2+ messages)


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