messages from 2026-02-18 23:41:57 to 2026-02-21 02:10:20 UTC [more...]
[PATCH v5 00/38] gpu: nova-core: firmware: Hopper/Blackwell support
2026-02-21 2:09 UTC (14+ messages)
` [PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems
` [PATCH v5 02/38] gpu: nova-core: pass pdev directly to dev_* logging macros
` [PATCH v5 03/38] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v5 04/38] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH v5 05/38] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v5 06/38] gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
` [PATCH v5 07/38] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v5 08/38] gpu: nova-core: apply the one "use" item per line policy to commands.rs
` [PATCH v5 09/38] gpu: nova-core: move GPU init and DMA mask setup into Gpu::new()
` [PATCH v5 10/38] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v5 11/38] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v5 12/38] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v5 13/38] gpu: nova-core: factor out an elf_str() function
[PATCH v4 00/33] gpu: nova-core: firmware: Hopper/Blackwell support
2026-02-21 1:06 UTC (32+ messages)
` [PATCH v4 17/33] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v4 18/33] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` Tegra notes for Nova: "
` [PATCH v4 19/33] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v4 20/33] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v4 24/33] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v4 25/33] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v4 27/33] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v4 28/33] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
` [PATCH v4 29/33] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
[PATCH v10 0/8] Preparatory patches for nova-core memory management
2026-02-20 23:43 UTC (50+ messages)
` [PATCH v10 2/8] gpu: Move DRM buddy allocator one level up (part two)
` [PATCH v10 3/8] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v10 4/8] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
` [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
` [PATCH v10 7/8] nova-core: mm: Select GPU_BUDDY for VRAM allocation
[RFC PATCH v2 0/5] rust: Add RTC driver support
2026-02-20 23:19 UTC (8+ messages)
` [RFC PATCH v2 1/5] rtc: migrate driver data to RTC device
[RFC PATCH v3 0/5] rust: Add RTC driver support
2026-02-20 22:53 UTC (5+ messages)
` [RFC PATCH v3 1/5] rtc: add device selector for rtc_class_ops callbacks
[PATCH v3 0/3] rust: atomic: add `fetch_sub` and update docs
2026-02-20 18:51 UTC (6+ messages)
` [PATCH v3 1/3] rust: atomic: add fetch_sub
` [PATCH v3 2/3] rust: atomic: update documentation for `fetch_add`
` [PATCH v3 3/3] rust: atomic: update a safety comment in impl of `fetch_add`
[PATCH v3] hrtimer: add usage examples to documentation
2026-02-20 18:18 UTC (2+ messages)
[PATCH v15 0/9] rust: add `Ownable` trait and `Owned` type
2026-02-20 17:50 UTC (15+ messages)
` [PATCH v15 1/9] rust: types: Add Ownable/Owned types
` [PATCH v15 2/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v15 3/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v15 4/9] rust: aref: update formatting of use statements
` [PATCH v15 5/9] rust: Add `OwnableRefCounted`
` [PATCH v15 6/9] rust: page: update formatting of `use` statements
` [PATCH v15 7/9] rust: page: convert to `Ownable`
` [PATCH v15 8/9] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v15 9/9] rust: page: add `from_raw()`
[PATCH 0/12] drm/tyr: firmware loading and MCU boot support
2026-02-20 17:11 UTC (20+ messages)
` [PATCH 02/12] drm/tyr: move clock cleanup into Clocks Drop impl
` [PATCH 03/12] drm/tyr: rename TyrObject to BoData
` [PATCH 04/12] drm/tyr: set DMA mask using GPU physical address
` [PATCH 05/12] drm/tyr: add MMU address space registers
` [PATCH 06/12] drm/tyr: add shmem backing for GEM objects
` [PATCH 07/12] drm/tyr: Add generic slot manager
` [PATCH 08/12] drm/tyr: add MMU module
[PATCH v4 0/6] Rust GPUVM immediate mode
2026-02-20 16:08 UTC (12+ messages)
` [PATCH v4 1/6] rust: drm: add base GPUVM immediate mode abstraction
` [PATCH v4 2/6] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v4 3/6] rust: gpuvm: add GpuVm::obtain()
[PATCH v6 0/9] rust: add `register!` macro
2026-02-20 14:45 UTC (10+ messages)
` [PATCH v6 5/9] rust: io: add IoRef and IoWrite types
[RFC v3 00/27] lib: Rust implementation of SPDM
2026-02-20 14:10 UTC (33+ messages)
` [RFC v3 06/27] rust: add bindings for hash.h
` [RFC v3 07/27] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [RFC v3 23/27] rust: allow extracting the buffer from a CString
` [RFC v3 27/27] rspdm: Multicast received signatures via netlink
[PATCH] task: delete task_euid()
2026-02-20 10:43 UTC (5+ messages)
[PATCH v7 00/23] nova-core: Add memory management support
2026-02-20 3:25 UTC (5+ messages)
[PATCH -next v9 0/3] rust: Add CList and GPU buddy allocator bindings
2026-02-20 1:57 UTC (8+ messages)
` [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
[PATCH v4] rust: list: Add unsafe for container_of
2026-02-20 1:08 UTC (3+ messages)
[PATCH 0/5] Make Rust Binder build as a module
2026-02-20 0:00 UTC (3+ messages)
` [PATCH 2/5] security: export binder symbols
[PATCH] rust: irq: move 'static bounds to traits
2026-02-19 15:47 UTC (3+ messages)
[PATCH 0/2] binder+rust_binder: use current_euid() for transaction sender identity
2026-02-19 15:02 UTC (2+ messages)
[PATCH 0/3] rust_binder: check current before closing fds
2026-02-19 14:34 UTC (7+ messages)
` [PATCH 1/3] rust: sync: implement == operator for ARef
` [PATCH 2/3] rust: task: implement == operator for Task
` [PATCH 3/3] rust_binder: check current before closing fds
[PATCH v2] rust_binder: avoid name mangling for get_work[_local]
2026-02-19 14:31 UTC (2+ messages)
[PATCH v2] hrtimer: add usage examples to documentation
2026-02-19 13:39 UTC (4+ messages)
[PATCH v2 0/2] rust: atomic: add `fetch_sub` and update docs
2026-02-19 13:34 UTC (7+ messages)
` [PATCH v2 1/2] rust: atomic: add fetch_sub
` [PATCH v2 2/2] rust: atomic: update documentation for `fetch_add`
[PATCH v1] rust: hrtimer: Restrict expires() to safe contexts
2026-02-19 11:02 UTC (4+ messages)
[PATCH] rust/time: Add Delta::from_nanos()
2026-02-19 10:48 UTC (3+ messages)
[PATCH] rust: irq: add `'static` bounds to irq callbacks
2026-02-19 8:37 UTC (2+ messages)
[PATCH] rust: pin-init: replace clippy `expect` with `allow`
2026-02-19 8:37 UTC (2+ messages)
[PATCH v2 0/9] gpu: nova-core: gsp: add continuation record support
2026-02-19 7:30 UTC (10+ messages)
` [PATCH v2 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
` [PATCH v2 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
` [PATCH v2 3/9] rust: add EMSGSIZE error code
` [PATCH v2 4/9] gpu: nova-core: gsp: add checking oversized commands
` [PATCH v2 5/9] gpu: nova-core: gsp: clarify invariant on command queue
` [PATCH v2 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
` [PATCH v2 7/9] gpu: nova-core: gsp: add command_size helper
` [PATCH v2 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
` [PATCH v2 9/9] gpu: nova-core: gsp: add tests for SplitState
[PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
2026-02-19 2:12 UTC (3+ messages)
[PATCH v10 0/8] Preparatory patches for nova-core memory management
2026-02-18 23:59 UTC (3+ messages)
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