rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/10] rust: refactor ARef and AlwaysRefCounted imports
 2025-11-23 13:16 UTC  (12+ messages)
` [PATCH 01/10] drivers: android: binder: Update ARef imports from sync::aref
` [PATCH 02/10] drivers: gpu: "
` [PATCH 03/10] rust: device: Update ARef and AlwaysRefCounted "
` [PATCH 04/10] rust: drm: Update AlwaysRefCounted imports to use sync::aref
` [PATCH 05/10] rust: kernel: Update ARef and "
` [PATCH 06/10] "
` [PATCH 07/10] rust: kernel: Update ARef "
` [PATCH 08/10] rust: kernel: Update AlwaysRefCounted "
` [PATCH 09/10] samples: rust: Update ARef "
` [PATCH 10/10] rust: kernel: remove temporary re-exports of ARef and AlwaysRefCounted

[PATCH 00/18] `syn` support
 2025-11-23 12:50 UTC  (5+ messages)

[PATCH 0/8] rust: pci: add abstractions for SR-IOV capability
 2025-11-23 11:18 UTC  (31+ messages)
` [PATCH 1/8] rust: pci: add is_virtfn(), to check for VFs
` [PATCH 2/8] rust: pci: add is_physfn(), to check for PFs
` [PATCH 3/8] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH 4/8] rust: pci: add num_vf(), to return number of VFs
` [PATCH 5/8] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH 6/8] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH 7/8] rust: pci: add physfn(), to return PF device for VF device
` [PATCH 8/8] samples: rust: add SR-IOV driver sample

[PATCH] scripts: generate_rust_analyzer: Add message to sysroot assertion
 2025-11-23 11:00 UTC 

[PATCH v2 0/4] gpu: nova-core: Fixups for GSP message queue and bindings
 2025-11-23  5:12 UTC  (5+ messages)
` [PATCH v2 1/4] gpu: nova-core: bindings: Add missing explicit padding
` [PATCH v2 2/4] gpu: nova-core: gsp: Fix length of received messages
` [PATCH v2 3/4] gpu: nova-core: bindings: Derive `MaybeZeroable`
` [PATCH v2 4/4] gpu: nova-core: gsp: Replace firmware version with "bindings" alias

[PATCH 0/4] gpu: nova-core: Fixups for GSP message queue and bindings
 2025-11-23  3:04 UTC  (6+ messages)
` [PATCH 1/4] gpu: nova-core: bindings: Add missing explicit padding
` [PATCH 2/4] gpu: nova-core: gsp: Fix length of received messages
` [PATCH 3/4] gpu: nova-core: bindings: Derive `MaybeZeroable`
` [PATCH 4/4] gpu: nova-core: gsp: Replace firmware version with "bindings" alias

[PATCH 0/2] rust: kernel: add missing safety documentation
 2025-11-22 19:09 UTC  (3+ messages)
` [PATCH 1/2] rust: kernel: document safety for rust_fmt_argument
` [PATCH 2/2] rust: kernel: document safety for as_str_unchecked

[PATCH v8 0/4] rust: i2c: Add basic I2C driver abstractions
 2025-11-22 14:00 UTC  (5+ messages)

[PATCH] arch: um: Don't rename vmap to kernel_vmap
 2025-11-22  8:32 UTC 

[PATCH] rust: kernel: Introduce newtype for `PhysAddr`
 2025-11-22  5:52 UTC 

[PATCH v14 00/16] Refcounted interrupts, SpinLockIrq for rust
 2025-11-22  4:24 UTC  (25+ messages)
` [PATCH v14 01/16] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v14 02/16] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v14 03/16] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v14 04/16] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v14 05/16] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v14 06/16] rust: Introduce interrupt module
` [PATCH v14 07/16] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v14 08/16] rust: sync: Add SpinLockIrq
` [PATCH v14 09/16] rust: sync: Introduce lock::Backend::Context
` [PATCH v14 10/16] rust: sync: lock: Add `Backend::BackendInContext`
` [PATCH v14 11/16] rust: sync: lock/global: Rename B to G in trait bounds
` [PATCH v14 12/16] rust: sync: Add a lifetime parameter to lock::global::GlobalGuard
` [PATCH v14 13/16] rust: sync: Expose lock::Backend
` [PATCH v14 14/16] rust: sync: lock/global: Add Backend parameter to GlobalGuard
` [PATCH v14 15/16] rust: sync: lock/global: Add BackendInContext support to GlobalLock
` [PATCH v14 16/16] locking: Switch to _irq_{disable,enable}() variants in cleanup guards

[PATCH] rust: num: bounded: Always inline fits_within and from_expr
 2025-11-22  4:00 UTC 

[RFC WIP 0/3] DRM Jobqueue
 2025-11-21 23:03 UTC  (3+ messages)
` [RFC WIP 2/3] rust: sync: Add dma_fence abstractions

[PATCH v7 0/6] rust: add `ww_mutex` support
 2025-11-21 22:34 UTC  (11+ messages)
` [PATCH v7 1/6] rust: add C wrappers for ww_mutex inline functions
` [PATCH v7 2/6] rust: implement `Class` for ww_class support
` [PATCH v7 3/6] rust: error: add EDEADLK
` [PATCH v7 4/6] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard
` [PATCH v7 5/6] rust: ww_mutex: implement LockSet

[PATCH] samples: rust: fix module name for Rust PCI driver sample
 2025-11-21 19:31 UTC  (3+ messages)

[PATCH v2 0/4] initial work on making VMA flags a bitmap
 2025-11-21 19:26 UTC  (11+ messages)
` [PATCH v2 1/4] mm: declare VMA flags by bit
` [PATCH v2 3/4] tools/testing/vma: eliminate dependency on vma->__vm_flags
` [PATCH v2 4/4] mm: introduce VMA flags bitmap type

[PATCH v7 0/6] rust: pci: add config space read/write support
 2025-11-21 14:20 UTC  (8+ messages)
` [PATCH v7 1/6] samples: rust: rust_driver_pci: use "kernel vertical" style for imports
` [PATCH v7 2/6] rust: devres: "
` [PATCH v7 3/6] rust: io: factor common I/O helpers into Io trait
` [PATCH v7 4/6] rust: io: factor out MMIO read/write macros
` [PATCH v7 5/6] rust: pci: add config space read/write support
` [PATCH v7 6/6] sample: rust: pci: add tests for config space routines

[PATCH v2 1/1] docs: makefile: move rustdoc check to the build wrapper
 2025-11-21 11:05 UTC 

[PULL] DRM Rust changes for v6.19 (2nd)
 2025-11-21 10:06 UTC 

[PATCH 1/1] drm: nova: Align GEM memory allocation to system page size
 2025-11-21  4:04 UTC 

[PATCH 1/1] docs: makefile: move rustdoc check to the build wrapper
 2025-11-20 20:13 UTC  (9+ messages)

[PATCH] rust: Convert PhysAddr type alias into newtype
 2025-11-20 19:55 UTC  (2+ messages)

[PATCH v9 0/3] rust: leds: add led classdev abstractions
 2025-11-20 13:21 UTC  (8+ messages)
` [PATCH v9 1/3] rust: leds: add basic "
` [PATCH v9 2/3] rust: leds: split generic and normal led classdev abstractions up
` [PATCH v9 3/3] rust: leds: add multicolor classdev abstractions

[PATCH] rust: slice: fix broken intra-doc links
 2025-11-20  9:59 UTC  (4+ messages)

[PATCH 00/11] gpu: nova-core: add Turing support
 2025-11-20  1:45 UTC  (52+ messages)
` [PATCH 02/11] gpu: nova-core: add ImemNs section infrastructure
` [PATCH 03/11] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH 04/11] gpu: nova-core: add support for Turing/GA100 fwsignature
` [PATCH 05/11] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
` [PATCH 06/11] gpu: nova-core: add Turing boot registers
` [PATCH 08/11] gpu: nova-core: Add basic Turing HAL
` [PATCH 09/11] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH 10/11] gpu: nova-core: LibosMemoryRegionInitArgument size must be page aligned
` [PATCH 11/11] gpu: nova-core: add PIO support for loading firmware images

[PATCH v5 0/6] Use Rust Bitmap from Rust Binder driver
 2025-11-19 23:16 UTC  (6+ messages)
` [PATCH v5 6/6] rust_binder: use bitmap for allocation of handles

[PATCH v4] rust: sync: replace `kernel::c_str!` with C-Strings
 2025-11-19 21:57 UTC  (2+ messages)

[PATCH 1/2] rust: pin-init: fix broken rust doc link
 2025-11-19 21:55 UTC  (8+ messages)

[PATCH v13 00/17] Refcounted interrupts, SpinLockIrq for rust
 2025-11-19 21:47 UTC  (4+ messages)
` [PATCH v13 05/17] irq & spin_lock: Add counted interrupt disabling/enabling

[PATCH] rust: add a function that returns a reference to the IO Ports Resource
 2025-11-19 19:34 UTC  (5+ messages)

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2025-11-19 16:40 UTC  (4+ messages)
` [PATCH v23 21/28] riscv: kernel command line option to opt out of user cfi

[PATCH v3] io: add io_pgtable abstraction
 2025-11-19 10:56 UTC  (6+ messages)

[PATCH] rust: bindings: add `rust_helper_wait_for_completion` helper function
 2025-11-19  9:38 UTC  (3+ messages)

[PATCH 0/6] gpu: nova-core: Hopper/Blackwell prerequisites
 2025-11-19  7:36 UTC  (13+ messages)
` [PATCH 1/6] gpu: nova-core: print FB sizes, along with ranges
` [PATCH 3/6] gpu: nova-core: Blackwell: basic GPU identification

[PATCH v2] uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUST
 2025-11-19  0:08 UTC  (7+ messages)

[PATCH v4 0/4] rust: add Bounded integer type
 2025-11-19  0:06 UTC  (2+ messages)

[PATCH v6 RESEND 0/7] rust: pci: add config space read/write support
 2025-11-18 23:43 UTC  (6+ messages)
` [PATCH v6 RESEND 4/7] rust: io: factor common I/O helpers into Io trait


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).