rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-31 07:49:06 to 2024-11-07 02:08:51 UTC [more...]

[PATCH 00/13] rust: bindings: Auto-generate inline static functions
 2024-11-07  2:08 UTC  (3+ messages)
` [PATCH 01/13] rust: bindings: Support some "
` [PATCH 02/13] rust: helpers: Remove blk helper

[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  (19+ messages)
` [PATCH v3 02/16] rust: introduce `InPlaceModule`
` [PATCH v3 08/16] rust: add `dev_*` print macros
` [PATCH v3 09/16] rust: add `io::Io` base type
` [PATCH v3 10/16] rust: add devres abstraction
` [PATCH v3 15/16] rust: platform: add basic platform device / driver abstractions

[PATCH v2 0/3] rust: Add pr_*_once macros
 2024-11-06 23:28 UTC  (4+ 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 v2] rust: Fix build error
 2024-11-06 23:24 UTC  (2+ messages)

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

[PATCH v5 0/7] rust: Add IO polling
 2024-11-06 21:35 UTC  (11+ messages)
` [PATCH v5 1/7] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v5 2/7] rust: time: Introduce Delta type
` [PATCH v5 3/7] rust: time: Introduce Instant type
` [PATCH v5 4/7] rust: time: Add wrapper for fsleep function
` [PATCH v5 5/7] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH v5 6/7] rust: Add read_poll_timeout functions
` [PATCH v5 7/7] net: phy: qt2025: Wait until PHY becomes ready

[PATCH] rust: arc: remove unused PhantomData
 2024-11-06 21:12 UTC  (15+ messages)

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

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

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

[PATCH] rust: bindings: Support some inline static functions
 2024-11-06  0:27 UTC  (3+ messages)

[PATCH v1] rust: Add pr_*_once macros
 2024-11-05 23:33 UTC  (16+ 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 

[PATCH] rust-next: make from_errno use try_from_errno
 2024-11-05 11:48 UTC 

[PATCH v4 1/2] rust: Implement Display for Box
 2024-11-05  9:49 UTC  (4+ messages)
` [PATCH v4 2/2] rust: align Debug implementation for Box with Display

[PATCH v2 0/6] rust: add improved version of `ForeignOwnable::borrow_mut`
 2024-11-04 21:20 UTC  (7+ messages)
` [PATCH v2 1/6] rust: arc: use `NonNull::new_unchecked`
` [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 v2 6/6] rust: add improved version of `ForeignOwnable::borrow_mut`

[PATCH 0/5] rust: add improved version of `ForeignOwnable::borrow_mut`
 2024-11-04 21:19 UTC  (27+ messages)
  ` [PATCH 1/5] rust: arc: use `NonNull::new_unchecked`
  ` [PATCH 2/5] rust: types: avoid `as` casts, narrow unsafe scope
  ` [PATCH 3/5] rust: change `ForeignOwnable` pointer to mut
  ` [PATCH 4/5] rust: reorder `ForeignOwnable` items
  ` [PATCH 5/5] rust: add improved version of `ForeignOwnable::borrow_mut`

[PATCH] rust: error: make `from_errno` use `try_from_errno`
 2024-11-04 20:18 UTC  (2+ messages)

[PATCH] rust-next: make from_errno use try_from_errno
 2024-11-04 20:14 UTC  (2+ messages)

[PATCH v3] rust: Implement Display for Box
 2024-11-04 14:10 UTC  (3+ messages)

[PATCH v4 0/2] rust: Implement Display and align Debug for Box
 2024-11-04 14:05 UTC 

[PATCH] rust: Fix build error
 2024-11-04 11:09 UTC  (5+ messages)

[PATCH v3 0/2] Add dma coherent allocator abstraction
 2024-11-04 10:31 UTC  (7+ messages)
` [PATCH v3 1/2] rust: error: Add EOVERFLOW
` [PATCH v3 2/2] rust: add dma coherent allocator abstraction

[PATCH v12 3/5] rust: samples: add tracepoint to Rust sample
 2024-11-04 10:13 UTC  (3+ messages)

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

[PATCH v2 0/2] Add dma coherent allocator abstraction
 2024-11-03  3:41 UTC  (4+ messages)
` [PATCH v2 1/2] rust: error: Add EOVERFLOW
` [PATCH v2 2/2] rust: add dma coherent allocator abstraction

[RFC v2 00/13] LKMM *generic* atomics in Rust
 2024-11-02  7:35 UTC  (19+ messages)
` [RFC v2 01/13] rust: Introduce atomic API helpers
` [RFC v2 02/13] rust: sync: Add basic atomic operation mapping framework
` [RFC v2 03/13] rust: sync: atomic: Add ordering annotation types
` [RFC v2 04/13] rust: sync: atomic: Add generic atomics
` [RFC v2 05/13] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [RFC v2 06/13] rust: sync: atomic: Add the framework of arithmetic operations
` [RFC v2 07/13] rust: sync: atomic: Add Atomic<u{32,64}>
` [RFC v2 08/13] rust: sync: atomic: Add Atomic<{usize,isize}>
` [RFC v2 09/13] rust: sync: atomic: Add Atomic<*mut T>
` [RFC v2 10/13] rust: sync: atomic: Add arithmetic ops for "
` [RFC v2 11/13] rust: sync: Add memory barriers
  ` [RFC v2.1 "
` [RFC v2 12/13] rust: add rcu abstraction
` [RFC v2 13/13] rust: sync: rcu: Add RCU protected pointer

[GIT PULL] Rust fixes for 6.12 (3nd)
 2024-11-02  2:17 UTC  (2+ messages)

[PATCH v3 0/4] Enable rustdoc tests for the macros crate
 2024-11-01 21:53 UTC  (2+ messages)

next-20241101: rust/kernel/security.rs - error[E0061]: this function takes 2 arguments but 3 arguments were supplied
 2024-11-01 18:08 UTC  (10+ messages)
` [PATCH] rust: lsm: replace context+len with lsm_context
          ` [PATCH] rust: security: add abstraction for secctx

[PATCH v2 0/5] Introduce Owned type and Ownable trait (was: "rust: page: Add support for vmalloc_to_page")
 2024-11-01 13:49 UTC  (11+ messages)
` [PATCH v2 1/5] rust: types: add `Owned` type and `Ownable` trait

[PATCH v3 0/2] rust: Add Lock::from_raw() and expose Guard::new()
 2024-11-01 10:23 UTC  (5+ messages)
` [PATCH v3 1/2] rust: sync: Add Lock::from_raw() for Lock<(), B>
` [PATCH v3 2/2] rust: sync: Make Guard::new() public

[PATCH v3 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2024-11-01  6:44 UTC  (4+ messages)
` [PATCH v3 2/3] rust: macros: add macro to easily run KUnit tests

[PATCH v6 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-10-31 20:56 UTC  (8+ messages)
` [POC 0/6] Allow SpinLockIrq to use a normal Guard interface
  ` [POC 2/6] rust: Introduce interrupt module
  ` [POC 5/6] rust: sync: Introduce lock::Backend::Context

[PATCH 0/2] Add dma coherent allocator abstraction
 2024-10-31  9:45 UTC  (4+ messages)
` [PATCH 2/2] rust: add "

[PATCH v4 4/7] rust: time: Add wrapper for fsleep function
 2024-10-31  8:31 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).