public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-11 10:34:02 to 2026-04-16 00:00:54 UTC [more...]

[PATCH v2 0/6] gpu: nova-core: add GA100 support
 2026-04-16  0:00 UTC  (28+ messages)
` [PATCH v2 1/6] gpu: nova-core: use correct fwsignature for GA100
` [PATCH v2 2/6] gpu: nova-core: do not consider 0xBB77 as a valid PCI ROM header signature
` [PATCH v2 3/6] gpu: nova-core: only boot FRTS if its region is allocated
` [PATCH v2 4/6] gpu: nova-core: add FbHal::frts_size() for GA100 support
` [PATCH v2 5/6] gpu: nova-core: skip the IFR header if present
` [PATCH v2 6/6] gpu: nova-core: enable GA100

[PATCH] MAINTAINERS: Add RUST [SYNC] entry
 2026-04-15 23:44 UTC  (2+ messages)

[PATCH v2 0/3] rust: add `bitfield!` macro
 2026-04-15 23:22 UTC  (10+ messages)
` [PATCH v2 1/3] rust: extract `bitfield!` macro from `register!`
` [PATCH v2 2/3] rust: bitfield: Add KUNIT tests for bitfield
` [PATCH v2 3/3] gpu: nova-core: switch to kernel bitfield macro

[PATCH v5 0/8] rust: Add Per-CPU Variable API
 2026-04-15 21:57 UTC  (5+ messages)
` [PATCH v5 7/8] rust: percpu: Add pin-hole optimizations for numerics

[PATCH v11 01/20] gpu: nova-core: gsp: Return GspStaticInfo from boot()
 2026-04-15 21:05 UTC  (21+ messages)
` [PATCH v11 02/20] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v11 03/20] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v11 04/20] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v11 05/20] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v11 06/20] gpu: nova-core: mm: Add common memory management types
` [PATCH v11 07/20] gpu: nova-core: mm: Add TLB flush support
` [PATCH v11 08/20] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v11 09/20] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v11 10/20] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v11 11/20] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v11 12/20] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v11 13/20] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v11 14/20] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v11 15/20] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v11 16/20] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v11 17/20] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v11 18/20] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v11 19/20] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v11 20/20] gpu: nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v11 00/21] gpu: nova-core: Add memory management support

[PATCH v7 0/2] Introduce Synology Microp driver
 2026-04-15 20:54 UTC  (8+ messages)
` [PATCH v7 1/2] platform: Add initial synology microp driver
` [PATCH v7 2/2] dt-bindings: embedded-controller: Add synology microp devices

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-04-15 20:23 UTC  (16+ messages)
` [PATCH v10 00/21] "
  ` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
  ` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB

[PATCH 0/5] Rework index projection syntax
 2026-04-15 19:57 UTC  (6+ messages)
` [PATCH 1/5] rust: ptr: add panicking index projection variant
` [PATCH 2/5] rust: dma: update to keyworded index projection syntax
` [PATCH 3/5] gpu: nova-core: convert to keyworded "
` [PATCH 4/5] gpu: nova-core: use pointer projection for command queue code
` [PATCH 5/5] rust: ptr: remove implicit index projection syntax

rust: net: phy: intent for MAE0621A (out-of-tree C -> Rust), request for target guidance
 2026-04-15 15:30 UTC  (6+ messages)
`  "
    ` Re:Re: rust: "
      `  "

[GIT PULL] Driver core changes for 7.0-rc1
 2026-04-15 14:16 UTC  (6+ messages)
      ` Probe function registering another driver [Was: Re: [GIT PULL] Driver core changes for 7.0-rc1]

[PATCH v3 0/4] Rust netlink support + use in Rust Binder
 2026-04-15  9:37 UTC  (5+ messages)
` [PATCH v3 1/4] rust: netlink: add raw netlink abstraction
` [PATCH v3 2/4] ynl_gen: generate Rust files from yaml files
` [PATCH v3 3/4] rust_binder: add generated netlink.rs file
` [PATCH v3 4/4] rust_binder: report netlink transactions

[PATCH v5 0/4] Rust io_uring command abstraction for miscdevice
 2026-04-15  9:02 UTC  (5+ messages)
` [PATCH v5 1/4] rust: bindings: add io_uring headers in bindings_helper.h
` [PATCH v5 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
` [PATCH v5 3/4] rust: miscdevice: Add `uring_cmd` support
` [PATCH v5 4/4] samples: rust: Add `uring_cmd` example to `rust_misc_device`

[PATCH v6 0/2] rust, nova-core: add SizeConstants trait for SZ_* constants
 2026-04-15  3:09 UTC  (3+ messages)
` [PATCH v6 2/2] gpu: nova-core: add task for device address type wrappers

[PATCH 0/6] gpu: nova-core: add GA100 support
 2026-04-15  2:35 UTC  (20+ messages)
` [PATCH 1/6] gpu: nova-core: use correct fwsignature for GA100
` [PATCH 2/6] gpu: nova-core: do not consider 0xBB77 as a valid PCI ROM header signature
` [PATCH 3/6] gpu: nova-core: only boot FRTS if it actually exists
` [PATCH 4/6] gpu: nova-core: add FbHal::frts_size() for GA100 support
` [PATCH 5/6] gpu: nova-core: skip the IFR header if present
` [PATCH 6/6] gpu: nova-core: enable GA100

[PATCH] rust: bindgen: disable GCC latent entropy plugin
 2026-04-15  0:21 UTC  (2+ messages)

[PATCH v2 00/11] gpu: nova-core: vbios: harden various array accesses and refactor
 2026-04-15  0:02 UTC  (14+ messages)
` [PATCH v2 01/11] gpu: nova-core: vbios: fix various cases of reading past `BIOS_MAX_SCAN_LEN`
` [PATCH v2 02/11] gpu: nova-core: vbios: limit `BitToken` entry reads
` [PATCH v2 03/11] gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`
` [PATCH v2 04/11] gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
` [PATCH v2 05/11] gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
` [PATCH v2 06/11] gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilder
` [PATCH v2 07/11] gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_data
` [PATCH v2 08/11] gpu: nova-core: vbios: compute FWSEC-relative Falcon data offset
` [PATCH v2 09/11] gpu: nova-core: vbios: simplify setup_falcon_data
` [PATCH v2 10/11] gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS images
` [PATCH v2 11/11] gpu: nova-core: vbios: reject extra PCI-AT and FWSEC images

[GIT PULL] rust-i2c-next for v8.0
 2026-04-14 20:08 UTC  (2+ messages)

[PATCH v4 0/5] Rust io_uring command abstraction for miscdevice
 2026-04-14 16:20 UTC  (9+ messages)
` [PATCH v4 2/5] io_uring/cmd: zero-init pdu in io_uring_cmd_prep() to avoid UB

[PATCH v1] perf test type profiling: Remote typedef on struct
 2026-04-14 16:08 UTC  (8+ messages)

[PATCH] perf build: Add clang and rust target flags for loongarch
 2026-04-14 14:03 UTC  (4+ messages)

[PATCH] rust_binder: avoid calling pending_oneway_finished() on TF_UPDATE_TXN
 2026-04-14 12:02 UTC 

[PATCH 0/3] rust: add `num` module
 2026-04-14  9:45 UTC  (12+ messages)
` [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type

[PATCH 0/5] gpu: nova-core: vbios: harden various array accesses
 2026-04-14  3:13 UTC  (10+ messages)
` [PATCH 3/5] gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
` [PATCH 5/5] gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`

[GIT PULL] Driver core changes for 7.1-rc1
 2026-04-14  3:09 UTC  (2+ messages)

[PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
 2026-04-13 22:50 UTC  (6+ messages)

[PATCH v3 00/13] drm/tyr: firmware loading and MCU boot support
 2026-04-13 22:31 UTC  (14+ messages)
` [PATCH v3 01/13] drm/tyr: remove unused device from platform data
` [PATCH v3 02/13] drm/tyr: select required dependencies in Kconfig
` [PATCH v3 03/13] drm/tyr: move clock cleanup into Clocks Drop impl
` [PATCH v3 04/13] drm/tyr: rename TyrObject to BoData
` [PATCH v3 05/13] drm/tyr: use shmem GEM object type in TyrDrmDriver
` [PATCH v3 06/13] drm/tyr: set DMA mask using GPU physical address
` [PATCH v3 07/13] drm/tyr: add shmem backing for GEM objects
` [PATCH v3 08/13] drm/tyr: Add generic slot manager
` [PATCH v3 09/13] drm/tyr: add MMU module
` [PATCH v3 10/13] drm/tyr: add GPU virtual memory module
` [PATCH v3 11/13] drm/tyr: add a kernel buffer object
` [PATCH v3 12/13] drm/tyr: add parser for firmware binary
` [PATCH v3 13/13] drm/tyr: add firmware loading and MCU boot support

[PATCH v10 00/28] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-04-13 21:29 UTC  (6+ messages)
` [PATCH v10 03/28] gpu: nova-core: Hopper/Blackwell: basic GPU identification

[GIT PULL] Rust for v7.1
 2026-04-13 17:00 UTC  (2+ messages)

[RFC PATCH v3 0/6] Rust goldfish_address_space driver (ioctl-only subset)
 2026-04-13 16:28 UTC  (3+ messages)
  ` [RFC PATCH v3 1/6] uapi: add goldfish_address_space userspace ABI header

[PATCH] gpu: nova-core: fb: make sure to unregister SysmemFlush on boot failure
 2026-04-13 14:00 UTC  (5+ messages)

[PATCH 0/1] rust: module_param: support bool parameters
 2026-04-13 12:25 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 0/3] rust: more memory barriers bindings
 2026-04-13 11:13 UTC  (6+ messages)
` [PATCH 1/3] rust: sync: add helpers for mb, dma_mb and friends
` [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code

[PATCH 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-04-13  6:52 UTC  (3+ messages)
` [PATCH v3 1/1] rust: pci: add extended capability "

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-04-13  5:42 UTC  (4+ messages)

[PATCH v4 0/4] rust: add basic serial device bus abstractions
 2026-04-13  3:58 UTC  (6+ messages)
` [PATCH v4 1/4] rust: devres: return reference in `devres::register`
` [PATCH v4 2/4] serdev: add rust private data to serdev_device
` [PATCH v4 3/4] rust: add basic serial device bus abstractions
` [PATCH v4 4/4] samples: rust: add Rust serial device bus sample device driver

[PATCH v6] kbuild: host: use single executable for rustc -C linker
 2026-04-12 14:19 UTC  (3+ messages)

[PATCH v2 1/1] rust: seq_file: add puts, putc, write, and hex_dump methods
 2026-04-12  0:45 UTC  (2+ messages)

[RFC PATCH 0/2] rust: block: add a borrowed blk-mq timeout callback
 2026-04-11 22:47 UTC  (4+ messages)
    `  "
      `  "

[BUG] android: rust binder: sleeping function called from invalid context in deferred_release()
 2026-04-11 15:24 UTC  (2+ messages)

[PATCH RESEND v13 0/3] rust: leds: add led classdev abstractions
 2026-04-11 15:07 UTC  (4+ messages)
` [PATCH RESEND v13 1/3] rust: leds: add basic "
` [PATCH RESEND v13 2/3] rust: leds: add Mode trait
` [PATCH RESEND v13 3/3] rust: leds: add multicolor classdev abstractions

[PATCH v10 0/5] Rust bindings for gem shmem
 2026-04-11 13:32 UTC  (3+ messages)
` [PATCH v10 5/5] rust: drm: gem: Add vmap functions to shmem bindings

[RFC 00/16] bus1: Capability-based IPC for Linux
 2026-04-11 12:46 UTC  (4+ messages)
` [RFC 07/16] bus1: add man-page

[RFC PATCH 0/2] rust: block: safely abstract the blk-mq poll callback
 2026-04-11 10:33 UTC  (2+ messages)


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