messages from 2025-10-27 12:55:13 to 2025-10-30 18:07:05 UTC [more...]
[PATCH v7 0/2] rust: leds: add led classdev abstractions
2025-10-30 18:07 UTC (5+ messages)
` [PATCH v7 1/2] rust: Add trait to convert a device reference to a bus device reference
` [PATCH v7 2/2] rust: leds: add basic led classdev abstractions
[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 v4] rust: lock: Export Guard::do_unlocked()
2025-10-30 17:41 UTC (3+ messages)
[PATCH] Makefile: Remove the product of pin_init cleanly in mrporper
2025-10-30 17:41 UTC (2+ messages)
[PATCH] rust: of: replace `core::mem::zeroed` with `pin_init::zeroed`
2025-10-30 17:33 UTC (2+ messages)
[PATCH v3 0/5] rust: pci: add config space read/write support
2025-10-30 16:51 UTC (7+ 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 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 v3 0/2] gpu: nova: add boot42 support for next-gen GPUs
2025-10-30 14:45 UTC (21+ 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] nova-core: Ada: basic GPU identification
2025-10-30 11:15 UTC (2+ 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/4] Introduce import_ns support for Rust
2025-10-29 18:51 UTC (15+ 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] pwm: fix Rust formatting
2025-10-29 18:25 UTC
[PATCH] pwm: fix broken intra-doc link
2025-10-29 18:19 UTC
[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 (4+ 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 (14+ messages)
` [PATCH 5/7] gpu: nova-core: add extra conversion functions and traits
` [PATCH 7/7] gpu: nova-core: justify remaining uses of `as`
[PATCH] rust/dma: Take &mut self in CoherentAllocation::field_write()
2025-10-28 22:02 UTC (4+ messages)
[PATCH v4] rust: add new macro for common bitmap operations
2025-10-28 22:02 UTC (2+ messages)
[PATCH 0/5] gpu: nova-core: leverage FromBytes for VBIOS structures
2025-10-28 21:56 UTC (9+ messages)
` [PATCH 1/5] rust: transmute: add `from_bytes_prefix` family of methods
` [PATCH 2/5] gpu: nova-core: vbios: use FromBytes for PmuLookupTable header
` [PATCH 3/5] gpu: nova-core: vbios: use FromBytes for PcirStruct
` [PATCH 4/5] gpu: nova-core: vbios: use FromBytes for BitHeader
` [PATCH 5/5] gpu: nova-core: vbios: use FromBytes for NpdeStruct
[PATCH v3 0/5] Use Rust Bitmap from Rust Binder driver
2025-10-28 21:48 UTC (12+ messages)
` [PATCH v3 1/5] rust: bitmap: add MAX_LEN and NO_ALLOC_MAX_LEN constants
` [PATCH v3 2/5] rust: bitmap: add BitmapVec::new_inline()
` [PATCH v3 3/5] rust: id_pool: do not supply starting capacity
` [PATCH v3 4/5] rust: id_pool: do not immediately acquire new ids
` [PATCH v3 5/5] rust_binder: use bitmap for allocation of handles
[PATCH v6 2/3] rust: i2c: add manual I2C device creation abstractions
2025-10-28 20:00 UTC (6+ messages)
` [PATCH v6 2/3] rust: i2c: Add basic I2C driver abstractions
[PATCH 1/2] drm: nova: depend on CONFIG_64BIT
2025-10-28 19:37 UTC (6+ messages)
` [PATCH 2/2] drm: nova: select NOVA_CORE
[PATCH v2 0/2] gpu: nova: add boot42 support for next-gen GPUs
2025-10-28 17:25 UTC (7+ messages)
` [PATCH v2 1/2] gpu: nova-core: merge the Revision type into the Spec type
` [PATCH v2 2/2] gpu: nova-core: add boot42 support for next-gen GPUs
[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
2025-10-28 14:07 UTC (9+ messages)
` [PATCH v3 01/10] rust: fs: add new type file::Offset
` [PATCH v3 04/10] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v3 05/10] rust: uaccess: add UserSliceWriter::write_slice_file()
[PATCH v16 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-10-28 10:09 UTC (5+ messages)
` [PATCH v16 6/7] riscv: dts: thead: Add PWM controller node
` [PATCH v16 7/7] riscv: dts: thead: Add PWM fan and thermal control
[PATCH v3 0/2] Add read_poll_timeout_atomic support
2025-10-28 9:56 UTC (5+ messages)
` [PATCH v3 1/2] rust: add udelay() function
` [PATCH v3 2/2] rust: Add read_poll_timeout_atomic function
[PATCH] rust: usb: fix formatting
2025-10-28 9:04 UTC (5+ messages)
[PATCH v2 0/7] gpu: nova-core: remove use of `as` for integer conversions
2025-10-28 7:23 UTC (16+ messages)
` [PATCH v2 2/7] gpu: nova-core: vbios: remove unneeded u8 conversions
` [PATCH v2 3/7] gpu: nova-core: vbios: add conversion to u8 for BiosImageType
` [PATCH v2 5/7] gpu: nova-core: add extra integer conversion functions and traits
` [PATCH v2 6/7] gpu: nova-core: replace use of `as` with functions from `num`
` [PATCH v2 7/7] gpu: nova-core: justify remaining uses of `as`
[PATCH 0/2] gpu: nova: add boot42 support for next-gen GPUs
2025-10-27 21:21 UTC (5+ messages)
` [PATCH 2/2] "
[PATCH] rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`
2025-10-27 19:30 UTC (3+ messages)
[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
2025-10-27 15:05 UTC (9+ messages)
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova
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;
as well as URLs for NNTP newsgroup(s).