public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 08:39:23 to 2026-04-11 06:03:03 UTC [more...]

[PATCH v1 RESEND 0/4] drm/tyr: implement GPU reset API
 2026-04-11  6:02 UTC  (11+ messages)
` [PATCH v1 RESEND 4/4] drm/tyr: add GPU reset handling

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

[PATCH v5 0/8] rust: Add Per-CPU Variable API
 2026-04-11  3:06 UTC  (10+ messages)
` [PATCH v5 1/8] rust: cpumask: Add a `Cpumask` iterator
` [PATCH v5 2/8] rust: cpumask: Add getters for globally defined cpumasks
` [PATCH v5 3/8] rust: percpu: Add C bindings for per-CPU variable API
` [PATCH v5 4/8] rust: percpu: introduce a rust API for static per-CPU variables
` [PATCH v5 5/8] rust: percpu: introduce a rust API for dynamic "
` [PATCH v5 6/8] rust: percpu: add a rust per-CPU variable sample
` [PATCH v5 7/8] rust: percpu: Add pin-hole optimizations for numerics
` [PATCH v5 8/8] rust: percpu: cache per-CPU pointers in the dynamic case

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

[GIT PULL] Driver core changes for 7.1-rc1
 2026-04-11  0:24 UTC 

[PATCH 0/6] gpu: nova-core: add GA100 support
 2026-04-10 20:37 UTC  (7+ 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

[GIT PULL] Rust for v7.1
 2026-04-10 20:04 UTC 

[RFC PATCH 0/2] rust: block: safely abstract the blk-mq poll callback
 2026-04-10 19:15 UTC  (3+ messages)
` [RFC PATCH 1/2] rust: block: mq: safely abstract the "
  ` [RFC PATCH 2/2] block: rnull: wire up poll queues dummy callback

[RFC PATCH 0/2] rust: block: add a borrowed blk-mq timeout callback
 2026-04-10 16:47 UTC  (3+ messages)
` [RFC PATCH 1/2] rust: block: mq: safely abstract the "
` [RFC PATCH 2/2] block: rnull: implement dummy "

Re:Re: [RFC PATCH 0/2] rust block-mq TagSet flags plumbing and rnull blocking wiring
 2026-04-10 16:35 UTC  (2+ messages)
`  "

[PATCH] gpu: nova-core: fb: make sure to unregister SysmemFlush on boot failure
 2026-04-10 15:57 UTC  (2+ messages)

[PATCH v3] rust: ACPI: fix missing match data for PRP0001
 2026-04-10 15:53 UTC  (8+ messages)

[PATCH 0/5] gpu: nova-core: vbios: harden various array accesses
 2026-04-10 15:05 UTC  (11+ messages)
` [PATCH 1/5] gpu: nova-core: vbios: fix various cases of reading past `BIOS_MAX_SCAN_LEN`
` [PATCH 2/5] gpu: nova-core: vbios: limit `BitToken` entry reads
` [PATCH 3/5] gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
` [PATCH 4/5] gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
` [PATCH 5/5] gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`

[RFC PATCH 0/2] rust block-mq TagSet flags plumbing and rnull blocking wiring
 2026-04-10 12:39 UTC  (4+ messages)
  ` [RFC PATCH 1/2] rust: block: mq: safely expose TagSet flags
  ` [RFC PATCH 2/2] block: rnull: support BLK_MQ_F_BLOCKING via configfs

[PATCH v2 0/4] docs/zh_CN: update rust/ subsystem translations
 2026-04-10 12:11 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