rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-28 02:12:19 to 2025-12-02 12:22:54 UTC [more...]

[PATCH] rust: id_pool: fix example
 2025-12-02 12:22 UTC  (5+ messages)

[PATCH] rust_binder: remove spin_lock() in rust_shrink_free_page()
 2025-12-02 11:24 UTC 

[PATCH v8 0/6] rust: add ww_mutex support
 2025-12-02 10:20 UTC  (9+ messages)
` [PATCH v8 1/6] rust: add C wrappers for ww_mutex inline functions
` [PATCH v8 2/6] ww_mutex: add `ww_class` field unconditionally
` [PATCH v8 3/6] rust: error: add EDEADLK
` [PATCH v8 4/6] rust: implement Class for ww_class support
` [PATCH v8 5/6] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard
` [PATCH v8 6/6] rust: ww_mutex: implement LockSet

[PATCH v2 0/7] rust: build_assert: document and fix use with function arguments
 2025-12-02 10:14 UTC  (25+ messages)
` [PATCH v2 1/7] rust: build_assert: add instructions for "
` [PATCH v2 2/7] rust: io: always inline functions using build_assert with arguments
` [PATCH v2 3/7] rust: cpufreq: "
` [PATCH v2 7/7] rust: num: bounded: add missing comment for always inlined function

[PATCH v6] rust: Return Option from page_align and ensure no usize overflow
 2025-12-02  9:40 UTC  (2+ messages)

[PATCH v5] rust: Return Option from page_align and ensure no usize overflow
 2025-12-02  9:37 UTC  (3+ messages)

[PATCH v2] rust: rbtree: fix minor typos in comments
 2025-12-02  9:12 UTC  (2+ messages)

[PATCH v2] rust: drm: use `pin_init::zeroed()` for file operations initialization
 2025-12-02  9:11 UTC  (4+ messages)

[PATCH 0/4] Rust GPUVM support
 2025-12-02  8:39 UTC  (11+ messages)
` [PATCH 1/4] drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc()
` [PATCH 2/4] drm/gpuvm: drm_gpuvm_bo_obtain() requires lock and staged mode
` [PATCH 3/4] drm/gpuvm: use const for drm_gpuva_op_* ptrs
` [PATCH 4/4] rust: drm: add GPUVM immediate mode abstraction

[PATCH v2] rust: num: bounded: mark __new as unsafe
 2025-12-02  3:25 UTC 

[PATCH v2 00/13] gpu: nova-core: add Turing support
 2025-12-02  3:00 UTC  (16+ messages)
` [PATCH v2 01/13] gpu: nova-core: rename Imem to ImemSecure
` [PATCH v2 02/13] gpu: nova-core: add ImemNonSecure section infrastructure
` [PATCH v2 03/13] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH v2 04/13] gpu: nova-core: add support for Turing/GA100 fwsignature
` [PATCH v2 05/13] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
` [PATCH v2 06/13] gpu: nova-core: add Turing boot registers
` [PATCH v2 07/13] gpu: nova-core: move some functions into the HAL
` [PATCH v2 08/13] gpu: nova-core: Add basic Turing HAL
` [PATCH v2 09/13] gpu: nova-core: add Falcon HAL method supports_dma()
` [PATCH v2 10/13] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH v2 11/13] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
` [PATCH v2 12/13] gpu: nova-core: add PIO support for loading firmware images
` [PATCH v2 13/13] [RFC] gpu: nova: implement trait object FalconUCodeDescriptor

[PATCH 00/11] gpu: nova-core: add Turing support
 2025-12-01 23:26 UTC  (10+ messages)
` [PATCH 09/11] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH 10/11] gpu: nova-core: LibosMemoryRegionInitArgument size must be page aligned
` [PATCH 11/11] gpu: nova-core: add PIO support for loading firmware images

[PATCH v3] rust: clist: Add support to interface with C linked lists
 2025-12-01 23:23 UTC  (23+ messages)

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-12-01 17:09 UTC  (13+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`

[PATCH v2] scripts: generate_rust_analyzer: Add message to sysroot assertion
 2025-12-01 17:06 UTC  (4+ messages)

[PATCH v3] scripts: generate_rust_analyzer: Add message to sysroot assertion
 2025-12-01 17:04 UTC  (2+ messages)

[PATCH] rust: rbtree: fix minor typos in comments
 2025-12-01 16:41 UTC  (3+ messages)

`KSYM_NAME_LEN` strikes again
 2025-12-01 16:32 UTC  (5+ messages)

[PATCH] rust: num: bounded: add safety comment for Bounded::__new
 2025-12-01 16:05 UTC  (6+ messages)

[PATCH v2] rust: acpi: replace manual zero-initialization with `pin_init::zeroed()`
 2025-12-01 15:52 UTC 

[PATCH] rust: acpi: replace manual zero-initialization with `pin_init::zeroed()`
 2025-12-01 14:31 UTC  (3+ messages)

[PATCH] rust: drm: use `pin_init::zeroed()` for file operations initialization
 2025-12-01 14:27 UTC  (3+ messages)

[PATCH] rust: miscdevice: use `pin_init::zeroed()` for C type initialization
 2025-12-01 14:24 UTC  (5+ messages)

[PATCH v3] io: add io_pgtable abstraction
 2025-12-01 13:55 UTC  (7+ messages)

[PATCH v7 0/6] rust: pci: add config space read/write support
 2025-12-01 12:23 UTC  (10+ messages)
` [PATCH v7 3/6] rust: io: factor common I/O helpers into Io trait

[PATCH] Move pwm registration into pwm::Chip::new
 2025-12-01 10:06 UTC  (6+ messages)

error[E0560]: struct `bindings::file_operations` has no field named `compat_ioctl`
 2025-12-01 10:05 UTC 

[PATCH] rust: auxiliary: use `pin_init::zeroed()` for device ID
 2025-12-01  3:44 UTC  (3+ messages)

[PATCH] rust: security: use `pin_init::zeroed()` for LSM context initialization
 2025-12-01  3:39 UTC  (2+ messages)

[PATCH v2] rust: miscdevice: use `pin_init::zeroed()` for C type initialization
 2025-12-01  3:37 UTC  (2+ messages)

[PATCH] rust: auxiliary: use `pin_init::zeroed()` for ACPI device ID
 2025-12-01  3:35 UTC  (2+ messages)

[PATCH] rust: use consistent backtick formatting for NULL in docs
 2025-12-01  3:29 UTC  (2+ messages)

[GIT PULL] Rust for 6.19
 2025-11-30 23:47 UTC  (2+ messages)

[PATCH v4] rust: Return Option from page_align and ensure no usize overflow
 2025-11-30 22:22 UTC  (3+ messages)

[PATCH] rust: id_pool: fix broken intra-doc link
 2025-11-30  5:53 UTC  (5+ messages)

[PATCH v2 1/3] rust: helpers: Add list helpers for C linked list operations
 2025-11-30  1:04 UTC  (15+ messages)
` [PATCH v2 2/3] rust: clist: Add basic list infrastructure and head iterator

[PATCH v2 1/1] docs: makefile: move rustdoc check to the build wrapper
 2025-11-29 15:46 UTC  (2+ messages)

[PATCH 00/10] rust: refactor ARef and AlwaysRefCounted imports
 2025-11-29 12:21 UTC  (3+ messages)
` [PATCH 05/10] rust: kernel: Update ARef and AlwaysRefCounted imports to use sync::aref

[PATCH v3] rust: Return Option from page_align and ensure no usize overflow
 2025-11-28 21:49 UTC 

[PATCH 0/6] dma-fence: Remove return code of dma_fence_signal() et al
 2025-11-28 20:01 UTC  (9+ messages)
` [PATCH 1/6] dma-buf/dma-fence: Add dma_fence_test_signaled_flag()

[PATCH] rust: add a function that returns a reference to the IO Ports Resource
 2025-11-28 19:09 UTC  (2+ messages)

[PATCH] rust: add a function that returns a reference to the IO Ports Resource
 2025-11-28 18:29 UTC  (3+ messages)

[PATCH] rust: Return Option from page_align and ensure no usize overflow
 2025-11-28 13:34 UTC  (12+ messages)
` [PATCH v2] "

[PATCH] rust: drm: tyr: use generated bindings for GpuInfo
 2025-11-28 12:22 UTC  (3+ messages)

[RFC WIP 0/3] DRM Jobqueue
 2025-11-28 12:21 UTC  (10+ messages)
` [RFC WIP 2/3] rust: sync: Add dma_fence abstractions
` [RFC WIP 3/3] rust/drm: Add initial jobqueue sceleton

[PATCH v7 0/6] rust: add `ww_mutex` support
 2025-11-28 11:37 UTC  (4+ messages)
` [PATCH v7 4/6] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard

[PATCH v2 0/5] gpu: nova-core: Hopper/Blackwell prerequisites
 2025-11-28  5:27 UTC  (5+ messages)
` [PATCH v2 2/5] gpu: nova-core: add FbRange.len() and use it in boot.rs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).