Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-09-09 10:50:35 to 2026-09-12 10:03:22 UTC [more...]

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-12 10:03 UTC  (78+ messages)
` [PATCH 01/23] scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms
` [PATCH 02/23] scripts/mksysmap: fix escape of '$' in the __pi_ pattern
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
    ` [4/23] "
` [PATCH 05/23] kbuild: do not sort nm output where the order is irrelevant
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 09/23] kbuild: do not allocate .modinfo in vmlinux
` [PATCH 11/23] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 13/23] modpost: hash module source per-file, not per-byte
` [PATCH 15/23] modpost: emit module descriptors as assembly
` [PATCH 16/23] kbuild: batch module finalisation
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 23/23] kbuild: use pigz for gzip compression if available

[PATCH 0/2] drm/tyr: unplug the GPU when reset fails
 2026-09-12  8:03 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v2 0/6] workqueue: OwnedQueue, ScopedQueue and ScopedWork
 2026-09-12  7:58 UTC  (6+ messages)
` [PATCH v2 5/6] rust: workqueue: add ScopedQueue for lifetime bound items

[PATCH v4 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
 2026-09-12  6:59 UTC  (3+ messages)
` [PATCH v4 1/2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
` [PATCH v4 2/2] rust: kernel: Add KUnit tests for powerpc ARCH_WARN_ASM bug table emission

[PATCH] rust: net: netlink: Migrate to zerocopy's `IntoBytes`
 2026-09-12  6:25 UTC 

[PATCH 1/2] block: Add post_release() operation
 2026-09-12  1:43 UTC  (14+ messages)
` [PATCH 2/2] loop: Perform __loop_clr_fd() after disk->open_mutex is dropped

[PATCH RFC] drivers/rufs: add Rust UFS host controller driver
 2026-09-11 21:44 UTC  (5+ messages)

[PATCH v2] rust: auxiliary: validate DeviceId name length
 2026-09-11 21:07 UTC  (3+ messages)

[PATCH] rust: allow `unknown_lints` in the generated bindings
 2026-09-11 19:52 UTC 

[PATCH 08/23] kallsyms: reimplement mksysmap in C
 2026-09-11 19:42 UTC  (4+ messages)

[PATCH v2] rust: maple_tree: implement Send and Sync for MapleTree
 2026-09-11 14:14 UTC  (3+ messages)

[PATCH] rust: pci: add resource_flags accessor
 2026-09-11 14:13 UTC  (4+ messages)

[PATCH v21 0/9] rust: add `Ownable` trait and `Owned` type
 2026-09-11 13:43 UTC  (16+ messages)
` [PATCH v21 1/9] rust: alloc: add `KBox::into_non_null`
` [PATCH v21 2/9] rust: types: Add Ownable/Owned types
` [PATCH v21 3/9] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v21 4/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v21 5/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v21 6/9] rust: Add `OwnableRefCounted`
` [PATCH v21 7/9] rust: page: convert to `AlwaysRefCounted`
` [PATCH v21 8/9] rust: page: add `from_raw()`
` [PATCH v21 9/9] rust: page: add `ExclusivePage` for race-free page access

[PATCH v5 00/14] drm/panic: Split into core and helpers
 2026-09-11 12:44 UTC  (15+ messages)
` [PATCH v5 01/14] drm/panic: Do not use un-escaped URL as format string
` [PATCH v5 02/14] drm/panic: Test address from kmap op for NULL
` [PATCH v5 03/14] drm/panic: Return -EINVAL if font is not available
` [PATCH v5 04/14] drm/panic: Return errno codes if panic output fails
` [PATCH v5 05/14] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH v5 06/14] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH v5 07/14] drm/panic: Return from screen_user if display is too small
` [PATCH v5 08/14] drm/panic: Retry in dispatch function if panic output fails
` [PATCH v5 09/14] drm/panic: Split draw_panic_plane()
` [PATCH v5 10/14] drm/panic: Restrict to primary planes
` [PATCH v5 11/14] drm/panic: Display panic screen via per-plane callback
` [PATCH v5 12/14] drm/panic: Internalize panic locking in DRM core and helpers
` [PATCH v5 13/14] drm/panic: Move panic display code into helper library
` [PATCH v5 14/14] drm/panic: Compile KUnit tests as module

[PATCH v2 0/8] gpu: nova-core: add NVKV codec
 2026-09-11 11:18 UTC  (8+ messages)
` [PATCH v2 5/8] gpu: nova-core: add NVKV decoder
` [PATCH v2 6/8] gpu: nova-core: add NVKV typed encoding

[PATCH V3] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
 2026-09-11  5:24 UTC  (7+ messages)

[PATCH] rust: bitfield: remove unnecessary `#[allow]`
 2026-09-11  5:19 UTC  (2+ messages)

[PATCH v3 00/21] lib: Rust implementation of SPDM
 2026-09-11  5:00 UTC  (10+ messages)
` [PATCH v3 10/21] PCI/TSM: Rename pf0 to host
` [PATCH v3 16/21] lib: rspdm: Support SPDM negotiate_algorithms
` [PATCH v3 21/21] lib: rspdm: Support SPDM challenge

[PATCH] drm/tyr: use bitfield! for non-MMIO fields
 2026-09-11  3:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: add rust-for-linux list for Tyr
 2026-09-10 23:20 UTC 

[PATCH] drm/tyr: reduce size of doorbell array
 2026-09-10 23:01 UTC 

[PATCH v2 00/27] objtool: dynamically detect noreturns
 2026-09-10 19:22 UTC  (3+ messages)
` [PATCH v2 02/27] kbuild: Add CONFIG_OBJTOOL_DEFERRED

[PATCH] rust: security: replace `core::mem::zeroed` with `pin_init::zeroed`
 2026-09-10 19:00 UTC  (8+ messages)

[PATCH drm-rust-next] rust: dma_fence: gate abstractions on CONFIG_DMA_SHARED_BUFFER
 2026-09-10 13:36 UTC  (3+ messages)

[PATCH v2] rust/drm/gem: initialize callbacks with ..pin_init::zeroed()
 2026-09-10 13:15 UTC  (2+ messages)

[PATCH] rust: kbuild: export symbols from the `uapi` crate
 2026-09-10 11:36 UTC  (5+ messages)

[PATCH net v6] rust: net: phy: fix off-by-one bit positions in device status accessors
 2026-09-10  9:43 UTC  (2+ messages)

[PATCH V2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
 2026-09-10  9:12 UTC  (3+ messages)

[PATCH v3 0/3] Rust: add runtime PM support
 2026-09-10  8:37 UTC  (5+ messages)
` [PATCH v3 1/3] rust: "

[PATCH v5 00/24] vdso: Reject absolute relocations during build
 2026-09-10  8:33 UTC  (19+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 12/24] vdso: Add the vdsocheck tool

[PATCH 0/3] rust: Add basic GPIO consumer abstractions
 2026-09-10  7:38 UTC  (5+ messages)
` [PATCH 2/3] rust: gpio: Add basic "
` [PATCH 3/3] sample: rust: Add GPIO consumer sample driver

[PATCH net v5] rust: net: phy: fix off-by-one bit positions in device status accessors
 2026-09-10  5:45 UTC  (3+ messages)

[PATCH v10 0/2] module: Extend module_blacklist parameter to built-in modules
 2026-09-10  1:32 UTC  (8+ messages)

[PATCH v1] MAINTAINERS: add the Rust workqueue abstractions to WORKQUEUE
 2026-09-09 21:11 UTC  (3+ messages)

[PATCH] rust: auxiliary: validate DeviceId name length
 2026-09-09 20:32 UTC  (8+ messages)

[PATCH] rust: drm: gem: add missing handle_free to the object vtables
 2026-09-09 17:45 UTC  (4+ messages)

[PATCH v2 0/3] rust: const_eval: add a mechanism to do const trait calls
 2026-09-09 14:36 UTC  (8+ messages)
` [PATCH v2 1/3] rust: const_eval: add `#[const_eval_only]` attribute

[PATCH v2] rust: add mark_used macro
 2026-09-09 12:02 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox