public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-20 18:18:55 to 2026-02-24 11:19:59 UTC [more...]

[PATCH v16 00/10] rust: add `Ownable` trait and `Owned` type
 2026-02-24 11:18 UTC  (7+ messages)
` [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 07/10] rust: page: update formatting of `use` statements
` [PATCH v16 09/10] rust: implement `ForeignOwnable` for `Owned`

[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 v2] rust: kunit: fix warning when !CONFIG_PRINTK
 2026-02-24 10:37 UTC 

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

[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] rust: kunit: fix warning when !CONFIG_PRINTK
 2026-02-24  9:01 UTC  (4+ messages)

[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: str: make NullTerminatedFormatter public
 2026-02-24  7:40 UTC  (2+ messages)

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

[PATCH v10 0/8] Preparatory patches for nova-core memory management
 2026-02-24  7:28 UTC  (28+ 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

[PATCH net-next 0/2] net: phy: add Rust reference driver for ET1011C
 2026-02-24  4:32 UTC  (11+ 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 v9 0/9] gpu: nova-core: add Turing support
 2026-02-24  2:31 UTC  (6+ messages)
` [PATCH v9 6/9] gpu: nova-core: add PIO support for loading firmware images
` [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 

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

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

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-23 19:11 UTC  (12+ messages)

[PATCH v3 0/3] rust: atomic: add `fetch_sub` and update docs
 2026-02-23 18:04 UTC  (6+ messages)
` [PATCH v3 3/3] rust: atomic: update a safety comment in impl of `fetch_add`

[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 v5 00/38] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-23 14:20 UTC  (49+ messages)
` [PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems
` [PATCH v5 02/38] gpu: nova-core: pass pdev directly to dev_* logging macros
` [PATCH v5 03/38] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v5 04/38] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH v5 05/38] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v5 06/38] gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
` [PATCH v5 07/38] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v5 08/38] gpu: nova-core: apply the one "use" item per line policy to commands.rs
` [PATCH v5 09/38] gpu: nova-core: move GPU init and DMA mask setup into Gpu::new()
` [PATCH v5 10/38] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v5 11/38] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v5 12/38] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v5 13/38] gpu: nova-core: factor out an elf_str() function
` [PATCH v5 14/38] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v5 15/38] gpu: nova-core: add support for 32-bit "
` [PATCH v5 16/38] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v5 17/38] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v5 18/38] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v5 19/38] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v5 20/38] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v5 21/38] rust: ptr: add const_align_up() and enable inline_const feature
` [PATCH v5 22/38] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v5 23/38] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v5 24/38] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v5 25/38] gpu: nova-core: Hopper/Blackwell: add FSP message structures
` [PATCH v5 26/38] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v5 27/38] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v5 28/38] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
` [PATCH v5 29/38] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v5 30/38] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v5 31/38] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v5 32/38] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v5 33/38] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v5 34/38] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v5 35/38] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v5 36/38] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()
` [PATCH v5 37/38] rust: sizes: add u64 variants of SZ_* constants
` [PATCH v5 38/38] gpu: nova-core: use SZ_*_U64 constants from kernel::sizes

[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  (28+ messages)
` [PATCH v4 18/33] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
    ` Tegra notes for Nova: "
` [PATCH v4 19/33] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v4 20/33] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v4 24/33] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v4 25/33] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v4 27/33] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v4 28/33] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
` [PATCH v4 29/33] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling

[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  (27+ messages)
` [PATCH 02/12] drm/tyr: move clock cleanup into Clocks Drop impl
` [PATCH 03/12] drm/tyr: rename TyrObject to BoData
` [PATCH 04/12] drm/tyr: set DMA mask using GPU physical address
` [PATCH 05/12] drm/tyr: add MMU address space registers
` [PATCH 07/12] drm/tyr: Add generic slot manager
` [PATCH 08/12] drm/tyr: add MMU module
` [PATCH 12/12] drm/tyr: add firmware loading and MCU boot support

[PATCH v6 0/9] rust: add `register!` macro
 2026-02-22 13:25 UTC  (12+ messages)
` [PATCH v6 5/9] rust: io: add IoRef and IoWrite types

[PATCH 0/4] rust: add pointer projection infrastructure and convert DMA
 2026-02-22 10:52 UTC  (4+ messages)
` [PATCH 1/4] rust: add projection infrastructure

[PATCH] rust: bindgen: disable GCC latent entropy plugin
 2026-02-21 20:31 UTC  (3+ messages)

[RFC PATCH v2 0/5] rust: Add RTC driver support
 2026-02-20 23:19 UTC  (8+ messages)
` [RFC PATCH v2 1/5] rtc: migrate driver data to RTC device


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