messages from 2025-06-10 19:30:43 to 2025-06-12 14:49:53 UTC [more...]
[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-06-12 14:49 UTC (20+ messages)
` [PATCH v4 04/20] rust: add new `num` module with useful integer operations
` [PATCH v4 18/20] gpu: nova-core: add types for patching firmware binaries
` [PATCH v4 19/20] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
[PATCH v5 00/23] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-06-12 14:01 UTC (24+ messages)
` [PATCH v5 01/23] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v5 02/23] rust: make ETIMEDOUT error available
` [PATCH v5 03/23] rust: sizes: add constants up to SZ_2G
` [PATCH v5 04/23] rust: add new `num` module with `PowerOfTwo` type
` [PATCH v5 05/23] rust: num: add the `fls` operation
` [PATCH v5 06/23] gpu: nova-core: use absolute paths in register!() macro
` [PATCH v5 07/23] gpu: nova-core: add delimiter for helper rules "
` [PATCH v5 08/23] gpu: nova-core: expose the offset of each register as a type constant
` [PATCH v5 09/23] gpu: nova-core: allow register aliases
` [PATCH v5 10/23] gpu: nova-core: increase BAR0 size to 16MB
` [PATCH v5 11/23] gpu: nova-core: add helper function to wait on condition
` [PATCH v5 12/23] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v5 13/23] gpu: nova-core: add DMA object struct
` [PATCH v5 14/23] gpu: nova-core: register sysmem flush page
` [PATCH v5 15/23] gpu: nova-core: add falcon register definitions and base code
` [PATCH v5 16/23] gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTS
` [PATCH v5 17/23] gpu: nova-core: vbios: Add base support for VBIOS construction and iteration
` [PATCH v5 18/23] gpu: nova-core: vbios: Add support to look up PMU table in FWSEC
` [PATCH v5 19/23] gpu: nova-core: vbios: Add support for FWSEC ucode extraction
` [PATCH v5 20/23] gpu: nova-core: compute layout of the FRTS region
` [PATCH v5 21/23] gpu: nova-core: add types for patching firmware binaries
` [PATCH v5 22/23] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
` [PATCH v5 23/23] gpu: nova-core: load and "
[PATCH v3 0/5] rust: time: Convert hrtimer to use Instant and Delta
2025-06-12 13:45 UTC (3+ messages)
` [PATCH v3 4/5] rust: time: Make HasHrTimer generic over HrTimerMode
[PATCH v13 0/6] rust: extend `module!` macro with integer parameter support
2025-06-12 13:40 UTC (7+ messages)
` [PATCH v13 1/6] rust: str: add radix prefixed integer parsing functions
` [PATCH v13 2/6] rust: introduce module_param module
` [PATCH v13 3/6] rust: module: use a reference in macros::module::module
` [PATCH v13 4/6] rust: module: update the module macro with module parameter support
` [PATCH v13 5/6] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v13 6/6] modules: add rust modules files to MAINTAINERS
[PATCH v2 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-06-12 13:27 UTC (17+ messages)
` [PATCH v2 1/7] rust: Add basic PWM abstractions
` [PATCH v2 2/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
[PATCH v3 0/2] rust: improve `ForeignOwnable`
2025-06-12 13:09 UTC (3+ messages)
` [PATCH v3 1/2] rust: types: add FOREIGN_ALIGN to ForeignOwnable
` [PATCH v3 2/2] rust: types: require `ForeignOwnable::into_foreign` return non-null
[PATCH v2 0/3] Fix race condition in Devres
2025-06-12 13:07 UTC (5+ messages)
` [PATCH v2 1/3] rust: completion: implement initial abstraction
` [PATCH v2 2/3] rust: revocable: indicate whether `data` has been revoked already
` [PATCH v2 3/3] rust: devres: fix race in Devres::drop()
[PATCH] revocable: rust: document why &T is not used in RevocableGuard
2025-06-12 12:15 UTC (2+ messages)
[PATCH v2] rust : Update the bios_limit_callback to use the C FFI types #1170
2025-06-12 11:55 UTC (2+ messages)
[PATCH v2] rust : Update the bios_limit_callback to use the C FFI types #1170
2025-06-12 11:51 UTC (2+ messages)
[GIT PULL] cpufreq/arm fixes for 6.16-rc
2025-06-12 11:28 UTC (2+ messages)
[PATCH 0/3] Fix race condition in Devres
2025-06-12 11:23 UTC (21+ messages)
` [PATCH 1/3] rust: completion: implement initial abstraction
` [PATCH 2/3] rust: revocable: indicate whether `data` has been revoked already
` [PATCH 3/3] rust: devres: fix race in Devres::drop()
[PATCH] rust: math: Add KernelMathExt trait with a mul_div helper
2025-06-12 11:10 UTC (4+ messages)
[PATCH v12 0/3] rust: extend `module!` macro with integer parameter support
2025-06-12 11:05 UTC (10+ messages)
` [PATCH v12 2/3] rust: add parameter support to the `module!` macro
[PATCH V2] rust: Use consistent "# Examples" heading style in rustdoc
2025-06-12 10:29 UTC (4+ messages)
[PATCH v12 0/5] rust: adds Bitmap API, ID pool and bindings
2025-06-12 9:52 UTC (13+ messages)
` [PATCH v12 1/5] rust: add bindings for bitmap.h
` [PATCH v12 2/5] rust: add bindings for bitops.h
` [PATCH v12 3/5] rust: add bitmap API
` [PATCH v12 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v12 5/5] rust: add dynamic ID pool abstraction for bitmap
[PATCH v4 0/3] rust: revocable: documentation and refactorings
2025-06-12 9:52 UTC (9+ messages)
` [PATCH v4 1/3] rust: revocable: update write invariant and fix safety comments
` [PATCH v4 2/3] rust: revocable: simplify RevocableGuard for internal safety
` [PATCH v4 3/3] rust: revocable: split revoke_internal into revoke and revoke_nosync
[PATCH v11 0/5] rust: adds Bitmap API, ID pool and bindings
2025-06-12 9:42 UTC (8+ messages)
` [PATCH v11 3/5] rust: add bitmap API
` [PATCH v11 4/5] rust: add find_bit_benchmark_rust module
[PATCH] cpufreq: rust: Use C FFI types in bios_limit_callback
2025-06-12 9:38 UTC (4+ messages)
` [PATCHv2 rust-for-linux] fix : Update the bios_limit_callback to use
[PATCH] rust: devres: do not dereference to the internal Revocable
2025-06-12 8:49 UTC (2+ messages)
[RFC PATCH 0/3] rust: add suppord for dynamic debug
2025-06-12 7:17 UTC (9+ messages)
` [RFC PATCH 1/3] rust: static jump: add support for nested arguments
` [RFC PATCH 2/3] rust: device add support for dynamic debug to pr_debug!
` [RFC PATCH 3/3] rust: device add support for dynamic debug to dev_dbg!
[RFC v2 00/20] lib: Rust implementation of SPDM
2025-06-12 5:57 UTC (3+ messages)
[PATCH V3 0/3] rust: Introduce CpuId and fix cpumask doctest
2025-06-12 5:01 UTC (11+ messages)
` [PATCH V3 1/3] rust: cpu: Introduce CpuId abstraction
` [PATCH V3 2/3] rust: Use CpuId in place of raw CPU numbers
` [PATCH V3 3/3] rust: cpu: Add CpuId::current() to retrieve current CPU ID
[PATCH v8 0/9] More Rust bindings for device property reads
2025-06-12 3:13 UTC (13+ messages)
` [PATCH v8 1/9] rust: device: Create FwNode abstraction for accessing device properties
` [PATCH v8 2/9] rust: device: Enable accessing the FwNode of a Device
` [PATCH v8 3/9] rust: device: Move property_present() to FwNode
` [PATCH v8 4/9] rust: device: Enable printing fwnode name and path
` [PATCH v8 5/9] rust: device: Introduce PropertyGuard
` [PATCH v8 6/9] rust: device: Implement accessors for firmware properties
` [PATCH v8 7/9] rust: device: Add child accessor and iterator
` [PATCH v8 8/9] rust: device: Add property_get_reference_args
` [PATCH v8 9/9] samples: rust: platform: Add property read examples
[PATCH] cpufreq: Convert `/// SAFETY` lines to `# Safety` sections
2025-06-12 1:37 UTC (3+ messages)
[PATCH] rust: cast to the proper type
2025-06-12 0:54 UTC (7+ messages)
[PATCH v5 0/6] rust: Add ACPI match table support for Rust drivers
2025-06-11 21:40 UTC (9+ messages)
` [PATCH v5 1/6] rust: acpi: add `acpi::DeviceId` abstraction
` [PATCH v5 2/6] rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`
` [PATCH v5 3/6] rust: driver: Add ACPI id table support to Adapter trait
` [PATCH v5 4/6] rust: platform: Add ACPI match table support to `Driver` trait
` [PATCH v5 5/6] rust: cpufreq: Remove unnecessary `of` dependency in cpufreq example
` [PATCH v5 6/6] samples: rust: add ACPI match table example to platform driver
[PATCH 1/2] rust: pin-init: improve safety documentation for `impl<T> [Pin]Init<T> for T`
2025-06-11 21:27 UTC (4+ messages)
` [PATCH 2/2] change blanket impls for `[Pin]Init` and add one for `Result<T, E>`
[PATCH v10 0/5] rust: adds Bitmap API, ID pool and bindings
2025-06-11 19:36 UTC (5+ messages)
` [PATCH v10 4/5] rust: add find_bit_benchmark_rust module
[PATCH] rust: vec: impl Default for Vec with any allocator
2025-06-11 17:31 UTC (2+ messages)
[PATCH v2] rust: types: add FOREIGN_ALIGN to ForeignOwnable
2025-06-11 12:24 UTC (9+ messages)
[PATCH] rust: types: add FOREIGN_ALIGN to ForeignOwnable
2025-06-11 12:15 UTC (5+ messages)
[PATCH v11 0/6] rust: reduce `as` casts, enable related lints
2025-06-11 10:23 UTC (7+ messages)
` [PATCH v11 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v11 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v11 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v11 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v11 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v11 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH v4 00/10] LKMM generic atomics in Rust
2025-06-11 6:40 UTC (7+ messages)
` [PATCH v4 03/10] rust: sync: atomic: Add ordering annotation types
[PATCH v2 0/2] Add a Rust GPUVM abstraction
2025-06-10 21:06 UTC (7+ messages)
` [PATCH v2 2/2] rust: drm: Add "
[PATCH v6] rust: kernel: add support for bits/genmask macros
2025-06-10 20:52 UTC (3+ messages)
[PATCH v6 0/3] rust: miscdevice: add additional data to MiscDeviceRegistration
2025-06-10 20:27 UTC (4+ messages)
` [PATCH v6 1/3] rust: implement `Wrapper<T>` for `Opaque<T>`
` [PATCH v6 2/3] rust: miscdevice: add additional data to `MiscDeviceRegistration`
` [PATCH v6 3/3] rust: miscdevice: adjust the `rust_misc_device` sample to use `Data`
[PATCH v1] rust: time: Fix compile error in impl_has_hr_timer macro
2025-06-10 19:30 UTC (2+ 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).