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

[PATCH v2 0/3] rust: alloc: add Vec shrinking methods
 2026-01-31 15:40 UTC 

[PATCH 0/2] rust: pci: add capability lookup helpers
 2026-01-31 15:17 UTC  (12+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] samples: rust: pci: exercise capability lookup
` [PATCH v2 0/2] rust: pci: add capability lookup helpers
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] samples: rust: pci: exercise capability lookup
` [PATCH v3 0/2] rust: pci: add capability lookup helpers
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] samples: rust: pci: exercise capability lookup

[PATCH 0/5] rust: extend I2C functionality
 2026-01-31 14:28 UTC  (8+ messages)
` [PATCH 1/5] rust: i2c: split client and adapter code into separate files
` [PATCH 2/5] rust: bits: add define_flags macro
` [PATCH 3/5] rust: i2c: Add I2C Adapter registration abstractions
` [PATCH 4/5] rust: i2c: add I2C wrappers
` [PATCH 5/5] samples: rust: add Rust I2C adapter registration sample

[PATCH 0/9] rust: dma: add CoherentArray for compile-time sized allocations
 2026-01-31 13:56 UTC  (14+ 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 v2 3/4] rust: usb: Update AlwaysRefCounted imports to use sync::aref
 2026-01-31 11:41 UTC  (2+ messages)

[PATCH v3 0/2] scripts: introduce containerized builds
 2026-01-31 13:36 UTC  (5+ messages)

[PATCH] rust: page: add volatile memory copy methods
 2026-01-31 13:34 UTC  (13+ messages)

[PATCH v2 1/4] drivers: android: binder: Update ARef imports from sync::aref
 2026-01-31 11:35 UTC  (2+ messages)

[PATCH v2 4/4] rust: types: remove temporary re-exports of ARef and AlwaysRefCounted
 2026-01-31 12:04 UTC 

[PATCH 0/2] rust: pci: add capability iterators
 2026-01-31 11:21 UTC  (6+ messages)
` [PATCH 1/2] rust: pci: add capability iterator types
` [PATCH 2/2] samples: rust: pci: exercise capability iterators
` [PATCH v2 0/2] rust: pci: add "
  ` [PATCH v2 1/2] rust: pci: add capability iterator types
  ` [PATCH v2 2/2] samples: rust: pci: exercise capability iterators

[PATCH v1 2/3] rust: alloc: add KUnit tests for Vec shrinking
 2026-01-31  8:06 UTC  (2+ messages)
` [PATCH v1 3/3] binder: context: shrink all_procs vector to reclaim memory

[PATCH] rust: pci: export ConfigSpace
 2026-01-31  4:57 UTC  (2+ messages)

[PATCH v6 0/7] gpu: nova-core: expose the logging buffers via debugfs
 2026-01-31  4:11 UTC  (22+ messages)
` [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 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] rust: pci: export ConfigSpace
 2026-01-31  3:49 UTC  (2+ messages)

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

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

[PATCH] rust: io: move MIN_SIZE and io_addr_assert to IoKnownSize
 2026-01-31  1:34 UTC  (3+ messages)

[PATCH v4 0/7] rust: add `register!` macro
 2026-01-31  1:06 UTC  (18+ 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 "

[GIT PULL] Rust fixes for 6.19
 2026-01-31  1:00 UTC  (2+ messages)

[PATCH v2 00/30] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-01-31  0:56 UTC  (31+ 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 19/30] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v2 20/30] gpu: nova-core: Hopper/Blackwell: add FSP message structures
` [PATCH v2 21/30] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v2 22/30] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v2 23/30] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v2 24/30] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v2 25/30] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v2 26/30] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
` [PATCH v2 27/30] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v2 28/30] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot path
` [PATCH v2 29/30] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v2 30/30] gpu: nova-core: clarify the GPU firmware boot steps

[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

[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] rust: dma: update safety comments for volatile memory access
 2026-01-30 16:05 UTC  (5+ 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 2/3] rust: pid: add Pid abstraction and init_pid_ns helper
 2026-01-30 11:34 UTC  (2+ messages)

[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 v5 0/4] rust: add `TryFrom` and `Into` derive macros
 2026-01-30 10:03 UTC  (4+ messages)
` [PATCH v5 1/4] rust: macros: add derive macro for `Into`

[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 3/3] rust_binder: handle PID namespace conversion for freeze operation
 2026-01-30  5:22 UTC  (2+ messages)

[PATCH v2 2/3] rust: pid: add Pid abstraction and init_pid_ns helper
 2026-01-30  4:57 UTC  (2+ messages)

[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  (2+ 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 v2 1/3] binder: handle PID namespace conversion for freeze operation
 2026-01-30  1:54 UTC  (2+ messages)

[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  (10+ 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  (2+ messages)


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