messages from 2026-09-13 16:24:12 to 2026-09-16 15:09:14 UTC [more...]
[PATCH v2 00/21] kbuild: significantly speed up kernel builds
2026-09-16 15:09 UTC (78+ 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 v5 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
2026-09-16 14:46 UTC (7+ 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 v1] rust: bug: add a KUnit test for warn_on!
2026-09-16 14:09 UTC
[PATCH 0/3] rust: Add basic GPIO consumer abstractions
2026-09-16 13:29 UTC (8+ messages)
` [PATCH 1/3] rust: gpio: add GPIO module with common definitions
` [PATCH 3/3] sample: rust: Add GPIO consumer sample driver
[PATCH 0/3] rust: pin-init: provide better span for diagnostics
2026-09-16 12:11 UTC (4+ messages)
` [PATCH 1/3] rust: pin-init: internal: pin_init: emit `slot` using mixed site hygiene
` [PATCH 2/3] rust: pin-init: internal: pin_init: use `slot` identifier directly with mixed site
` [PATCH 3/3] rust: pin-init: internal: pin_init: provide span for slot projection
[PATCH 00/14] Add Rust PCI SR-IOV support
2026-09-16 11:10 UTC (16+ messages)
` [PATCH 01/14] PCI: add driver flag to opt into disabling SR-IOV on remove()
` [PATCH 02/14] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH 03/14] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH 04/14] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH 05/14] rust: pci: add is_virtfn(), to check for VFs
` [PATCH 06/14] rust: pci: add is_physfn(), to check for PFs
` [PATCH 07/14] rust: pci: add num_vf(), to return number of VFs
` [PATCH 08/14] rust: pci: add typed SR-IOV PF registration data
` [PATCH 09/14] samples: rust: add Rust SR-IOV VF driver sample
` [PATCH 10/14] rust: add C-to-Rust FFI descriptors and trampolines
` [PATCH 11/14] rust: pci: add C FFI support to typed SR-IOV PF registration data
` [PATCH 12/14] samples: rust: add C SR-IOV VF driver that calls into a Rust PF driver
` [PATCH 13/14] gpu: nova-core: publish typed SR-IOV PF data for VF drivers
` [PATCH 14/14] Documentation: rust: explain SR-IOV PF data sharing with VFs
[PATCH v3] rust: mem: add DropGuard
2026-09-16 10:09 UTC
[PATCH 0/1] rust: block: Fix unsoundness in `Operations::queue_rq`
2026-09-16 9:50 UTC (8+ messages)
` [PATCH 1/1] "
[PATCH v2] rust: mem: add DropGuard
2026-09-16 9:49 UTC
[PATCH v5 00/14] drm/panic: Split into core and helpers
2026-09-16 9:29 UTC (3+ messages)
` [PATCH v5 02/14] drm/panic: Test address from kmap op for NULL
[PATCH v1] rust: mem: add DropGuard
2026-09-16 9:26 UTC
[PATCH] rust: kbuild: export symbols from the `uapi` crate
2026-09-16 7:39 UTC (6+ messages)
[PATCH v3 00/21] lib: Rust implementation of SPDM
2026-09-16 2:11 UTC (5+ messages)
` [PATCH v3 10/21] PCI/TSM: Rename pf0 to host
[PATCH] rust: mem: add DropGuard
2026-09-16 1:15 UTC
[PATCH 1/2] block: Add post_release() operation
2026-09-15 22:38 UTC (10+ messages)
` [PATCH 2/2] loop: Perform __loop_clr_fd() after disk->open_mutex is dropped
[PATCH RFC 0/3] rust: kunit: #[should_panic] and same test name with different #[cfg(...)] support
2026-09-15 19:33 UTC (4+ messages)
` [PATCH RFC 1/3] rust: kunit: add #[should_panic] support
` [PATCH RFC 2/3] rust: kunit: allow same test name with different #[cfg(...)]
` [PATCH RFC 3/3] rust: bitmap: kunit: uncomment owned_bitmap_out_of_bounds panic case
[PATCH v2] rust: net: netlink: validate attribute length before casting to `c_int`
2026-09-15 16:40 UTC
[PATCH v3] rust: net: netlink: Migrate to zerocopy's IntoBytes
2026-09-15 14:42 UTC
[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 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 (4+ messages)
` [PATCH v4 1/2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
[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 (10+ 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 (2+ messages)
[PATCH 00/23] kbuild: significantly speed up kernel builds
2026-09-14 8:57 UTC (40+ 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 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 23/23] kbuild: use pigz for gzip compression if available
[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 (3+ messages)
` [PATCH v25 2/4] rust: leds: add Mode trait
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).