rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-11 15:29:15 to 2025-02-17 06:44:57 UTC [more...]

[PATCH v10 0/8] rust: Add IO polling
 2025-02-17  6:44 UTC  (20+ messages)
` [PATCH v10 1/8] sched/core: Add __might_sleep_precision()
` [PATCH v10 6/8] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH v10 7/8] rust: Add read_poll_timeout functions

[PATCH v2 0/3] rust: configfs abstractions
 2025-02-17  2:17 UTC  (7+ messages)
` [PATCH v2 1/3] rust: sync: change `<Arc<T> as ForeignOwnable>::PointedTo` to `T`
` [PATCH v2 2/3] rust: configfs: introduce rust support for configfs

[PATCH v16 0/4] rust: xarray: Add a minimal abstraction for XArray
 2025-02-17  1:58 UTC  (4+ messages)
` [PATCH v16 2/4] rust: types: add `ForeignOwnable::PointedTo`

[PATCH 1/2] rust: fix clippy::too-long-first-doc-paragraph
 2025-02-16 21:46 UTC  (3+ messages)
` [PATCH 2/2] rust: enable `too-long-first-doc-paragraph` clippy lint

[PATCH] rust: fix clippy::too-long-first-doc-paragraph
 2025-02-16 17:22 UTC  (7+ messages)

[PATCH V2 0/2] author field in module! macro should be a array
 2025-02-16 12:35 UTC  (10+ messages)
` [PATCH V2 1/2] rust: module: change author to "
` [PATCH V2 2/2] checkpatch: throw error in malformed arrays

[PATCH v11 0/3] Add dma coherent allocator abstraction
 2025-02-15 21:40 UTC  (3+ messages)
` [PATCH v11 2/3] rust: add "

[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
 2025-02-15 19:47 UTC  (22+ messages)

[GIT PULL] Rust fixes for 6.14 (2nd)
 2025-02-15 18:47 UTC  (2+ messages)

[PATCH v6 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2025-02-15 13:04 UTC  (15+ messages)
` [PATCH v6 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v6 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH v6 3/3] rust: kunit: allow to know if we are in a test

[PATCH] gendwarfksyms: Add a separate pass to resolve FQNs
 2025-02-15 12:59 UTC  (2+ messages)

[PATCH] kbuild, rust: use -fremap-path-prefix to make paths relative
 2025-02-15 12:56 UTC  (2+ messages)

[PATCH v7 00/14] hrtimer Rust API
 2025-02-15 10:35 UTC  (4+ messages)
` [PATCH v7 04/14] rust: hrtimer: implement `HrTimerPointer` for `Arc`

[PATCH V8 00/14] Rust bindings for cpufreq and OPP core + sample driver
 2025-02-15 10:16 UTC  (19+ messages)
` [PATCH V8 04/14] rust: Add cpumask helpers

[PATCH v7 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2025-02-15  9:06 UTC  (4+ messages)
` [PATCH v7 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v7 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH v7 3/3] rust: kunit: allow to know if we are in a test

[LSF/MM/BPF TOPIC] Rust in FS, Storage, MM
 2025-02-15  0:18 UTC  (2+ messages)

[PATCH v8 2/2] rust: add dma coherent allocator abstraction
 2025-02-14 19:49 UTC  (28+ messages)
        ` On community influencing (was Re: [PATCH v8 2/2] rust: add dma coherent allocator abstraction.)

[PATCH] kbuild: rust: add rustc-min-version support function
 2025-02-14 18:47 UTC  (4+ messages)

[PATCH v14 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-02-14 18:19 UTC  (24+ messages)
` [PATCH v14 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v14 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v14 3/8] mm: rust: add vm_insert_page
` [PATCH v14 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v14 5/8] mm: rust: add mmput_async support
` [PATCH v14 6/8] mm: rust: add VmaNew for f_ops->mmap()
` [PATCH v14 7/8] rust: miscdevice: add mmap support
` [PATCH v14 8/8] task: rust: rework how current is accessed

[PATCH v3 1/2] gpu: nova-core: add initial driver stub
 2025-02-13 22:12 UTC  (7+ messages)
` [PATCH v3 2/2] gpu: nova-core: add initial documentation

[PATCH] arm64: rust: clean Rust 1.85.0 warning using softfloat target
 2025-02-13 20:17 UTC  (13+ messages)

[PATCH 2/3] rust: macros: change author field to array
 2025-02-13 18:20 UTC  (6+ messages)
` [PATCH 3/3] checkpatch: throw error in malformed arrays

[PATCH 0/3] author field in module! macro should be a array
 2025-02-13 17:53 UTC  (4+ messages)
` [PATCH 1/3] rust: module: change author to "

[PATCH v7] rust: alloc: satisfy POSIX alignment requirement
 2025-02-13 14:24 UTC  (2+ messages)

[PATCH v6] rust: alloc: satisfy POSIX alignment requirement
 2025-02-13 14:23 UTC  (4+ messages)

[PATCH v3 0/5] rust: Add bug/warn abstractions
 2025-02-13 13:57 UTC  (6+ messages)
` [PATCH v3 1/5] x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
` [PATCH v3 2/5] riscv/bug: "
` [PATCH v3 3/5] arm64/bug: "
` [PATCH v3 4/5] loongarch/bug: "
` [PATCH v3 5/5] rust: Add warn_on and warn_on_once

[PATCH v5] rust: alloc: satisfy POSIX alignment requirement
 2025-02-13 11:21 UTC  (12+ messages)

[PATCH] rust: types: extend `Opaque` documentation
 2025-02-12 22:43 UTC  (2+ messages)

[PATCH] rust: rbtree: fix overindented list item
 2025-02-12 22:29 UTC  (2+ messages)

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2025-02-12 22:28 UTC  (2+ messages)

[PATCH 0/3] author field in module! macro should be a array
 2025-02-12 19:44 UTC 

[PATCH v4 0/9] Driver core: Add faux bus devices
 2025-02-12 14:58 UTC  (14+ messages)
` [PATCH v4 1/9] driver core: add a faux bus for use when a simple device/bus is needed
` [PATCH v4 2/9] rust/kernel: Add faux device bindings

[PATCH v6 0/6] rust: extend `module!` macro with integer parameter support
 2025-02-12  9:09 UTC  (13+ messages)
` [PATCH v6 1/6] rust: str: implement `PartialEq` for `BStr`
` [PATCH v6 2/6] rust: str: implement `Index` "
` [PATCH v6 3/6] rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
` [PATCH v6 4/6] rust: str: implement `strip_prefix` for `BStr`
` [PATCH v6 5/6] rust: str: add radix prefixed integer parsing functions
` [PATCH v6 6/6] rust: add parameter support to the `module!` macro

[PATCH v4] rust: alloc: satisfy POSIX alignment requirement
 2025-02-11 21:56 UTC  (9+ messages)

[PATCH v4 0/3] rust: Add pr_*_once macros
 2025-02-11 15:42 UTC  (4+ 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).