public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-24 22:54:03 to 2026-02-27 20:12:10 UTC [more...]

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-02-27 20:08 UTC  (12+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()

[PATCH v3 0/2] Creation of workqueues in Rust
 2026-02-27 19:46 UTC  (19+ messages)
` [PATCH v3 1/2] rust: workqueue: restrict delayed work to global wqs
` [PATCH v3 2/2] rust: workqueue: add creation of workqueues

[PATCH v2 1/8] rust: device: support `dev_printk` on all devices
 2026-02-27 19:30 UTC  (3+ messages)
` [PATCH v2 7/8] gpu: nova-core: remove redundant `.as_ref()` for `dev_*` print

[PATCH] rust: sync: add lazy initialization methods to SetOnce
 2026-02-27 19:15 UTC  (3+ messages)

[PATCH v7 00/10] rust: add `register!` macro
 2026-02-27 18:16 UTC  (11+ messages)
` [PATCH v7 04/10] rust: num: make Bounded::get const
` [PATCH v7 05/10] rust: io: add IoLoc and IoWrite types
` [PATCH v7 06/10] rust: io: use generic read/write accessors for primitive accesses

[PATCH v5 00/38] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-27 16:29 UTC  (7+ messages)
` [PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems

[PATCH v11 0/2] rust: clist patches for nova-core memory management
 2026-02-27 15:50 UTC  (8+ messages)
` [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists

[PATCH v6 0/2] Initial work for Rust abstraction for HID device driver development
 2026-02-27 15:27 UTC  (3+ messages)
` [PATCH v6 1/2] rust: core abstractions for HID drivers

[RFC PATCH v3 1/5] rtc: add device selector for rtc_class_ops callbacks
 2026-02-27 15:09 UTC  (19+ messages)

linux-next: Tree for Feb 26
 2026-02-27 15:03 UTC 

[PATCH] rust: pin-init: add references to previously initialized fields
 2026-02-27 15:02 UTC  (6+ messages)

[RFC PATCH 0/7] Introduce HasField infrastructure
 2026-02-27 15:00 UTC  (3+ messages)

[PATCH] rust: alloc: allow different error types in `KBox::pin_slice`
 2026-02-27 14:38 UTC  (5+ messages)

[PATCH] fault-inject: rust: add a Rust API for fault-injection
 2026-02-27 14:32 UTC  (2+ messages)

[PATCH] rust: hrtimer: add active() method to query timer state
 2026-02-27 14:23 UTC  (2+ messages)

[PATCH 0/2] rust: impl_flags: add convenience functions
 2026-02-27 14:20 UTC  (2+ messages)

[PATCH 0/8] rust: module parameter extensions
 2026-02-27 13:27 UTC  (10+ messages)
` [PATCH 1/8] rust: module_param: add StringParam type for C string parameters
` [PATCH 2/8] rust: module_param: wire StringParam into the module! macro
` [PATCH 3/8] samples: rust_minimal: demonstrate string module parameter
` [PATCH 4/8] rust: module_param: add ObsKernelParam type
` [PATCH 5/8] rust: module_param: add from_setup_arg() to ModuleParam trait
` [PATCH 6/8] rust: macros: add early_param support to module! macro
` [PATCH 7/8] samples: rust_minimal: demonstrate early_param usage
` [PATCH 8/8] rust: macros: add configurable initcall levels to module! macro

[PATCH] kbuild: host: use single executable for rustc -C linker
 2026-02-27 13:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/4] rust_binder: check current before closing fds
 2026-02-27 13:02 UTC  (10+ messages)
` [PATCH v2 1/4] rust: sync: implement == operator for ARef
` [PATCH v2 2/4] rust: task: implement == operator for Task
` [PATCH v2 3/4] rust_binder: make use of == "
` [PATCH v2 4/4] rust_binder: check current before closing fds

[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-02-27 12:32 UTC  (10+ messages)
` [PATCH 1/9] gpu: nova-core: gsp: add NV_STATUS error code bindings
` [PATCH 2/9] gpu: nova-core: gsp: add NvStatus enum for RM control errors
` [PATCH 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
` [PATCH 4/9] gpu: nova-core: gsp: add RM control RPC structure binding
` [PATCH 5/9] gpu: nova-core: gsp: add types for RM control RPCs
` [PATCH 6/9] gpu: nova-core: generalize `flush_into_kvec` to `flush_into_vec`
` [PATCH 7/9] gpu: nova-core: gsp: add RM control command infrastructure
` [PATCH 8/9] gpu: nova-core: gsp: add CE fault method buffer size bindings
` [PATCH 9/9] gpu: nova-core: gsp: add CeGetFaultMethodBufferSize RM control command

[PATCH v2] rust: hrtimer: Restrict expires() to safe contexts
 2026-02-27 12:32 UTC  (7+ messages)

[PATCH v11 0/4] Rust GPU buddy allocator bindings
 2026-02-27 12:08 UTC  (9+ messages)
` [PATCH v11 4/4] rust: gpu: Add "

[PATCH v3 0/9] gpu: nova-core: gsp: add continuation record support
 2026-02-27 11:40 UTC  (14+ messages)
` [PATCH v3 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
` [PATCH v3 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
` [PATCH v3 3/9] rust: add EMSGSIZE error code
` [PATCH v3 4/9] gpu: nova-core: gsp: add checking oversized commands
` [PATCH v3 5/9] gpu: nova-core: gsp: clarify invariant on command queue
` [PATCH v3 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
` [PATCH v3 7/9] gpu: nova-core: gsp: add command_size helper
` [PATCH v3 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
` [PATCH v3 9/9] gpu: nova-core: gsp: add tests for SplitState

[PATCH v2] cred: delete task_euid()
 2026-02-27 10:33 UTC 

[PATCH v9 0/9] gpu: nova-core: add Turing support
 2026-02-27  4:21 UTC  (4+ messages)
` [PATCH v9 9/9] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing

[PATCH v2] rust: build: remap path to avoid absolute path
 2026-02-26 19:21 UTC  (2+ messages)

[PATCH v2 0/4] gpu: nova-core: gsp: add locking to Cmdq
 2026-02-26 18:48 UTC  (6+ messages)
` [PATCH v2 1/4] gpu: nova-core: gsp: fix stale doc comments on command queue methods
` [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
` [PATCH v2 3/4] gpu: nova-core: gsp: make `Cmdq` a pinned type
` [PATCH v2 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq

[PATCH v5] tools build: Fix rust cross compilation
 2026-02-26 18:40 UTC  (3+ messages)

[PATCH v2 0/2] rust: add pointer projection infrastructure and convert DMA
 2026-02-26 15:46 UTC  (3+ messages)
` [PATCH v2 1/2] rust: add projection infrastructure
` [PATCH v2 2/2] rust: dma: use pointer projection infra for `dma_{read,write}` macro

[PATCH 0/4] rust: replace WARN_ONCE TODOs with pr_warn_once!
 2026-02-26 14:36 UTC  (8+ messages)
` [PATCH 1/4] rust: error: use `pr_warn_once!` instead of `pr_warn!`
` [PATCH 2/4] rust: module_params: "
` [PATCH 3/4] rust: mm: add `pr_warn_once!` for invalid range in `zap_page_range_single`
` [PATCH 4/4] rust: time: add `pr_warn_once!` for clamped delta in `fsleep`

[PATCH AUTOSEL 6.19-6.18] rust: sync: Implement Unpin for ARef
 2026-02-26 13:45 UTC  (3+ messages)

[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-02-26  6:59 UTC  (3+ messages)
` [PATCH v2 02/10] fpga: dfl-pci: set driver flag to disable SR-IOV on remove()

[PATCH v2 0/9] gpu: nova-core: gsp: add continuation record support
 2026-02-26  4:55 UTC  (8+ messages)
` [PATCH v2 7/9] gpu: nova-core: gsp: add command_size helper
` [PATCH v2 8/9] gpu: nova-core: gsp: support large RPCs via continuation record

[PATCH 0/4] gpu: nova-core: gsp: add locking to Cmdq
 2026-02-26  0:42 UTC  (10+ messages)
` [PATCH 1/4] gpu: nova-core: gsp: fix stale doc comments on command queue methods
` [PATCH 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
` [PATCH 3/4] gpu: nova-core: gsp: make `Cmdq` a pinned type
` [PATCH 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq

[PATCH v10 0/8] Preparatory patches for nova-core memory management
 2026-02-26  0:32 UTC  (11+ messages)
` [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists

[PATCH] rust: kunit: implement test attr filtering without extract_if
 2026-02-25 21:07 UTC  (2+ messages)

[PATCH] rust: kunit: avoid retain_mut for test attr filtering
 2026-02-25 21:04 UTC  (2+ messages)

[RFC v2 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-02-25 18:04 UTC  (2+ messages)
` [RFC v2 1/1] rust: pci: add extended capability "

[PATCH v4 0/6] Rust GPUVM immediate mode
 2026-02-25 15:46 UTC  (11+ messages)
` [PATCH v4 3/6] rust: gpuvm: add GpuVm::obtain()

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-25 14:50 UTC  (11+ messages)

[PATCH v8 00/25] gpu: nova-core: Add memory management support
 2026-02-25 14:26 UTC  (18+ messages)
` [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v8 12/25] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v8 13/25] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v8 14/25] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v8 15/25] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v8 17/25] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v8 18/25] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v8 19/25] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v8 20/25] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v8 21/25] gpu: nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v8 22/25] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v8 23/25] gpu: nova-core: mm: Add BarUser to struct Gpu and create at boot
` [PATCH v8 24/25] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[PATCH v3 00/12] rust: xarray: add entry API with preloading
 2026-02-25 14:08 UTC  (8+ messages)
` [PATCH v3 04/12] rust: xarray: add `XArrayState`

[PATCH] rust_binder: call set_notification_done() without proc lock
 2026-02-25  3:04 UTC  (2+ messages)

[PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
 2026-02-25  1:01 UTC  (4+ messages)

[PATCH v3 0/5] gpu: nova-core: gsp: fix command queue ring buffer bugs
 2026-02-25  1:00 UTC  (3+ messages)

[PATCH v2 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
 2026-02-25  0:59 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox