messages from 2025-10-02 12:11:16 to 2025-10-08 12:10:36 UTC [more...]
[PATCH] Revert "USB: disable rust bindings from the build for now"
2025-10-08 12:10 UTC
[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
2025-10-08 10:49 UTC (4+ messages)
[PATCH v4 00/13] gpu: nova-core: Boot GSP to RISC-V active
2025-10-08 10:41 UTC (20+ messages)
` [PATCH v4 01/13] gpu: nova-core: Set correct DMA mask
` [PATCH v4 02/13] gpu: nova-core: Create initial Gsp
` [PATCH v4 03/13] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v4 04/13] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH v4 05/13] gpu: nova-core: Add GSP command queue bindings
` [PATCH v4 06/13] gpu: nova-core: gsp: Add GSP command queue handling
` [PATCH v4 07/13] gpu: nova-core: gsp: Create rmargs
` [PATCH v4 08/13] gpu: nova-core: Add bindings and accessors for GspSystemInfo
` [PATCH v4 09/13] gpu: nova-core: Add bindings for the GSP RM registry tables
` [PATCH v4 10/13] gpu: nova-core: gsp: Create RM registry and sysinfo commands
` [PATCH v4 11/13] nova-core: falcon: Add support to check if RISC-V is active
` [PATCH v4 12/13] nova-core: falcon: Add support to write firmware version
` [PATCH v4 13/13] nova-core: gsp: Boot GSP
[PATCH 0/3] rust: xarray: abstract `xa_alloc` and `xa_alloc_cyclic`
2025-10-08 10:18 UTC (15+ messages)
` [PATCH 1/3] rust: xarray: abstract `xa_alloc`
` [PATCH 2/3] rust: xarray: abstract `xa_alloc_cyclic`
` [PATCH 3/3] remove completed task from nova-core task list
[PATCH] mm: use enum for vm_flags
2025-10-08 2:36 UTC (3+ messages)
[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
2025-10-07 22:08 UTC (24+ messages)
` [PATCH v6 1/5] nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v6 2/5] nova-core: bitfield: Add support for different storage widths
` [PATCH v6 3/5] nova-core: bitfield: Add support for custom visiblity
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova
` [PATCH v6 5/5] rust: bitfield: Add KUNIT tests for bitfield
` [PATCH v7] "
[PATCH v6] rust: kernel: introduce `unsafe_precondition_assert!` macro
2025-10-07 21:50 UTC
[PATCH v2 0/2] rust: replace use of system_unbound_wq and system_wq
2025-10-07 16:11 UTC (2+ messages)
[PATCH 0/2] rust: pci: expose is_virtfn() and reject VFs in nova-core
2025-10-07 11:26 UTC (27+ messages)
[PATCH v2 0/3] Fix three issues with freeze listeners
2025-10-07 9:39 UTC (4+ messages)
` [PATCH v2 1/3] rust_binder: freeze_notif_done should resend if wrong state
` [PATCH v2 2/3] rust_binder: don't delete FreezeListener if there are pending duplicates
` [PATCH v2 3/3] rust_binder: report freeze notification only when fully frozen
[linux-next:master 13069/13300] error[E0425]: cannot find value `VM_MERGEABLE` in crate `bindings`
2025-10-07 7:15 UTC (14+ messages)
[PATCH v2 6/6] kbuild: enable -Werror for hostprogs
2025-10-06 21:48 UTC (7+ messages)
[PATCH RFC] nova-core: mm: Add initial structures for page table management
2025-10-06 21:11 UTC (2+ messages)
[PATCH v5 0/9] Introduce bitfield and move register macro to rust/kernel/
2025-10-06 19:50 UTC (11+ messages)
` [PATCH v5 6/9] rust: bitfield: Add KUNIT tests for bitfield
[PATCH] nova-core: vbios: Rework BiosImage composition to use AsRef and traits
2025-10-06 12:23 UTC (3+ messages)
[PATCH v4 0/2] Defer vm_bo cleanup in GPUVM with DRM_GPUVM_IMMEDIATE_MODE
2025-10-06 12:05 UTC (3+ messages)
` [PATCH v4 1/2] drm/gpuvm: add deferred vm_bo cleanup
` [PATCH v4 2/2] panthor: use drm_gpuva_unlink_defer()
[PATCH v3 0/2] Defer vm_bo cleanup in GPUVM with DRM_GPUVM_IMMEDIATE_MODE
2025-10-06 11:49 UTC (10+ messages)
` [PATCH v3 1/2] drm/gpuvm: add deferred vm_bo cleanup
[PATCH v2] rust: file: add intra-doc link for 'EBADF'
2025-10-06 10:34 UTC (2+ messages)
[PATCH v2] rust: pci: Allocate and manage PCI interrupt vectors
2025-10-05 12:56 UTC (4+ messages)
[PATCH v6 0/3] rust: i2c: Add basic I2C driver abstractions
2025-10-05 10:23 UTC (4+ messages)
` [PATCH v6 1/3] rust: i2c: add basic I2C device and "
` [PATCH v6 2/3] rust: i2c: add manual I2C device creation abstractions
` [PATCH v6 3/3] samples: rust: add Rust I2C sample driver
[PATCH 0/2] Fix two issues with freeze listeners
2025-10-04 10:07 UTC (3+ messages)
` [PATCH 1/2] rust_binder: freeze_notif_done should resend if wrong state
` [PATCH 2/2] rust_binder: don't delete FreezeListener if there are pending duplicates
[PATCH v3] RISC-V: re-enable gcc + rust builds
2025-10-04 3:39 UTC (3+ messages)
[PATCH 0/7] Binary Large Objects for Rust DebugFS
2025-10-03 23:36 UTC (11+ messages)
` [PATCH 1/7] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH 2/7] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH 3/7] rust: debugfs: support for binary large objects
` [PATCH 4/7] rust: debugfs: support blobs from smart pointers
` [PATCH 5/7] samples: rust: debugfs: add example for blobs
` [PATCH 6/7] rust: debugfs: support binary large objects for ScopedDir
` [PATCH 7/7] samples: rust: debugfs_scoped: add example for blobs
[PATCH v1] rust: cfi: only 64-bit arm and x86 support CFI_CLANG
2025-10-03 22:57 UTC (4+ messages)
linux-next: Tree for Oct 2
2025-10-03 19:16 UTC (4+ messages)
[PATCH v3 00/13] gpu: nova-core: Boot GSP to RISC-V active
2025-10-03 17:59 UTC (8+ messages)
` [PATCH v3 08/13] gpu: nova-core: Add bindings and accessors for GspSystemInfo
[PATCH] rust_binder: remove warning about orphan mappings
2025-10-03 17:58 UTC (3+ messages)
[PATCH v2 0/2] rust: pci: don't probe() VFs in nova-core
2025-10-03 11:52 UTC (30+ messages)
` [PATCH v2 1/2] rust: pci: skip probing VFs if driver doesn't support VFs
[PATCH] docs/zh_CN: Add translation of rust/testing.rst
2025-10-03 7:48 UTC (4+ messages)
` [PATCH v2] "
[PATCH] rust: bindings: add `rust_helper_wait_for_completion` helper function
2025-10-02 17:27 UTC (4+ messages)
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-10-02 16:45 UTC (9+ messages)
[PATCH v2 0/2] rust: Add read_poll_timeout
2025-10-02 16:36 UTC (7+ messages)
` [PATCH v2 1/2] rust: Add cpu_relax() helper
[RFC PATCH 0/2] rust: bounded integer types and use in register macro
2025-10-02 13:32 UTC (4+ messages)
[PATCH] docs/zh_CN: Update Rust index translation and add reference label
2025-10-02 13:29 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).