messages from 2025-05-31 10:30:16 to 2025-06-04 07:37:04 UTC [more...]
[PATCH v3 0/2] rust: add support for request_irq
2025-06-04 7:36 UTC (31+ messages)
` [PATCH v3 1/2] rust: irq: add support for request_irq()
` [PATCH v3 2/2] rust: platform: add irq accessors
[PATCH 0/4] rust: a few common Borrow/BorrowMut implementations
2025-06-04 7:34 UTC (14+ messages)
` [PATCH 1/4] rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
` [PATCH 2/4] rust: alloc: implement `Borrow` and `BorrowMut` for `Arc` types
` [PATCH 3/4] rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
` [PATCH 4/4] rust: alloc: implement `Borrow` and `BorrowMut` for `CString`
[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-06-04 7:21 UTC (61+ messages)
` [PATCH v4 01/20] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v4 04/20] rust: add new `num` module with useful integer operations
` [PATCH v4 09/20] gpu: nova-core: increase BAR0 size to 16MB
` [PATCH v4 11/20] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v4 13/20] gpu: nova-core: register sysmem flush page
` [PATCH v4 14/20] gpu: nova-core: add falcon register definitions and base code
` [PATCH v4 15/20] gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTS
` [PATCH v4 16/20] nova-core: Add support for VBIOS ucode extraction for boot
` [PATCH v4 17/20] gpu: nova-core: compute layout of the FRTS region
` [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 v4 20/20] gpu: nova-core: load and "
[PATCH v4 0/3] rust: miscdevice: add additional data to MiscDeviceRegistration
2025-06-03 23:29 UTC (9+ messages)
` [PATCH v4 2/3] "
` [PATCH v4 3/3] rust: miscdevice: adjust the rust_misc_device sample to use RegistrationData
[PATCH] rust: introduce sfile macro for easier code tracing
2025-06-03 23:29 UTC (11+ messages)
[PATCH 0/3] Fix race condition in Devres
2025-06-03 23:26 UTC (5+ 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] [v2] rust: introduce sfile macro for succinct code tracing
2025-06-03 22:53 UTC (2+ messages)
REGRESSION: armv7 build mismatched types
2025-06-03 22:26 UTC (6+ messages)
[PATCH v1 0/5] rust: time: Convert hrtimer to use Instant and Delta
2025-06-03 16:30 UTC (17+ messages)
` [PATCH v1 1/5] rust: time: Change Delta methods to take &self instead of self
` [PATCH v1 3/5] rust: time: Add HrTimerExpires trait
` [PATCH v1 4/5] rust: time: Make HasHrTimer generic over HrTimerMode
` [PATCH v1 5/5] rust: time: Remove Ktime in hrtimer
` [PATCH v1 2/5] rust: timer: Replace HrTimerMode enum with trait-based mode types
[PATCH v9 0/4] (no cover subject)
2025-06-03 15:17 UTC (7+ messages)
` [PATCH v9 1/4] rust: io: add resource abstraction
` [PATCH v9 2/4] rust: io: mem: add a generic iomem abstraction
` [PATCH v9 3/4] rust: platform: add resource accessors
` [PATCH v9 4/4] rust: platform: allow ioremap of platform resources
[PATCH] rust: acpi: add `acpi::DeviceId` abstraction
2025-06-03 13:23 UTC (7+ messages)
[PATCH v15 00/11] rust: add dma coherent allocator abstraction
2025-06-03 12:18 UTC (3+ messages)
` [PATCH v15 09/11] rust: dma: use `dma::Device` in `CoherentAllocation`
[PATCH v7 0/9] More Rust bindings for device property reads
2025-06-03 5:10 UTC (2+ messages)
[PATCH v4 0/3] rust: revocable: documentation and refactorings
2025-06-02 23:26 UTC (4+ 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
[GIT PULL] [PATCH 0/5] rust: Task & schedule related changes for v6.16
2025-06-02 18:16 UTC (6+ messages)
` [PATCH 4/5] sched/core: Add __might_sleep_precision()
[PATCH v4] rust: doc: Clean up formatting in io.rs
2025-06-02 17:11 UTC (2+ messages)
[PATCH v10 0/5] rust: adds Bitmap API, ID pool and bindings
2025-06-02 14:44 UTC (10+ messages)
` [PATCH v10 1/5] rust: add bindings for bitmap.h
` [PATCH v10 2/5] rust: add bindings for bitops.h
` [PATCH v10 3/5] rust: add bitmap API
` [PATCH v10 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v10 5/5] rust: add dynamic ID pool abstraction for bitmap
[PATCH v3] rust: doc: Clean up formatting in io.rs
2025-06-02 14:18 UTC (5+ messages)
[PATCH v11 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-06-02 13:54 UTC (10+ messages)
` [PATCH v11 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v11 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v11 4/5] rust: replace `kernel::c_str!` with C-Strings
[PATCH v11 0/5] rust: adds Bitmap API, ID pool and bindings
2025-06-02 13:52 UTC (6+ messages)
` [PATCH v11 1/5] rust: add bindings for bitmap.h
` [PATCH v11 2/5] rust: add bindings for bitops.h
` [PATCH v11 3/5] rust: add bitmap API
` [PATCH v11 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v11 5/5] rust: add dynamic ID pool abstraction for bitmap
[PATCH v9 0/5] rust: adds Bitmap API, ID pool and bindings
2025-06-02 13:11 UTC (8+ messages)
` [PATCH v9 2/5] rust: add bindings for bitops.h
[PATCH v4 0/3] Additional improvements for dma coherent allocator
2025-06-02 13:05 UTC (5+ messages)
` [PATCH v4 1/3] rust: dma: clarify wording and be consistent in `coherent` nomenclature
` [PATCH v4 2/3] rust: dma: convert the read/write macros to return Result
` [PATCH v4 3/3] rust: dma: add as_slice/write functions for CoherentAllocation
[PATCH 0/2] rust: add initial scatterlist abstraction
2025-06-02 12:41 UTC (11+ messages)
` [PATCH 1/2] rust: add initial scatterlist bindings
[PATCH v3] rust: revocable: Correct safety comments and add invariants
2025-06-02 10:28 UTC (7+ messages)
[PATCH v4 0/2] strncpy_from_user for Rust
2025-06-02 8:30 UTC (16+ messages)
` [PATCH v4 1/2] uaccess: rust: add strncpy_from_user
` [PATCH v4 2/2] uaccess: rust: add UserSliceReader::strcpy_into_buf
(no subject)
2025-06-02 3:50 UTC
[PATCH 1/3] rust: revocable: update write invariant and fix safety comments
2025-06-02 1:53 UTC (4+ messages)
` [PATCH 2/3] rust: revocable: simplify RevocableGuard for internal safety
` [PATCH 3/3] rust: revocable: split revoke_internal into revoke and revoke_nosync
[PATCH v2] rust: doc: Clean up formatting in io.rs
2025-06-01 20:00 UTC (2+ messages)
[PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-06-01 17:32 UTC (5+ messages)
` [PATCH RFC 5/6] riscv: dts: thead: Add PVT node
(no subject)
2025-06-01 13:36 UTC
[PATCH] rust: add basic ELF sections parser
2025-06-01 12:23 UTC (19+ messages)
[PATCH 0/7] misc device: support device drivers
2025-05-31 15:23 UTC (20+ messages)
` [PATCH 5/7] rust: miscdevice: properly "
` [PATCH 6/7] rust: miscdevice: expose the parent device as &Device<Bound>
` [PATCH 7/7] rust: sample: misc: implement device driver sample
[PATCH v4 0/3] rust: add `UnsafePinned` type
2025-05-31 10:30 UTC (5+ messages)
` [PATCH v4 1/3] rust: add UnsafePinned type
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).