messages from 2025-10-01 10:41:51 to 2025-10-06 21:48:52 UTC [more...]
[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 v6 0/5] Introduce bitfield and move register macro to rust/kernel/
2025-10-06 20:36 UTC (12+ 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 v5 0/9] Introduce bitfield and move register macro to rust/kernel/
2025-10-06 19:50 UTC (16+ messages)
` [PATCH v5 2/9] nova-core: bitfield: Add support for different storage widths
` [PATCH v5 6/9] rust: bitfield: Add KUNIT tests for bitfield
[PATCH 0/3] rust: xarray: abstract `xa_alloc` and `xa_alloc_cyclic`
2025-10-06 19:31 UTC (5+ 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] 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 (18+ messages)
` [PATCH v3 1/2] drm/gpuvm: add deferred vm_bo cleanup
` [PATCH v3 2/2] panthor: use drm_gpuva_unlink_defer()
[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 (10+ messages)
` [PATCH v3 08/13] gpu: nova-core: Add bindings and accessors for GspSystemInfo
` [PATCH v3 10/13] gpu: nova-core: gsp: Create RM registry and sysinfo commands
[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 (32+ messages)
` [PATCH v2 1/2] rust: pci: skip probing VFs if driver doesn't support VFs
` [PATCH v2 2/2] gpu: nova-core: declare that VFs are not (yet) supported
[PATCH] docs/zh_CN: Add translation of rust/testing.rst
2025-10-03 7:48 UTC (4+ messages)
` [PATCH v2] "
[linux-next:master 13069/13300] error[E0425]: cannot find value `VM_MERGEABLE` in crate `bindings`
2025-10-03 0:24 UTC (12+ messages)
[PATCH] rust: bindings: add `rust_helper_wait_for_completion` helper function
2025-10-02 17:27 UTC (5+ 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
[PATCH 0/2] rust: pci: expose is_virtfn() and reject VFs in nova-core
2025-10-02 14:31 UTC (37+ messages)
[RFC PATCH 0/2] rust: bounded integer types and use in register macro
2025-10-02 13:32 UTC (6+ messages)
` [PATCH RFC 1/2] rust: kernel: add bounded integer types
` [PATCH RFC 2/2] gpu: nova-core: demonstrate use of BoundedInt
[PATCH] docs/zh_CN: Update Rust index translation and add reference label
2025-10-02 13:29 UTC (3+ messages)
[PATCH v15 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-10-01 21:00 UTC (13+ messages)
` [PATCH v15 1/7] pwm: Export `pwmchip_release` for external use
` [PATCH v15 2/7] rust: pwm: Add Kconfig and basic data structures
` [PATCH v15 3/7] rust: pwm: Add complete abstraction layer
` [PATCH v15 4/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
` [PATCH v15 5/7] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
` [PATCH v15 7/7] riscv: dts: thead: Add PWM fan and thermal control
[GIT PULL] Driver core changes for 6.18-rc1
2025-10-01 18:42 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;
as well as URLs for NNTP newsgroup(s).