rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-19 07:08:15 to 2025-05-21 06:45:53 UTC [more...]

[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-21  6:45 UTC  (14+ messages)
` [PATCH v4 01/20] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v4 02/20] rust: make ETIMEDOUT error available
` [PATCH v4 03/20] rust: sizes: add constants up to SZ_2G
` [PATCH v4 04/20] rust: add new `num` module with useful integer operations
` [PATCH v4 05/20] gpu: nova-core: use absolute paths in register!() macro
` [PATCH v4 06/20] gpu: nova-core: add delimiter for helper rules "
` [PATCH v4 07/20] gpu: nova-core: expose the offset of each register as a type constant
` [PATCH v4 08/20] gpu: nova-core: allow register aliases
` [PATCH v4 09/20] gpu: nova-core: increase BAR0 size to 16MB
` [PATCH v4 10/20] gpu: nova-core: add helper function to wait on condition
` [PATCH v4 11/20] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v4 12/20] gpu: nova-core: add DMA object struct
` [PATCH v4 13/20] gpu: nova-core: register sysmem flush page

[PATCH v5 0/4] rust: DebugFS Bindings
 2025-05-21  4:47 UTC  (9+ messages)
` [PATCH v5 4/4] rust: samples: Add debugfs sample

[PATCH v8 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-05-21  3:57 UTC  (38+ messages)
` [PATCH v8 1/5] rust: add bindings for bitmap.h
` [PATCH v8 2/5] rust: add bindings for bitops.h
` [PATCH v8 3/5] rust: add bitmap API
` [PATCH v8 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v8 5/5] rust: add dynamic ID pool abstraction for bitmap

[PATCH v3 00/19] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-21  3:17 UTC  (21+ messages)
` [PATCH v3 16/19] nova-core: Add support for VBIOS ucode extraction for boot
` [PATCH v3 18/19] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-20 23:49 UTC  (12+ messages)
` [PATCH v15 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 27/27] kselftest/riscv: kselftest for user mode cfi

Build: arm rustgcc unknown argument '-mno-fdpic'
 2025-05-20 23:21 UTC  (9+ messages)

[PATCH] rust: sync: fix safety comment for `static_lock_class`
 2025-05-20 23:17 UTC 

[PATCH] arm: Fix rustgcc unknown argument '-mno-fdpic'
 2025-05-20 22:48 UTC 

[PATCH 1/2] rust: add `pin-init` as a dependency to `bindings` and `uapi`
 2025-05-20 22:36 UTC  (6+ messages)
` [PATCH 2/2] rust: derive `Zeroable` for all structs & unions generated by bindgen where possible

[PATCH v4 0/3] rust: add `UnsafePinned` type
 2025-05-20 21:26 UTC  (4+ messages)
` [PATCH v4 1/3] rust: add UnsafePinned type

[PATCH] rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
 2025-05-20 21:15 UTC  (3+ messages)

[PATCH] MAINTAINERS: mailmap: update Benno Lossin's email address
 2025-05-20 20:59 UTC  (4+ messages)

[PATCH] docs: fix typo in rust/kernel/str.rs
 2025-05-20 20:59 UTC  (2+ messages)

[PATCH v4 0/4] rust: drm: gem: More (and final) cleanup
 2025-05-20 20:35 UTC  (5+ messages)
` [PATCH v4 1/4] rust: drm: gem: Simplify use of generics
` [PATCH v4 2/4] rust: drm: gem: Add DriverFile type alias
` [PATCH v4 3/4] rust: drm: gem: Drop Object::SIZE
` [PATCH v4 4/4] rust: drm: gem: Support driver-private GEM object types

[PATCH] objtool/rust: relax slice condition to cover more `noreturn` Rust functions
 2025-05-20 20:10 UTC  (2+ messages)

[PATCH v2] rust: kbuild: rebuild if `.clippy.toml` changes
 2025-05-20 20:08 UTC  (3+ messages)

[PATCH v5 0/9] More Rust bindings for device property reads
 2025-05-20 20:00 UTC  (10+ messages)
` [PATCH v5 1/9] rust: device: Create FwNode abstraction for accessing device properties
` [PATCH v5 2/9] rust: device: Enable accessing the FwNode of a Device
` [PATCH v5 3/9] rust: device: Add property_present() to FwNode
` [PATCH v5 4/9] rust: device: Enable printing fwnode name and path
` [PATCH v5 5/9] rust: device: Introduce PropertyGuard
` [PATCH v5 6/9] rust: device: Implement accessors for firmware properties
` [PATCH v5 7/9] rust: device: Add child accessor and iterator
` [PATCH v5 8/9] rust: device: Add property_get_reference_args
` [PATCH v5 9/9] samples: rust: platform: Add property read examples

[PATCH 0/5] Rust beta (1.87) and nightly (1.88) lint cleanups
 2025-05-20 19:49 UTC  (4+ messages)
` [PATCH 1/5] objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0

[PATCH] rust: kbuild: rebuild if `.clippy.toml` changes
 2025-05-20 19:36 UTC  (3+ messages)

[PATCH v3 0/4] rust: drm: gem: More (and final) cleanup
 2025-05-20 18:19 UTC  (5+ messages)
` [PATCH v3 1/4] rust: drm: gem: Simplify use of generics
` [PATCH v3 2/4] rust: drm: gem: Add DriverFile type alias
` [PATCH v3 3/4] rust: drm: gem: Drop Object::SIZE
` [PATCH v3 4/4] rust: drm: Use gem::BaseDriverObject in driver::Driver

[PATCH v3] rust: regulator: add a bare minimum regulator abstraction
 2025-05-20 18:09 UTC  (25+ messages)

[PATCH v4 0/9] More Rust bindings for device property reads
 2025-05-20 11:04 UTC  (12+ messages)
` [PATCH v4 6/9] rust: device: Add bindings for reading device properties

[PATCH v4] rust: macros: Fix macro referencing core and kernel crates
 2025-05-20  8:54 UTC  (9+ messages)
  ` [PATCH v5] "

[PATCH V12 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
 2025-05-20  6:23 UTC  (21+ messages)
` [PATCH V12 06/15] rust: macros: enable use of hyphens in module names
` [PATCH V12 08/15] rust: opp: Add initial abstractions for OPP framework
` [PATCH V12 09/15] rust: opp: Add abstractions for the OPP table
` [PATCH V12 10/15] rust: opp: Add abstractions for the configuration options
` [PATCH V12 11/15] rust: cpufreq: Add initial abstractions for cpufreq framework
` [PATCH V12 12/15] rust: cpufreq: Extend abstractions for policy and driver ops
` [PATCH V12 13/15] rust: cpufreq: Extend abstractions for driver registration
` [PATCH V12 14/15] rust: opp: Extend OPP abstractions with cpufreq support
` [PATCH V12 15/15] cpufreq: Add Rust-based cpufreq-dt driver

[GIT PULL] cpufreq/arm updates for 6.16
 2025-05-20  6:19 UTC 

[PATCH] rust: miscdevice: fix typo in MiscDevice::ioctl documentation
 2025-05-20  4:59 UTC  (3+ messages)

[PATCH v2 0/4] rust: drm: gem: More (and final) cleanup
 2025-05-19 22:26 UTC  (8+ messages)
` [PATCH v2 1/4] rust: drm: gem: Simplify use of generics
` [PATCH v2 3/4] rust: drm: gem: Add ObjectFile type alias

[PATCH] rust: types: remove `Either<L, R>`
 2025-05-19 18:23 UTC  (6+ messages)

[PATCH v3 0/2] rust: miscdevice: add additional data to MiscDeviceRegistration
 2025-05-19 18:16 UTC  (5+ messages)
` [PATCH v3 1/2] "

[PATCH] rust: compile libcore with edition 2024 for 1.87+
 2025-05-19 18:01 UTC  (3+ messages)

[PATCH v5] rust: kernel: add support for bits/genmask macros
 2025-05-19 17:57 UTC  (4+ messages)

[net-next PATCH v10 7/7] rust: net::phy sync with match_phy_device C changes
 2025-05-19 12:58 UTC  (8+ messages)

[GIT PULL] [PATCH 0/5] rust: Task & schedule related changes for v6.16
 2025-05-19 12:40 UTC  (5+ messages)
` [PATCH 4/5] sched/core: Add __might_sleep_precision()

[PATCH v2] rust: doc: Clarify safety invariants for Revocable type
 2025-05-19 12:26 UTC  (10+ messages)

[PATCH v3 0/2] rust: add support for request_irq
 2025-05-19 10:41 UTC  (3+ messages)
` [PATCH v3 2/2] rust: platform: add irq accessors


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