public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 12:17:37 to 2026-03-22 14:53:07 UTC [more...]

[PATCH 1/2] rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrs
 2026-03-22 14:52 UTC  (6+ messages)
` [PATCH 2/2] rust: dma: add CoherentHandle for DMA allocations without kernel mapping

[GIT PULL] Driver core fixes for 7.0-rc5
 2026-03-22 12:30 UTC  (3+ messages)

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

[PATCH] rust: print: add SAFETY comments to unsafe blocks
 2026-03-22  6:29 UTC  (4+ messages)

[PATCH v2 0/8] dma::Coherent & dma::CoherentBox API
 2026-03-22  6:24 UTC  (21+ messages)
` [PATCH v2 1/8] rust: dma: use "kernel vertical" style for imports
` [PATCH v2 2/8] rust: dma: add generalized container for types other than slices
` [PATCH v2 3/8] rust: dma: add zeroed constructor to `Coherent`
` [PATCH v2 4/8] rust: dma: introduce dma::CoherentBox for memory initialization
` [PATCH v2 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
` [PATCH v2 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
` [PATCH v2 7/8] gpu: nova-core: convert Gsp::new() to use CoherentBox
` [PATCH v2 8/8] gpu: nova-core: convert to new dma::Coherent API

[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
 2026-03-22  6:14 UTC  (4+ messages)

[PATCH] rust: workqueue: add SAFETY comments for Pin<KBox<T>> impl blocks
 2026-03-22  4:43 UTC 

Sashiko.dev for Rust for Linux
 2026-03-21 20:28 UTC  (6+ messages)

[PATCH v5 0/3] Implement Send and Sync for clk
 2026-03-21 18:17 UTC  (4+ messages)

[PATCH v3] kbuild: host: use single executable for rustc -C linker
 2026-03-21 15:00 UTC  (8+ messages)
  ` [PATCH v4] "
    ` [PATCH v5] "

[PATCH 0/7] rust: dma: add from-slice constructors and use them in nova-core
 2026-03-21 14:58 UTC  (9+ messages)
` [PATCH 1/7] rust: dma: add from-slice constructors for Coherent and CoherentBox
` [PATCH 2/7] gpu: nova-core: firmware: riscv: use dma::Coherent
` [PATCH 3/7] gpu: nova-core: firmware: fwsec: "
` [PATCH 4/7] gpu: nova-core: falcon: "
` [PATCH 5/7] gpu: nova-core: fb: "
` [PATCH 6/7] gpu: nova-core: firmware: gsp: use dma::Coherent for signatures
` [PATCH 7/7] gpu: nova-core: firmware: gsp: use dma::Coherent for level0 table

[PATCH] gpu: nova-core: gsp: move Cmdq's DMA handle to a struct member
 2026-03-21 13:54 UTC  (4+ messages)

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

Sashiko for Rust for Linux
 2026-03-21 13:31 UTC 

[PATCH v4 0/2] Introduce Synology Microp driver
 2026-03-21 13:02 UTC  (7+ messages)
` [PATCH v4 1/2] dt-bindings: embedded-controller: Add synology,microp device
` [PATCH v4 2/2] platform: Add initial synology microp driver

[PATCH v2 00/10] gpu: nova-core: convert registers to use the kernel register macro
 2026-03-21  6:19 UTC  (22+ messages)
` [PATCH v2 01/10] gpu: nova-core: convert PMC registers to "
` [PATCH v2 02/10] gpu: nova-core: convert PBUS "
` [PATCH v2 03/10] gpu: nova-core: convert PFB "
` [PATCH v2 04/10] gpu: nova-core: convert GC6 "
` [PATCH v2 05/10] gpu: nova-core: convert FUSE "
` [PATCH v2 06/10] gpu: nova-core: convert PDISP "
` [PATCH v2 07/10] gpu: nova-core: falcon: introduce `bounded_enum` macro
` [PATCH v2 08/10] gpu: nova-core: convert falcon registers to kernel register macro
` [PATCH v2 09/10] gpu: nova-core: remove `io::` qualifier to register macro invocations
` [PATCH v2 10/10] Documentation: nova: remove register abstraction task

[PATCH v14 0/2] Rust GPU buddy allocator bindings
 2026-03-21  0:06 UTC  (8+ messages)
` [PATCH v14 1/2] rust: gpu: Add "
` [PATCH v14 2/2] MAINTAINERS: gpu: buddy: Update reviewer

[PATCH v6 0/5] Introduce DeviceContext
 2026-03-20 23:34 UTC  (6+ messages)
` [PATCH v6 1/5] rust/drm: Fix potential drop of uninitialized driver data
` [PATCH v6 2/5] rust/drm: Introduce DeviceContext
` [PATCH v6 3/5] rust/drm: Don't setup private driver data until registration
` [PATCH v6 4/5] rust/drm/gem: Add DriverAllocImpl type alias
` [PATCH v6 5/5] rust/drm/gem: Use DeviceContext with GEM objects

[PATCH] kbuild: rust: add AutoFDO support
 2026-03-20 21:48 UTC  (11+ messages)

[PATCH v3 0/4] rust: add basic serial device bus abstractions
 2026-03-20 21:08 UTC  (12+ messages)
` [PATCH v3 2/4] serdev: add rust private data to serdev_device

[PATCH v5 0/6] Rust GPUVM immediate mode
 2026-03-20 16:08 UTC  (7+ messages)
` [PATCH v5 1/6] rust: drm: add base GPUVM immediate mode abstraction
` [PATCH v5 2/6] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v5 3/6] rust: gpuvm: add GpuVm::obtain()
` [PATCH v5 4/6] rust: gpuvm: add GpuVa struct
` [PATCH v5 5/6] rust: gpuvm: add GpuVmCore::sm_unmap()
` [PATCH v5 6/6] rust: gpuvm: add GpuVmCore::sm_map()

[PATCH 0/8] dma::Coherent & dma::CoherentInit API
 2026-03-20 15:05 UTC  (15+ 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 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
` [PATCH 8/8] gpu: nova-core: convert to new dma::Coherent API

[PATCH v5 0/5] gpu: nova-core: gsp: add locking to Cmdq
 2026-03-20 14:45 UTC  (5+ messages)
` [PATCH v5 5/5] gpu: nova-core: gsp: add mutex "

[PATCH v2 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-20 14:42 UTC  (15+ messages)
` [PATCH v2 1/9] gpu: nova-core: gsp: add NV_STATUS error code bindings
` [PATCH v2 4/9] gpu: nova-core: gsp: add RM control RPC structure binding
` [PATCH v2 5/9] gpu: nova-core: gsp: add types for RM control RPCs
` [PATCH v2 6/9] gpu: nova-core: use KVVec for SBufferIter flush
` [PATCH v2 7/9] gpu: nova-core: gsp: add RM control command infrastructure
` [PATCH v2 9/9] gpu: nova-core: gsp: add CeGetFaultMethodBufferSize RM control command

[PATCH v7 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-20 13:36 UTC  (15+ messages)
` [PATCH v7 16/31] rust: ptr: add const_align_up()

[PATCH] gpu: nova-core: gsp: fix undefined behavior in command queue code
 2026-03-20 12:54 UTC  (2+ messages)

[PATCH v9 0/7] Rust bindings for gem shmem
 2026-03-20  9:30 UTC  (3+ messages)
` [PATCH v9 7/7] rust: drm/gem: Add vmap functions to shmem bindings

[PATCH] rust: Mark all from() for Error functions inline
 2026-03-20  8:15 UTC  (3+ messages)

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-03-20  4:32 UTC  (4+ messages)
` [RFC v3 13/27] lib: rspdm: Support SPDM get_capabilities

[PATCH v2 0/5] drm/tyr: Use register! macro
 2026-03-20  0:15 UTC  (4+ messages)
` [PATCH v2 1/5] drm/tyr: Use register! macro for GPU_CONTROL

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

[PATCH v13.1] rust: interop: Add list module for C linked list interface
 2026-03-19 21:07 UTC 

[PATCH v13 0/1] rust: interop: Add list module for C linked list interface
 2026-03-19 16:56 UTC  (7+ messages)
` [PATCH v13 1/1] "

[PATCH 0/5] pin-init upstream sync for v7.0
 2026-03-19 15:18 UTC  (8+ messages)
` [PATCH 2/5] rust: pin-init: properly document let binding workaround
` [PATCH 5/5] rust: pin-init: replace `addr_of_mut!` with `&raw mut`

[PATCH v4 0/2] rust: take advantage of newer rust-analyzer features
 2026-03-19 15:02 UTC  (5+ 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 0/8] gpu: nova-core: convert registers to use the kernel register macro
 2026-03-19 14:39 UTC  (17+ messages)
` [PATCH 1/8] gpu: nova-core: convert PMC registers to "
` [PATCH 4/8] gpu: nova-core: convert GC6 "
` [PATCH 5/8] gpu: nova-core: convert FUSE "
` [PATCH 7/8] gpu: nova-core: convert falcon "

[PATCH v1 RESEND 0/4] drm/tyr: implement GPU reset API
 2026-03-19 12:51 UTC  (4+ messages)
` [PATCH v1 RESEND 4/4] drm/tyr: add GPU reset handling

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-19 12:49 UTC  (4+ messages)
` [PATCH v13 0/2] "
  ` [PATCH v13 1/2] rust: gpu: Add "


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