messages from 2025-04-04 16:40:19 to 2025-04-10 06:44:43 UTC [more...]
[PATCH 0/8] DRM Rust abstractions
2025-04-10 6:44 UTC (9+ messages)
[PATCH 0/6] rust/hrtimer: Various hrtimer + time additions
2025-04-10 6:21 UTC (19+ messages)
` [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 v6] rust: transmute: Add methods for FromBytes trait
2025-04-09 23:01 UTC (3+ messages)
[PATCH] rust: kasan/kbuild: fix missing flags on first build
2025-04-09 21:53 UTC (3+ messages)
[PATCH v3 0/2] kbuild: rust: provide an option to inline C helpers into Rust
2025-04-09 21:05 UTC (5+ messages)
` [PATCH v3 2/2] "
[PATCH v1] um: fix incompatible argument type in iounmap()
2025-04-09 19:07 UTC (5+ messages)
[PATCH v2 0/2] rust: workqueue: remove HasWork::OFFSET
2025-04-09 14:55 UTC (6+ messages)
` [PATCH v2 1/2] rust: retain pointer mut-ness in `container_of!`
` [PATCH v2 2/2] rust: workqueue: remove HasWork::OFFSET
[PATCH v2 0/4] rust: list: remove HasListLinks::OFFSET
2025-04-09 14:53 UTC (6+ messages)
` [PATCH v2 1/4] rust: list: simplify macro capture
` [PATCH v2 2/4] rust: list: use consistent type parameter style
` [PATCH v2 3/4] rust: list: use consistent self parameter name
` [PATCH v2 4/4] rust: list: remove OFFSET constants
[PATCH] rust: retain pointer mut-ness in `container_of!`
2025-04-09 14:48 UTC (2+ messages)
[PATCH v8 0/6] rust: reduce `as` casts, enable related lints
2025-04-09 14:47 UTC (7+ messages)
` [PATCH v8 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v8 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v8 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v8 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v8 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v8 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH 0/2] pin-init fixes
2025-04-09 14:15 UTC (7+ 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 v9 0/5] New trait OwnableRefCounted for ARef<->Owned conversion
2025-04-09 10:17 UTC (11+ messages)
` [PATCH v9 1/5] rust: types: Add Ownable/Owned types
` [PATCH v9 2/5] rust: Rename AlwaysRefCounted to RefCounted
` [PATCH v9 3/5] rust: Add missing SAFETY documentation for ARef example
` [PATCH v9 4/5] rust: kbuild: provide `RUSTC_HAS_DO_NOT_RECOMMEND` symbol
` [PATCH v9 5/5] rust: Add OwnableRefCounted and SimpleOwnableRefCounted
[PATCH 0/2] rust: workqueue: remove HasWork::OFFSET
2025-04-09 9:45 UTC (5+ messages)
` [PATCH 2/2] "
[PATCH v1] rust: conditionally compile dma abstraction based on CONFIG_HAS_DMA
2025-04-09 9:07 UTC (2+ messages)
[PATCH v1 0/2] add Rust version of might_sleep()
2025-04-09 8:51 UTC (4+ messages)
` [PATCH v1 1/2] sched/core: Add __might_sleep_precision()
` [PATCH v1 2/2] rust: task: add Rust version of might_sleep()
[PATCH v5 0/4] rust: Add bug/warn abstractions
2025-04-09 7:38 UTC (6+ messages)
` [PATCH v5 1/4] x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
` [PATCH v5 2/4] riscv/bug: "
` [PATCH v5 3/4] arm64/bug: "
` [PATCH v5 4/4] rust: Add warn_on macro
[PATCH v4 0/4] rust: Add bug/warn abstractions
2025-04-09 6:26 UTC (4+ messages)
` [PATCH v4 4/4] rust: Add warn_on macro
[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 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] 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 (3+ 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 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] 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 (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).