rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-02 21:43:11 to 2025-10-08 19:56:55 UTC [more...]

[PATCH v2 0/4] rust: xarray: abstract xa_alloc and xa_alloc_cyclic
 2025-10-08 19:50 UTC  (10+ messages)
` [PATCH v2 1/4] rust: xarray: move pointer check into `XArray::new`
` [PATCH v2 2/4] rust: xarray: abstract `xa_alloc`
` [PATCH v2 3/4] rust: xarray: abstract `xa_alloc_cyclic`
` [PATCH v2 4/4] remove completed task from nova-core task list

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-08 19:56 UTC 

[PATCH v2] rust: pci: Allocate and manage PCI interrupt vectors
 2025-10-08 19:09 UTC  (7+ messages)

[PATCH v3] rust: pci: Allocate and manage PCI interrupt vectors
 2025-10-08 19:07 UTC 

[PATCH 0/4] Add first led driver written in Rust
 2025-10-08 18:10 UTC  (5+ messages)
` [PATCH 1/4] rust: i2c: add read and write byte data abstractions
  ` [PATCH 2/4] rust: add pinned wrapper of Vec
    ` [PATCH 3/4] rust: leds: add basic led classdev abstractions
      ` [PATCH 4/4] leds: add driver for synology atmega1608 controlled LEDs

[PATCH v4 00/13] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-08 16:56 UTC  (24+ messages)
` [PATCH v4 01/13] gpu: nova-core: Set correct DMA mask
` [PATCH v4 02/13] gpu: nova-core: Create initial Gsp
` [PATCH v4 03/13] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v4 04/13] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH v4 05/13] gpu: nova-core: Add GSP command queue bindings
` [PATCH v4 06/13] gpu: nova-core: gsp: Add GSP command queue handling
` [PATCH v4 07/13] gpu: nova-core: gsp: Create rmargs
` [PATCH v4 08/13] gpu: nova-core: Add bindings and accessors for GspSystemInfo
` [PATCH v4 09/13] gpu: nova-core: Add bindings for the GSP RM registry tables
` [PATCH v4 10/13] gpu: nova-core: gsp: Create RM registry and sysinfo commands
` [PATCH v4 11/13] nova-core: falcon: Add support to check if RISC-V is active
` [PATCH v4 12/13] nova-core: falcon: Add support to write firmware version
` [PATCH v4 13/13] nova-core: gsp: Boot GSP

[PATCH v2 0/3] Fix three issues with freeze listeners
 2025-10-08 16:54 UTC  (11+ messages)
` [PATCH v2 1/3] rust_binder: freeze_notif_done should resend if wrong state
` [PATCH v2 2/3] rust_binder: don't delete FreezeListener if there are pending duplicates
` [PATCH v2 3/3] rust_binder: report freeze notification only when fully frozen

[PATCH v3 0/2] rust: add new workqueue functions
 2025-10-08 16:20 UTC  (5+ messages)
` [PATCH v3 1/2] rust: add system_dfl() around the new system_dfl_wq
` [PATCH v3 2/2] rust: add system_percpu() around the new system_percpu_wq

[PATCH 0/3] rust: xarray: abstract `xa_alloc` and `xa_alloc_cyclic`
 2025-10-08 16:01 UTC  (18+ messages)
` [PATCH 1/3] rust: xarray: abstract `xa_alloc`
` [PATCH 2/3] rust: xarray: abstract `xa_alloc_cyclic`
` [PATCH 3/3] remove completed task from nova-core task list

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-08 15:49 UTC  (27+ messages)
` [PATCH v6 1/5] nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v6 2/5] nova-core: bitfield: Add support for different storage widths
` [PATCH v6 3/5] nova-core: bitfield: Add support for custom visiblity
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova
` [PATCH v6 5/5] rust: bitfield: Add KUNIT tests for bitfield
  ` [PATCH v7] "

[PATCH] mm: use enum for vm_flags
 2025-10-08 14:17 UTC  (6+ messages)

[PATCH v2 0/2] rust: replace use of system_unbound_wq and system_wq
 2025-10-08 13:08 UTC  (5+ messages)
` [PATCH v2 1/2] rust: replace use of system_unbound_wq with system_dfl_wq

[PATCH] Revert "USB: disable rust bindings from the build for now"
 2025-10-08 12:10 UTC 

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-08 10:49 UTC  (4+ messages)

[PATCH v6] rust: kernel: introduce `unsafe_precondition_assert!` macro
 2025-10-07 21:50 UTC 

[PATCH 0/2] rust: pci: expose is_virtfn() and reject VFs in nova-core
 2025-10-07 11:26 UTC  (15+ messages)

[linux-next:master 13069/13300] error[E0425]: cannot find value `VM_MERGEABLE` in crate `bindings`
 2025-10-07  7:15 UTC  (14+ messages)

[PATCH v2 6/6] kbuild: enable -Werror for hostprogs
 2025-10-06 21:48 UTC  (7+ messages)

[PATCH RFC] nova-core: mm: Add initial structures for page table management
 2025-10-06 21:11 UTC  (2+ messages)

[PATCH v5 0/9] Introduce bitfield and move register macro to rust/kernel/
 2025-10-06 19:50 UTC  (11+ messages)
` [PATCH v5 6/9] rust: bitfield: Add KUNIT tests for bitfield

[PATCH] nova-core: vbios: Rework BiosImage composition to use AsRef and traits
 2025-10-06 12:23 UTC  (3+ messages)

[PATCH v4 0/2] Defer vm_bo cleanup in GPUVM with DRM_GPUVM_IMMEDIATE_MODE
 2025-10-06 12:05 UTC  (3+ messages)
` [PATCH v4 1/2] drm/gpuvm: add deferred vm_bo cleanup
` [PATCH v4 2/2] panthor: use drm_gpuva_unlink_defer()

[PATCH v3 0/2] Defer vm_bo cleanup in GPUVM with DRM_GPUVM_IMMEDIATE_MODE
 2025-10-06 11:49 UTC  (10+ messages)
` [PATCH v3 1/2] drm/gpuvm: add deferred vm_bo cleanup

[PATCH v2] rust: file: add intra-doc link for 'EBADF'
 2025-10-06 10:34 UTC  (2+ messages)

[PATCH v6 0/3] rust: i2c: Add basic I2C driver abstractions
 2025-10-05 10:23 UTC  (4+ messages)
` [PATCH v6 1/3] rust: i2c: add basic I2C device and "
` [PATCH v6 2/3] rust: i2c: add manual I2C device creation abstractions
` [PATCH v6 3/3] samples: rust: add Rust I2C sample driver

[PATCH 0/2] Fix two issues with freeze listeners
 2025-10-04 10:07 UTC  (3+ messages)
` [PATCH 1/2] rust_binder: freeze_notif_done should resend if wrong state
` [PATCH 2/2] rust_binder: don't delete FreezeListener if there are pending duplicates

[PATCH v3] RISC-V: re-enable gcc + rust builds
 2025-10-04  3:39 UTC  (3+ messages)

[PATCH 0/7] Binary Large Objects for Rust DebugFS
 2025-10-03 23:36 UTC  (11+ messages)
` [PATCH 1/7] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH 2/7] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH 3/7] rust: debugfs: support for binary large objects
` [PATCH 4/7] rust: debugfs: support blobs from smart pointers
` [PATCH 5/7] samples: rust: debugfs: add example for blobs
` [PATCH 6/7] rust: debugfs: support binary large objects for ScopedDir
` [PATCH 7/7] samples: rust: debugfs_scoped: add example for blobs

[PATCH v1] rust: cfi: only 64-bit arm and x86 support CFI_CLANG
 2025-10-03 22:57 UTC  (4+ messages)

linux-next: Tree for Oct 2
 2025-10-03 19:16 UTC  (4+ messages)

[PATCH v3 00/13] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-03 17:59 UTC  (8+ messages)
` [PATCH v3 08/13] gpu: nova-core: Add bindings and accessors for GspSystemInfo

[PATCH] rust_binder: remove warning about orphan mappings
 2025-10-03 17:58 UTC  (2+ messages)

[PATCH v2 1/2] rust: pci: skip probing VFs if driver doesn't support VFs
 2025-10-03 11:52 UTC  (13+ messages)

[PATCH] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-03  7:48 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-03  5:18 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;
as well as URLs for NNTP newsgroup(s).