rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-24 23:46:26 to 2025-11-28 02:12:03 UTC [more...]

[PATCH v2 0/7] rust: build_assert: document and fix use with function arguments
 2025-11-28  2:11 UTC  (3+ messages)
` [PATCH v2 1/7] rust: build_assert: add instructions for "
` [PATCH v2 2/7] rust: io: always inline functions using build_assert with arguments

[PATCH] rust: io: always inline methods leading to build_assert
 2025-11-28  0:34 UTC  (5+ messages)

[PATCH] rust: Return Option from page_align and ensure no usize overflow
 2025-11-28  0:28 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] rust: id_pool: fix broken intra-doc link
 2025-11-27 21:33 UTC 

[PATCH] rust: drm: tyr: use generated bindings for GpuInfo
 2025-11-27 21:18 UTC 

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2025-11-27 21:14 UTC  (3+ messages)

[PATCH 0/6] dma-fence: Remove return code of dma_fence_signal() et al
 2025-11-27 17:19 UTC  (28+ messages)
` [PATCH 1/6] dma-buf/dma-fence: Add dma_fence_test_signaled_flag()
` [PATCH 2/6] amd/amdkfd: Ignore return code of dma_fence_signal()
` [PATCH 3/6] drm/gpu/xe: Ignore dma_fenc_signal() return code
` [PATCH 4/6] dma-buf: Don't misuse dma_fence_signal()
` [PATCH 5/6] drm/ttm: Remove return check of dma_fence_signal()
` [PATCH 6/6] dma-buf/dma-fence: Remove return code of signaling-functions

[PATCH] Move pwm registration into pwm::Chip::new
 2025-11-27 17:16 UTC  (2+ messages)

[RFC WIP 0/3] DRM Jobqueue
 2025-11-27 14:13 UTC  (16+ messages)
` [RFC WIP 2/3] rust: sync: Add dma_fence abstractions
` [RFC WIP 3/3] rust/drm: Add initial jobqueue sceleton

[PATCH v7 0/6] rust: add `ww_mutex` support
 2025-11-27 13:46 UTC  (24+ messages)
` [PATCH v7 1/6] rust: add C wrappers for ww_mutex inline functions
` [PATCH v7 2/6] rust: implement `Class` for ww_class support
` [PATCH v7 3/6] rust: error: add EDEADLK
` [PATCH v7 4/6] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard
` [PATCH v7 5/6] rust: ww_mutex: implement LockSet

[PATCH v2 1/3] rust: helpers: Add list helpers for C linked list operations
 2025-11-27 13:46 UTC  (24+ messages)
` [PATCH v2 2/3] rust: clist: Add basic list infrastructure and head iterator
` [PATCH v2 3/3] rust: clist: Add typed iteration with FromListHead trait

Termin płatności
 2025-11-27  9:11 UTC 

[PATCH 00/10] rust: refactor ARef and AlwaysRefCounted imports
 2025-11-27  6:25 UTC  (9+ messages)
` [PATCH 01/10] drivers: android: binder: Update ARef imports from sync::aref
` [PATCH 06/10] rust: kernel: Update ARef and AlwaysRefCounted imports to use sync::aref

[PATCH v2 0/5] gpu: nova-core: Hopper/Blackwell prerequisites
 2025-11-27  0:53 UTC  (8+ messages)
` [PATCH v2 1/5] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v2 2/5] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH v2 3/5] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v2 4/5] nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH v2 5/5] gpu: nova-core: use GPU Architecture to simplify HAL selections

[PATCH 1/1] drm: nova: Align GEM memory allocation to system page size
 2025-11-26 21:14 UTC  (17+ messages)

[PATCH v6 0/6] Use Rust Bitmap from Rust Binder driver
 2025-11-26 16:22 UTC  (15+ messages)
` [PATCH v6 1/6] rust: bitmap: add MAX_LEN and MAX_INLINE_LEN constants
` [PATCH v6 2/6] rust: bitmap: add BitmapVec::new_inline()
` [PATCH v6 3/6] rust: id_pool: rename IdPool::new() to with_capacity()
` [PATCH v6 4/6] rust: id_pool: do not supply starting capacity
` [PATCH v6 5/6] rust: id_pool: do not immediately acquire new ids
` [PATCH v6 6/6] rust_binder: use bitmap for allocation of handles

[PATCH] gpu: Move DRM buddy allocator one level up
 2025-11-26 15:17 UTC  (13+ messages)

[PATCH v7 0/6] rust: pci: add config space read/write support
 2025-11-26 13:39 UTC  (17+ messages)
` [PATCH v7 3/6] rust: io: factor common I/O helpers into Io trait
` [PATCH v7 5/6] rust: pci: add config space read/write support

[PATCH 1/2] rust: allow `unreachable_pub` for doctests
 2025-11-26 13:30 UTC  (4+ messages)
` [PATCH 2/2] rust: device: make example buildable

[PATCH 00/11] gpu: nova-core: add Turing support
 2025-11-26  9:57 UTC  (21+ messages)
` [PATCH 03/11] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH 09/11] gpu: nova-core: add FalconUCodeDescV2 support

[PATCH 1/2] rust: syn: make rust-analyzer treat `std` as a dependency
 2025-11-26  4:13 UTC  (4+ messages)
` [PATCH 2/2] rust: quote: make rust-analyzer treat `core` and `std` as dependencies

[PATCH v2 0/4] gpu: nova-core: Fixups for GSP message queue and bindings
 2025-11-25 20:57 UTC  (9+ messages)
` [PATCH v2 1/4] gpu: nova-core: bindings: Add missing explicit padding
` [PATCH v2 2/4] gpu: nova-core: gsp: Fix length of received messages
` [PATCH v2 3/4] gpu: nova-core: bindings: Derive `MaybeZeroable`
` [PATCH v2 4/4] gpu: nova-core: gsp: Replace firmware version with "bindings" alias

[PATCH v5] rust: add new macro for common bitmap operations
 2025-11-25 19:55 UTC  (2+ messages)

[PATCH v3 0/4] initial work on making VMA flags a bitmap
 2025-11-25 17:21 UTC  (12+ messages)
` [PATCH v3 1/4] mm: declare VMA flags by bit
` [PATCH v3 2/4] mm: simplify and rename mm flags function for clarity
` [PATCH v3 3/4] tools/testing/vma: eliminate dependency on vma->__vm_flags
` [PATCH v3 4/4] mm: introduce VMA flags bitmap type

[PATCH] arch: um: Don't rename vmap to kernel_vmap
 2025-11-25  9:17 UTC  (6+ messages)

[PATCH v2 0/4] initial work on making VMA flags a bitmap
 2025-11-25  9:09 UTC  (6+ messages)
` [PATCH v2 3/4] tools/testing/vma: eliminate dependency on vma->__vm_flags


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