messages from 2026-03-17 22:54:15 to 2026-03-20 04:32:39 UTC [more...]
[PATCH v2 0/9] gpu: nova-core: gsp: add RM control command infrastructure
2026-03-20 4:32 UTC (16+ messages)
` [PATCH v2 1/9] gpu: nova-core: gsp: add NV_STATUS error code bindings
` [PATCH v2 2/9] gpu: nova-core: gsp: add NvStatus enum for RM control errors
` [PATCH v2 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
` [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 8/9] gpu: nova-core: gsp: add CE fault method buffer size bindings
` [PATCH v2 9/9] gpu: nova-core: gsp: add CeGetFaultMethodBufferSize RM control command
[PATCH] rust: Mark all from() for Error functions inline
2026-03-20 2:55 UTC (2+ messages)
[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] kbuild: rust: add AutoFDO support
2026-03-19 23:54 UTC (8+ messages)
[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 (29+ messages)
` [PATCH v13 1/1] "
[PATCH 0/5] pin-init upstream sync for v7.0
2026-03-19 15:18 UTC (12+ messages)
` [PATCH 1/5] rust: pin-init: build: simplify use of nightly features
` [PATCH 2/5] rust: pin-init: properly document let binding workaround
` [PATCH 3/5] rust: pin-init: doc: de-clutter documentation with fake-variadics
` [PATCH 4/5] rust: pin-init: implement ZeroableOption for NonZero* integer types
` [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 (25+ messages)
` [PATCH 1/8] gpu: nova-core: convert PMC registers to "
` [PATCH 2/8] gpu: nova-core: convert PBUS "
` [PATCH 3/8] gpu: nova-core: convert PFB "
` [PATCH 4/8] gpu: nova-core: convert GC6 "
` [PATCH 5/8] gpu: nova-core: convert FUSE "
` [PATCH 6/8] gpu: nova-core: convert PDISP "
` [PATCH 7/8] gpu: nova-core: convert falcon "
` [PATCH 8/8] Documentation: nova: remove register abstraction task
[PATCH v3 0/4] add `const_assert!` macro and rework documentation
2026-03-19 14:34 UTC (13+ 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
[PATCH v1 RESEND 0/4] drm/tyr: implement GPU reset API
2026-03-19 12:51 UTC (6+ messages)
` [PATCH v1 RESEND 1/4] drm/tyr: clear reset IRQ before soft reset
` [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 (8+ messages)
` [PATCH v13 0/2] "
` [PATCH v13 1/2] rust: gpu: Add "
` [PATCH v13 2/2] MAINTAINERS: gpu: buddy: Update reviewer
[RFC PATCH 02/12] drm/dep: Add DRM dependency queue layer
2026-03-19 9:57 UTC (10+ messages)
[PATCH] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-03-19 8:24 UTC (3+ messages)
[PATCH] gpu: nova-core: gsp: move Cmdq's DMA handle to a struct member
2026-03-19 6:08 UTC (2+ messages)
[PATCH v10 0/6] gpu: nova-core: expose the logging buffers via debugfs
2026-03-19 2:28 UTC (11+ messages)
` [PATCH v10 1/6] rust: device: add device name method
` [PATCH v10 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
` [PATCH v10 3/6] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v10 4/6] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v10 5/6] gpu: nova-core: create debugfs root in "
` [PATCH v10 6/6] gpu: nova-core: create GSP-RM logging buffers debugfs entries
[PATCH v5 0/5] gpu: nova-core: gsp: add locking to Cmdq
2026-03-19 2:10 UTC (12+ messages)
` [PATCH v5 1/5] gpu: nova-core: gsp: fix stale doc comments on command queue methods
` [PATCH v5 2/5] gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
` [PATCH v5 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
` [PATCH v5 4/5] gpu: nova-core: gsp: make `Cmdq` a pinned type
` [PATCH v5 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq
[PATCH v7 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
2026-03-18 20:25 UTC (39+ messages)
` [PATCH v7 04/31] gpu: nova-core: move GPU init into Gpu::new()
` [PATCH v7 05/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v7 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v7 07/31] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v7 08/31] gpu: nova-core: factor out an elf_str() function
` [PATCH v7 09/31] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v7 10/31] gpu: nova-core: add support for 32-bit "
` [PATCH v7 11/31] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v7 12/31] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v7 13/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v7 14/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v7 15/31] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v7 16/31] rust: ptr: add const_align_up()
` [PATCH v7 17/31] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v7 18/31] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v7 19/31] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v7 20/31] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v7 21/31] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v7 22/31] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
` [PATCH v7 23/31] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v7 24/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v7 25/31] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v7 26/31] gpu: nova-core: make WPR heap sizing fallible
` [PATCH v7 27/31] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v7 28/31] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v7 29/31] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v7 30/31] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v7 31/31] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()
[PATCH] rust: sync: completion: mark inline complete_all and wait_for_completion
2026-03-18 16:47 UTC (4+ messages)
` [PATCH v2] "
[PATCH v4] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
2026-03-18 13:03 UTC (3+ messages)
[PATCH] pwm: th1520: fix `CLIPPY=1` warning
2026-03-18 8:41 UTC (2+ messages)
pin-init feature idea: pinnable option
2026-03-18 7:12 UTC
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-03-18 5:58 UTC (3+ messages)
[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
2026-03-18 1:52 UTC (11+ messages)
` [PATCH 6/9] gpu: nova-core: generalize `flush_into_kvec` to `flush_into_vec`
[PATCH v9 00/10] rust: add `register!` macro
2026-03-18 1:32 UTC (4+ messages)
[PATCH v2 0/5] Use struct devres_node in Devres<T>
2026-03-18 0:12 UTC (2+ messages)
[PATCH v9 0/6] gpu: nova-core: expose the logging buffers via debugfs
2026-03-17 23:02 UTC (4+ messages)
` [PATCH v9 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
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