messages from 2026-02-10 21:34:16 to 2026-02-12 12:29:02 UTC [more...]
[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
2026-02-12 12:28 UTC (7+ messages)
` [PATCH v2 1/6] "
[PATCH v1] drm/tyr: gpu: fix GpuInfo::log model/version decoding
2026-02-12 12:25 UTC (3+ messages)
[PATCH v2 0/1] drm/tyr: make SRAM supply optional like panthor
2026-02-12 12:22 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH AUTOSEL 6.19-6.18] rust: sync: Implement Unpin for ARef
2026-02-12 12:11 UTC (2+ messages)
[PATCH v3 1/3] rust: clk: use the type-state pattern
2026-02-12 11:45 UTC (17+ messages)
[PATCH v3 00/12] rust: xarray: add entry API with preloading
2026-02-12 11:27 UTC (32+ messages)
` [PATCH v3 01/12] rust: xarray: minor formatting fixes
` [PATCH v3 03/12] rust: xarray: add `contains_index` method
` [PATCH v3 04/12] rust: xarray: add `XArrayState`
` [PATCH v3 05/12] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v3 11/12] xarray, radix-tree: enable sheaf support for kmem_cache
[PATCH 0/12] drm/tyr: firmware loading and MCU boot support
2026-02-12 11:05 UTC (23+ messages)
` [PATCH 01/12] drm/tyr: select DRM abstractions in Kconfig
` [PATCH 02/12] drm/tyr: move clock cleanup into Clocks Drop impl
` [PATCH 03/12] drm/tyr: rename TyrObject to BoData
` [PATCH 04/12] drm/tyr: set DMA mask using GPU physical address
` [PATCH 05/12] drm/tyr: add MMU address space registers
` [PATCH 06/12] drm/tyr: add shmem backing for GEM objects
` [PATCH 07/12] drm/tyr: Add generic slot manager
` [PATCH 08/12] drm/tyr: add MMU module
` [PATCH 09/12] drm/tyr: add GPU virtual memory module
` [PATCH 10/12] drm/tyr: add a kernel buffer object
` [PATCH 11/12] drm/tyr: add parser for firmware binary
` [PATCH 12/12] drm/tyr: add firmware loading and MCU boot support
[PATCH v4 0/3] rust: alloc: add KVVec shrinking method
2026-02-12 10:08 UTC (5+ messages)
` [PATCH v4 1/3] rust: kvec: implement shrink_to for KVVec
` [PATCH v4 2/3] rust: alloc: add KUnit tests for KVVec shrink_to
` [PATCH v4 3/3] rust_binder: shrink all_procs when deregistering processes
[PATCH v1] drm/tyr: make SRAM supply optional like panthor
2026-02-12 9:37 UTC (4+ messages)
[PATCH v9 0/9] gpu: nova-core: add Turing support
2026-02-12 8:26 UTC (10+ messages)
` [PATCH v9 1/9] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
` [PATCH v9 2/9] gpu: nova-core: require DmaObject on FalconDmaLoadable, not FalconFirmware
` [PATCH v9 3/9] gpu: nova-core: falcon: remove generic argument from dma_wr
` [PATCH v9 4/9] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
` [PATCH v9 5/9] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
` [PATCH v9 6/9] gpu: nova-core: add PIO support for loading firmware images
` [PATCH v9 7/9] gpu: nova-core: make Chipset::arch() const
` [PATCH v9 8/9] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
` [PATCH v9 9/9] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
[RFC v3 00/27] lib: Rust implementation of SPDM
2026-02-12 5:56 UTC (31+ messages)
` [RFC v3 01/27] rust: add untrusted data abstraction
` [RFC v3 02/27] X.509: Make certificate parser public
` [RFC v3 03/27] X.509: Parse Subject Alternative Name in certificates
` [RFC v3 04/27] X.509: Move certificate length retrieval into new helper
` [RFC v3 05/27] certs: Create blacklist keyring earlier
` [RFC v3 06/27] rust: add bindings for hash.h
` [RFC v3 07/27] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [RFC v3 08/27] lib: rspdm: Initial commit of Rust SPDM
` [RFC v3 09/27] PCI/CMA: Authenticate devices on enumeration
` [RFC v3 10/27] PCI/CMA: Validate Subject Alternative Name in certificates
` [RFC v3 11/27] PCI/CMA: Reauthenticate devices on reset and resume
` [RFC v3 12/27] lib: rspdm: Support SPDM get_version
` [RFC v3 13/27] lib: rspdm: Support SPDM get_capabilities
` [RFC v3 14/27] lib: rspdm: Support SPDM negotiate_algorithms
` [RFC v3 15/27] lib: rspdm: Support SPDM get_digests
` [RFC v3 16/27] lib: rspdm: Support SPDM get_certificate
` [RFC v3 17/27] crypto: asymmetric_keys - Load certificate parsing early in boot
` [RFC v3 18/27] KEYS: Load keyring and certificates "
` [RFC v3 19/27] PCI/CMA: Support built in X.509 certificates
` [RFC v3 20/27] crypto: sha: Load early in boot
` [RFC v3 21/27] crypto: ecdsa: "
` [RFC v3 22/27] lib: rspdm: Support SPDM certificate validation
` [RFC v3 23/27] rust: allow extracting the buffer from a CString
` [RFC v3 24/27] lib: rspdm: Support SPDM challenge
` [RFC v3 25/27] PCI/CMA: Expose in sysfs whether devices are authenticated
` [RFC v3 26/27] rust: add bindings for hash_info
` [RFC v3 27/27] rspdm: Multicast received signatures via netlink
[GIT PULL] Driver core changes for 7.0-rc1
2026-02-12 3:58 UTC (2+ messages)
[PATCH v4 00/33] gpu: nova-core: firmware: Hopper/Blackwell support
2026-02-12 2:09 UTC (17+ messages)
` [PATCH v4 01/33] gpu: nova-core: pass pdev directly to dev_* logging macros
` [PATCH v4 05/33] gpu: nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH v4 08/33] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v4 09/33] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v4 17/33] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
[PATCH v4 1/3] binder: fix PID namespace collision for freeze operation
2026-02-12 1:05 UTC (5+ messages)
[PATCH V2 0/3] Rust support for powerpc
2026-02-11 22:23 UTC (8+ messages)
` [PATCH V2 3/3] powerpc: Enable Rust for ppc64le
[PATCH -next v8 0/3] rust: Add CList and GPU buddy allocator bindings
2026-02-11 21:17 UTC (13+ messages)
` [PATCH -next v8 1/3] rust: clist: Add support to interface with C linked lists
` [PATCH -next v8 2/3] rust: gpu: Add GPU buddy allocator bindings
[PATCH] rust: print: add safety comments for %pA formatting
2026-02-11 18:27 UTC (4+ messages)
` [PATCH v2] rust: print: add safety documentation for %pA handling
[PATCH -next v9 0/3] rust: Add CList and GPU buddy allocator bindings
2026-02-11 17:30 UTC (9+ messages)
` [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
` [PATCH -next v9 2/3] rust: gpu: Add GPU buddy allocator bindings
` [PATCH -next v9 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation
[RFC PATCH 0/4] Add dma_fence abstractions and DRM Jobqueue
2026-02-11 15:54 UTC (27+ messages)
` [RFC PATCH 3/4] rust/drm: Add "
[RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
2026-02-11 15:16 UTC (37+ messages)
[PATCH] scripts: generate_rust_analyzer.py: avoid FD leak
2026-02-11 13:26 UTC (4+ messages)
[PATCH AUTOSEL 6.19-6.18] rust: cpufreq: always inline functions using build_assert with arguments
2026-02-11 12:30 UTC
[PATCH v1] tools build: Fix feature test for rust compiler
2026-02-11 12:11 UTC (2+ messages)
[PATCH v4 0/3] binder: handle PID namespace conversion for freeze operation
2026-02-11 10:42 UTC (3+ messages)
` [PATCH v4 2/3] rust: pid: add Pid abstraction and init_ns helper
[PATCH v3 0/4] rust: alloc: add Vec shrinking methods
2026-02-11 9:35 UTC (14+ messages)
[PATCH 0/2] gpu: nova-core: use GSP RPC sequence numbers properly
2026-02-11 0:04 UTC (3+ messages)
` [PATCH 1/2] gpu: nova-core: fix GSP RPC send sequence numbers to match Open RM
` [PATCH 2/2] gpu: nova-core: improve GSP RPC debug logging with message classification
[PATCH] rust_binder: fix oneway spam detection
2026-02-10 23:55 UTC
[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
2026-02-10 23:11 UTC (5+ messages)
` [PATCH v2 09/27] rust: jump_label: add __rust_helper to helpers
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