Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2025-04-30 00:17:27 to 2025-05-01 21:52:29 UTC [more...]

[PATCH v2 00/21] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-01 21:52 UTC  (31+ messages)
` [PATCH v2 01/21] rust: devres: allow to borrow a reference to the resource's Device
` [PATCH v2 02/21] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v2 03/21] gpu: nova-core: derive useful traits for Chipset
` [PATCH v2 04/21] gpu: nova-core: add missing GA100 definition
` [PATCH v2 05/21] gpu: nova-core: take bound device in Gpu::new
` [PATCH v2 06/21] gpu: nova-core: define registers layout using helper macro
` [PATCH v2 07/21] gpu: nova-core: fix layout of NV_PMC_BOOT_0
` [PATCH v2 08/21] gpu: nova-core: introduce helper macro for register access
` [PATCH v2 09/21] gpu: nova-core: move Firmware to firmware module
` [PATCH v2 10/21] rust: make ETIMEDOUT error available
` [PATCH v2 11/21] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v2 12/21] gpu: nova-core: add DMA object struct
` [PATCH v2 13/21] gpu: nova-core: register sysmem flush page
` [PATCH v2 14/21] gpu: nova-core: add helper function to wait on condition
` [PATCH v2 15/21] gpu: nova-core: add falcon register definitions and base code
` [PATCH v2 16/21] gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTS
` [PATCH v2 17/21] rust: num: Add an upward alignment helper for usize
` [PATCH v2 18/21] nova-core: Add support for VBIOS ucode extraction for boot
` [PATCH v2 19/21] gpu: nova-core: compute layout of the FRTS region
` [PATCH v2 20/21] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
` [PATCH v2 21/21] gpu: nova-core: load and "

[PATCH v6 0/3] rust: configfs abstractions
 2025-05-01 21:46 UTC  (12+ messages)
` [PATCH v6 1/3] rust: configfs: introduce rust support for configfs
` [PATCH v6 2/3] rust: configfs: add a sample demonstrating configfs usage
` [PATCH v6 3/3] MAINTAINERS: add configfs Rust abstractions

[PATCH v2 0/3] rust: add `UnsafePinned` type
 2025-05-01 19:11 UTC  (20+ messages)
` [PATCH v2 1/3] rust: add UnsafePinned type
` [PATCH v2 2/3] rust: implement `Wrapper<T>` for `Opaque<T>`
` [PATCH v2 3/3] rust: use `UnsafePinned` in the implementation of `Opaque`

[PATCH 0/4] drm: Rust GEM bindings cleanup
 2025-05-01 18:33 UTC  (5+ messages)
` [PATCH 1/4] rust: drm: gem: Use NonNull for Object::dev
` [PATCH 2/4] rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()
` [PATCH 3/4] rust: drm: gem: s/into_gem_obj()/as_gem_obj()/
` [PATCH 4/4] rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically

[PATCH v2 0/4] rust: DebugFS Bindings
 2025-05-01 17:32 UTC  (15+ messages)
` [PATCH v2 1/4] rust: debugfs: Bind DebugFS directory creation
` [PATCH v2 2/4] rust: debugfs: Bind file creation for long-lived Display
` [PATCH v2 3/4] rust: debugfs: Support format hooks
` [PATCH v2 4/4] rust: samples: Add debugfs sample

[PATCH 1/2] rust: pin-init: fix typos
 2025-05-01 16:38 UTC  (2+ messages)

[PATCH 0/8] pin-init sync for v6.16
 2025-05-01 16:38 UTC  (2+ messages)

[PATCH v1] rust: time: Avoid 64-bit integer division
 2025-05-01 15:11 UTC  (17+ messages)

[PATCH v4 0/7] Additional methods for Vec
 2025-05-01 14:25 UTC  (23+ messages)
` [PATCH v4 3/7] rust: alloc: add Vec::push_within_capacity
` [PATCH v4 4/7] rust: alloc: add Vec::drain_all
` [PATCH v4 5/7] rust: alloc: add Vec::retain
` [PATCH v4 6/7] rust: alloc: add Vec::remove
` [PATCH v4 7/7] rust: alloc: add Vec::insert_within_capacity

[PATCH v2 1/3] rust: revocable: implement Revocable::access()
 2025-05-01 14:21 UTC  (2+ messages)

[PATCH 00/16] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-01 14:07 UTC  (16+ messages)
` [PATCH 08/16] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH 11/16] gpu: nova-core: add falcon register definitions and base code

[PATCH v2] kcov: rust: add flags for KCOV with Rust
 2025-05-01 12:16 UTC 

[PATCH] rust: revocable: clarify invariants in safety documentation
 2025-05-01 10:18 UTC  (2+ messages)

[PATCH v10 0/3] rust: extend `module!` macro with integer parameter support
 2025-05-01  9:47 UTC  (6+ messages)
` [PATCH v10 1/3] rust: str: add radix prefixed integer parsing functions
` [PATCH v10 2/3] rust: add parameter support to the `module!` macro
` [PATCH v10 3/3] modules: add rust modules files to MAINTAINERS

[PATCH v19 0/3] rust: xarray: Add a minimal abstraction for XArray
 2025-05-01  8:07 UTC  (6+ messages)
` [PATCH v19 1/3] rust: types: add `ForeignOwnable::PointedTo`

[PATCH v5 0/4] rust: configfs abstractions
 2025-05-01  7:13 UTC  (3+ messages)
` [PATCH v5 1/4] rust: sync: change `<Arc<T> as ForeignOwnable>::PointedTo` to `T`

[PATCH v9 0/9] Refcounted interrupts, SpinLockIrq for rust
 2025-04-30 21:38 UTC  (4+ messages)
` [PATCH v9 2/9] preempt: Introduce __preempt_count_{sub, add}_return()

[PATCH v9 0/3] rust: extend `module!` macro with integer parameter support
 2025-04-30 19:39 UTC  (3+ messages)

[PATCH 0/8] rust: DebugFS Bindings
 2025-04-30 16:58 UTC  (28+ messages)
` [PATCH 1/8] rust: debugfs: Bind DebugFS directory creation
` [PATCH 2/8] rust: debugfs: Bind file creation for long-lived Display
` [PATCH 3/8] rust: debugfs: Add scoped builder interface
` [PATCH 4/8] rust: debugfs: Allow subdir creation in "
` [PATCH 5/8] rust: debugfs: Support format hooks
` [PATCH 8/8] rust: samples: Add debugfs sample

[PATCH v15 5/6] rust: time: Add wrapper for fsleep() function
 2025-04-30 16:43 UTC  (6+ messages)

[PATCH] kcov: rust: add flags for KCOV with Rust
 2025-04-30 16:15 UTC  (5+ messages)

[PATCH v2 0/6] Use rustc-demangle for Rust demangling
 2025-04-30 14:48 UTC  (9+ messages)
` [PATCH v2 1/6] perf demangle-rust: Add rustc-demangle C demangler
` [PATCH v2 2/6] perf symbol-elf: Integrate rust-v0 demangling
` [PATCH v2 3/6] perf demangle-rust: Remove previous legacy rust decoder
` [PATCH v2 4/6] perf test demangle-rust: Add Rust demangling test
` [PATCH v2 5/6] perf test demangle-java: Switch to using dso__demangle_sym
` [PATCH v2 6/6] perf test demangle-ocaml: "

[PATCH v2 0/3] Devres optimization with bound devices
 2025-04-30 12:56 UTC  (3+ messages)

[PATCH v2 0/2] strncpy_from_user for Rust
 2025-04-30 11:04 UTC  (5+ messages)
` [PATCH v2 2/2] uaccess: rust: add UserSliceReader::strcpy_into_buf

[PATCH v15 0/6] rust: Add IO polling
 2025-04-30 10:40 UTC  (2+ messages)

[PATCH v3 0/7] More Rust bindings for device property reads
 2025-04-30  7:44 UTC  (7+ messages)
` [PATCH v3 1/7] rust: property: Move property_present to separate file
` [PATCH v3 2/7] rust: property: Enable printing fwnode name and path
` [PATCH v3 5/7] rust: property: Add child accessor and iterator

[PATCH v14 00/27] riscv control-flow integrity for usermode
 2025-04-30  0:16 UTC  (10+ messages)
` [PATCH v14 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v14 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v14 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v14 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v14 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v14 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v14 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v14 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v14 27/27] kselftest/riscv: kselftest for user mode cfi


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox