rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-29 15:30:16 to 2025-11-03 02:17:38 UTC [more...]

[PATCH 0/2] rust: add BitInt type and use in Nova's bitfield macro
 2025-11-03  2:17 UTC  (5+ messages)
` [PATCH 1/2] rust: add BitInt integer wrapping type
` [PATCH FOR REFERENCE 2/2] gpu: nova-core: use BitInt for bitfields

[PATCH v4 0/3] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-03  1:04 UTC  (6+ messages)
` [PATCH v4 1/3] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v4 2/3] gpu: nova-core: make Architecture behave as a u8 type
` [PATCH v4 3/3] gpu: nova-core: add boot42 support for next-gen GPUs

[PATCH v2 0/5] rust: add `TryFrom` and `Into` derive macros
 2025-11-03  0:18 UTC  (7+ messages)

[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
 2025-11-02 23:59 UTC  (13+ messages)
` [PATCH v2 01/12] nova-core: falcon: Move waiting until halted to a helper
` [PATCH v2 02/12] nova-core: falcon: Move start functionality into separate helper
` [PATCH v2 03/12] nova-core: falcon: Move mbox functionalities into helper
` [PATCH v2 04/12] nova-core: falcon: Move dma_reset functionality "
` [PATCH v2 05/12] nova-core: gsp: Add support for checking if GSP reloaded
` [PATCH v2 06/12] nova-core: Add bindings required by GSP sequencer
` [PATCH v2 07/12] nova-core: Implement the "
` [PATCH v2 08/12] nova-core: sequencer: Add register opcodes
` [PATCH v2 09/12] nova-core: sequencer: Add delay opcode support
` [PATCH v2 10/12] nova-core: sequencer: Implement basic core operations
` [PATCH v2 11/12] nova-core: sequencer: Implement core resume operation
` [PATCH v2 12/12] gpu: nova-core: gsp: Wait for gsp initialization to complete

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-02 23:51 UTC  (7+ messages)
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal

[RFC 0/2] rust: introduce abstractions for fwctl
 2025-11-02 22:55 UTC  (15+ messages)
` [RFC 1/2] "
` [RFC 2/2] samples: rust: fwctl: add sample code for FwCtl

[PATCH v2 1/3] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
 2025-11-02 22:49 UTC  (8+ messages)
` [PATCH v2 2/3] nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rs

[PATCH] rust: devres: fix private intra-doc link
 2025-11-02 22:20 UTC  (2+ messages)

[PATCH] rust: condvar: fix broken intra-doc link
 2025-11-02 22:20 UTC  (2+ messages)

[PATCH 1/2] rust: kbuild: treat `build_error` and `rustdoc` as kernel objects
 2025-11-02 21:28 UTC  (2+ messages)
` [PATCH 2/2] rust: kbuild: workaround `rustdoc` doctests modifier bug

[PATCH v18 0/7] rust: extend `module!` macro with integer parameter support
 2025-11-02 21:19 UTC  (4+ messages)

[PATCH v6 2/3] rust: i2c: add manual I2C device creation abstractions
 2025-11-02 18:02 UTC  (7+ messages)
` [PATCH v6 2/3] rust: i2c: Add basic I2C driver abstractions

[PATCH RESEND] rust: enable slice_flatten feature and abstract it through an extension trait
 2025-11-02 14:28 UTC  (6+ messages)

[PATCH v2 0/2] rust: add BitInt type and use in Nova's bitfield macro
 2025-11-02 14:24 UTC  (3+ messages)
` [PATCH v2 1/2] rust: add BitInt integer wrapping type
` [PATCH FOR REFERENCE v2 2/2] gpu: nova-core: use BitInt for bitfields

[PATCH] rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0
 2025-11-02  7:57 UTC  (5+ messages)

[PATCH v3 0/2] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-02  3:33 UTC  (24+ messages)
` [PATCH v3 2/2] gpu: nova-core: "

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-11-02  3:00 UTC  (7+ messages)
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova

[PATCH RESEND] rust: transmute: add `from_bytes_prefix` family of methods
 2025-11-02  2:05 UTC  (3+ messages)

[PATCH v7 0/6] rust: add `ww_mutex` support
 2025-11-01 16:10 UTC  (7+ messages)
` [PATCH v7 1/6] rust: add C wrappers for ww_mutex inline functions
` [PATCH v7 2/6] rust: implement `Class` for ww_class support
` [PATCH v7 3/6] rust: error: add EDEADLK
` [PATCH v7 4/6] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard
` [PATCH v7 5/6] rust: ww_mutex: implement LockSet
` [PATCH v7 6/6] rust: add test coverage for ww_mutex implementation

[PATCH RFC 0/4] rust: Introduce support for C linked list interfacing and DRM Buddy bindings
 2025-11-01 15:47 UTC  (20+ messages)
` [PATCH RFC 1/4] rust: clist: Add abstraction for iterating over C linked lists
` [PATCH RFC 2/4] samples: rust: Add sample demonstrating C linked list iteration
` [PATCH RFC 3/4] rust: drm: Add DRM buddy allocator bindings
` [PATCH RFC 4/4] samples: rust: Add sample demonstrating DRM buddy allocator

[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
 2025-11-01 15:06 UTC  (18+ messages)
` [PATCH v3 01/10] rust: fs: add new type file::Offset
` [PATCH v3 02/10] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH v3 03/10] rust: uaccess: add UserSliceReader::read_slice_file()
` [PATCH v3 04/10] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v3 05/10] rust: uaccess: add UserSliceWriter::write_slice_file()

[PATCH 0/4] Introduce import_ns support for Rust
 2025-11-01  8:06 UTC  (11+ messages)
    ` [PATCH 4/4] pwm: th1520: Fix clippy warning for redundant struct field init
    ` [PATCH 1/4] rust: macros: Add support for 'imports_ns' to module!

[PATCH v3 0/5] Use Rust Bitmap from Rust Binder driver
 2025-11-01  1:07 UTC  (3+ messages)
` [PATCH v3 3/5] rust: id_pool: do not supply starting capacity

[PATCH v13 00/17] Refcounted interrupts, SpinLockIrq for rust
 2025-10-31 19:59 UTC  (10+ messages)
` [PATCH v13 01/17] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v13 03/17] preempt: Introduce HARDIRQ_DISABLE_BITS

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-31 19:22 UTC  (3+ messages)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration

[PATCH v7 0/2] rust: leds: add led classdev abstractions
 2025-10-31 13:18 UTC  (4+ messages)

[PATCH v3 0/5] rust: pci: add config space read/write support
 2025-10-31 12:55 UTC  (15+ messages)
` [PATCH v3 1/5] rust: io: factor common I/O helpers into Io trait
` [PATCH v3 2/5] rust: io: factor out MMIO read/write macros
` [PATCH v3 3/5] rust: pci: add a helper to query configuration space size
` [PATCH v3 4/5] rust: pci: add config space read/write support
` [PATCH v3 5/5] sample: rust: pci: add tests for config space routines

[PATCH v4] rust: lock: Export Guard::do_unlocked()
 2025-10-31 10:24 UTC  (6+ messages)

[PATCH v2] rust: of: replace `core::mem::zeroed` with `pin_init::zeroed`
 2025-10-31  9:55 UTC  (2+ messages)

[PATCH v2] rust_binder: use compat_ptr_ioctl
 2025-10-31  8:48 UTC 

[PATCH v2] Makefile: Remove the product of pin_init cleanly in mrporper
 2025-10-31  2:32 UTC 

[PATCH] Makefile: Remove the product of pin_init cleanly in mrporper
 2025-10-31  1:54 UTC  (3+ messages)

[PATCH 1/2] drm: nova: depend on CONFIG_64BIT
 2025-10-30 22:24 UTC  (4+ messages)
` [PATCH 2/2] drm: nova: select NOVA_CORE

[PATCH] pwm: fix Rust formatting
 2025-10-30 22:10 UTC  (2+ messages)

[PATCH] pwm: fix broken intra-doc link
 2025-10-30 22:06 UTC  (2+ messages)

[PATCH] nova-core: Ada: basic GPU identification
 2025-10-30 20:09 UTC  (3+ messages)

[PATCH] rust/dma: Take &mut self in CoherentAllocation::field_write()
 2025-10-30 18:06 UTC  (2+ messages)

[PATCH] rust: of: replace `core::mem::zeroed` with `pin_init::zeroed`
 2025-10-30 17:33 UTC  (2+ messages)

[PATCH v12 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-10-30 16:50 UTC  (8+ messages)
` [PATCH v12 1/4] rust: types: Add Ownable/Owned types
` [PATCH v12 2/4] `AlwaysRefCounted` is renamed to `RefCounted`

[PATCH] rust_binder: use compat_ptr_ioctl
 2025-10-30 15:06 UTC  (4+ messages)

[PATCH 0/1] nova-core: regs: rename .alter() --> .update()
 2025-10-30 11:12 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/2] nova-core: remove HWCFG1 and need_riscv
 2025-10-30 11:10 UTC  (2+ messages)

[PATCH 0/8] Device::drvdata() and driver/driver interaction (auxiliary)
 2025-10-29 18:10 UTC  (10+ messages)
` [PATCH 2/8] rust: device: introduce Device::drvdata()


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).