public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-22 04:44:08 to 2026-03-24 20:02:47 UTC [more...]

[PATCH v3 0/4] rust_binder: check current before closing fds
 2026-03-24 20:02 UTC  (2+ messages)
` [PATCH v3 1/4] rust: sync: implement == operator for ARef

[PATCH v11 0/6] gpu: nova-core: expose the logging buffers via debugfs
 2026-03-24 20:00 UTC  (3+ messages)
` [PATCH v11 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace

[PATCH] rust: regulator: do not assume that regulator_get() returns non-null
 2026-03-24 13:39 UTC  (5+ messages)

[PATCH v3 00/12] drm/tyr: Use register! macro
 2026-03-24 19:03 UTC  (30+ messages)
` [PATCH v3 01/12] drm/tyr: Use register! macro for GPU_CONTROL
` [PATCH v3 02/12] drm/tyr: Print GPU_ID without filtering
` [PATCH v3 03/12] drm/tyr: Set interconnect coherency during probe
` [PATCH v3 04/12] drm/tyr: Use register! macro for JOB_CONTROL
` [PATCH v3 05/12] drm/tyr: Use register! macro for MMU_CONTROL
` [PATCH v3 06/12] drm/tyr: Remove custom register struct
` [PATCH v3 07/12] drm/tyr: Add MMU address space registers
` [PATCH v3 08/12] drm/tyr: Add fields for MEMATTR register
` [PATCH v3 09/12] drm/tyr: Add fields for COMMAND register
` [PATCH v3 10/12] drm/tyr: Add fields for FAULTSTATUS register
` [PATCH v3 11/12] drm/tyr: Add fields for TRANSCFG register
` [PATCH v3 12/12] drm/tyr: Add DOORBELL_BLOCK registers

[PATCH v3 0/7] Introduce Synology Microp driver
 2026-03-24 17:39 UTC  (7+ messages)
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids

[PATCH net-next v2 0/5] rust: phy: extend abstractions for real-world PHY drivers
 2026-03-24 15:57 UTC  (7+ messages)
` [PATCH net-next v2 1/5] rust: phy: add read-only device field accessors
` [PATCH net-next v2 2/5] rust: phy: add paged register access and bit manipulation helpers
` [PATCH net-next v2 3/5] rust: phy: add config_init, read_page, and write_page callbacks
` [PATCH net-next v2 4/5] rust: phy: add interrupt support
` [PATCH net-next v2 5/5] net: phy: realtek: add Rust RTL8211F PHY driver

[PATCH 1/4] rust: phy: add read-only device field accessors
 2026-03-24 15:51 UTC  (8+ 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-24 15:40 UTC  (19+ messages)
` [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 1/8] rust: dma: use "kernel vertical" style for imports

[PATCH v2] gpu: nova-core: gsp: fix undefined behavior in command queue code
 2026-03-24 15:15 UTC  (5+ messages)

[PATCH v2 0/3] rust, nova-core: add DeviceSize trait for SZ_* constants
 2026-03-24 14:32 UTC  (7+ messages)
` [PATCH v2 1/3] rust: sizes: add DeviceSize trait for device address space constants
` [PATCH v2 2/3] rust: ptr: add Alignment::from_u64() for DeviceSize constants
` [PATCH v2 3/3] gpu: nova-core: use DeviceSize trait for u64 size constants

[PATCH 0/7] rust: dma: add from-slice constructors and use them in nova-core
 2026-03-24 14:29 UTC  (10+ 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] MAINTAINERS: Update Rust I2C Subsystem entries
 2026-03-24 14:14 UTC  (8+ messages)

[PATCH] uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUST
 2026-03-24 13:57 UTC  (2+ messages)

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-03-24 13:27 UTC  (5+ messages)
` [PATCH 05/79] block: rust: change `queue_rq` request type to `Owned`

[PATCH 0/8] dma::Coherent & dma::CoherentInit API
 2026-03-24 12:51 UTC  (5+ messages)

[PATCH v3 0/4] rust: Add ARef support for work items
 2026-03-24 11:00 UTC  (7+ 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 v3 4/4] rust: drm: dispatch delayed work items to the private data

[PATCH] gpu: nova-core: gsp: move Cmdq's DMA handle to a struct member
 2026-03-24  6:58 UTC  (2+ messages)

[PATCH v14 0/2] Rust GPU buddy allocator bindings
 2026-03-23 21:02 UTC  (2+ messages)

[PATCH v13.1] rust: interop: Add list module for C linked list interface
 2026-03-23 21:02 UTC  (2+ messages)

[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

[RFC PATCH 02/12] drm/dep: Add DRM dependency queue layer
 2026-03-23 17:42 UTC  (15+ 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] 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  (7+ messages)
` [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  (5+ messages)
` [PATCH v2 01/10] gpu: nova-core: convert PMC registers to "
` [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  (5+ 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  (6+ 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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox