messages from 2025-10-28 22:33:06 to 2025-11-01 16:11:26 UTC [more...]
[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] rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0
2025-11-01 15:53 UTC (3+ messages)
[PATCH RESEND] rust: enable slice_flatten feature and abstract it through an extension trait
2025-11-01 15:52 UTC (3+ messages)
[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 RESEND] rust: transmute: add `from_bytes_prefix` family of methods
2025-11-01 13:52 UTC (2+ messages)
[PATCH v2 1/3] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
2025-11-01 11:47 UTC (4+ messages)
` [PATCH v2 2/3] nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rs
[PATCH 0/4] Introduce import_ns support for Rust
2025-11-01 8:06 UTC (20+ messages)
` [PATCH 1/4] rust: macros: Add support for 'imports_ns' to module!
` [PATCH 2/4] rust: pwm: Add module_pwm_platform_driver! macro
` [PATCH 3/4] pwm: th1520: Use "
` [PATCH 4/4] pwm: th1520: Fix clippy warning for redundant struct field init
[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 v22 00/28] riscv control-flow integrity for usermode
2025-10-31 22:10 UTC (6+ 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
[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 0/2] rust: add BitInt type and use in Nova's bitfield macro
2025-10-31 13:39 UTC (3+ messages)
` [PATCH 1/2] rust: add BitInt integer wrapping type
` [PATCH FOR REFERENCE 2/2] gpu: nova-core: use BitInt for bitfields
[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 v3 0/2] gpu: nova: add boot42 support for next-gen GPUs
2025-10-31 0:04 UTC (22+ messages)
` [PATCH v3 1/2] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v3 2/2] gpu: nova-core: add boot42 support for next-gen GPUs
[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)
[RFC 0/2] rust: introduce abstractions for fwctl
2025-10-30 17:54 UTC (11+ messages)
` [RFC 1/2] "
` [RFC 2/2] samples: rust: fwctl: add sample code for FwCtl
[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()
[PATCH v2 0/8] Binary Large Objects for Rust DebugFS
2025-10-29 15:26 UTC (4+ messages)
` [PATCH v2 1/8] rust: fs: add file::Offset type alias
[PATCH v2] rust: opp: simplify callers of `to_c_str_array`
2025-10-29 14:25 UTC (4+ messages)
[PATCH] MAINTAINERS: add Tyr to DRM DRIVERS AND COMMON INFRASTRUCTURE [RUST]
2025-10-29 13:30 UTC (3+ messages)
[PATCH] rust: condvar: fix broken intra-doc link
2025-10-29 12:45 UTC (2+ messages)
[PATCH] rust: devres: fix private intra-doc link
2025-10-29 11:51 UTC (3+ messages)
[PATCH] rust_binder: move BC_FREE_BUFFER drop inside if statement
2025-10-29 11:50 UTC
[PATCH v7 00/14] gpu: nova-core: Boot GSP to RISC-V active
2025-10-29 8:16 UTC (15+ messages)
` [PATCH v7 01/14] gpu: nova-core: compute layout of more framebuffer regions required for GSP
` [PATCH v7 02/14] gpu: nova-core: Set correct DMA mask
` [PATCH v7 03/14] gpu: nova-core: num: add functions to safely convert a const value to a smaller type
` [PATCH v7 04/14] gpu: nova-core: Create initial Gsp
` [PATCH v7 05/14] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v7 06/14] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH v7 07/14] gpu: nova-core: Add zeroable trait to bindings
` [PATCH v7 08/14] rust: enable slice_flatten feature and abstract it through an extension trait
` [PATCH v7 09/14] gpu: nova-core: gsp: Add GSP command queue bindings and handling
` [PATCH v7 10/14] gpu: nova-core: gsp: Create rmargs
` [PATCH v7 11/14] gpu: nova-core: gsp: Add RM registry and sysinfo bindings and commands
` [PATCH v7 12/14] nova-core: falcon: Add support to check if RISC-V is active
` [PATCH v7 13/14] nova-core: falcon: Add support to write firmware version
` [PATCH v7 14/14] nova-core: gsp: Boot GSP
[PATCH v3 0/6] gpu: nova-core: remove use of `as` for integer conversions
2025-10-28 23:31 UTC (8+ messages)
` [PATCH v3 1/6] gpu: nova-core: replace `as` with `from` conversions where possible
` [PATCH v3 2/6] gpu: nova-core: vbios: do not use `as` when comparing BiosImageType
` [PATCH v3 3/6] gpu: nova-core: use `try_from` instead of `as` for u32 conversions
` [PATCH v3 4/6] gpu: nova-core: add functions and traits for lossless integer conversions
` [PATCH v3 5/6] gpu: nova-core: replace use of `as` with functions from `num`
` [PATCH v3 6/6] gpu: nova-core: justify remaining uses of `as`
[PATCH 0/7] gpu: nova-core: remove use of `as` for integer conversions
2025-10-28 22:40 UTC (8+ messages)
` [PATCH 5/7] gpu: nova-core: add extra conversion functions and traits
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox