rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-11 21:48:12 to 2026-09-15 12:24:28 UTC [more...]

[PATCH v2 00/21] kbuild: significantly speed up kernel builds
 2026-09-15 12:24 UTC  (58+ messages)
` [PATCH v2 01/21] kbuild: do not allocate .modinfo in vmlinux
` [PATCH v2 02/21] kallsyms: index symbols by token to speed up table compression
` [PATCH v2 03/21] kallsyms: output binary data to speed output and kallsyms assembly
      ` [v2 "
` [PATCH v2 04/21] kbuild: do not sort nm output where the order is irrelevant
` [PATCH v2 05/21] kbuild: only emit vmlinux relocations when required
` [PATCH v2 06/21] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH v2 07/21] kallsyms: reimplement mksysmap in C
` [PATCH v2 08/21] kbuild: cache list, composite object state per object
` [PATCH v2 09/21] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH v2 10/21] kbuild: move the toolchain checks into init/Kconfig.toolchain
` [PATCH v2 11/21] kbuild: avoid re-running compiler and linker probes
` [PATCH v2 12/21] modpost: cache section relocation mismatch state
` [PATCH v2 13/21] modpost: emit module descriptors as assembly
` [PATCH v2 14/21] kbuild: batch module finalisation
` [PATCH v2 15/21] objtool: cache relocations, do less work
` [PATCH v2 16/21] objtool: size the instruction hash to the text
` [PATCH v2 17/21] objtool: decode instructions and resolve branch targets in parallel
` [PATCH v2 18/21] kbuild: rust: optionally parallelise rustc front end
` [PATCH v2 19/21] rust: make exports.o depend on the headers generated for it
` [PATCH v2 20/21] kbuild: build rust crates in parallel with the rest of the build
` [PATCH v2 21/21] kbuild: use pigz for gzip compression if available

[PATCH 0/9] drm/tyr: add CSF firmware interface support
 2026-09-15 11:18 UTC  (11+ messages)
` [PATCH 1/9] drm/tyr: validate presence of CSF shared section
` [PATCH 2/9] rust: io: drop the CONFIG_64BIT restriction on system memory u64 access
` [PATCH 3/9] drm/tyr: add MappedBo, a kernel BO with an always-valid CPU mapping
` [PATCH 4/9] drm/tyr: add McuVa and claim-checked MappedBo views
` [PATCH 5/9] drm/tyr: drop unused KernelBo::bo() function
` [PATCH 6/9] drm/tyr: add CSF firmware interface support
` [PATCH 7/9] rust: time: add arch_timer_get_rate wrapper
` [PATCH 8/9] drm/tyr: program CSF global interface
` [PATCH 9/9] drm/tyr: wait for global interface readiness

[PATCH 0/1] rust: block: Fix unsoundness in `Operations::queue_rq`
 2026-09-15  9:42 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v5 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
 2026-09-15  9:04 UTC  (3+ messages)
` [PATCH V5 1/2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
` [PATCH V5 2/2] rust: kernel: Add KUnit tests for powerpc ARCH_WARN_ASM bug table emission

[PATCH v3 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
 2026-09-15  7:40 UTC  (5+ messages)
` [PATCH v3 1/3] rust: num: add cv! macro to create values from constant expressions
` [PATCH v3 2/3] rust: prelude: add `num::cv`

[PATCH v5 0/3] nvmem: migrate to const void * in reg_write
 2026-09-15  7:15 UTC  (6+ messages)
` [PATCH v5 2/3] nvmem: core: deprecate reg_write callback with reg_write_const

[PATCH v4 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
 2026-09-15  6:20 UTC  (5+ 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 0/2] rust: honor the maximum DMA segment size
 2026-09-15  4:52 UTC  (15+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "

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

[PATCH v2 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-14 23:35 UTC  (3+ messages)
` [PATCH v2 4/9] drm/tyr: add per-file VM pool

[PATCH RFC] drivers/rufs: add Rust UFS host controller driver
 2026-09-14 20:27 UTC  (19+ messages)

[PATCH] rust: configfs: require Send data for Subsystem
 2026-09-14 14:09 UTC  (3+ messages)
    ` [PATCH v2] rust: configfs: require thread-safe callback data

[PATCH v2 0/8] gpu: nova-core: add NVKV codec
 2026-09-14 12:12 UTC  (27+ messages)
` [PATCH v2 4/8] gpu: nova-core: add NVKV encoder
` [PATCH v2 5/8] gpu: nova-core: add NVKV decoder
` [PATCH v2 6/8] gpu: nova-core: add NVKV typed encoding
` [PATCH v2 7/8] gpu: nova-core: add NVKV typed decoding
` [PATCH v2 8/8] gpu: nova-core: add NVKV GSP_INIT schemas

[PATCH 0/4] rust: pin-init: support tuple structs
 2026-09-14 11:33 UTC  (2+ messages)

[PATCH] rust: impl_flags: add conversions for raw flag representations
 2026-09-14  9:49 UTC  (3+ messages)

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-14  8:57 UTC  (46+ messages)
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 11/23] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 15/23] modpost: emit module descriptors as assembly
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 18/23] objtool: cache relocations and function dead end state, do less work
` [PATCH 19/23] objtool: decode instructions and resolve branch targets in parallel
` [PATCH 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 23/23] kbuild: use pigz for gzip compression if available

[PATCH 0/3] rust: Add basic GPIO consumer abstractions
 2026-09-14  8:36 UTC  (8+ messages)
` [PATCH 2/3] rust: gpio: Add basic "
` [PATCH 3/3] sample: rust: Add GPIO consumer sample driver

[PATCH v2] rust: net: netlink: Migrate to zerocopy's IntoBytes
 2026-09-14  2:24 UTC  (2+ messages)

[PATCH] rust: net: netlink: validate attribute length before casting to `c_int`
 2026-09-14  1:10 UTC  (2+ messages)

[PATCH v2 0/2] rust: honor the maximum DMA segment size
 2026-09-13 21:08 UTC  (3+ messages)
` [PATCH v2 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH v2 2/2] rust: scatterlist: honor the device's maximum "

[PATCH] rust: bitfield: require Zeroable storage for Zeroable impl
 2026-09-13 19:37 UTC  (2+ messages)

[GIT PULL] Rust fixes for 7.3 (2nd)
 2026-09-13 17:37 UTC  (2+ messages)

[PATCH v25 0/4] rust: leds: add led classdev abstractions
 2026-09-13 16:24 UTC  (6+ messages)
` [PATCH v25 1/4] rust: leds: add basic "
` [PATCH v25 2/4] rust: leds: add Mode trait
` [PATCH v25 3/4] rust: leds: add multicolor classdev abstractions
` [PATCH v25 4/4] MAINTAINERS: rust: leds: Add rust abstraction entry

[PATCH v21 0/9] rust: add `Ownable` trait and `Owned` type
 2026-09-13  9:49 UTC  (8+ messages)
` [PATCH v21 4/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v21 9/9] rust: page: add `ExclusivePage` for race-free page access

[PATCH] binder: rm -f binder.c
 2026-09-13  6:02 UTC  (2+ messages)

[PATCH] rust: net: netlink: Migrate to zerocopy's `IntoBytes`
 2026-09-13  1:38 UTC  (2+ messages)

[PATCH v2] rust: num: document why Integer is sealed
 2026-09-13  1:38 UTC  (2+ messages)

[PATCH] rust: allow `unknown_lints` in the generated bindings
 2026-09-12 16:29 UTC  (2+ messages)

[PATCH v6 0/3] drm/tyr: GPU reset infrastructure
 2026-09-12 11:10 UTC  (4+ messages)
` [PATCH v6 3/3] drm/tyr: put iomem behind the hardware gate

[PATCH v7 0/3] drm/tyr: GPU reset infrastructure
 2026-09-12 10:39 UTC  (5+ messages)
` [PATCH v7 1/3] drm/tyr: clear stale IRQ state before soft reset
` [PATCH v7 2/3] drm/tyr: add GPU reset infrastructure
` [PATCH v7 3/3] drm/tyr: put iomem behind the hardware gate

[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 04/23] kallsyms: output binary data to speed output and kallsyms assembly
 2026-09-12  6:38 UTC  (2+ messages)
` [4/23] "

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


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