rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-16 13:38:18 to 2025-10-19 21:25:30 UTC [more...]

[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-19 21:25 UTC  (19+ messages)
` [RESEND PATCH v18 01/16] samples: rust: platform: remove trailing commas
` [RESEND PATCH v18 02/16] rust_binder: remove trailing comma
` [RESEND PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [RESEND PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [RESEND PATCH v18 05/16] rnull: use `kernel::fmt`
` [RESEND PATCH v18 06/16] rust: alloc: "
` [RESEND PATCH v18 07/16] rust: debugfs: "
` [RESEND PATCH v18 08/16] rust: pci: "
` [RESEND PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [RESEND PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [RESEND PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [RESEND PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [RESEND PATCH v18 13/16] rust: regulator: "
` [RESEND PATCH v18 14/16] rust: clk: "
` [RESEND PATCH v18 15/16] rust: support formatting of foreign types
` [RESEND PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`

[PATCH] rust_binder: clean Clippy `mem-replace-with-default` warning
 2025-10-19 19:42 UTC  (2+ messages)

[PATCH] rust: bitmap: fix formatting
 2025-10-19 19:01 UTC  (3+ messages)

[PATCH] rust: usb: fix formatting
 2025-10-19 18:59 UTC  (3+ messages)

[PATCH v5 0/2] rust: leds: add led classdev abstractions
 2025-10-19 14:28 UTC  (4+ messages)
` [PATCH v5 1/2] rust: Add trait to convert a device reference to a bus device reference
` [PATCH v5 2/2] rust: leds: add basic led classdev abstractions

[PATCH 0/7] Binary Large Objects for Rust DebugFS
 2025-10-19 12:01 UTC  (15+ messages)
` [PATCH 1/7] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH 3/7] rust: debugfs: support for binary large objects
` [PATCH 6/7] rust: debugfs: support binary large objects for ScopedDir

[PATCH 1/2] nova-core: Solve mentions of `CoherentAllocation` improvements [COHA]
 2025-10-19 11:57 UTC  (7+ messages)

[PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments
 2025-10-19  4:56 UTC  (3+ messages)
` [PATCH 1/2] rust: pci: refer to legacy as INTx interrupts
` [PATCH 2/2] rust: pci: normalise spelling of PCI BAR

[GIT PULL] Rust 'rustfmt'
 2025-10-18 20:07 UTC  (2+ messages)

[PATCH 1/2] rust: pin-init: fix broken rust doc link
 2025-10-18 19:26 UTC  (7+ messages)
` [PATCH 2/2] rust: pin-init: fix typo in docs

[PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-18 18:05 UTC  (17+ messages)
` [PATCH v18 01/16] samples: rust: platform: remove trailing commas
` [PATCH v18 02/16] rust_binder: remove trailing comma
` [PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [PATCH v18 05/16] rnull: use `kernel::fmt`
` [PATCH v18 06/16] rust: alloc: "
` [PATCH v18 07/16] rust: debugfs: "
` [PATCH v18 08/16] rust: pci: "
` [PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [PATCH v18 13/16] rust: regulator: "
` [PATCH v18 14/16] rust: clk: "
` [PATCH v18 15/16] rust: support formatting of foreign types
` [PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`

[PATCH v17 00/11] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-18 17:09 UTC  (3+ messages)

[PATCH v7.1 0/4] bitfield initial refactor within nova-core (RESEND)
 2025-10-18 13:41 UTC  (14+ messages)
` [PATCH v7.1 1/4] gpu: nova-core: register: use field type for Into implementation
` [PATCH v7.1 2/4] gpu: nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v7.1 3/4] gpu: nova-core: bitfield: Add support for different storage widths
` [PATCH v7.1 4/4] gpu: nova-core: bitfield: Add support for custom visiblity

[PATCH v3] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-18  8:57 UTC  (2+ messages)

[PATCH 1/1] Use new `--output-format=doctest` rustdoc command line flag to improve doctest handling
 2025-10-18  7:18 UTC  (3+ messages)

[PATCH] rust: device: fix device context of Device::parent()
 2025-10-17 21:25 UTC  (5+ messages)

[PATCH] rust: driver: let probe() return impl PinInit<Self, Error>
 2025-10-17 18:29 UTC  (7+ messages)

[PATCH v4 0/9] Rust bindings for gem shmem + iosys_map
 2025-10-17 13:30 UTC  (16+ messages)
` [PATCH v4 1/9] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
` [PATCH v4 2/9] rust/drm: Add gem::impl_aref_for_gem_obj!
` [PATCH v4 3/9] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v4 4/9] rust: drm: gem: Add raw_dma_resv() function
` [PATCH v4 5/9] rust: gem: Introduce DriverObject::Args
` [PATCH v4 6/9] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v4 7/9] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v4 8/9] rust: Introduce iosys_map bindings
` [PATCH v4 9/9] rust: drm/gem: Add vmap functions to shmem bindings

[PATCH] rust: drm/gem: Remove Object.dev
 2025-10-17 13:10 UTC  (3+ messages)

[PATCH] add `[pin_]init_scope` to execute code before creating an initializer
 2025-10-17 13:08 UTC  (2+ messages)

[PATCH v2 0/5] rust: pci: add config space read/write support, take 1
 2025-10-17 11:11 UTC  (12+ messages)
` [PATCH v2 1/5] rust/io: factor common I/O helpers into Io trait and specialize Mmio<SIZE>
` [PATCH v2 2/5] rust: io: factor out MMIO read/write macros
` [PATCH v2 3/5] rust: pci: add a helper to query configuration space size
` [PATCH v2 4/5] rust: pci: add config space read/write support
` [PATCH v2 5/5] nova-core: test configuration routine

[PATCH v5 00/14] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-17 10:39 UTC  (35+ messages)
` [PATCH v5 02/14] gpu: nova-core: Create initial Gsp
` [PATCH v5 03/14] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v5 04/14] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH v5 06/14] gpu: nova-core: Add GSP command queue bindings
` [PATCH v5 07/14] gpu: nova-core: gsp: Add GSP command queue handling
` [PATCH v5 08/14] gpu: nova-core: gsp: Create rmargs
` [PATCH v5 09/14] gpu: nova-core: Add bindings and accessors for GspSystemInfo

[PATCH] iosys_map: Make dst a const in iosys_map_memcpy_to()
 2025-10-17  7:45 UTC  (2+ messages)

[PATCH v13 00/17] Refcounted interrupts, SpinLockIrq for rust
 2025-10-17  6:48 UTC  (7+ messages)
` [PATCH v13 05/17] irq & spin_lock: Add counted interrupt disabling/enabling

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

[PATCH v6 0/7] rust: add `ww_mutex` support
 2025-10-17  5:03 UTC  (3+ messages)

[PATCH 0/3] Clean `rustfmt` formatting and define imports style
 2025-10-16 23:25 UTC  (2+ messages)

[PATCH 0/3] Rust PCI housekeeping
 2025-10-16 23:02 UTC  (7+ messages)
` [PATCH 1/3] rust: pci: implement TryInto<IrqRequest<'a>> for IrqVector<'a>

[PATCH 2/3] rust: pci: move I/O infrastructure to separate file
 2025-10-16 18:54 UTC  (5+ messages)

[PATCH v20 00/28] riscv control-flow integrity for usermode
 2025-10-16 15:32 UTC  (4+ messages)
` [PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw

[PATCH v21 00/28] riscv control-flow integrity for usermode
 2025-10-16 15:31 UTC  (4+ messages)
` [PATCH v21 25/28] riscv: create a config for shadow stack and landing pad instr support

[PATCH v7 0/4] bitfield initial refactor within nova-core
 2025-10-16 15:05 UTC  (6+ messages)
` [PATCH v7 1/4] gpu: nova-core: register: use field type for Into implementation
` [PATCH v7 2/4] gpu: nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v7 3/4] gpu: nova-core: bitfield: Add support for different storage widths
` [PATCH v7 4/4] gpu: nova-core: bitfield: Add support for custom visiblity

[RFC PATCH v2 0/3] rust: bounded integer types and use in register macro
 2025-10-16 14:51 UTC  (3+ messages)
` [PATCH RFC v2 1/3] gpu: nova-core: register: use field type for Into implementation

[PATCH rust-next v2 0/3] rust: miscdevice: add llseek support
 2025-10-16 14:39 UTC  (5+ messages)

[PATCH v16 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-10-16 13:38 UTC  (7+ messages)
    ` [PATCH v16 2/7] rust: pwm: Add Kconfig and basic data structures
    ` [PATCH v16 3/7] rust: pwm: Add complete abstraction layer
    ` [PATCH v16 4/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
    ` [PATCH v16 5/7] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
    ` [PATCH v16 6/7] riscv: dts: thead: Add PWM controller node
    ` [PATCH v16 7/7] riscv: dts: thead: Add PWM fan and thermal control


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