rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-05 20:01:51 to 2025-11-08 05:02:12 UTC [more...]

[PATCH v6 0/4] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-08  5:02 UTC  (6+ messages)
` [PATCH v6 1/4] gpu: nova-core: implement Display for Spec
` [PATCH v6 2/4] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v6 3/4] gpu: nova-core: make Architecture behave as a u8 type
` [PATCH v6 4/4] gpu: nova-core: add boot42 support for next-gen GPUs

Only rust/bindings.o build fail on rust-1.91.0
 2025-11-08  4:42 UTC  (10+ messages)

[PATCH v4 0/9] rust: Add Per-CPU Variable API
 2025-11-08  3:39 UTC  (16+ 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 0/2] rust: cpumask: Bindings for core cpumasks and cpumask iterators
 2025-11-08  3:30 UTC  (7+ messages)
` [PATCH 1/2] rust: cpumask: Add a `Cpumask` iterator
` [PATCH 2/2] rust: cpumask: Add getters for globally defined cpumasks

[PATCH v8 00/16] gpu: nova-core: Boot GSP to RISC-V active
 2025-11-08  2:51 UTC  (19+ messages)
` [PATCH v8 01/16] gpu: nova-core: compute layout of more framebuffer regions required for GSP
` [PATCH v8 02/16] gpu: nova-core: Set correct DMA mask
` [PATCH v8 03/16] gpu: nova-core: num: add functions to safely convert a const value to a smaller type
` [PATCH v8 04/16] gpu: nova-core: Create initial Gsp
` [PATCH v8 05/16] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v8 06/16] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH v8 07/16] gpu: nova-core: Add zeroable trait to bindings
` [PATCH v8 08/16] rust: enable slice_flatten feature and provide it through an extension trait
` [PATCH v8 09/16] gpu: nova-core: gsp: Add GSP command queue bindings and handling
` [PATCH v8 10/16] gpu: nova-core: gsp: Create rmargs
` [PATCH v8 11/16] gpu: nova-core: gsp: Add SetSystemInfo command
` [PATCH v8 12/16] gpu: nova-core: gsp: Add SetRegistry command
` [PATCH v8 13/16] gpu: nova-core: falcon: Add support to check if RISC-V is active
` [PATCH v8 14/16] gpu: nova-core: falcon: Add support to write firmware version
` [PATCH v8 15/16] gpu: nova-core: gsp: Boot GSP
` [PATCH v8 16/16] bitfields RANGE doc - not great

[PATCH] rust: kbuild: skip gendwarfksyms in `bindings.o` for Rust >= 1.91.0
 2025-11-08  2:49 UTC  (4+ messages)

[PATCH v4 0/4] rust: add Bounded integer type
 2025-11-08  2:23 UTC  (5+ messages)
` [PATCH v4 1/4] rust: add num module and Integer trait
` [PATCH v4 2/4] rust: num: add Bounded integer wrapping type
` [PATCH v4 3/4] MAINTAINERS: add entry for the Rust `num` module
` [PATCH FOR REFERENCE v4 4/4] gpu: nova-core: use BitInt for bitfields

[PATCH v3 0/2] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-08  2:03 UTC  (8+ messages)
` [PATCH v3 2/2] gpu: nova-core: "

[PATCH v3 0/6] gpu: nova-core: remove use of `as` for integer conversions
 2025-11-07 23:30 UTC  (2+ messages)

[PATCH v3 0/5] Use Rust Bitmap from Rust Binder driver
 2025-11-07 22:04 UTC  (3+ messages)
` [PATCH v3 5/5] rust_binder: use bitmap for allocation of handles

[PATCH] rust_binder: move BC_FREE_BUFFER drop inside if statement
 2025-11-07 22:02 UTC  (2+ messages)

[PATCH v2] rust_binder: use compat_ptr_ioctl
 2025-11-07 22:01 UTC  (2+ messages)

[PATCH] rust: debugfs: Implement BinaryReader for Mutex<T> only when T is Unpin
 2025-11-07 21:59 UTC  (3+ messages)

[PATCH] rust/drm/gem: Fix missing header in `Object` rustdoc
 2025-11-07 20:44 UTC  (2+ messages)

Build failure with rust 1.91 and CONFIG_EXTENDED_MODVERSIONS
 2025-11-07 20:13 UTC 

[PATCH 0/2] rust: drm: Introduce DeviceCtx
 2025-11-07 19:23 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] rust/drm/gem: Use DeviceCtx with GEM objects

[PATCH] gpu: nova-core: apply the one "use" item per line policy
 2025-11-07 14:17 UTC  (4+ messages)

[PATCH v2] rust: correct documentation comment for rbtree cursor peek_next method
 2025-11-07  9:39 UTC 

[PATCH] rust: rbtree: fix cursor method lifetimes to match tree lifetime
 2025-11-07  9:27 UTC  (3+ messages)

[PATCH] rust: correct documentation comment for rbtree cursor peek_next method
 2025-11-07  9:17 UTC  (2+ messages)

[PATCH v1 0/2] Add support for print exactly once
 2025-11-07  9:03 UTC  (11+ messages)
  ` [PATCH v1 1/2] rust: Add support for calling a function "

[PATCH] kallsyms: fix symbol type for "big" symbols
 2025-11-07  5:04 UTC 

[PATCH 0/6] gpu: nova-core: Hopper/Blackwell prerequisites
 2025-11-07  1:27 UTC  (16+ 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-07  0:15 UTC  (9+ 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 v2 00/12] nova-core: Complete GSP boot and begin RPC communication
 2025-11-06 23:11 UTC  (16+ messages)
` [PATCH v3 00/14] "
  ` [PATCH v3 01/14] gpu: nova-core: falcon: Move waiting until halted to a helper
  ` [PATCH v3 02/14] gpu: nova-core: falcon: Move start functionality into separate helper
  ` [PATCH v3 03/14] gpu: nova-core: falcon: Move mbox functionalities into helper
  ` [PATCH v3 04/14] gpu: nova-core: falcon: Move dma_reset functionality "
  ` [PATCH v3 05/14] gpu: nova-core: gsp: Add support for checking if GSP reloaded
  ` [PATCH v3 06/14] gpu: nova-core: Add bindings required by GSP sequencer
  ` [PATCH v3 07/14] gpu: nova-core: Implement the "
  ` [PATCH v3 08/14] gpu: nova-core: sequencer: Add register opcodes
  ` [PATCH v3 09/14] gpu: nova-core: sequencer: Add delay opcode support
  ` [PATCH v3 10/14] gpu: nova-core: sequencer: Implement basic core operations
  ` [PATCH v3 11/14] gpu: nova-core: sequencer: Implement core resume operation
  ` [PATCH v3 12/14] gpu: nova-core: gsp: Wait for gsp initialization to complete
  ` [PATCH v3 13/14] gpu: nova-core: sequencer: Refactor run() to handle unknown messages
  ` [PATCH v3 14/14] gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information

[PATCH net-next v1] net: phy: qt2025: Wait until PHY becomes ready
 2025-11-06 23:00 UTC  (2+ messages)

[PATCH v3 1/4] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
 2025-11-06 21:24 UTC  (3+ 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 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  (3+ 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  (4+ messages)
` [PATCH v2 1/3] "

[PATCH RFC 0/4] rust: Introduce support for C linked list interfacing and DRM Buddy bindings
 2025-11-05 22:42 UTC  (6+ messages)
` [PATCH RFC 1/4] rust: clist: Add abstraction for iterating over C linked lists

[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)


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).