public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-16 10:43:39 to 2026-03-17 22:54:45 UTC [more...]

[PATCH v7 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-17 22:53 UTC  (30+ messages)
` [PATCH v7 01/31] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v7 02/31] gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
` [PATCH v7 03/31] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v7 04/31] gpu: nova-core: move GPU init into Gpu::new()
` [PATCH v7 05/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v7 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v7 07/31] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v7 08/31] gpu: nova-core: factor out an elf_str() function
` [PATCH v7 09/31] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v7 10/31] gpu: nova-core: add support for 32-bit "
` [PATCH v7 11/31] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v7 12/31] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v7 13/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v7 14/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v7 15/31] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v7 16/31] rust: ptr: add const_align_up()
` [PATCH v7 17/31] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v7 18/31] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v7 19/31] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v7 20/31] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v7 21/31] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v7 22/31] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
` [PATCH v7 23/31] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v7 24/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v7 25/31] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v7 26/31] gpu: nova-core: make WPR heap sizing fallible
` [PATCH v7 27/31] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v7 28/31] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v7 29/31] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling

[PATCH v6 00/34] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-17 22:17 UTC  (8+ messages)
` [PATCH v6 28/34] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v6 30/34] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v6 33/34] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-17 22:03 UTC  (19+ messages)
` [PATCH v12.1 "
  ` [PATCH v12.1 1/1] rust: gpu: Add "
` [PATCH v13 0/2] Rust "
  ` [PATCH v13 1/2] rust: gpu: Add "
  ` [PATCH v13 2/2] MAINTAINERS: gpu: buddy: Update reviewer

[PATCH v9 0/6] gpu: nova-core: expose the logging buffers via debugfs
 2026-03-17 21:43 UTC  (20+ messages)
` [PATCH v9 1/6] rust: device: add device name method
` [PATCH v9 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
` [PATCH v9 3/6] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v9 4/6] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v9 5/6] gpu: nova-core: create debugfs root in "
` [PATCH v9 6/6] gpu: nova-core: create GSP-RM logging buffers debugfs entries

[PATCH v5 0/4] Introduce DeviceContext
 2026-03-17 21:28 UTC  (5+ messages)
` [PATCH v5 1/4] rust/drm: "
` [PATCH v5 2/4] rust/drm: Don't setup private driver data until registration
` [PATCH v5 3/4] rust/drm/gem: Add DriverAllocImpl type alias
` [PATCH v5 4/4] rust/drm/gem: Use DeviceContext with GEM objects

[RFC PATCH 02/12] drm/dep: Add DRM dependency queue layer
 2026-03-17 20:43 UTC  (12+ messages)

[PATCH v13 0/1] rust: interop: Add list module for C linked list interface
 2026-03-17 20:27 UTC  (5+ messages)
` [PATCH v13 1/1] "

[PATCH v9 00/10] rust: add `register!` macro
 2026-03-17 19:33 UTC  (3+ messages)

[PATCH v4] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
 2026-03-17 19:32 UTC 

[PATCH v3 0/6] rust_binder: add and wire Binder tracepoints
 2026-03-17 14:49 UTC  (7+ messages)
` [PATCH v3 1/6] rust_binder: remove "rust_" prefix from tracepoints
` [PATCH v3 2/6] rust_binder: add ioctl/read/write done tracepoints
` [PATCH v3 3/6] rust_binder: add `wait_for_work` tracepoint
` [PATCH v3 4/6] rust_binder: add `transaction_received` tracepoint
` [PATCH v3 5/6] rust_binder: add fd translation tracepoints
` [PATCH v3 6/6] rust_binder: add `command`/`return` tracepoints

[PATCH 0/8] dma::Coherent & dma::CoherentInit API
 2026-03-17 14:43 UTC  (10+ messages)
` [PATCH 2/8] rust: dma: add generalized container for types other than slices
` [PATCH 3/8] rust: dma: add zeroed constructor to `Coherent`
` [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization

[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-17 14:12 UTC  (16+ messages)
` [PATCH 5/9] gpu: nova-core: gsp: add types for RM control RPCs
` [PATCH 6/9] gpu: nova-core: generalize `flush_into_kvec` to `flush_into_vec`
` [PATCH 7/9] gpu: nova-core: gsp: add RM control command infrastructure

[PATCH] rust: str: improve safety comment for CString::try_from_fmt
 2026-03-17 12:23 UTC  (2+ messages)

[PATCH 0/2] drm/gpuvm: add debugfs utilities for GPU VA state dumping
 2026-03-17 12:03 UTC  (3+ messages)
` [PATCH 1/2] drm/gpuvm: add name(), RawGpuVa and kernel_alloc_va() for debugfs
` [PATCH 2/2] drm/gpuvm: add GpuVaIter and va_mappings() "

[PATCH v3] kbuild: host: use single executable for rustc -C linker
 2026-03-17 11:20 UTC  (4+ messages)
  ` [PATCH v4] "

[LSF/MM/BPF TOPIC][RESEND] Status of Rust in the block subsystem
 2026-03-17  9:36 UTC  (10+ messages)

[PATCH v4 0/2] rust: take advantage of newer rust-analyzer features
 2026-03-17  9:29 UTC  (3+ messages)
` [PATCH v4 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure
` [PATCH v4 2/2] scripts: generate_rust_analyzer.py: fix IDE support for primitive types

[PATCH v3 0/2] rust: take advantage of newer rust-analyzer features
 2026-03-17  9:05 UTC  (6+ messages)
` [PATCH v3 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure

[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
 2026-03-17  8:42 UTC  (2+ messages)

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-17  8:25 UTC  (8+ messages)
` [PATCH v2 3/3] build: rust: provide an option to inline C helpers into Rust

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-03-17  4:44 UTC  (2+ messages)

[PATCH v4 0/5] gpu: nova-core: gsp: add locking to Cmdq
 2026-03-17  4:18 UTC  (3+ messages)
` [PATCH v4 5/5] gpu: nova-core: gsp: add mutex "

[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
 2026-03-16 22:37 UTC  (12+ messages)
` [PATCH v12 1/1] "
    ` Nova developers: avoid nouveau mailing list until it is fixed

[PATCH v9 0/7] Rust bindings for gem shmem
 2026-03-16 21:16 UTC  (8+ messages)
` [PATCH v9 1/7] rust: drm: Add gem::impl_aref_for_gem_obj!
` [PATCH v9 2/7] rust: drm: gem: Add raw_dma_resv() function
` [PATCH v9 3/7] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v9 4/7] rust: gem: Introduce DriverObject::Args
` [PATCH v9 5/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v9 6/7] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v9 7/7] rust: drm/gem: Add vmap functions to shmem bindings

[PATCH v2 0/4] add `const_assert!` macro and rework documentation
 2026-03-16 18:35 UTC  (9+ messages)
` [PATCH v2 1/4] rust: move `static_assert` into `build_assert`
` [PATCH v2 2/4] rust: add `const_assert!` macro
` [PATCH v2 3/4] rust: rework `build_assert!` documentation
` [PATCH v2 4/4] rust: make `build_assert` module the home of related macros

[PATCH v3 0/7] Introduce Synology Microp driver
 2026-03-16 18:06 UTC  (11+ messages)
` [PATCH v3 7/7] leds: add synology microp led driver

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-03-16 17:16 UTC  (5+ messages)
` [RFC v3 12/27] lib: rspdm: Support SPDM get_version

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-03-16 17:00 UTC  (13+ messages)
` [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v9 05/23] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info

[PATCH] rust: sync: completion: mark inline complete_all and wait_for_completion
 2026-03-16 15:16 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2 0/3] rust_binder: add and wire Binder tracepoints
 2026-03-16 14:12 UTC  (5+ messages)
` [PATCH v2 1/3] rust_binder: remove "rust_" prefix from tracepoints
` [PATCH v2 3/3] rust_binder: add in the new tracepoint calls

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-03-16 14:05 UTC  (32+ messages)
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH 15/79] block: rnull: add `use_per_node_hctx` config option
` [PATCH 16/79] block: rust: allow specifying home node when constructing `TagSet`
` [PATCH 18/79] block: rust: add Request::sectors() method
` [PATCH 19/79] block: rust: mq: add max_hw_discard_sectors support to GenDiskBuilder
` [PATCH 20/79] block: rnull: add discard support
` [PATCH 21/79] block: rust: add `NoDefaultScheduler` flag for `TagSet`
` [PATCH 22/79] block: rnull: add no_sched module parameter and configfs attribute
` [PATCH 23/79] block: rust: change sector type from usize to u64
` [PATCH 24/79] block: rust: add `BadBlocks` for bad block tracking
` [PATCH 25/79] block: rust: mq: add Request::end() method for custom status codes
` [PATCH 26/79] block: rnull: add badblocks support
` [PATCH 28/79] block: rnull: add partial I/O support for bad blocks

[PATCH] rust: cpufreq: fix clippy::double_parens warning in Policy doctest
 2026-03-16 13:42 UTC  (8+ messages)
` [RFC PATCH] rust: kbuild: support global per-version flags

[PATCH 0/4] Rust netlink support + use in Rust Binder
 2026-03-16 12:07 UTC  (3+ messages)
  ` [PATCH 3/4] rust_binder: add generated netlink.rs file

[PATCH v4 0/3] Creation of workqueues in Rust
 2026-03-16 10:57 UTC  (9+ messages)
  ` [PATCH v4 1/3] rust: workqueue: restrict delayed work to global wqs
  ` [PATCH v4 3/3] rust: workqueue: add creation of workqueues

[PATCH v4 0/2] cpufreq/amd-pstate: Prevent scheduling when atomic on PREEMPT_RT
 2026-03-16 10:59 UTC  (3+ messages)
` [PATCH v4 2/2] cpufreq: Pass the policy to cpufreq_driver->adjust_perf()


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