rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] rust: xarray: abstract `xa_alloc` and `xa_alloc_cyclic`
@ 2025-10-06 16:30 Onur Özkan
  2025-10-06 16:30 ` [PATCH 1/3] rust: xarray: abstract `xa_alloc` Onur Özkan
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Onur Özkan @ 2025-10-06 16:30 UTC (permalink / raw)
  To: rust-for-linux
  Cc: ojeda, alex.gaynor, boqun.feng, gary, bjorn3_gh, lossin,
	aliceryhl, tmgross, dakr, linux-kernel, acourbot, airlied, simona,
	maarten.lankhorst, mripard, tzimmermann, corbet, lyude, linux-doc,
	Onur Özkan

Initial version of xa_alloc and xa_alloc_cyclic abstraction
patch series.

Onur Özkan (3):
  rust: xarray: abstract `xa_alloc`
  rust: xarray: abstract `xa_alloc_cyclic`
  remove completed task from nova-core task list

 Documentation/gpu/nova/core/todo.rst |  8 ---
 rust/kernel/xarray.rs                | 82 ++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+), 8 deletions(-)

--
2.51.0


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-10-08 16:01 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-06 16:30 [PATCH 0/3] rust: xarray: abstract `xa_alloc` and `xa_alloc_cyclic` Onur Özkan
2025-10-06 16:30 ` [PATCH 1/3] rust: xarray: abstract `xa_alloc` Onur Özkan
2025-10-06 19:31   ` Benno Lossin
2025-10-07 10:58     ` Alice Ryhl
2025-10-08 10:18       ` Benno Lossin
2025-10-08 13:01         ` Alice Ryhl
2025-10-08 13:22           ` Onur Özkan
2025-10-08 16:01             ` Alice Ryhl
2025-10-06 23:09   ` Boqun Feng
2025-10-07  5:04     ` Onur Özkan
2025-10-06 16:30 ` [PATCH 2/3] rust: xarray: abstract `xa_alloc_cyclic` Onur Özkan
2025-10-07 10:56   ` Alice Ryhl
2025-10-07 12:31     ` Onur Özkan
2025-10-07 17:28       ` Miguel Ojeda
2025-10-08  5:26         ` Onur Özkan
2025-10-06 16:30 ` [PATCH 3/3] remove completed task from nova-core task list Onur Özkan
2025-10-07 11:01 ` [PATCH 0/3] rust: xarray: abstract `xa_alloc` and `xa_alloc_cyclic` Alice Ryhl
2025-10-07 12:37   ` Onur Özkan

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