public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-23 02:26:13 to 2026-02-25 13:43:55 UTC [more...]

[PATCH 0/4] gpu: nova-core: gsp: add locking to Cmdq
 2026-02-25 13:41 UTC  (2+ messages)
` [PATCH 1/4] gpu: nova-core: gsp: fix stale doc comments on command queue methods

[RFC PATCH v3 0/5] rust: Add RTC driver support
 2026-02-25 13:33 UTC  (26+ messages)
` [RFC PATCH v3 1/5] rtc: add device selector for rtc_class_ops callbacks

[PATCH v7 00/10] rust: add `register!` macro
 2026-02-25 11:58 UTC  (12+ messages)
` [PATCH v7 01/10] rust: enable the `generic_arg_infer` feature
` [PATCH v7 02/10] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v7 03/10] rust: num: add `into_bool` method "
` [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 v7 07/10] rust: io: add `register!` macro
` [PATCH v7 08/10] sample: rust: pci: use "
` [PATCH FOR REFERENCE v7 09/10] gpu: nova-core: use the kernel "
` [PATCH v7 10/10] RFC: rust: io: allow fixed register values directly in `write`

[PATCH] kbuild: host: use single executable for rustc -C linker
 2026-02-25 10:28 UTC 

[PATCH v11 0/2] rust: clist patches for nova-core memory management
 2026-02-25  8:25 UTC  (5+ messages)
` [PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists

[PATCH v8 00/25] gpu: nova-core: Add memory management support
 2026-02-25  5:39 UTC  (27+ 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 03/25] gpu: nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v8 05/25] gpu: nova-core: fb: Add usable_vram field to FbLayout
` [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 08/25] gpu: nova-core: mm: Add common memory management types
` [PATCH v8 09/25] gpu: nova-core: mm: Add TLB flush support
` [PATCH v8 10/25] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [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] rust_binder: call set_notification_done() without proc lock
 2026-02-25  3:04 UTC  (3+ 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)

[PATCH v11 0/4] Rust GPU buddy allocator bindings
 2026-02-24 22:40 UTC  (5+ messages)
` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two)
` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings

[PATCH v3 0/3] rust: atomic: add `fetch_sub` and update docs
 2026-02-24 18:53 UTC  (4+ messages)

[PATCH net-next 0/2] net: phy: add Rust reference driver for ET1011C
 2026-02-24 18:09 UTC  (20+ messages)
` [PATCH net-next 1/2] rust: net: phy: expose genphy_config_aneg()
` [PATCH v2 1/3] staging: most: dim2: replace IS_ERR_OR_NULL with IS_ERR for devm_clk_get
` [PATCH net-next 2/2] net: phy: add Rust reference driver for ET1011C
` [PATCH v2 2/3] staging: most: dim2: use dev_err_probe and proper error codes for clock
` [PATCH net-next v2 0/3] net: phy: add Rust reference driver for ET1011C
  ` [PATCH net-next v2 1/3] rust: net: phy: add speed() getter to Device
  ` [PATCH net-next v2 2/3] rust: net: phy: expose genphy_config_aneg()
  ` [PATCH net-next v2 3/3] net: phy: add Rust reference driver for ET1011C
  ` [PATCH net-next v3 0/2] "
    ` [PATCH net-next v3 1/2] rust: net: phy: add speed() getter to Device
    ` [PATCH net-next v3 2/2] net: phy: add Rust reference driver for ET1011C

[PATCH] rust: workaround `bindgen` issue with forward references to `enum` types
 2026-02-24 17:30 UTC  (2+ messages)

[PATCH v4] tools build: Fix rust cross compilation
 2026-02-24 16:41 UTC  (2+ messages)

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

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-24 15:54 UTC  (15+ messages)

[PATCH v3 00/12] rust: xarray: add entry API with preloading
 2026-02-24 15:52 UTC  (23+ messages)
` [PATCH v3 02/12] rust: xarray: add debug format for `StoreError`
` [PATCH v3 03/12] rust: xarray: add `contains_index` method
` [PATCH v3 04/12] rust: xarray: add `XArrayState`

[PATCH v2 1/2] rust/drm: Fixup import styles
 2026-02-24 15:17 UTC  (4+ messages)
` [PATCH v2 2/2] rust/drm: Remove imports covered by prelude::*

[PATCH 0/2] Change Rust Binder crate name to rust_binder
 2026-02-24 15:17 UTC  (5+ messages)
` [PATCH 1/2] rust: support overriding crate_name
` [PATCH 2/2] rust_binder: override crate name to rust_binder

[PATCH v5 00/38] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-24 14:47 UTC  (14+ messages)
` [PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems
` [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature

[PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
 2026-02-24 14:23 UTC  (8+ messages)

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

[PATCH v2] rust: hrtimer: Restrict expires() to safe contexts
 2026-02-24 13:25 UTC 

[PATCH] rust: kunit: fix warning when !CONFIG_PRINTK
 2026-02-24 12:57 UTC  (5+ messages)

[PATCH] rust: str: make NullTerminatedFormatter public
 2026-02-24 11:33 UTC  (3+ messages)

[PATCH v16 00/10] rust: add `Ownable` trait and `Owned` type
 2026-02-24 11:18 UTC  (11+ messages)
` [PATCH v16 01/10] rust: alloc: add `KBox::into_nonnull`
` [PATCH v16 02/10] rust: types: Add Ownable/Owned types
` [PATCH v16 03/10] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v16 04/10] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v16 05/10] rust: aref: update formatting of use statements
` [PATCH v16 06/10] rust: Add `OwnableRefCounted`
` [PATCH v16 07/10] rust: page: update formatting of `use` statements
` [PATCH v16 08/10] rust: page: convert to `Ownable`
` [PATCH v16 09/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v16 10/10] rust: page: add `from_raw()`

[PATCH v15 0/9] rust: add `Ownable` trait and `Owned` type
 2026-02-24 10:41 UTC  (14+ messages)
` [PATCH v15 1/9] rust: types: Add Ownable/Owned types
` [PATCH v15 3/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v15 9/9] rust: page: add `from_raw()`

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

[PATCH v2] drm/tyr: Use vertical style for imports
 2026-02-24  7:42 UTC  (2+ messages)

[PATCH v1] drm/tyr: gpu: fix GpuInfo::log model/version decoding
 2026-02-24  7:42 UTC  (2+ messages)

[PATCH] rust: kbuild: emit dep-info into $(depfile) directly
 2026-02-24  7:33 UTC  (2+ messages)

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

[PATCH v3] drm/tyr: Clarify driver/device type names
 2026-02-24  0:23 UTC 

[PATCH v2] drm/tyr: Clarify driver/device type names
 2026-02-24  0:01 UTC  (3+ messages)

[PATCH] rust: io: macro_export io_define_read!() and io_define_write!()
 2026-02-23 22:09 UTC  (5+ messages)

[PATCH v4] rust: list: Add unsafe for container_of
 2026-02-23 17:48 UTC  (5+ messages)

[PATCH v3] hrtimer: add usage examples to documentation
 2026-02-23 17:22 UTC  (6+ messages)

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

[PATCH v5 0/3] Implement Send and Sync for clk
 2026-02-23 10:08 UTC  (4+ messages)
` [PATCH v5 1/3] rust: clk: implement Send and Sync
` [PATCH v5 2/3] tyr: remove impl Send/Sync for TyrData
` [PATCH v5 3/3] pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData

[PATCH v2] rust: declare cfi_encoding for lru_status
 2026-02-23  9:42 UTC 

[PATCH v4 00/33] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-23  3:36 UTC  (5+ messages)
` [PATCH v4 18/33] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
    ` Tegra notes for Nova: "

[PATCH v6 0/2] Initial work for Rust abstraction for HID device driver development
 2026-02-23  2:52 UTC  (7+ messages)
` [PATCH v6 1/2] rust: core abstractions for HID drivers
` [PATCH v6 2/2] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver


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