messages from 2026-09-11 12:38:13 to 2026-09-13 21:30:51 UTC [more...]
[PATCH 00/23] kbuild: significantly speed up kernel builds
2026-09-13 21:30 UTC (41+ messages)
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [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/2] rust: honor the maximum DMA segment size
2026-09-13 21:08 UTC (7+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "
[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 RFC] drivers/rufs: add Rust UFS host controller driver
2026-09-13 13:44 UTC (18+ messages)
[PATCH v21 0/9] rust: add `Ownable` trait and `Owned` type
2026-09-13 9:49 UTC (13+ messages)
` [PATCH v21 4/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v21 6/9] rust: Add `OwnableRefCounted`
` [PATCH v21 7/9] rust: page: convert to `AlwaysRefCounted`
` [PATCH v21 9/9] rust: page: add `ExclusivePage` for race-free page access
[PATCH 0/3] rust: Add basic GPIO consumer abstractions
2026-09-13 8:58 UTC (6+ messages)
` [PATCH 2/3] rust: gpio: Add basic "
` [PATCH 3/3] sample: rust: Add GPIO consumer sample driver
[PATCH] binder: rm -f binder.c
2026-09-13 6:02 UTC (2+ messages)
[PATCH v2] rust: net: netlink: Migrate to zerocopy's IntoBytes
2026-09-13 2:18 UTC
[PATCH] rust: net: netlink: validate attribute length before casting to `c_int`
2026-09-13 2:17 UTC
[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 v4 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
2026-09-12 17:59 UTC (4+ 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: impl_flags: add conversions for raw flag representations
2026-09-12 17:39 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
[PATCH v2] rust: auxiliary: validate DeviceId name length
2026-09-11 21:07 UTC (2+ messages)
[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 (2+ messages)
[PATCH] rust: pci: add resource_flags accessor
2026-09-11 14:13 UTC (3+ messages)
[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
page: | 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