messages from 2026-04-15 06:55:53 to 2026-04-17 14:59:08 UTC [more...]
[PATCH v2 0/3] rust: add `bitfield!` macro
2026-04-17 14:59 UTC (26+ 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 0/4] rust: Add helper functions and constants for Tyr driver
2026-04-17 14:52 UTC (15+ messages)
` [PATCH 1/4] rust: sizes: add SZ_4G constant
` [PATCH 2/4] rust: mm: Add task_size() method to Mm
` [PATCH 3/4] rust: xarray: Update StoreError comments for alloc()
` [PATCH 4/4] rust: xarray: Add Guard::find() helper
[PATCH v10 00/28] gpu: nova-core: firmware: Hopper/Blackwell support
2026-04-17 14:34 UTC (19+ messages)
` [PATCH v10 03/28] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [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 11/28] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()
` [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 0/3] rust: add Kconfig.test
2026-04-17 14:11 UTC (8+ messages)
` [PATCH 1/3] rust: tests: drop 'use crate' in bitmap and atomic KUnit tests
` [PATCH 2/3] rust: testing: add Kconfig for KUnit test
` [PATCH 3/3] Documentation: rust: testing: add Kconfig guidance
[PATCH v3 0/4] Rust netlink support + use in Rust Binder
2026-04-17 11:32 UTC (14+ 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] slub: fix data loss and overflow in krealloc()
2026-04-17 9:21 UTC (3+ messages)
[PATCH v2 0/4] drm/tyr: implement GPU reset API
2026-04-17 8:02 UTC (8+ messages)
` [PATCH v2 3/4] rust: add Work::disable_sync
` [PATCH v2 4/4] drm/tyr: add reset management API
` [PATCH v2 RESEND 1/4] rust: add SRCU abstraction
` [PATCH v2 RESEND 2/4] MAINTAINERS: add Rust SRCU files to SRCU entry
[PATCH v7] kbuild: host: use single executable for rustc -C linker
2026-04-17 7:59 UTC (2+ messages)
[RFC v3 00/27] lib: Rust implementation of SPDM
2026-04-17 5:20 UTC (6+ messages)
[PATCH v2 0/6] gpu: nova-core: add GA100 support
2026-04-17 4:09 UTC (24+ messages)
` [PATCH v2 1/6] gpu: nova-core: use correct fwsignature for GA100
` [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] Documentation: gpu: nova-core: document the IFR header layout
2026-04-17 4:05 UTC (3+ messages)
[PATCH v4 0/6] gpu: nova-core: add GA100 support
2026-04-17 3:52 UTC (8+ messages)
` [PATCH v4 1/6] gpu: nova-core: use correct fwsignature for GA100
` [PATCH v4 2/6] gpu: nova-core: do not consider 0xBB77 as a valid PCI ROM header signature
` [PATCH v4 3/6] gpu: nova-core: only boot FRTS if its region is allocated
` [PATCH v4 4/6] gpu: nova-core: add FbHal::frts_size() for GA100 support
` [PATCH v4 5/6] gpu: nova-core: skip the IFR header if present
` [PATCH v4 6/6] gpu: nova-core: enable GA100
[PATCH v2 00/11] gpu: nova-core: vbios: harden various array accesses and refactor
2026-04-17 2:41 UTC (21+ messages)
` [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
[PATCH v11 01/20] gpu: nova-core: gsp: Return GspStaticInfo from boot()
2026-04-16 23:26 UTC (28+ 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 v2 1/4] rust: add SRCU abstraction
2026-04-16 21:50 UTC (3+ messages)
` [PATCH v2 2/4] MAINTAINERS: add Rust SRCU files to SRCU entry
[PATCH v3 0/9] gpu: nova-core: gsp: add RM control command infrastructure
2026-04-16 21:30 UTC (2+ messages)
[PATCH v6] kbuild: host: use single executable for rustc -C linker
2026-04-16 21:00 UTC (3+ messages)
[PATCH v3 0/6] gpu: nova-core: add GA100 support
2026-04-16 16:03 UTC (12+ messages)
` [PATCH v3 1/6] gpu: nova-core: use correct fwsignature for GA100
` [PATCH v3 2/6] gpu: nova-core: do not consider 0xBB77 as a valid PCI ROM header signature
` [PATCH v3 3/6] gpu: nova-core: only boot FRTS if its region is allocated
` [PATCH v3 4/6] gpu: nova-core: add FbHal::frts_size() for GA100 support
` [PATCH v3 5/6] gpu: nova-core: skip the IFR header if present
` [PATCH v3 6/6] gpu: nova-core: enable GA100
linux-next: Tree for Apr 16
2026-04-16 14:21 UTC (2+ messages)
[PATCH] MAINTAINERS: Add RUST [SYNC] entry
2026-04-16 10:17 UTC (6+ messages)
[PATCH 0/5] Rework index projection syntax
2026-04-16 7:14 UTC (11+ 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
[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 v7 0/2] Introduce Synology Microp driver
2026-04-15 20:54 UTC (6+ messages)
` [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 (5+ messages)
` [PATCH v10 00/21] "
` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB
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 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`
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox