messages from 2026-03-20 19:46:45 to 2026-03-23 23:27:54 UTC [more...]
[PATCH v3 0/4] rust: Add ARef support for work items
2026-03-23 23:27 UTC (4+ messages)
` [PATCH v3 1/4] rust: workqueue: add support for ARef<T>
` [PATCH v3 2/4] rust: drm: dispatch work items to the private data
` [PATCH v3 3/4] rust: workqueue: add delayed work support for ARef<T>
[PATCH 1/4] rust: phy: add read-only device field accessors
2026-03-23 22:21 UTC (6+ messages)
` [PATCH 2/4] rust: phy: add paged register access and bit manipulation helpers
` [PATCH 3/4] rust: phy: add config_init, read_page, and write_page callbacks
` [PATCH 4/4] rust: phy: add interrupt support
[PATCH v2 0/8] dma::Coherent & dma::CoherentBox API
2026-03-23 21:56 UTC (22+ messages)
` [PATCH v2 1/8] rust: dma: use "kernel vertical" style for imports
` [PATCH v2 2/8] rust: dma: add generalized container for types other than slices
` [PATCH v2 3/8] rust: dma: add zeroed constructor to `Coherent`
` [PATCH v2 4/8] rust: dma: introduce dma::CoherentBox for memory initialization
` [PATCH v2 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
` [PATCH v2 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
` [PATCH v2 7/8] gpu: nova-core: convert Gsp::new() to use CoherentBox
` [PATCH v2 8/8] gpu: nova-core: convert to new dma::Coherent API
[PATCH v14 0/2] Rust GPU buddy allocator bindings
2026-03-23 21:02 UTC (8+ messages)
` [PATCH v14 1/2] rust: gpu: Add "
` [PATCH v14 2/2] MAINTAINERS: gpu: buddy: Update reviewer
[PATCH v13.1] rust: interop: Add list module for C linked list interface
2026-03-23 21:02 UTC (2+ messages)
[PATCH v3 0/7] Introduce Synology Microp driver
2026-03-23 19:57 UTC (3+ messages)
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids
[PATCH 1/2] rust: watchdog: add watchdog device abstraction
2026-03-23 19:51 UTC (2+ messages)
` [PATCH 2/2] watchdog: softdog_rs: add Rust software watchdog driver
[PATCH] MAINTAINERS: Update Rust I2C Subsystem entries
2026-03-23 19:03 UTC (7+ messages)
[RFC PATCH 02/12] drm/dep: Add DRM dependency queue layer
2026-03-23 17:42 UTC (15+ messages)
[PATCH 0/7] rust: dma: add from-slice constructors and use them in nova-core
2026-03-23 17:01 UTC (14+ messages)
` [PATCH 1/7] rust: dma: add from-slice constructors for Coherent and CoherentBox
` [PATCH 2/7] gpu: nova-core: firmware: riscv: use dma::Coherent
` [PATCH 3/7] gpu: nova-core: firmware: fwsec: "
` [PATCH 4/7] gpu: nova-core: falcon: "
` [PATCH 5/7] gpu: nova-core: fb: "
` [PATCH 6/7] gpu: nova-core: firmware: gsp: use dma::Coherent for signatures
` [PATCH 7/7] gpu: nova-core: firmware: gsp: use dma::Coherent for level0 table
[PATCH v2] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-03-23 16:44 UTC (2+ messages)
[PATCH 0/8] I/O type generalization and projection
2026-03-23 15:38 UTC (9+ messages)
` [PATCH 1/8] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH 2/8] rust: io: generalize `Mmio` "
` [PATCH 3/8] rust: io: use pointer types instead of address
` [PATCH 4/8] rust: io: add view type
` [PATCH 5/8] rust: dma: add methods to unsafely create reference from subview
` [PATCH 6/8] rust: io: add `read_val` and `write_val` function on I/O view
` [PATCH 7/8] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH 8/8] rust: dma: drop `dma_read!` and `dma_write!` API
[PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-23 14:53 UTC (18+ messages)
` "
[PATCH v2] rust: allow Clang-native `RANDSTRUCT` configs
2026-03-23 14:24 UTC (3+ messages)
[PATCH v3 00/10] gpu: nova-core: convert registers to use the kernel register macro
2026-03-23 14:22 UTC (17+ messages)
` [PATCH v3 01/10] gpu: nova-core: convert PMC registers to "
` [PATCH v3 02/10] gpu: nova-core: convert PBUS "
` [PATCH v3 03/10] gpu: nova-core: convert PFB "
` [PATCH v3 04/10] gpu: nova-core: convert GC6 "
` [PATCH v3 05/10] gpu: nova-core: convert FUSE "
` [PATCH v3 06/10] gpu: nova-core: convert PDISP "
` [PATCH v3 07/10] gpu: nova-core: falcon: introduce `bounded_enum` macro
` [PATCH v3 08/10] gpu: nova-core: convert falcon registers to kernel register macro
` [PATCH v3 09/10] gpu: nova-core: remove `io::` qualifier to register macro invocations
` [PATCH v3 10/10] Documentation: nova: remove register abstraction task
[PATCH] rust: module_param: return copy from value() for Copy types
2026-03-23 13:23 UTC (4+ messages)
[PATCH v7 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
2026-03-23 13:19 UTC (9+ messages)
` [PATCH v7 04/31] gpu: nova-core: move GPU init into Gpu::new()
` [PATCH v7 05/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v7 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v7 07/31] gpu: nova-core: move firmware image parsing code to firmware.rs
[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
2026-03-23 13:06 UTC (4+ messages)
[PATCH v2] rust: hrtimer: Restrict expires() to safe contexts
2026-03-23 12:41 UTC (7+ messages)
[PATCH 00/79] block: rnull: complete the rust null block driver
2026-03-23 12:08 UTC (4+ messages)
` [PATCH 05/79] block: rust: change `queue_rq` request type to `Owned`
[PATCH] rust/time: Add Delta::from_nanos()
2026-03-23 11:07 UTC (2+ messages)
[PATCH v2] hrtimer: add usage examples to documentation
2026-03-23 11:07 UTC (2+ messages)
[PATCH v1] rust: time: make ClockSource unsafe trait
2026-03-23 11:07 UTC (2+ messages)
[PATCH v3 0/2] Change Rust Binder crate name to rust_binder
2026-03-23 10:33 UTC (3+ messages)
` [PATCH v3 1/2] rust: support overriding crate_name
` [PATCH v3 2/2] rust_binder: override crate name to rust_binder
[PATCH] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-03-23 2:58 UTC (3+ messages)
[PATCH] MAINTAINERS: add `.rustfmt.toml` to "RUST" entry
2026-03-23 2:42 UTC
[PATCH v3 0/4] add `const_assert!` macro and rework documentation
2026-03-23 1:50 UTC (14+ messages)
` [PATCH v3 2/4] rust: add `const_assert!` macro
` [PATCH v3 3/4] rust: rework `build_assert!` documentation
` [PATCH v3 4/4] rust: make `build_assert` module the home of related macros
[PATCH v2 00/10] gpu: nova-core: convert registers to use the kernel register macro
2026-03-23 1:41 UTC (15+ messages)
` [PATCH v2 01/10] gpu: nova-core: convert PMC registers to "
` [PATCH v2 06/10] gpu: nova-core: convert PDISP "
` [PATCH v2 08/10] gpu: nova-core: convert falcon "
` [PATCH v2 09/10] gpu: nova-core: remove `io::` qualifier to register macro invocations
[PATCH v5 0/3] Implement Send and Sync for clk
2026-03-23 0:29 UTC (6+ messages)
[PATCH v13 0/1] rust: interop: Add list module for C linked list interface
2026-03-23 0:07 UTC (6+ messages)
` [PATCH v13 1/1] "
[PATCH] rust: str: improve safety comment for CString::try_from_fmt
2026-03-22 23:14 UTC (2+ messages)
[GIT PULL] Driver core fixes for 7.0-rc5
2026-03-22 18:04 UTC (4+ messages)
[PATCH 1/2] rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrs
2026-03-22 15:21 UTC (7+ messages)
` [PATCH 2/2] rust: dma: add CoherentHandle for DMA allocations without kernel mapping
[PATCH] rust: print: add SAFETY comments to unsafe blocks
2026-03-22 6:29 UTC (4+ messages)
[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
2026-03-22 6:14 UTC (4+ messages)
[PATCH] rust: workqueue: add SAFETY comments for Pin<KBox<T>> impl blocks
2026-03-22 4:43 UTC
Sashiko.dev for Rust for Linux
2026-03-21 20:28 UTC (6+ messages)
[PATCH v3] kbuild: host: use single executable for rustc -C linker
2026-03-21 15:00 UTC (5+ messages)
` [PATCH v4] "
` [PATCH v5] "
[PATCH] gpu: nova-core: gsp: move Cmdq's DMA handle to a struct member
2026-03-21 13:54 UTC (4+ messages)
Sashiko for Rust for Linux
2026-03-21 13:31 UTC
[PATCH v4 0/2] Introduce Synology Microp driver
2026-03-21 13:02 UTC (7+ messages)
` [PATCH v4 1/2] dt-bindings: embedded-controller: Add synology,microp device
` [PATCH v4 2/2] platform: Add initial synology microp driver
[PATCH v6 0/5] Introduce DeviceContext
2026-03-20 23:34 UTC (6+ messages)
` [PATCH v6 1/5] rust/drm: Fix potential drop of uninitialized driver data
` [PATCH v6 2/5] rust/drm: Introduce DeviceContext
` [PATCH v6 3/5] rust/drm: Don't setup private driver data until registration
` [PATCH v6 4/5] rust/drm/gem: Add DriverAllocImpl type alias
` [PATCH v6 5/5] rust/drm/gem: Use DeviceContext with GEM objects
[PATCH] kbuild: rust: add AutoFDO support
2026-03-20 21:48 UTC (10+ messages)
[PATCH v3 0/4] rust: add basic serial device bus abstractions
2026-03-20 21:08 UTC (12+ messages)
` [PATCH v3 2/4] serdev: add rust private data to serdev_device
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