messages from 2025-05-30 08:03:48 to 2025-06-02 13:37:08 UTC [more...]
[PATCH v10 0/5] rust: adds Bitmap API, ID pool and bindings
2025-06-02 13:36 UTC (6+ 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 v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-06-02 13:33 UTC (43+ 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 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 09/20] gpu: nova-core: increase BAR0 size to 16MB
` [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 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 20/20] gpu: nova-core: load and run FWSEC-FRTS
[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 v1 0/5] rust: time: Convert hrtimer to use Instant and Delta
2025-06-02 12:53 UTC (12+ 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 0/2] rust: add initial scatterlist abstraction
2025-06-02 12:41 UTC (13+ messages)
` [PATCH 1/2] rust: add initial scatterlist bindings
[PATCH v3] rust: doc: Clean up formatting in io.rs
2025-06-02 11:59 UTC (4+ messages)
[PATCH v11 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-06-02 10:49 UTC (11+ messages)
` [PATCH v11 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v11 2/5] rust: support formatting of foreign types
` [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 5/5] rust: remove core::ffi::CStr reexport
[PATCH v3] rust: revocable: Correct safety comments and add invariants
2025-06-02 10:28 UTC (7+ messages)
[PATCH 0/4] rust: a few common Borrow/BorrowMut implementations
2025-06-02 8:49 UTC (10+ 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 0/2] strncpy_from_user for Rust
2025-06-02 8:30 UTC (17+ 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 (26+ messages)
[PATCH 0/7] misc device: support device drivers
2025-05-31 15:23 UTC (42+ messages)
` [PATCH 1/7] rust: types: support fallible PinInit types in Opaque::pin_init
` [PATCH 2/7] rust: revocable: support fallible PinInit types
` [PATCH 3/7] rust: devres: support fallible in-place init for data
` [PATCH 4/7] rust: faux: impl AsRef<Device<Bound>> for Registration
` [PATCH 5/7] rust: miscdevice: properly support device drivers
` [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: miscdevice: add additional data to MiscDeviceRegistration
2025-05-31 13:40 UTC (9+ messages)
` [PATCH v4 1/3] rust: implement `Wrapper<T>` for `Opaque<T>`
` [PATCH v4 2/3] rust: miscdevice: add additional data to MiscDeviceRegistration
` [PATCH v4 3/3] rust: miscdevice: adjust the rust_misc_device sample to use RegistrationData
[PATCH v4 0/3] rust: add `UnsafePinned` type
2025-05-31 10:30 UTC (6+ messages)
` [PATCH v4 1/3] rust: add UnsafePinned type
[PATCH] rust: acpi: add `acpi::DeviceId` abstraction
2025-05-31 10:12 UTC (6+ messages)
[PATCH] rust: doc: Clean up formatting in io.rs
2025-05-31 7:38 UTC (5+ messages)
[PATCH v7 0/9] More Rust bindings for device property reads
2025-05-30 21:50 UTC (13+ messages)
` [PATCH v7 1/9] rust: device: Create FwNode abstraction for accessing device properties
` [PATCH v7 2/9] rust: device: Enable accessing the FwNode of a Device
` [PATCH v7 3/9] rust: device: Add property_present() to FwNode
` [PATCH v7 4/9] rust: device: Enable printing fwnode name and path
` [PATCH v7 5/9] rust: device: Introduce PropertyGuard
` [PATCH v7 6/9] rust: device: Implement accessors for firmware properties
` [PATCH v7 7/9] rust: device: Add child accessor and iterator
` [PATCH v7 8/9] rust: device: Add property_get_reference_args
` [PATCH v7 9/9] samples: rust: platform: Add property read examples
[PATCH v2 0/3] rust: time: Introduce typed clock sources and generalize Instant
2025-05-30 11:42 UTC (3+ messages)
` [PATCH v2 2/3] rust: time: Make Instant generic over ClockSource
REGRESSION: armv7 build mismatched types
2025-05-30 9:53 UTC (3+ 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).