public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-29 02:29:09 to 2026-01-31 00:56:41 UTC [more...]

[PATCH v2 00/30] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-01-31  0:55 UTC  (20+ messages)
` [PATCH v2 01/30] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v2 02/30] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH v2 03/30] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v2 04/30] gpu: nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH v2 05/30] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v2 06/30] gpu: nova-core: apply the one "use" item per line policy to commands.rs
` [PATCH v2 07/30] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v2 08/30] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v2 09/30] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v2 10/30] gpu: nova-core: factor out a section_name_eq() function
` [PATCH v2 11/30] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v2 12/30] gpu: nova-core: add support for 32-bit "
` [PATCH v2 13/30] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v2 14/30] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v2 15/30] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v2 16/30] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v2 17/30] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v2 18/30] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v2 20/30] gpu: nova-core: Hopper/Blackwell: add FSP message structures

[RFC PATCH 0/2] rust: pci: add config space accessors (and a small in-tree user)
 2026-01-31  0:55 UTC  (5+ messages)
` [RFC PATCH 1/2] rust: pci: add config space accessors
` [RFC PATCH 2/2] samples: rust: pci: exercise "

[PATCH v6 0/7] gpu: nova-core: expose the logging buffers via debugfs
 2026-01-31  0:51 UTC  (24+ messages)
` [PATCH v6 1/7] rust: device: add device name method
` [PATCH v6 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
` [PATCH v6 3/7] gpu: nova-core: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v6 4/7] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v6 5/7] gpu: nova-core: use pin projection in method boot()
` [PATCH v6 6/7] gpu: nova-core: create debugfs root in module init
` [PATCH v6 7/7] gpu: nova-core: create GSP-RM logging buffers debugfs entries

[PATCH v5 0/4] Introduce DeviceContext
 2026-01-31  0:13 UTC  (5+ messages)
` [PATCH v5 1/4] rust/drm: "
` [PATCH v5 2/4] rust/drm: Don't setup private driver data until registration
` [PATCH v5 3/4] rust/drm/gem: Add DriverAllocImpl type alias
` [PATCH v5 4/4] rust/drm/gem: Use DeviceContext with GEM objects

[GIT PULL] Rust fixes for 6.19
 2026-01-30 22:17 UTC 

[PATCH] rust: page: add volatile memory copy methods
 2026-01-30 21:41 UTC  (10+ messages)

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-30 21:14 UTC  (13+ messages)
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM

[PATCH v1 0/3] rust: alloc: add Vec shrinking methods
 2026-01-30 20:54 UTC  (2+ messages)
` [PATCH v1 1/3] rust: alloc: Add shrink_to and shrink_to_fit methods to Vec

[PATCH 0/4] scripts: generate_rust_analyzer.py: tidy and add type hints
 2026-01-30 20:42 UTC  (7+ messages)

[PATCH] scripts: generate_rust_analyzer.py: define scripts
 2026-01-30 20:25 UTC  (8+ messages)

[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
 2026-01-30 18:21 UTC  (5+ messages)

[PATCH v4 0/7] rust: add `register!` macro
 2026-01-30 17:18 UTC  (22+ messages)
` [PATCH v4 4/7] rust: num: add `into_inner` method to `Bounded`
` [PATCH v4 5/7] rust: io: add `register!` macro
` [PATCH v4 6/7] sample: rust: pci: use "

[PATCH] rust: dma: update safety comments for volatile memory access
 2026-01-30 16:05 UTC  (5+ messages)

[PATCH] rust: io: move MIN_SIZE and io_addr_assert to IoKnownSize
 2026-01-30 14:25 UTC  (2+ messages)

[PATCH v4 0/6] Rust GPUVM immediate mode
 2026-01-30 14:24 UTC  (7+ messages)
` [PATCH v4 1/6] rust: drm: add base GPUVM immediate mode abstraction
` [PATCH v4 2/6] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v4 3/6] rust: gpuvm: add GpuVm::obtain()
` [PATCH v4 4/6] rust: gpuvm: add GpuVa struct
` [PATCH v4 5/6] rust: gpuvm: add GpuVmCore::sm_unmap()
` [PATCH v4 6/6] rust: gpuvm: add GpuVmCore::sm_map()

[PATCH 0/3] Remove redundant imports of items re-exported from prelude
 2026-01-30 14:24 UTC  (7+ messages)
` [PATCH 1/3] gpu: nova-core: remove imports available via prelude
` [PATCH 3/3] samples: rust: "

[PATCH v3 0/2] Add support for print exactly once
 2026-01-30 12:34 UTC  (3+ messages)

[PATCH v2 0/3] binder: handle PID namespace conversion for freeze operation
 2026-01-30 11:34 UTC  (12+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] rust: pid: add Pid abstraction and init_pid_ns helper
` [PATCH v2 3/3] rust_binder: handle PID namespace conversion for freeze operation

[PATCH v3 0/2] rust: reduce duplicate information
 2026-01-30 11:24 UTC  (4+ messages)
` [PATCH v3 1/2] rust: kbuild: extract configs for reuse

[PATCH 0/9] rust: dma: add CoherentArray for compile-time sized allocations
 2026-01-30 10:26 UTC  (11+ messages)
` [PATCH 1/9] rust: dma: rename CoherentAllocation fallible methods
` [PATCH 2/9] rust: dma: parameterize CoherentAllocation with AllocationSize
` [PATCH 3/9] rust: dma: add CoherentArray for compile-time sized allocations
` [PATCH 4/9] rust: dma: simplify try_dma_read! and try_dma_write!
` [PATCH 5/9] rust: dma: rename try_item_from_index to try_ptr_at
` [PATCH 6/9] rust: dma: add dma_read! and dma_write! macros
` [PATCH 7/9] rust: dma: implement decay from CoherentArray to CoherentSlice
` [PATCH 8/9] rust: dma: add CoherentObject for single element allocations
` [PATCH 9/9] gpu: nova-core: migrate to CoherentArray and CoherentObject

[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
 2026-01-30 10:03 UTC  (7+ messages)
` [PATCH v5 1/4] rust: macros: add derive macro for `Into`
` [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`
` [PATCH v5 3/4] rust: macros: add private doctests for `Into` derive macro
` [PATCH v5 4/4] rust: macros: add private doctests for `TryFrom` "

[PATCH v9] rust: add new macro for common bitflag operations
 2026-01-30  9:36 UTC  (3+ messages)

[PATCH v17 00/16] Refcounted interrupts, SpinLockIrq for rust
 2026-01-30  7:43 UTC  (3+ messages)
` [PATCH v17 06/16] irq: Add KUnit test for refcounted interrupt enable/disable

[PATCH v2] rust: bug: Support DEBUG_BUGVERBOSE_DETAILED option
 2026-01-30  4:45 UTC  (5+ messages)

[PATCH] rust: clk: replace `kernel::c_str!` with C-Strings
 2026-01-30  4:42 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update my email address to @kernel.org
 2026-01-30  4:41 UTC  (5+ messages)

[RFC PATCH 0/2] Initial klint integration
 2026-01-30  4:10 UTC  (7+ messages)
` [RFC PATCH 2/2] kbuild: rust: use klint to provide CONFIG_FRAME_WARN

[PATCH v4 0/2] scripts: introduce containerized builds
 2026-01-30  0:10 UTC  (2+ messages)

[PATCH v6 0/4] RISC-V: re-enable gcc + rust builds
 2026-01-29 23:25 UTC  (13+ messages)
` [PATCH v6 1/4] rust: export BINDGEN_TARGET from a separate Makefile
` [PATCH v6 2/4] rust: generate a fatal error if BINDGEN_TARGET is undefined
` [PATCH v6 3/4] rust: add a Kconfig function to test for support of bindgen options
` [PATCH v6 4/4] RISC-V: handle extension configs for bindgen, re-enable gcc + rust builds

[PATCH v2 0/2] rust: sync: Add AtomicFlag type
 2026-01-29 16:00 UTC  (7+ messages)
` [PATCH v2 1/2] rust: sync: atomic: Add perfromance-optimal Flag type for atomic booleans
` [PATCH v2 2/2] rust: list: Use AtomicFlag in AtomicTracker

[PATCH v1] rust: sync: atomic: Add example for Atomic::get_mut
 2026-01-29 16:00 UTC  (2+ messages)

[PATCH 3/6] rust: add `bitfield!` macro
 2026-01-29 15:12 UTC  (9+ messages)

[PATCH v3 0/5] gpu: nova-core: gsp: fix command queue ring buffer bugs
 2026-01-29 14:21 UTC  (7+ messages)
` [PATCH v3 1/5] gpu: nova-core: gsp: fix incorrect advancing of write pointer
` [PATCH v3 2/5] gpu: nova-core: gsp: clarify comments about invariants and pointer roles
` [PATCH v3 3/5] gpu: nova-core: gsp: use empty slices instead of [0..0] ranges
` [PATCH v3 4/5] gpu: nova-core: gsp: fix improper handling of empty slot in cmdq
` [PATCH v3 5/5] gpu: nova-core: gsp: fix improper indexing in driver_read_area

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

[PATCH v4 5/7] rust: io: add `register!` macro
 2026-01-29 11:59 UTC  (3+ messages)

[PATCH v26 00/28] riscv control-flow integrity for usermode
 2026-01-29  8:42 UTC  (4+ messages)
` [PATCH v26 10/28] riscv/mm: Implement map_shadow_stack() syscall

[PATCH v2] rust: block: use pin_init::zeroed
 2026-01-29  5:32 UTC  (3+ messages)

[PATCH] rust: block: use pin_init::zeroed
 2026-01-29  2:53 UTC 


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