rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-06 22:29:26 to 2025-10-11 00:50:50 UTC [more...]

[PATCH] mm: use enum for vm_flags
 2025-10-11  0:50 UTC  (12+ messages)

[PATCH v3 0/2] rust: leds: add led classdev abstractions
 2025-10-10 22:53 UTC  (3+ messages)
` [PATCH v3 1/2] rust: add basic Pin<Vec<T, A>> abstractions
` [PATCH v3 2/2] rust: leds: add basic led classdev abstractions

[PATCH v2 0/2] rust: leds: add led classdev abstractions
 2025-10-10 21:14 UTC  (7+ messages)
` [PATCH v2 1/2] rust: add basic Pin<Vec<T, A>> abstractions
` [PATCH v2 2/2] rust: leds: add basic led classdev abstractions

[PATCH 0/3] Clean `rustfmt` formatting and define imports style
 2025-10-10 20:31 UTC  (5+ messages)
` [PATCH 1/3] docs: rust: add section on imports formatting
` [PATCH 2/3] rust: alloc: employ a trailing comment to keep vertical layout
` [PATCH 3/3] rust: cpufreq: fix formatting

[PATCH v2 0/1] rust: add `rustcheck` make target for check-only builds
 2025-10-10 18:56 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH 0/2] rust: leds: add led classdev abstractions
 2025-10-10 18:36 UTC  (7+ messages)
` [PATCH 1/2] rust: add basic Pin<Vec<T, A>> abstractions
` [PATCH 2/2] rust: leds: add basic led classdev abstractions

[RFC PATCH v2 0/3] rust: bounded integer types and use in register macro
 2025-10-10 17:58 UTC  (23+ messages)
` [PATCH RFC v2 1/3] gpu: nova-core: register: use field type for Into implementation
` [PATCH RFC v2 2/3] rust: kernel: add bounded integer types
` [PATCH RFC v2 3/3] gpu: nova-core: use BoundedInt

[PATCH v2 0/5] rust: add `TryFrom` and `Into` derive macros
 2025-10-10 13:04 UTC  (4+ messages)

[RFC 0/6] rust: pci: add config space read/write support
 2025-10-10  8:03 UTC  (7+ messages)
` [RFC 1/6] rust: io: refactor Io<SIZE> helpers into IoRegion trait
` [RFC 2/6] rust: io: factor out MMIO read/write macros
` [RFC 3/6] rust: pci: add a helper to query configuration space size
` [RFC 4/6] rust: pci: add config space read/write support
` [RFC 5/6] rust: pci: add helper to find extended capability
` [RFC 6/6] [!UPSTREAM] nova-core: test configuration routine

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-10  7:28 UTC  (24+ messages)
` [PATCH v6 1/5] nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova

[PATCH v4 00/13] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-09 21:41 UTC  (29+ 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 v15 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-10-09 17:05 UTC  (4+ messages)
  ` [PATCH v15 3/7] rust: pwm: Add complete abstraction layer

[PATCH AUTOSEL 6.17-6.16] rust: kunit: allow `cfg` on `test`s
 2025-10-09 15:54 UTC 

[PATCH 0/4] Add first led driver written in Rust
 2025-10-09 13:11 UTC  (14+ 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 v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-09 13:02 UTC  (6+ messages)

[PATCH v2 0/3] Fix three issues with freeze listeners
 2025-10-09 11:19 UTC  (12+ 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-09 11:17 UTC  (6+ 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 1/1] Use new `--output-format=doctest` rustdoc command line flag to improve doctest handling
 2025-10-09  9:14 UTC  (2+ messages)

[PATCH v2 0/4] rust: xarray: abstract xa_alloc and xa_alloc_cyclic
 2025-10-09  4:50 UTC  (12+ 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 v2] nova-core: vbios: Rework BiosImage to be simpler
 2025-10-09  0:47 UTC 

[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  (5+ messages)

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

[PATCH 0/3] rust: xarray: abstract `xa_alloc` and `xa_alloc_cyclic`
 2025-10-08 16:01 UTC  (17+ messages)
` [PATCH 1/3] rust: xarray: abstract `xa_alloc`
` [PATCH 2/3] rust: xarray: abstract `xa_alloc_cyclic`

[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] 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  (8+ 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).