rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-05 10:47:37 to 2024-11-11 11:26:23 UTC [more...]

[PATCH v3 00/11] rust: bindings: Auto-generate inline static functions
 2024-11-11 11:26 UTC 

[PATCH v4 0/2] Add dma coherent allocator abstraction
 2024-11-11 10:48 UTC  (13+ messages)
` [PATCH v4 1/2] rust: error: Add EOVERFLOW
` [PATCH v4 2/2] rust: add dma coherent allocator abstraction

[RFC PATCH 0/2] rust: LED abstractions
 2024-11-11 10:21 UTC  (3+ messages)

[PATCH v3 0/3] rust: Add pr_*_once macros
 2024-11-11  9:17 UTC  (12+ messages)
` [PATCH v3 1/3] rust: print: Add do_once_lite macro
` [PATCH v3 2/3] rust: print: Add pr_*_once macros
` [PATCH v3 3/3] rust: error: Replace pr_warn by pr_warn_once

[PATCH v2 00/11] rust: bindings: Auto-generate inline static functions
 2024-11-11  4:24 UTC  (14+ messages)
` [PATCH v2 01/11] rust: bindings: Support some "
` [PATCH v2 02/11] rust: helpers: Remove blk helper
` [PATCH v2 03/11] rust: helpers: Remove err helper
` [PATCH v2 04/11] rust: helpers: Remove kunit helper
` [PATCH v2 05/11] rust: helpers: Remove some page helpers
` [PATCH v2 06/11] rust: helpers: Remove rbtree helper
` [PATCH v2 07/11] rust: helpers: Remove some refcount helpers
` [PATCH v2 08/11] rust: helpers: Remove signal helper
` [PATCH v2 09/11] rust: helpers: Remove some spinlock helpers
` [PATCH v2 10/11] rust: helpers: Remove some task helpers
` [PATCH v2 11/11] rust: helpers: Remove uaccess helpers

[PATCH 0/5] use custom FFI integer types
 2024-11-11  0:14 UTC  (2+ messages)

[PATCH v6] rust: add global lock support
 2024-11-11  0:14 UTC  (2+ messages)

[PATCH v4 0/6] rust: add improved version of `ForeignOwnable::borrow_mut`
 2024-11-10 14:14 UTC  (7+ messages)
` [PATCH v4 1/6] rust: arc: use `NonNull::new_unchecked`
` [PATCH v4 2/6] rust: types: avoid `as` casts
` [PATCH v4 3/6] rust: arc: split unsafe block, add missing comment
` [PATCH v4 4/6] rust: change `ForeignOwnable` pointer to mut
` [PATCH v4 5/6] rust: reorder `ForeignOwnable` items
` [PATCH v4 6/6] rust: add improved version of `ForeignOwnable::borrow_mut`

[PATCH RESEND] samples: rust: fix `rust_print` build making it a combined module
 2024-11-10 10:56 UTC  (2+ messages)

[PATCH v3] rust: transmute: Add implementation for FromBytes trait
 2024-11-10  5:20 UTC  (5+ messages)

[PATCH 00/23] kbuild: support building external modules in a separate build directory
 2024-11-10  1:36 UTC  (9+ messages)
` [PATCH 18/23] kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables
` [PATCH 19/23] kbuild: support building external modules in a separate build directory

[PATCH v2 00/11] kbuild: support building external modules in a separate build directory
 2024-11-10  1:34 UTC  (12+ messages)
` [PATCH v2 01/11] kbuild: replace two $(abs_objtree) with $(CURDIR) in top Makefile
` [PATCH v2 02/11] kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
` [PATCH v2 03/11] kbuild: rename abs_objtree to abs_output
` [PATCH v2 04/11] kbuild: use 'output' variable to create the output directory
` [PATCH v2 05/11] kbuild: change working directory to external module directory with M=
` [PATCH v2 06/11] kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables
` [PATCH v2 07/11] kbuild: support building external modules in a separate build directory
` [PATCH v2 08/11] kbuild: support -fmacro-prefix-map for external modules
` [PATCH v2 09/11] kbuild: use absolute path in the generated wrapper Makefile
` [PATCH v2 10/11] kbuild: make wrapper Makefile more convenient for external modules
` [PATCH v2 11/11] kbuild: allow to start building external modules in any directory

[PATCH v4 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2024-11-09 20:32 UTC  (5+ messages)
` [PATCH v4 1/3] rust: kunit: add KUnit case and suite macros

linux-next: build failure after merge of the ftrace tree
 2024-11-09 16:57 UTC  (8+ messages)

[PATCH v5 0/7] rust: Add IO polling
 2024-11-09  9:38 UTC  (13+ messages)
` [PATCH v5 4/7] rust: time: Add wrapper for fsleep function
` [PATCH v5 6/7] rust: Add read_poll_timeout functions

[PATCH] samples: rust: fix `rust_print` build making it a combined module
 2024-11-08 21:51 UTC 

[PATCH v2 0/3] rust: Add pr_*_once macros
 2024-11-08 20:25 UTC  (10+ messages)
` [PATCH v2 1/3] rust: print: Add do_once_lite macro
` [PATCH v2 2/3] rust: print: Add pr_*_once macros
` [PATCH v2 3/3] rust: error: Replace pr_warn by pr_warn_once

[PATCH v6 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice
 2024-11-08 20:05 UTC  (4+ messages)
` [PATCH v6 1/2] rust: mm: add abstractions for mm_struct and vm_area_struct

[PATCH v3 0/6] rust: add improved version of `ForeignOwnable::borrow_mut`
 2024-11-08 16:39 UTC  (9+ messages)
` [PATCH v3 1/6] rust: arc: use `NonNull::new_unchecked`
` [PATCH v3 2/6] rust: types: avoid `as` casts
` [PATCH v3 3/6] rust: arc: split unsafe block, add missing comment
` [PATCH v3 4/6] rust: change `ForeignOwnable` pointer to mut
` [PATCH v3 5/6] rust: reorder `ForeignOwnable` items
` [PATCH v3 6/6] rust: add improved version of `ForeignOwnable::borrow_mut`

[PATCH v2 0/6] rust: add improved version of `ForeignOwnable::borrow_mut`
 2024-11-08 13:20 UTC  (21+ messages)
` [PATCH v2 2/6] rust: types: avoid `as` casts
` [PATCH v2 3/6] rust: arc: split unsafe block, add missing comment
` [PATCH v2 4/6] rust: change `ForeignOwnable` pointer to mut
` [PATCH v2 5/6] rust: reorder `ForeignOwnable` items

[PATCH v4 2/2] rust: align Debug implementation for Box with Display
 2024-11-08 10:40 UTC  (2+ messages)

[PATCH v8 0/3] Extended MODVERSIONS Support
 2024-11-07 22:38 UTC  (17+ messages)
` [PATCH v8 1/3] modules: Support extended MODVERSIONS info
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information

[PATCH v3 0/1] rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RT
 2024-11-07 20:19 UTC  (5+ messages)
` [PATCH v3 1/1] "

[PATCH v2] rust: Fix build error
 2024-11-07 16:52 UTC  (5+ messages)

[PATCH 00/13] rust: bindings: Auto-generate inline static functions
 2024-11-07 13:46 UTC  (18+ messages)
` [PATCH 01/13] rust: bindings: Support some "
` [PATCH 02/13] rust: helpers: Remove blk helper
` [PATCH 03/13] rust: helpers: Remove build_bug helper
` [PATCH 04/13] rust: helpers: Remove err helper
` [PATCH 05/13] rust: helpers: Remove kunit helper
` [PATCH 06/13] rust: helpers: Remove mutex helper
` [PATCH 07/13] rust: helpers: Remove some page helpers
` [PATCH 08/13] rust: helpers: Remove rbtree helper
` [PATCH 09/13] rust: helpers: Remove some refcount helpers
` [PATCH 10/13] rust: helpers: Remove signal helper
` [PATCH 11/13] rust: helpers: Remove some spinlock helpers
` [PATCH 12/13] rust: helpers: Remove some task helpers
` [PATCH 13/13] rust: helpers: Remove uaccess helpers

[PATCH] rust-next: make from_errno use try_from_errno
 2024-11-07 12:26 UTC  (2+ messages)

[PATCH v2] rust: sync: document `PhantomData` in `Arc`
 2024-11-07 10:36 UTC 

[PATCH] rust: arc: remove unused PhantomData
 2024-11-07  8:49 UTC  (17+ messages)

[PATCH] rust: bindings: Support some inline static functions
 2024-11-07  2:26 UTC  (4+ messages)

[PATCH v3 00/13] hrtimer Rust API
 2024-11-07  1:55 UTC  (3+ messages)
` [PATCH v3 02/13] rust: hrtimer: introduce hrtimer support

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-11-06 23:44 UTC  (7+ messages)
` [PATCH v3 09/16] rust: add `io::Io` base type

FAILED: Patch "RISC-V: disallow gcc + rust builds" failed to apply to v6.11-stable tree
 2024-11-06 13:12 UTC  (2+ messages)

[PATCH] rust: irq: add support for request_irq()
 2024-11-06 11:17 UTC  (4+ messages)

[PATCH] rust: platform: add Io support
 2024-11-06 10:31 UTC  (2+ messages)

[PATCH v1] rust: Add pr_*_once macros
 2024-11-05 23:33 UTC  (10+ messages)

pinned_init vs. miri?
 2024-11-05 12:50 UTC 

[PATCH RESEND v6] rust: use host dylib naming convention
 2024-11-05 12:05 UTC 


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