messages from 2026-02-05 21:00:24 to 2026-02-06 21:30:50 UTC [more...]
[PATCH 1/2] rust: move `static_assert` into `build_assert`
2026-02-06 21:30 UTC (3+ messages)
` [PATCH 2/2] rust: add `const_assert!` macro
[PATCH -next v7 0/2] rust: Add CList and GPU buddy allocator bindings
2026-02-06 21:26 UTC (18+ messages)
` [PATCH -next v7 1/2] rust: clist: Add support to interface with C linked lists
` [PATCH -next v7 2/2] rust: gpu: Add GPU buddy allocator bindings
[PATCH] rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0
2026-02-06 21:15 UTC (3+ messages)
[PATCH v2 00/11] rust: xarray: add entry API with preloading
2026-02-06 21:10 UTC (12+ messages)
` [PATCH v2 01/11] rust: xarray: minor formatting fixes
` [PATCH v2 02/11] rust: xarray: add debug format for `StoreError`
` [PATCH v2 03/11] rust: xarray: add `contains_index` method
` [PATCH v2 04/11] rust: xarray: add `XArrayState`
` [PATCH v2 05/11] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v2 06/11] rust: xarray: simplify `Guard::load`
` [PATCH v2 07/11] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v2 08/11] rust: xarray: add entry API
` [PATCH v2 09/11] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v2 10/11] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v2 11/11] rust: xarray: add preload API
[PATCH v5 0/7] rust: add `register!` macro
2026-02-06 21:11 UTC (12+ messages)
` [PATCH v5 2/7] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v5 3/7] rust: num: add `as_bool` method to `Bounded<_, 1>`
` [PATCH v5 4/7] rust: num: add `into_inner` method to `Bounded`
` [PATCH v5 5/7] rust: io: add `register!` macro
` [PATCH v5 6/7] sample: rust: pci: use "
[PATCH] workqueue: rust: add work item runtime modification support
2026-02-06 21:07 UTC (3+ messages)
[PATCH] objtool/rust: add one more `noreturn` Rust function
2026-02-06 20:43 UTC
[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
2026-02-06 20:29 UTC (12+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] rust: io: mem: use non-relaxed I/O ops in examples
` [PATCH v2 3/6] rust: io: provide Mmio relaxed ops through a wrapper type
` [PATCH v2 4/6] rust: io: remove legacy relaxed accessors of Mmio
` [PATCH v2 5/6] rust: pci: io: remove overloaded Io methods of ConfigSpace
` [PATCH v2 6/6] rust: io: remove overloaded Io methods of Mmio
[PATCH v4 0/6] Rust GPUVM immediate mode
2026-02-06 20:17 UTC (3+ messages)
` [PATCH v4 6/6] rust: gpuvm: add GpuVmCore::sm_map()
[PATCH v3 00/30] gpu: nova-core: firmware: Hopper/Blackwell support
2026-02-06 19:41 UTC (36+ messages)
` [PATCH v3 01/30] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v3 02/30] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH v3 03/30] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v3 04/30] gpu: nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH v3 05/30] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v3 06/30] gpu: nova-core: apply the one "use" item per line policy to commands.rs
` [PATCH v3 07/30] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v3 08/30] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v3 09/30] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v3 10/30] gpu: nova-core: factor out a section_name_eq() function
` [PATCH v3 11/30] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v3 12/30] gpu: nova-core: add support for 32-bit "
` [PATCH v3 13/30] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v3 14/30] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v3 15/30] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v3 16/30] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v3 17/30] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v3 18/30] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v3 19/30] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v3 20/30] gpu: nova-core: Hopper/Blackwell: add FSP message structures
` [PATCH v3 21/30] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v3 22/30] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v3 23/30] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v3 24/30] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v3 25/30] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v3 26/30] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
` [PATCH v3 27/30] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v3 28/30] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot path
` [PATCH v3 29/30] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v3 30/30] gpu: nova-core: clarify the GPU firmware boot steps
[PATCH] samples: rust: pci: Remove some additional `.as_ref()` for `dev_*` print
2026-02-06 19:26 UTC (2+ messages)
[PATCH] rust: dma: add missing __rust_helper annotations
2026-02-06 19:26 UTC (2+ messages)
[PATCH] rust: xarray: fix false positive lockdep warnings
2026-02-06 17:43 UTC (3+ messages)
[PATCH v4] scripts: checkpatch: warn on Rust panicking methods
2026-02-06 17:41 UTC (5+ messages)
` [PATCH v5] scripts: checkpatch: move Rust-specific lints to separate file
[PATCH V3 0/3] Rust support for powerpc
2026-02-06 16:55 UTC (2+ messages)
[PATCH 0/5] Use struct devres_node in Devres<T>
2026-02-06 16:31 UTC (25+ messages)
` [PATCH 1/5] devres: move struct devres_node into base.h
` [PATCH 2/5] devres: export devres_node_init() and devres_node_add()
` [PATCH 3/5] devres: add devres_node_remove()
` [PATCH 4/5] devres: rename and export set_node_dbginfo()
` [PATCH 5/5] rust: devres: embed struct devres_node directly
[PATCH] rust: devres: fix race condition due to nesting
2026-02-06 16:23 UTC (6+ messages)
[PATCH v4 0/3] binder: handle PID namespace conversion for freeze operation
2026-02-06 16:20 UTC (5+ messages)
` [PATCH v4 1/3] binder: fix PID namespace collision "
` [PATCH v4 2/3] rust: pid: add Pid abstraction and init_ns helper
` [PATCH v4 3/3] rust_binder: fix PID namespace collision for freeze operation
[PATCH v17 00/16] Refcounted interrupts, SpinLockIrq for rust
2026-02-06 16:16 UTC (19+ messages)
` [PATCH v17 02/16] preempt: Track NMI nesting to separate per-CPU counter
[PATCH 00/10] rust: xarray: add entry API with preloading
2026-02-06 14:22 UTC (6+ messages)
` [PATCH 10/10] rust: xarray: fix false positive lockdep warnings
[PATCH v5 0/4] Introduce DeviceContext
2026-02-06 14:08 UTC (9+ messages)
` [PATCH v5 1/4] rust/drm: "
` [PATCH v5 2/4] rust/drm: Don't setup private driver data until registration
` [PATCH v5 3/4] rust/drm/gem: Add DriverAllocImpl type alias
` [PATCH v5 4/4] rust/drm/gem: Use DeviceContext with GEM objects
[RFC PATCH 0/4] Add dma_fence abstractions and DRM Jobqueue
2026-02-06 13:24 UTC (11+ messages)
` [RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
[PATCH v6 0/4] RISC-V: re-enable gcc + rust builds
2026-02-06 12:41 UTC (8+ messages)
` [PATCH v6 2/4] rust: generate a fatal error if BINDGEN_TARGET is undefined
` [PATCH v6 4/4] RISC-V: handle extension configs for bindgen, re-enable gcc + rust builds
[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
2026-02-06 10:47 UTC (13+ messages)
` [PATCH v2 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
` [PATCH v2 02/10] fpga: dfl-pci: set driver flag to disable "
` [PATCH v2 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH v2 04/10] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH v2 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH v2 06/10] rust: pci: add is_virtfn(), to check for VFs
` [PATCH v2 07/10] rust: pci: add is_physfn(), to check for PFs
` [PATCH v2 08/10] rust: pci: add num_vf(), to return number of VFs
` [PATCH v2 09/10] rust: pci: add physfn(), to return PF device for VF device
` [PATCH v2 10/10] samples: rust: add SR-IOV driver sample
[PATCH v3 0/5] gpu: nova-core: gsp: fix command queue ring buffer bugs
2026-02-06 7:29 UTC (2+ messages)
[PATCH -next] gpu: Move DRM buddy allocator one level up
2026-02-06 1:48 UTC (3+ messages)
[PATCH v2] gpu: nova-core: fix aux device registration for multi-GPU systems
2026-02-06 1:16 UTC (2+ messages)
[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
2026-02-06 1:07 UTC (5+ messages)
` [PATCH RFC v6 02/26] gpu: Move DRM buddy allocator one level up
[PATCH v18 0/5] SpinLockIrq for rust
2026-02-05 23:23 UTC (9+ messages)
` [PATCH v18 1/5] rust: Introduce interrupt module
` [PATCH v18 2/5] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v18 4/5] rust: sync: Add SpinLockIrq
` [PATCH v18 5/5] rust: sync: Introduce SpinLockIrq::lock_with() and friends
[PATCH] gpu: nova-core: program_brom cannot fail
2026-02-05 22:59 UTC
[PATCH v2 0/4] Add Rust abstractions for nvmem-provider
2026-02-05 22:46 UTC (12+ messages)
` [PATCH v2 1/4] rust: io: Add big-endian read and write functions
[PATCH] gpu: nova-core: fix aux device registration for multi-GPU systems
2026-02-05 21:44 UTC (5+ messages)
[PATCH 0/8] rust: pci: add abstractions for SR-IOV capability
2026-02-05 21:27 UTC (6+ messages)
` [PATCH 3/8] rust: pci: add {enable,disable}_sriov(), to control "
[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
2026-02-05 21:06 UTC (4+ messages)
` [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`
[PATCH v4] scripts: checkpatch: warn on Rust panicking methods
2026-02-05 21:00 UTC (10+ 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