messages from 2025-06-12 10:54:37 to 2025-06-15 20:55:11 UTC [more...]
[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
2025-06-15 20:55 UTC
[PATCH v11 0/6] rust: reduce `as` casts, enable related lints
2025-06-15 20:41 UTC (3+ messages)
[PATCH v2 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-06-15 18:03 UTC (13+ messages)
` [PATCH v2 2/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
` [PATCH v2 3/7] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
[PATCH v7] rust: transmute: Add methods for FromBytes trait
2025-06-15 17:12 UTC (3+ messages)
[PATCH v2 0/4] rust: a few common Borrow/BorrowMut implementations
2025-06-15 15:28 UTC (12+ messages)
` [PATCH v2 1/4] rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
` [PATCH v2 2/4] rust: sync: implement `Borrow` and `BorrowMut` for `Arc` types
` [PATCH v2 3/4] rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
` [PATCH v2 4/4] rust: str: implement `Borrow` and `BorrowMut` for `CString`
[PATCH v3 0/4] rust: a few common Borrow/BorrowMut implementations
2025-06-15 14:08 UTC (9+ messages)
` [PATCH v3 1/4] rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
` [PATCH v3 2/4] rust: sync: implement `Borrow` and `BorrowMut` for `Arc` types
` [PATCH v3 3/4] rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
` [PATCH v3 4/4] rust: str: implement `Borrow` and `BorrowMut` for `CString`
[PATCH v5 00/23] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-06-15 13:32 UTC (40+ 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 v4] rust: regulator: add a bare minimum regulator abstraction
2025-06-15 13:31 UTC (2+ messages)
[PATCH v6] rust: kernel: add support for bits/genmask macros
2025-06-15 12:59 UTC (6+ messages)
[PATCH v4 0/3] Additional improvements for dma coherent allocator
2025-06-15 12:51 UTC (8+ messages)
` [PATCH v4 3/3] rust: dma: add as_slice/write functions for CoherentAllocation
` [PATCH v4 1/3] rust: dma: clarify wording and be consistent in `coherent` nomenclature
[PATCH v4 0/3] rust: revocable: documentation and refactorings
2025-06-15 8:38 UTC (19+ 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
subscribe
2025-06-15 5:13 UTC
[PATCH v3 0/2] rust: improve `ForeignOwnable`
2025-06-14 18:53 UTC (6+ 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 v3 0/6] rust: list: remove HasListLinks::OFFSET
2025-06-14 18:17 UTC (4+ messages)
[PATCH 1/2] rust: macros: allow optional trailing comma in module!
2025-06-14 18:15 UTC (4+ messages)
` [PATCH 1/2] spi: spi-pci1xxxx: Drop MSI-X usage as unsupported by DMA engine
[GIT PULL] Rust fixes for 6.16
2025-06-14 18:10 UTC (2+ messages)
[PATCH v3] rust: introduce sfile macro for succinct code tracing
2025-06-14 18:01 UTC (11+ messages)
[PATCH v5 0/7] rust/hrtimer: Various hrtimer + time additions
2025-06-14 1:58 UTC (9+ messages)
` [PATCH v5 1/7] rust: hrtimer: Document the return value for HrTimerHandle::cancel()
` [PATCH v5 2/7] rust: hrtimer: Add HrTimerInstant
` [PATCH v5 3/7] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v5 4/7] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
` [PATCH v5 5/7] rust: time: Add Instant::from_nanos()
` [PATCH v5 6/7] rust: hrtimer: Add HrTimer::raw_cb_time()
` [PATCH v5 7/7] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
[PATCH] rust: devres: do not dereference to the internal Revocable
2025-06-13 22:05 UTC (2+ messages)
[PATCH v2 0/3] Fix race condition in Devres
2025-06-13 22:05 UTC (8+ 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 v2 0/2] Add a Rust GPUVM abstraction
2025-06-13 16:42 UTC (6+ messages)
` [PATCH v2 2/2] rust: drm: Add "
[PATCH V3 0/3] rust: Introduce CpuId and fix cpumask doctest
2025-06-13 15:40 UTC (5+ messages)
` [PATCH V3 2/3] rust: Use CpuId in place of raw CPU numbers
[PATCH v4 9/9] drm/vkms: convert to use faux_device
2025-06-13 15:39 UTC (10+ messages)
[PATCH v6 0/6] rust: Add ACPI match table support for Rust drivers
2025-06-13 13:54 UTC (7+ messages)
` [PATCH v6 1/6] rust: acpi: add `acpi::DeviceId` abstraction
` [PATCH v6 2/6] rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`
` [PATCH v6 3/6] rust: driver: Add ACPI id table support to Adapter trait
` [PATCH v6 4/6] rust: platform: Set `OF_ID_TABLE` default to `None` in `Driver` trait
` [PATCH v6 5/6] rust: platform: Add ACPI match table support to "
` [PATCH v6 6/6] samples: rust: add ACPI match table example to platform driver
[PATCH] rust: math: Add KernelMathExt trait with a mul_div helper
2025-06-13 13:32 UTC (5+ messages)
[PATCH v10 0/5] New trait OwnableRefCounted for ARef<->Owned conversion
2025-06-13 13:27 UTC (3+ messages)
[PATCH v3] rust: cpufreq: Ensure C ABI compatibility in all unsafe
2025-06-13 10:18 UTC
[PATCH v8 0/9] More Rust bindings for device property reads
2025-06-13 8:50 UTC (4+ messages)
[PATCH 0/4] rust: a few common Borrow/BorrowMut implementations
2025-06-13 7:45 UTC (9+ messages)
` [PATCH 1/4] rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-06-13 5:31 UTC (18+ 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] rust: add basic ELF sections parser
2025-06-13 3:32 UTC (12+ messages)
[PATCH 0/4] Improvements for Devres
2025-06-13 3:14 UTC (10+ messages)
` [PATCH 1/4] rust: revocable: support fallible PinInit types
` [PATCH 2/4] rust: devres: replace Devres::new_foreign_owned()
` [PATCH 3/4] rust: devres: get rid of Devres' inner Arc
` [PATCH 4/4] rust: devres: implement register_foreign_release()
[PATCH v2] rust : Update the bios_limit_callback to use the C FFI types #1170
2025-06-13 3:08 UTC (3+ messages)
[PATCH 0/3] Fix race condition in Devres
2025-06-12 15:48 UTC (20+ messages)
` [PATCH 1/3] rust: completion: implement initial abstraction
` [PATCH 3/3] rust: devres: fix race in Devres::drop()
[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] 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:51 UTC (2+ messages)
[GIT PULL] cpufreq/arm fixes for 6.16-rc
2025-06-12 11:28 UTC (2+ messages)
[PATCH v12 0/3] rust: extend `module!` macro with integer parameter support
2025-06-12 11:05 UTC (6+ messages)
` [PATCH v12 2/3] rust: add parameter support to the `module!` macro
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).