rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-17 21:13:21 to 2025-11-21 17:29:04 UTC [more...]

[PATCH v2 0/4] initial work on making VMA flags a bitmap
 2025-11-21 17:28 UTC  (7+ 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 0/8] rust: pci: add abstractions for SR-IOV capability
 2025-11-21 17:05 UTC  (20+ 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 0/4] gpu: nova-core: Fixups for GSP message queue and bindings
 2025-11-21 15:00 UTC  (5+ 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 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 00/18] `syn` support
 2025-11-21  9:08 UTC  (4+ messages)

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

[PATCH v14 00/16] Refcounted interrupts, SpinLockIrq for rust
 2025-11-20 23:16 UTC  (18+ 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] samples: rust: fix module name for Rust PCI driver sample
 2025-11-20 21:03 UTC  (2+ messages)

[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  (69+ messages)
` [PATCH 01/11] gpu: nova-core: rename Imem to ImemSec
` [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  (6+ 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  (9+ messages)
    ` [PATCH] uaccess: gate _copy_[to|from]_user on !INLINE_COPY_FROM_USER

[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  (9+ messages)
` [PATCH v6 RESEND 4/7] rust: io: factor common I/O helpers into Io trait
` [PATCH v6 RESEND 6/7] rust: pci: add config space read/write support

[PATCH v2] rust: list: Add unsafe for container_of
 2025-11-18 17:10 UTC  (6+ messages)

[PATCH v2] gendwarfksyms: Skip files with no exports
 2025-11-18 16:26 UTC  (4+ messages)

[RFC WIP 0/3] DRM Jobqueue
 2025-11-18 13:25 UTC  (4+ messages)
` [RFC WIP 1/3] rust: list: Add unsafe for container_of
` [RFC WIP 2/3] rust: sync: Add dma_fence abstractions
` [RFC WIP 3/3] rust/drm: Add initial jobqueue sceleton

[PULL] DRM Rust changes for v6.19
 2025-11-18 12:57 UTC 

[PATCH v7 0/2] rust: leds: add led classdev abstractions
 2025-11-17 22:04 UTC  (3+ messages)
` [PATCH v7 1/2] rust: Add trait to convert a device reference to a bus device reference

[PATCH v8 0/4] rust: i2c: Add basic I2C driver abstractions
 2025-11-17 21:40 UTC  (2+ messages)

[PATCH] rust: allow `clippy::disallowed_names` for doctests
 2025-11-17 21:37 UTC  (8+ messages)


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