messages from 2025-11-04 14:05:12 to 2025-11-06 22:20:24 UTC [more...]
[PATCH 0/6] gpu: nova-core: Hopper/Blackwell prerequisites
2025-11-06 22:18 UTC (12+ messages)
` [PATCH 1/6] gpu: nova-core: print FB sizes, along with ranges
` [PATCH 2/6] gpu: nova-core: Hopper: basic GPU identification
` [PATCH 3/6] gpu: nova-core: Blackwell: "
` [PATCH 4/6] gpu: nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH 5/6] gpu: nova-core: regs.rs: clean up chipset(), architecture()
` [PATCH 6/6] gpu: nova-core: use gpu::Architecture instead of long lists of GPUs
[PATCH v5 0/3] gpu: nova: add boot42 support for next-gen GPUs
2025-11-06 21:27 UTC (8+ messages)
` [PATCH v5 1/3] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v5 2/3] gpu: nova-core: make Architecture behave as a u8 type
` [PATCH v5 3/3] gpu: nova-core: add boot42 support for next-gen GPUs
[PATCH v3 1/4] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
2025-11-06 21:24 UTC (6+ messages)
` [PATCH v3 2/4] nova-core: Fix capitalization of some comments
` [PATCH v3 3/4] nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rs
` [PATCH v3 4/4] nova: Update the nova todo list
Only rust/bindings.o build fail on rust-1.91.0
2025-11-06 17:54 UTC (5+ messages)
[PATCH v5 0/7] rust: pci: add config space read/write support
2025-11-06 17:43 UTC (12+ messages)
` [PATCH v5 1/7] samples: rust: rust_driver_pci: use "kernel vertical" style for imports
` [PATCH v5 2/7] rust: devres: "
` [PATCH v5 3/7] rust: io: "
` [PATCH v5 4/7] rust: io: factor common I/O helpers into Io trait
` [PATCH v5 5/7] rust: io: factor out MMIO read/write macros
` [PATCH v5 6/7] rust: pci: add config space read/write support
` [PATCH v5 7/7] sample: rust: pci: add tests for config space routines
[PATCH v1 0/2] Add support for print exactly once
2025-11-06 14:46 UTC (14+ messages)
` [PATCH v1 1/2] rust: Add support for calling a function "
` [PATCH v1 2/2] rust: Add pr_*_once macros
[PATCH 0/4] Rust: Fix typedefs for resource_size_t and phys_addr_t
2025-11-06 12:09 UTC (5+ messages)
` [PATCH 1/4] rust: io: define ResourceSize as resource_size_t
` [PATCH 2/4] rust: io: move ResourceSize to top-level io module
` [PATCH 3/4] rust: scatterlist: import ResourceSize from kernel::io
` [PATCH 4/4] rust: io: add typedef for phys_addr_t
[PATCH v3 0/4] rust: add Bounded integer type
2025-11-06 11:45 UTC (9+ messages)
` [PATCH v3 1/4] rust: add num module and Integer trait
` [PATCH v3 2/4] rust: num: add Bounded integer wrapping type
` [PATCH v3 3/4] MAINTAINERS: add entry for the Rust `num` module
` [PATCH FOR REFERENCE v3 4/4] gpu: nova-core: use BitInt for bitfields
[PATCH 1/2] rust: dma: make use of start_ptr() and start_ptr_mut()
2025-11-06 11:33 UTC (7+ messages)
[PATCH] rust: correct documentation comment for rbtree cursor peek_next method
2025-11-06 11:32 UTC (2+ messages)
[PATCH] rust: io: cleanup imports and use "kernel vertical" style
2025-11-06 9:46 UTC (3+ messages)
[PATCH] rust: pci: use "kernel vertical" style for imports
2025-11-06 9:44 UTC (2+ messages)
[PATCH 1/2] rust: pci: get rid of redundant Result in IRQ methods
2025-11-06 9:27 UTC (2+ messages)
[PATCH] rust: slab: add basic slab module
2025-11-06 7:53 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3 0/3] firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
2025-11-06 2:40 UTC (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS
` [PATCH v3 3/3] net: phy: "
[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
2025-11-06 2:06 UTC (23+ messages)
` [PATCH v2 01/12] nova-core: falcon: Move waiting until halted to a helper
` [PATCH v2 02/12] nova-core: falcon: Move start functionality into separate helper
` [PATCH v2 03/12] nova-core: falcon: Move mbox functionalities into helper
` [PATCH v2 04/12] nova-core: falcon: Move dma_reset functionality "
` [PATCH v2 05/12] nova-core: gsp: Add support for checking if GSP reloaded
` [PATCH v2 06/12] nova-core: Add bindings required by GSP sequencer
` [PATCH v2 08/12] nova-core: sequencer: Add register opcodes
[PATCH v2] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
2025-11-06 1:24 UTC (4+ messages)
` "
[PATCH v2 0/3] firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
2025-11-06 0:23 UTC (6+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS
` [PATCH v2 3/3] net: phy: "
[PATCH 0/2] rust: cpumask: Bindings for core cpumasks and cpumask iterators
2025-11-06 0:19 UTC (4+ messages)
` [PATCH 1/2] rust: cpumask: Add a `Cpumask` iterator
` [PATCH 2/2] rust: cpumask: Add getters for globally defined cpumasks
[PATCH v4 0/9] rust: Add Per-CPU Variable API
2025-11-05 23:01 UTC (10+ messages)
` [PATCH v4 1/9] rust: cpumask: Add a `Cpumask` iterator
` [PATCH v4 2/9] rust: cpumask: Add getters for globally defined cpumasks
` [PATCH v4 3/9] rust: percpu: Add C bindings for per-CPU variable API
` [PATCH v4 4/9] rust: percpu: introduce a rust API for static per-CPU variables
` [PATCH v4 5/9] rust: percpu: introduce a rust API for dynamic "
` [PATCH v4 6/9] rust: percpu: add a rust per-CPU variable sample
` [PATCH v4 7/9] rust: percpu: Support non-zeroable types for DynamicPerCpu
` [PATCH v4 8/9] rust: percpu: Add pin-hole optimizations for numerics
` [PATCH v4 9/9] rust: percpu: cache per-CPU pointers in the dynamic case
[PATCH RFC 0/4] rust: Introduce support for C linked list interfacing and DRM Buddy bindings
2025-11-05 22:42 UTC (17+ messages)
` [PATCH RFC 1/4] rust: clist: Add abstraction for iterating over C linked lists
` [PATCH RFC 3/4] rust: drm: Add DRM buddy allocator bindings
[PATCH v4] rust: lock: Export Guard::do_unlocked()
2025-11-05 20:41 UTC (7+ messages)
[PATCH 0/3] Remove the usage of Rust native atomics in debugfs
2025-11-05 20:01 UTC (3+ messages)
[GIT PULL] Rust fixes for 6.18
2025-11-05 19:33 UTC (2+ messages)
[PATCH 0/2] rust: add BitInt type and use in Nova's bitfield macro
2025-11-05 15:45 UTC (10+ messages)
` [PATCH 1/2] rust: add BitInt integer wrapping type
[PATCH] rust: kernel: Support more jump_label api
2025-11-05 14:16 UTC (12+ messages)
[PATCH net-next v1] net: phy: qt2025: Wait until PHY becomes ready
2025-11-05 13:31 UTC
[PATCH v13 00/17] Refcounted interrupts, SpinLockIrq for rust
2025-11-05 12:45 UTC (3+ messages)
` [PATCH v13 11/17] rust: sync: lock: Add `Backend::BackendInContext`
[PATCH RESEND] rust: transmute: add `from_bytes_prefix` family of methods
2025-11-05 12:34 UTC (5+ messages)
[PATCH 0/5] gpu: nova-core: leverage FromBytes for VBIOS structures
2025-11-05 11:44 UTC (2+ messages)
[PATCH 1/3] rust: fs: add a new type for file::Offset
2025-11-05 11:39 UTC (8+ messages)
` [PATCH 2/3] rust fs: kiocb: take advantage from file::Offset
` [PATCH 3/3] rust: iov: "
[PATCH v2] rust: enable slice_flatten feature and provide it through an extension trait
2025-11-05 8:10 UTC (6+ messages)
[PATCH 0/7] Pre-requisite patches for mm and irq in nova-core
2025-11-05 2:25 UTC (9+ messages)
` [PATCH 7/7] nova-core: mm: Add data structures for page table management
[PATCH] rust: auxiliary: fix false positive warning for missing a safety comment
2025-11-05 0:31 UTC (2+ messages)
[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
2025-11-05 0:25 UTC (2+ messages)
[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
2025-11-04 23:26 UTC (2+ messages)
` [PATCH v2 13/12] nova-core: sequencer: Refactor run() to handle unknown messages
[PATCH] firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
2025-11-04 22:22 UTC (5+ messages)
[PATCH v5 0/8] Rust bindings for gem shmem + iosys_map
2025-11-04 20:41 UTC (3+ messages)
` [PATCH v5 4/8] rust: gem: Introduce DriverObject::Args
subscribe
2025-11-04 20:30 UTC
[PATCH] rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0
2025-11-04 19:25 UTC (2+ messages)
[PATCH] docs: rust: quick-start: add Debian 13 (Trixie)
2025-11-04 19:23 UTC (2+ messages)
[PATCH RESEND v4 0/4] rust: pci: add config space read/write support
2025-11-04 16:46 UTC (11+ messages)
` [PATCH RESEND v4 1/4] rust: io: factor common I/O helpers into Io trait
` [PATCH RESEND v4 2/4] rust: io: factor out MMIO read/write macros
` [PATCH RESEND v4 3/4] rust: pci: add config space read/write support
` [PATCH RESEND v4 4/4] sample: rust: pci: add tests for config space routines
ABI mismatch build error for 6.17.y and rustc 1.91.0
2025-11-04 15:10 UTC (6+ 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;
as well as URLs for NNTP newsgroup(s).