public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-27 16:30:13 to 2026-03-02 12:53:51 UTC [more...]

[PATCH v7 00/10] rust: add `register!` macro
 2026-03-02 12:53 UTC  (14+ messages)
` [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 v16 00/10] rust: add `Ownable` trait and `Owned` type
 2026-03-02 12:32 UTC  (9+ messages)
` [PATCH v16 01/10] rust: alloc: add `KBox::into_nonnull`

[PATCH V6 0/3] Rust support for powerpc
 2026-03-02 12:28 UTC  (11+ messages)
` [PATCH V6 2/3] rust: Add PowerPC support

[PATCH v2 0/4] gpu: nova-core: gsp: add locking to Cmdq
 2026-03-02 12:28 UTC  (10+ messages)
` [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`

[PATCH v8 00/25] gpu: nova-core: Add memory management support
 2026-03-02 12:23 UTC  (17+ messages)
` [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests

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

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-02 10:33 UTC  (24+ 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 v1 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

[PATCH 0/12] drm/tyr: firmware loading and MCU boot support
 2026-03-02 10:17 UTC  (42+ messages)
` [PATCH 02/12] drm/tyr: move clock cleanup into Clocks Drop impl
` [PATCH 05/12] drm/tyr: add MMU address space registers
` [PATCH 06/12] drm/tyr: add shmem backing for GEM objects
` [PATCH 07/12] drm/tyr: Add generic slot manager
` [PATCH 08/12] drm/tyr: add MMU module
` [PATCH 09/12] drm/tyr: add GPU virtual memory module
` [PATCH 10/12] drm/tyr: add a kernel buffer object
` [PATCH 12/12] drm/tyr: add firmware loading and MCU boot support

[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-02  8:00 UTC  (3+ messages)
` [PATCH 7/9] "

[PATCH v10 00/10] gpu: nova-core: add Turing support
 2026-03-02  7:22 UTC  (14+ messages)
` [PATCH v10 01/10] gpu: nova-core: create falcon firmware DMA objects lazily
` [PATCH v10 02/10] gpu: nova-core: falcon: add constant for memory block alignment
` [PATCH v10 03/10] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
` [PATCH v10 04/10] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
` [PATCH v10 05/10] gpu: nova-core: falcon: remove unwarranted safety check in dma_load
` [PATCH v10 06/10] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
` [PATCH v10 07/10] gpu: nova-core: add PIO support for loading firmware images
` [PATCH v10 08/10] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
` [PATCH v10 09/10] gpu: nova-core: make Chipset::arch() const
` [PATCH v10 10/10] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder

[PATCH v3 0/9] gpu: nova-core: gsp: add continuation record support
 2026-03-02  4:46 UTC  (7+ messages)
` [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 0/2] rust: add pointer projection infrastructure and convert DMA
 2026-03-02  4:41 UTC  (5+ messages)
` [PATCH v2 1/2] rust: add projection infrastructure

loongarch64 objtool warning with LLVM 18 in Rust object file
 2026-03-02  2:22 UTC  (2+ messages)

[GIT PULL] Driver core changes for 7.0-rc1
 2026-03-01 21:01 UTC  (9+ messages)

pin-init Clippy nightly trivial warning in 6.18.y
 2026-03-01 20:19 UTC  (5+ messages)

[PATCH v2 0/4] rust: Add ARef support for work items
 2026-03-01 20:07 UTC  (9+ messages)
` [PATCH v2 2/4] rust: drm: dispatch work items to the private data

[PATCH v10 0/8] Preparatory patches for nova-core memory management
 2026-03-01 17:53 UTC  (7+ messages)
` [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings

[PATCH 1/2] rust: pin-init: internal: init: remove `#[disable_initialized_field_access]`
 2026-03-01 17:12 UTC  (9+ messages)
` [PATCH 2/2] rust: pin-init: internal: init: document load-bearing fact of field accessors

[PATCH v6 0/2] Initial work for Rust abstraction for HID device driver development
 2026-03-01 13:17 UTC  (6+ messages)
` [PATCH v6 1/2] rust: core abstractions for HID drivers

[PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
 2026-03-01 13:15 UTC  (3+ messages)

[PATCH v3 0/2] Creation of workqueues in Rust
 2026-03-01 11:55 UTC  (21+ messages)
` [PATCH v3 1/2] rust: workqueue: restrict delayed work to global wqs
` [PATCH v3 2/2] rust: workqueue: add creation of workqueues

[PATCH] rust: hrtimer: add active() method to query timer state
 2026-03-01 11:31 UTC  (7+ messages)

`tc-build` now has Rust support
 2026-03-01 10:53 UTC 

FAILED: Patch "rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0" failed to apply to 6.12-stable tree
 2026-03-01 10:28 UTC  (2+ messages)

FAILED: Patch "rust: pin-init: replace clippy `expect` with `allow`" failed to apply to 6.12-stable tree
 2026-03-01 10:22 UTC  (2+ messages)

FAILED: Patch "rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0" failed to apply to 6.6-stable tree
 2026-03-01 10:17 UTC  (2+ messages)

FAILED: Patch "rust: pin-init: replace clippy `expect` with `allow`" failed to apply to 6.6-stable tree
 2026-03-01 10:16 UTC  (2+ messages)

FAILED: Patch "rust: pin-init: replace clippy `expect` with `allow`" failed to apply to 6.1-stable tree
 2026-03-01 10:15 UTC  (2+ messages)

FAILED: Patch "rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0" failed to apply to 6.1-stable tree
 2026-03-01 10:15 UTC  (2+ messages)

FAILED: Patch "rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0" failed to apply to 5.10-stable tree
 2026-03-01 10:14 UTC  (2+ messages)

FAILED: Patch "rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0" failed to apply to 5.15-stable tree
 2026-03-01 10:14 UTC  (2+ messages)

FAILED: Patch "rust: pin-init: replace clippy `expect` with `allow`" failed to apply to 5.15-stable tree
 2026-03-01 10:13 UTC  (2+ messages)

FAILED: Patch "rust: pin-init: replace clippy `expect` with `allow`" failed to apply to 5.10-stable tree
 2026-03-01 10:13 UTC  (2+ messages)

[GIT PULL] Driver core fixes for 7.0-rc2
 2026-03-01  4:04 UTC  (2+ messages)

[PATCH v6 0/5] Initial Nova Core series
 2026-03-01  3:03 UTC  (3+ messages)
` [PATCH v6 4/5] gpu: nova-core: add initial driver stub

[PATCH v2] rust: hrtimer: Restrict expires() to safe contexts
 2026-02-28 21:23 UTC  (6+ messages)

[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
 2026-02-28  5:33 UTC  (3+ messages)

[PATCH] rust: hrtimer: document handle based design rationale
 2026-02-28  3:08 UTC  (2+ messages)

[PATCH 0/8] rust: module parameter extensions
 2026-02-28  1:32 UTC  (3+ messages)
` [PATCH 1/8] rust: module_param: add StringParam type for C string parameters

[PATCH v1] rust: console: add abstraction for kernel console drivers
 2026-02-28  0:17 UTC  (4+ messages)

linux-next: Tree for Feb 26
 2026-02-27 23:20 UTC  (2+ messages)

[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 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


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