rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-02 14:16:43 to 2025-04-08 22:03:23 UTC [more...]

[PATCH] rust: kasan/kbuild: fix missing flags on first build
 2025-04-08 22:03 UTC 

[PATCH 0/3] Additional fixes for dma coherent allocator
 2025-04-08 21:59 UTC  (14+ messages)
` [PATCH 3/3] rust: dma: add as_slice/write functions for CoherentAllocation
  ` [PATCH 1/3] rust: dma: be consistent in using the `coherent` nomenclature
  ` [PATCH 2/3] rust: dma: convert the read/write macros to return Result

[PATCH 0/6] rust/hrtimer: Various hrtimer + time additions
 2025-04-08 21:55 UTC  (16+ messages)
  ` [PATCH 1/6] rust: time: Add Ktime::from_ns()
  ` [PATCH 2/6] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
  ` [PATCH 3/6] rust: hrtimer: Add HrTimerClockBase
  ` [PATCH 4/6] rust: hrtimer: Add HrTimerClockBase::time()
  ` [PATCH 5/6] rust: hrtimer: Add HrTimerCallbackContext::forward_now()
  ` [PATCH 6/6] rust: hrtimer: Add HrTimerCallback::expires()

[PATCH 0/2] pin-init fixes
 2025-04-08 21:49 UTC  (6+ messages)
` [PATCH 1/2] rust: pin-init: alloc: restrict `impl ZeroableOption` for `Box` to `T: Sized`
` [PATCH 2/2] rust: pin-init: use Markdown autolinks in Rust comments

[PATCH v7] drm: Add UAPI for the Asahi driver
 2025-04-08 21:26 UTC  (3+ messages)

[PATCH v6] drm: Add UAPI for the Asahi driver
 2025-04-08 20:20 UTC  (2+ messages)

[PATCH] rust: kbuild: Don't export __pfx symbols
 2025-04-08 19:50 UTC  (2+ messages)

[PATCH 0/8] DRM Rust abstractions
 2025-04-08 19:17 UTC  (5+ messages)

[PATCH] rust: remove spurious compiler_builtins dependents
 2025-04-08 18:52 UTC 

[PATCH] scripts: generate_rust_analyzer: Add ffi crate
 2025-04-08 17:50 UTC  (4+ messages)

[PATCH v3] rust: alloc: implement `extend` for `Vec`
 2025-04-08 14:00 UTC  (2+ messages)

[PATCH] rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
 2025-04-08 13:58 UTC  (8+ messages)

[PATCH v4 0/4] rust: Add bug/warn abstractions
 2025-04-08 13:55 UTC  (3+ messages)
` [PATCH v4 4/4] rust: Add warn_on macro

[PATCH v3] rust: alloc: implement `extend` for `Vec`
 2025-04-08 13:34 UTC  (3+ messages)

[PATCH v16 0/9] Rust support for mm_struct, vm_area_struct, and mmap
 2025-04-08  9:22 UTC  (10+ messages)
` [PATCH v16 1/9] mm: rust: add abstraction for struct mm_struct
` [PATCH v16 2/9] mm: rust: add vm_area_struct methods that require read access
` [PATCH v16 3/9] mm: rust: add vm_insert_page
` [PATCH v16 4/9] mm: rust: add lock_vma_under_rcu
` [PATCH v16 5/9] mm: rust: add mmput_async support
` [PATCH v16 6/9] mm: rust: add VmaNew for f_ops->mmap()
` [PATCH v16 7/9] rust: miscdevice: add mmap support
` [PATCH v16 8/9] task: rust: rework how current is accessed
` [PATCH v16 9/9] mm: rust: add MEMORY MANAGEMENT [RUST]

[RFC PATCH 0/2] rust: add support for maple trees
 2025-04-08  1:36 UTC  (10+ messages)
` [RFC PATCH 1/2] maple_tree: add __mtree_insert_range function
` [RFC PATCH 2/2] rust: add maple tree abstractions

[PATCH AUTOSEL 6.13 1/3] kbuild, rust: use -fremap-path-prefix to make paths relative
 2025-04-08  0:53 UTC 

[PATCH AUTOSEL 6.14 1/3] kbuild, rust: use -fremap-path-prefix to make paths relative
 2025-04-08  0:53 UTC 

[PATCH v3] arm: rust: Enable Rust support for ARMv7
 2025-04-07 23:03 UTC  (3+ messages)

Rust for Linux Open Meeting
 2025-04-07 20:59 UTC  (10+ messages)
  ` No Open Meeting at Nov 15
    ` Open Meeting at Jan 24
      ` Open Meeting at March 27
        ` Open Meeting at May 29
          ` Open Meeting at Aug 7
            ` Open Meeting at Dec 11
              ` Open Meeting at Feb 5
                ` Open Meeting at April 16

[PATCH v3 0/4] rust: alloc: split `Vec::set_len` into `Vec::{inc,dec}_len`
 2025-04-07 19:58 UTC  (7+ messages)
` [PATCH v3 1/4] rust: alloc: add Vec::len() <= Vec::capacity invariant
` [PATCH v3 2/4] rust: alloc: add `Vec::dec_len`
` [PATCH v3 3/4] rust: alloc: refactor `Vec::truncate` using `dec_len`
` [PATCH v3 4/4] rust: alloc: replace `Vec::set_len` with `inc_len`

Build: arm rustgcc unknown argument '-mno-fdpic'
 2025-04-07 18:37 UTC  (2+ messages)

[PATCH] MAINTAINERS: pci: add entry for Rust PCI code
 2025-04-07 18:07 UTC  (2+ messages)

[PATCH v4 2/3] rust: pci: impl TryFrom<&Device> for &pci::Device
 2025-04-07 15:52 UTC 

[PATCH v3] rust: alloc: use `spare_capacity_mut` to reduce unsafe
 2025-04-07 15:04 UTC  (2+ messages)

[PATCH v12 0/5] rust: Add IO polling
 2025-04-07 13:11 UTC  (9+ messages)
` [PATCH v12 1/5] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v12 2/5] rust: time: Introduce Delta type
` [PATCH v12 3/5] rust: time: Introduce Instant type
` [PATCH v12 4/5] rust: time: Add wrapper for fsleep() function
` [PATCH v12 5/5] MAINTAINERS: rust: Add a new section for all of the time stuff

[PATCH v2 0/3] rust: alloc: add Vec::resize and Vec::truncate
 2025-04-07 13:07 UTC  (2+ messages)

[PATCH 1/2] rust: alloc: extend safety requirements of Vec::set_len()
 2025-04-07 12:10 UTC  (3+ messages)
` [PATCH 2/2] rust: alloc: add missing invariant in Vec::set_len()

ABI stability and Rust
 2025-04-07 11:23 UTC  (5+ messages)

[PATCH v3 0/2] rust/revocable: add try_access_with() convenience method
 2025-04-07  7:57 UTC  (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] samples: rust: convert PCI rust sample driver to use try_access_with()

[PATCH v4] rust: convert raw URLs to Markdown autolinks in comments
 2025-04-07  3:34 UTC 

[PATCH v3] arm: rust: Enable Rust support for ARMv7
 2025-04-06 21:48 UTC  (14+ messages)

[PATCH v3 1/1] rust: convert raw URLs to Markdown autolinks in comments
 2025-04-06 21:08 UTC  (2+ messages)

[PATCH] rust: convert raw URLs to Markdown autolinks in comments
 2025-04-06 13:15 UTC  (6+ messages)

[PATCH v2] rust: alloc: implement `extend` for `Vec`
 2025-04-06 13:05 UTC  (5+ messages)

[PATCH] rust: convert raw URLs to Markdown autolinks in comments
 2025-04-06 11:55 UTC  (2+ messages)

[PATCH v1 0/2] add Rust version of might_sleep()
 2025-04-06 11:07 UTC  (3+ messages)
` [PATCH v1 1/2] sched/core: Add __might_sleep_precision()
` [PATCH v1 2/2] rust: task: add Rust version of might_sleep()

[PATCH] rust: alloc: implement `extend` for `Vec`
 2025-04-05 13:51 UTC  (2+ messages)

[PATCH v9 9/9] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
 2025-04-05  8:55 UTC  (3+ messages)

[PATCH v9 0/9] Refcounted interrupts, SpinLockIrq for rust
 2025-04-04 21:56 UTC  (4+ messages)
` [PATCH v9 6/9] rust: sync: Add SpinLockIrq

[RFC v3 00/33] Rust bindings for KMS + RVKMS
 2025-04-04 19:39 UTC  (3+ messages)
` [RFC v3 02/33] rust: drm: Add traits for registering KMS devices

[PATCH v11 6/8] MAINTAINERS: rust: Add new sections for DELAY/SLEEP and TIMEKEEPING API
 2025-04-04 16:40 UTC  (14+ messages)

[PATCH 0/10] More Rust bindings for device property reads
 2025-04-04 16:35 UTC  (25+ messages)
` [PATCH 01/10] rust: Move property_present to property.rs
` [PATCH 03/10] device property: Add fwnode_property_read_int_array()
` [PATCH 04/10] rust: Add bindings for reading device properties

[PATCH] rust: clean Rust 1.86.0 new `clippy::needless_continue` cases
 2025-04-03 17:35 UTC  (9+ messages)

[PATCH] rust: disable `clippy::needless_continue`
 2025-04-03 16:38 UTC 

[PATCH v11 0/8] rust: Add IO polling
 2025-04-03 12:23 UTC  (6+ messages)
` [PATCH v11 4/8] rust: time: Introduce Instant type

[PATCH V4 0/2] Rust: Add cpumask abstractions
 2025-04-03 10:41 UTC  (11+ messages)
` [PATCH V4 1/2] rust: Add initial "
` [PATCH V4 2/2] MAINTAINERS: Add entry for Rust bitmap API

[PATCH v2] docs: rust: quick-start: update Ubuntu instructions
 2025-04-02 16:06 UTC  (6+ messages)

[PATCH v3] docs: rust: quick-start: update Ubuntu instructions
 2025-04-02 16:00 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).