public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-10 19:52:54 to 2026-03-13 02:13:31 UTC [more...]

[PATCH v8 0/7] gpu: nova-core: expose the logging buffers via debugfs
 2026-03-13  2:13 UTC  (16+ messages)
` [PATCH v8 1/7] rust: device: add device name method
` [PATCH v8 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
` [PATCH v8 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v8 4/7] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v8 5/7] gpu: nova-core: use pin projection in method boot()
` [PATCH v8 6/7] gpu: nova-core: create debugfs root in module init
` [PATCH v8 7/7] gpu: nova-core: create GSP-RM logging buffers debugfs entries

[PATCH v2 0/3] docs: sp_SP: Add Rust documentation section
 2026-03-13  2:12 UTC  (9+ messages)
` [PATCH v2 3/3] docs: sp_SP: Add Spanish translation for Rust coding guidelines

[RFC PATCH net-next] net: phy: rust: add experimental Davicom PHY driver
 2026-03-13  0:44 UTC  (5+ messages)

[PATCH v4 0/3] Creation of workqueues in Rust
 2026-03-12 22:56 UTC  (7+ messages)
` [PATCH v4 1/3] rust: workqueue: restrict delayed work to global wqs
` [PATCH v4 2/3] rust: workqueue: create workqueue subdirectory
` [PATCH v4 3/3] rust: workqueue: add creation of workqueues

[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
 2026-03-12 19:50 UTC  (7+ messages)
` [PATCH v12 1/1] "

[PATCH] rust: list: hide macros from top-level kernel doc
 2026-03-12 17:46 UTC 

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-12 17:45 UTC  (4+ messages)
` [PATCH v12.1 "
  ` [PATCH v12.1 1/1] rust: gpu: Add "

[PATCH v8 00/10] rust: add `register!` macro
 2026-03-12 15:54 UTC  (26+ messages)
` [PATCH v8 01/10] rust: enable the `generic_arg_infer` feature
` [PATCH v8 02/10] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v8 03/10] rust: num: add `into_bool` method "
` [PATCH v8 07/10] rust: io: introduce `IntoIoVal` trait and single-argument `write_val`

[PATCH v2 0/5] Use struct devres_node in Devres<T>
 2026-03-12 15:12 UTC  (2+ messages)

[PATCH] rust: kbuild: allow `unused_features`
 2026-03-12 14:17 UTC  (4+ messages)

[PATCH v4] rust: Makefile: bound rustdoc workaround to affected versions
 2026-03-12 14:12 UTC  (6+ messages)
` [PATCH v5 1/2] kbuild: add rustc-max-version macro
  ` [PATCH v5 2/2] rust: Makefile: bound rustdoc workaround to affected versions

[PATCH 0/8] dma::Coherent & dma::CoherentInit API
 2026-03-12 13:51 UTC  (3+ messages)
` [PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization

[PATCH v3] kbuild: host: use single executable for rustc -C linker
 2026-03-12 13:50 UTC  (2+ messages)

[PATCH v2 0/5] drm/tyr: Use register! macro
 2026-03-12 13:25 UTC  (14+ messages)
` [PATCH v2 1/5] drm/tyr: Use register! macro for GPU_CONTROL
` [PATCH v2 2/5] drm/tyr: Set interconnect coherency during probe
` [PATCH v2 3/5] drm/tyr: Use register! macro for JOB_CONTROL
` [PATCH v2 4/5] drm/tyr: Use register! macro for MMU_CONTROL
` [PATCH v2 5/5] drm/tyr: Remove custom register struct

[PATCH v2] rust: update `kernel::c_str!` documentation
 2026-03-12 13:24 UTC  (4+ messages)

[PATCH v2 0/1] rust: cpufreq: suppress clippy::double_parens in Policy doctest
 2026-03-12 10:11 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH] rust: pin-init: replace shadowed return token by `unsafe`-to-create token
 2026-03-12  7:57 UTC  (8+ messages)

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-03-12  6:37 UTC  (27+ messages)
` [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v9 03/23] gpu: nova-core: gsp: Return GspStaticInfo from boot()
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v9 05/23] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v9 06/23] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v9 07/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v9 08/23] gpu: nova-core: mm: Add common memory management types
` [PATCH v9 09/23] gpu: nova-core: mm: Add TLB flush support
` [PATCH v9 10/23] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v9 11/23] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v9 12/23] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v9 13/23] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v9 14/23] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v9 15/23] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v9 16/23] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v9 17/23] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v9 18/23] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v9 19/23] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v9 20/23] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v9 21/23] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v9 22/23] gpu: nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v9 23/23] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB

[PATCH v2 0/3] rust, nova-core: add DeviceSize trait for SZ_* constants
 2026-03-12  6:23 UTC  (6+ 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/2] rust, nova-core: use u64 variants of SZ_* constants
 2026-03-12  0:21 UTC  (11+ messages)
` [PATCH 1/2] rust: sizes: add "

[PATCH v2 1/5] rust: bindings: include lsm_hooks.h to expose LSM types to bindgen
 2026-03-11 23:13 UTC  (9+ messages)
` [PATCH v2 2/5] rust: helpers: add C shims for LSM hook initialisation
` [PATCH v2 3/5] rust: kernel: add LSM abstraction layer
` [PATCH v2 4/5] security: add Rust LSM sample (CONFIG_SECURITY_RUST_LSM)
` [PATCH v2 5/5] Documentation: rust: add LSM abstraction guide; update MAINTAINERS

[PATCH v2 0/5] rust: lsm: introduce safe Rust abstractions for the LSM framework
 2026-03-11 23:08 UTC  (4+ messages)

[PATCH v8 0/7] Rust bindings for gem shmem + iosys_map
 2026-03-11 20:22 UTC  (9+ messages)
` [PATCH v8 1/7] rust: drm: Add gem::impl_aref_for_gem_obj!
` [PATCH v8 2/7] rust: drm: gem: Add raw_dma_resv() function
` [PATCH v8 3/7] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v8 4/7] rust: gem: Introduce DriverObject::Args
` [PATCH v8 5/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v8 6/7] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v8 7/7] rust: drm/gem: Add vmap functions to shmem bindings

[PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
 2026-03-11 19:29 UTC  (10+ messages)

[PATCH RESEND v11] rust: fmt: add safe pointer formatting support
 2026-03-11 18:54 UTC  (2+ messages)

[PATCH v6 00/34] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-11 17:53 UTC  (4+ messages)
` [PATCH v6 18/34] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure

[PATCH v2 0/4] rust: refactor ARef and AlwaysRefCounted imports
 2026-03-11 16:19 UTC  (2+ messages)
`  "

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-11 16:01 UTC  (24+ messages)
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

[PATCH] kbuild: host: use single executable for rustc -C linker
 2026-03-11 14:02 UTC  (5+ messages)
` [PATCH v2] "

[LSF/MM/BPF TOPIC][RESEND] Status of Rust in the block subsystem
 2026-03-11 13:21 UTC  (2+ messages)

[PATCH] rust: transmute: use split_at_checked() and split_at_mut_checked()
 2026-03-11  6:44 UTC  (3+ messages)

[PATCH v3 1/2] rust: task: use `as_char_ptr` instead of `as_ptr().cast()`
 2026-03-11  5:45 UTC  (2+ messages)

[PATCH 1/5] rust: bindings: include lsm_hooks.h to expose LSM types to bindgen
 2026-03-11  4:56 UTC  (5+ messages)
` [PATCH 2/5] rust: helpers: add C shims for LSM hook initialisation
` [PATCH 3/5] rust: kernel: add LSM abstraction layer
` [PATCH 4/5] security: add Rust LSM sample (CONFIG_SECURITY_RUST_LSM)
` [PATCH 5/5] Documentation: rust: add LSM abstraction guide; update MAINTAINERS

[PATCH 0/5] rust: lsm: introduce safe Rust abstractions for the LSM framework
 2026-03-11  4:56 UTC 

[PATCH v2 0/2] Change Rust Binder crate name to rust_binder
 2026-03-10 22:36 UTC  (11+ messages)
` [PATCH v2 1/2] rust: support overriding crate_name

[PATCH] rust: bindgen: disable GCC latent entropy plugin
 2026-03-10 22:23 UTC  (2+ messages)

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


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