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

[PATCH v8 00/25] gpu: nova-core: Add memory management support
 2026-02-24 22:53 UTC  (12+ 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

[RFC PATCH v3 0/5] rust: Add RTC driver support
 2026-02-24 22:44 UTC  (28+ messages)
` [RFC PATCH v3 1/5] rtc: add device selector for rtc_class_ops callbacks

[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 v11 0/2] rust: clist patches for nova-core memory management
 2026-02-24 22:27 UTC  (3+ 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] rust_binder: call set_notification_done() without proc lock
 2026-02-24 18:56 UTC  (2+ messages)

[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  (31+ messages)
` [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
` [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings

[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 v7 00/10] rust: add `register!` macro
 2026-02-24 14:21 UTC  (11+ 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 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

Rust build speed-ups - please?
 2026-02-23  2:24 UTC  (2+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-02-23  0:33 UTC  (9+ messages)
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[GIT PULL] Rust fixes for 7.0
 2026-02-22 20:19 UTC  (2+ messages)

[PATCH 0/12] drm/tyr: firmware loading and MCU boot support
 2026-02-22 18:46 UTC  (11+ messages)
` [PATCH 05/12] drm/tyr: add MMU address space registers
` [PATCH 07/12] drm/tyr: Add generic slot manager


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