public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-03 20:17:24 to 2026-03-06 05:37:58 UTC [more...]

[PATCH v7 00/10] rust: add `register!` macro
 2026-03-06  5:37 UTC  (31+ messages)
` [PATCH v7 05/10] rust: io: add IoLoc and IoWrite types

[PATCH v5 0/9] gpu: nova-core: gsp: add continuation record support
 2026-03-06  5:21 UTC  (21+ messages)
` [PATCH v5 1/9] gpu: nova-core: gsp: sort `MsgFunction` variants alphabetically
` [PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
` [PATCH v5 3/9] rust: add EMSGSIZE error code
` [PATCH v5 4/9] gpu: nova-core: gsp: add checking oversized commands
` [PATCH v5 5/9] gpu: nova-core: gsp: clarify invariant on command queue
` [PATCH v5 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
` [PATCH v5 7/9] gpu: nova-core: gsp: add `size_in_bytes` helper to `CommandToGsp`
` [PATCH v5 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
` [PATCH v5 9/9] gpu: nova-core: gsp: add tests for continuation records

[PATCH v11 00/12] gpu: nova-core: add Turing support
 2026-03-06  4:52 UTC  (13+ messages)
` [PATCH v11 01/12] gpu: nova-core: create falcon firmware DMA objects lazily
` [PATCH v11 02/12] gpu: nova-core: falcon: add constant for memory block alignment
` [PATCH v11 03/12] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
` [PATCH v11 04/12] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
` [PATCH v11 05/12] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
` [PATCH v11 06/12] gpu: nova-core: add PIO support for loading firmware images
` [PATCH v11 07/12] gpu: nova-core: falcon: remove unwarranted safety check in dma_load
` [PATCH v11 08/12] gpu: nova-core: firmware: add comments to justify v3 header values
` [PATCH v11 09/12] gpu: nova-core: firmware: fix and explain v2 header offsets computations
` [PATCH v11 10/12] gpu: nova-core: make Chipset::arch() const
` [PATCH v11 11/12] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
` [PATCH v11 12/12] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing

[PATCH v10 00/10] gpu: nova-core: add Turing support
 2026-03-06  4:24 UTC  (22+ messages)
` [PATCH v10 01/10] gpu: nova-core: create falcon firmware DMA objects lazily
` [PATCH v10 02/10] gpu: nova-core: falcon: add constant for memory block alignment
` [PATCH v10 04/10] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
` [PATCH v10 05/10] gpu: nova-core: falcon: remove unwarranted safety check in dma_load
` [PATCH v10 06/10] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
` [PATCH v10 07/10] gpu: nova-core: add PIO support for loading firmware images
` [PATCH v10 08/10] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
` [PATCH v10 09/10] gpu: nova-core: make Chipset::arch() const
` [PATCH v10 10/10] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder

[PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests
 2026-03-06  1:49 UTC  (4+ messages)

[PATCH v4] tools build: Fix rust cross compilation
 2026-03-06  0:01 UTC  (4+ messages)

[PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
 2026-03-05 23:55 UTC  (5+ messages)

[PATCH v3 0/1] rust: introduce abstractions for fwctl
 2026-03-05 21:14 UTC  (7+ messages)
` [PATCH v3 1/1] "

loongarch64 objtool warning with LLVM 18 in Rust object file
 2026-03-05 20:22 UTC  (3+ messages)

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-03-05 19:49 UTC  (15+ messages)

[PATCH 0/2] gpu: nova-core: add fwctl driver
 2026-03-05 19:09 UTC  (3+ messages)
` [PATCH 1/2] fwctl: use subsys_initcall for built-in configuration
` [PATCH 2/2] gpu: nova-core: add fwctl driver for firmware control interface

[PATCH v5 00/38] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-05 15:17 UTC  (21+ messages)
` [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature

[PATCH 0/8] rust: module parameter extensions
 2026-03-05 12:47 UTC  (5+ messages)
` [PATCH 1/8] rust: module_param: add StringParam type for C string parameters
` [PATCH 2/8] rust: module_param: wire StringParam into the module! macro

[PATCH 0/2] Change Rust Binder crate name to rust_binder
 2026-03-05 12:44 UTC  (8+ messages)

[PATCH] rust: cpufreq: fix clippy::double_parens warning in Policy doctest
 2026-03-05 12:31 UTC  (10+ messages)

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-05 10:51 UTC  (4+ messages)
` [PATCH v2 1/3] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`

[PATCH v3 0/5] gpu: nova-core: gsp: add locking to Cmdq
 2026-03-05 10:40 UTC  (24+ messages)
` [PATCH v3 1/5] gpu: nova-core: gsp: fix stale doc comments on command queue methods
` [PATCH v3 2/5] gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
` [PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
` [PATCH v3 4/5] gpu: nova-core: gsp: make `Cmdq` a pinned type
` [PATCH v3 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq

[PATCH v4 0/3] Implement Send and Sync for clk
 2026-03-05  8:43 UTC  (6+ messages)
  ` [PATCH v4 3/3] pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData

[PATCH v2 1/2] rust: pin-init: internal: init: remove `#[disable_initialized_field_access]`
 2026-03-05  8:05 UTC  (6+ messages)

[PATCH v3] gpu: nova-core: fix stack overflow in GSP memory allocation
 2026-03-04 23:59 UTC  (2+ messages)

[PATCH v2 0/2] Avoid synchronize_rcu() for every thread drop in Rust Binder
 2026-03-04 23:36 UTC  (7+ messages)
` [PATCH v2 1/2] rust: poll: make PollCondVar upgradable

[PATCH v7 0/7] Rust bindings for gem shmem + iosys_map
 2026-03-04 22:59 UTC  (4+ messages)
` [PATCH v7 6/7] rust: Introduce iosys_map bindings

[PATCH v1] perf test type profiling: Remote typedef on struct
 2026-03-04 22:04 UTC  (5+ messages)

[PATCH v2 0/3] docs: sp_SP: Add Rust documentation section
 2026-03-04 20:07 UTC  (4+ messages)
` [PATCH v2 1/3] docs: sp_SP: Add Spanish translation for Rust quick-start
` [PATCH v2 2/3] docs: sp_SP: Add Spanish translation for Rust general information
` [PATCH v2 3/3] docs: sp_SP: Add Spanish translation for Rust coding guidelines

[PATCH v2 0/4] Add Rust abstractions for nvmem-provider
 2026-03-04 18:46 UTC  (3+ messages)
` [PATCH v2 3/4] nvmem: Replace the Wii and Wii U OTP driver with a Rust one

[PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-03-04 18:30 UTC  (21+ messages)
` [PATCH v3 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
` [PATCH v3 02/10] fpga: dfl-pci: set driver flag to disable "
` [PATCH v3 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH v3 04/10] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH v3 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH v3 06/10] rust: pci: add is_virtfn(), to check for VFs
` [PATCH v3 07/10] rust: pci: add is_physfn(), to check for PFs
` [PATCH v3 08/10] rust: pci: add num_vf(), to return number of VFs
` [PATCH v3 09/10] rust: pci: add physfn(), to return PF device for VF device
` [PATCH v3 10/10] samples: rust: add SR-IOV driver sample

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-04 15:26 UTC  (13+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()

[PATCH v2 0/2] rust: take advantage of newer rust-analyzer features
 2026-03-04  9:52 UTC  (3+ messages)

[PATCH] rust: kbuild: emit dep-info into $(depfile) directly
 2026-03-04  2:39 UTC  (2+ messages)

[PATCH] rust: str: make NullTerminatedFormatter public
 2026-03-04  2:34 UTC  (2+ messages)

[PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
 2026-03-03 23:54 UTC  (2+ messages)

[PATCH v11 0/4] Rust GPU buddy allocator bindings
 2026-03-03 22:03 UTC  (6+ messages)
` [PATCH v11 4/4] rust: gpu: Add "

[PATCH v4 0/3] rust: add pointer projection infrastructure and convert DMA
 2026-03-03 21:13 UTC  (2+ messages)

[PATCH v4 2/3] rust: ptr: add projection infrastructure
 2026-03-03 21:11 UTC  (2+ messages)

[PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
 2026-03-03 21:01 UTC  (2+ messages)

[GIT PULL] [PATCH 00/13] Rust atomic changes for v7.1
 2026-03-03 20:17 UTC  (6+ messages)
` [PATCH 09/13] rust: list: Use AtomicFlag in AtomicTracker
` [PATCH 10/13] rust: sync: atomic: Add atomic operation helpers over raw pointers
` [PATCH 11/13] rust: sync: atomic: Add fetch_sub()
` [PATCH 12/13] rust: sync: atomic: Update documentation for `fetch_add()`
` [PATCH 13/13] rust: atomic: Update a safety comment in impl of `fetch_add()`


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