rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-28 14:14:29 to 2025-12-02 18:33:06 UTC [more...]

[PATCH] rust: id_pool: fix example
 2025-12-02 18:33 UTC  (6+ messages)

[PATCH v8 0/6] rust: add ww_mutex support
 2025-12-02 18:29 UTC  (14+ 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 v15 00/16] Refcounted interrupts, SpinLockIrq for rust
 2025-12-02 18:24 UTC  (17+ messages)
` [PATCH v15 01/16] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v15 02/16] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v15 03/16] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v15 04/16] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v15 05/16] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v15 06/16] rust: Introduce interrupt module
` [PATCH v15 07/16] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v15 08/16] rust: sync: Add SpinLockIrq
` [PATCH v15 09/16] rust: sync: Introduce lock::Backend::Context
` [PATCH v15 10/16] rust: sync: lock: Add `Backend::BackendInContext`
` [PATCH v15 11/16] rust: sync: lock/global: Rename B to G in trait bounds
` [PATCH v15 12/16] rust: sync: Add a lifetime parameter to lock::global::GlobalGuard
` [PATCH v15 13/16] rust: sync: Expose lock::Backend
` [PATCH v15 14/16] rust: sync: lock/global: Add Backend parameter to GlobalGuard
` [PATCH v15 15/16] rust: sync: lock/global: Add BackendInContext support to GlobalLock
` [PATCH v15 16/16] locking: Switch to _irq_{disable,enable}() variants in cleanup guards

[PATCH v2] rust: pwm: Add UnregisteredChip wrapper around Chip
 2025-12-02 18:17 UTC 

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

[PATCH 0/4] Rust GPUVM support
 2025-12-02 13:42 UTC  (12+ 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] rust_binder: remove spin_lock() in rust_shrink_free_page()
 2025-12-02 11:24 UTC 

[PATCH v2 0/7] rust: build_assert: document and fix use with function arguments
 2025-12-02 10:14 UTC  (19+ 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 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 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  (5+ 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  (4+ 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)


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