messages from 2026-03-11 13:01:42 to 2026-03-14 11:52:35 UTC [more...]
[PATCH v3 0/4] rust: add basic serial device bus abstractions
2026-03-14 11:52 UTC (8+ messages)
` [PATCH v3 1/4] rust: devres: return reference in `devres::register`
` [PATCH v3 2/4] serdev: add rust private data to serdev_device
` [PATCH v3 3/4] rust: add basic serial device bus abstractions
` [PATCH v3 4/4] samples: rust: add Rust serial device bus sample device driver
[linux-next:master 5585/5731] error[E0277]: `*const kernel::bindings::vm_uffd_ops` cannot be shared between threads safely
2026-03-14 11:30 UTC (6+ messages)
` [PATCH] rust_binder: use AssertSync for BINDER_VM_OPS
[PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-14 11:22 UTC (10+ messages)
` [PATCH v2 1/3] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH v2 2/3] rust: helpers: #define __rust_helper
` [PATCH v2 3/3] build: rust: provide an option to inline C helpers into Rust
[PATCH v4 0/3] Creation of workqueues in Rust
2026-03-14 10:31 UTC (11+ 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 v3 0/7] Introduce Synology Microp driver
2026-03-14 8:49 UTC (13+ messages)
` [PATCH v3 1/7] rust: Add `parent_unchecked` function to `Device`
` [PATCH v3 2/7] rust: add basic mfd abstractions
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids
` [PATCH v3 4/7] mfd: match acpi devices against PRP0001
` [PATCH v3 5/7] dt-bindings: mfd: Add synology,microp device
` [PATCH v3 6/7] mfd: Add synology microp core driver
` [PATCH v3 7/7] leds: add synology microp led driver
[PATCH v8 0/7] gpu: nova-core: expose the logging buffers via debugfs
2026-03-14 2:20 UTC (12+ 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 5/7] gpu: nova-core: use pin projection in method boot()
[PATCH v8 00/10] rust: add `register!` macro
2026-03-14 1:19 UTC (20+ messages)
` [PATCH v8 07/10] rust: io: introduce `IntoIoVal` trait and single-argument `write_val`
[PATCH v9 00/10] rust: add `register!` macro
2026-03-14 1:06 UTC (11+ messages)
` [PATCH v9 01/10] rust: enable the `generic_arg_infer` feature
` [PATCH v9 02/10] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v9 03/10] rust: num: add `into_bool` method "
` [PATCH v9 04/10] rust: num: make Bounded::get const
` [PATCH v9 05/10] rust: io: add IoLoc type and generic I/O accessors
` [PATCH v9 06/10] rust: io: use generic read/write accessors for primitive accesses
` [PATCH v9 07/10] rust: io: add `register!` macro
` [PATCH v9 08/10] rust: io: introduce `write_reg` and `LocatedRegister`
` [PATCH v9 09/10] sample: rust: pci: use `register!` macro
` [PATCH FOR REFERENCE v9 10/10] gpu: nova-core: use the kernel "
[RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
2026-03-13 23:20 UTC (11+ messages)
[PATCH v3 0/7] Introduce Synology Microp driver
2026-03-13 20:32 UTC (6+ messages)
` [PATCH v3 1/7] rust: Add `parent_unchecked` function to `Device`
` [PATCH v3 2/7] rust: add basic mfd abstractions
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids
[PATCH v8 0/7] Rust bindings for gem shmem + iosys_map
2026-03-13 19:31 UTC (10+ 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 v2 0/5] drm/tyr: Use register! macro
2026-03-13 19:18 UTC (20+ 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
[RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
2026-03-13 17:27 UTC (11+ messages)
[RFC v2 00/10] gpu: nova-core: boot GSP with vGPU enabled
2026-03-13 16:53 UTC (11+ messages)
` [RFC v2 01/10] rust: pci: expose sriov_get_totalvfs() helper
` [RFC v2 02/10] gpu: nova-core: factor out common FSP message header
` [RFC v2 03/10] gpu: nova-core: return FSP response buffer to caller
` [RFC v2 04/10] gpu: nova-core: read vGPU mode from FSP via PRC protocol
` [RFC v2 05/10] gpu: nova-core: add FSP and PRC protocol documentation
` [RFC v2 06/10] gpu: nova-core: introduce vgpu_support module param
` [RFC v2 07/10] gpu: nova-core: populate GSP_VF_INFO when vGPU is enabled
` [RFC v2 08/10] gpu: nova-core: set RMSetSriovMode when NVIDIA "
` [RFC v2 09/10] gpu: nova-core: reserve a larger GSP WPR2 heap when "
` [RFC v2 10/10] gpu: nova-core: load the scrubber ucode when vGPU support "
[PATCH 0/2] gpu: nova-core: add fwctl driver
2026-03-13 16:26 UTC (4+ messages)
` [PATCH 2/2] gpu: nova-core: add fwctl driver for firmware control interface
[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
2026-03-13 15:40 UTC (3+ messages)
` [PATCH 7/9] "
[PATCH v1 RESEND 0/4] drm/tyr: implement GPU reset API
2026-03-13 14:56 UTC (10+ messages)
` [PATCH v1 RESEND 1/4] drm/tyr: clear reset IRQ before soft reset
` [PATCH v1 RESEND 2/4] rust: add Work::disable_sync
` [PATCH v1 RESEND 3/4] rust: add ordered workqueue wrapper
` [PATCH v1 RESEND 4/4] drm/tyr: add GPU reset handling
[PATCH v19 0/5] SpinLockIrq for rust
2026-03-13 13:30 UTC (3+ messages)
` [PATCH v19 1/5] rust: Introduce interrupt module
[RFC v3 00/27] lib: Rust implementation of SPDM
2026-03-13 10:35 UTC (13+ messages)
` [RFC v3 07/27] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [RFC v3 08/27] lib: rspdm: Initial commit of Rust SPDM
` [RFC v3 12/27] lib: rspdm: Support SPDM get_version
[PATCH v9 00/23] gpu: nova-core: Add memory management support
2026-03-13 6:58 UTC (9+ 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 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 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 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 (4+ 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] rust: update `kernel::c_str!` documentation
2026-03-12 13:24 UTC (3+ 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 (7+ messages)
[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 (5+ messages)
` [PATCH 1/2] rust: sizes: add "
[PATCH v2 2/5] rust: helpers: add C shims for LSM hook initialisation
2026-03-11 23:13 UTC (2+ messages)
[PATCH v2 0/5] rust: lsm: introduce safe Rust abstractions for the LSM framework
2026-03-11 23:08 UTC (4+ messages)
[PATCH v2 3/5] rust: kernel: add LSM abstraction layer
2026-03-11 22:58 UTC (2+ messages)
[PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
2026-03-11 19:29 UTC (9+ 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 (7+ messages)
` [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)
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