messages from 2025-11-25 23:29:36 to 2025-12-01 00:10:07 UTC [more...]
[PATCH] rust: id_pool: fix example
2025-12-01 0:09 UTC
[PATCH v2] scripts: generate_rust_analyzer: Add message to sysroot assertion
2025-11-30 23:50 UTC (2+ messages)
[GIT PULL] Rust for 6.19
2025-11-30 23:47 UTC (2+ messages)
[PATCH v2 0/7] rust: build_assert: document and fix use with function arguments
2025-11-30 22:42 UTC (18+ 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 4/7] rust: bits: "
` [PATCH v2 5/7] rust: sync: refcount: "
` [PATCH v2 6/7] rust: irq: "
` [PATCH v2 7/7] rust: num: bounded: add missing comment for always inlined function
[PATCH v4] rust: Return Option from page_align and ensure no usize overflow
2025-11-30 22:22 UTC (3+ messages)
[PATCH] Move pwm registration into pwm::Chip::new
2025-11-30 22:13 UTC (6+ messages)
[PATCH] rust: use consistent backtick formatting for NULL in docs
2025-11-30 21:12 UTC
[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 (25+ messages)
` [PATCH v2 2/3] rust: clist: Add basic list infrastructure and head iterator
` [PATCH v2 3/3] rust: clist: Add typed iteration with FromListHead trait
[PATCH v3] rust: clist: Add support to interface with C linked lists
2025-11-29 21:30 UTC
[PATCH] rust: miscdevice: use `pin_init::zeroed()` for C type initialization
2025-11-29 16:33 UTC (4+ messages)
[PATCH v2 1/1] docs: makefile: move rustdoc check to the build wrapper
2025-11-29 15:46 UTC (2+ messages)
[PATCH] rust: drm: use `pin_init::zeroed()` for file operations initialization
2025-11-29 14:30 UTC (2+ messages)
[PATCH] rust: security: use `pin_init::zeroed()` for LSM context initialization
2025-11-29 13:56 UTC
[PATCH] rust: auxiliary: use `pin_init::zeroed()` for device ID
2025-11-29 12:47 UTC
[PATCH] rust: auxiliary: use `pin_init::zeroed()` for ACPI device ID
2025-11-29 12:43 UTC
[PATCH] rust: acpi: replace manual zero-initialization with `pin_init::zeroed()`
2025-11-29 12:27 UTC
[PATCH 00/10] rust: refactor ARef and AlwaysRefCounted imports
2025-11-29 12:21 UTC (8+ messages)
` [PATCH 05/10] rust: kernel: Update ARef and AlwaysRefCounted imports to use sync::aref
` [PATCH 06/10] "
[PATCH v2] rust: miscdevice: use `pin_init::zeroed()` for C type initialization
2025-11-29 12:15 UTC
[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 (29+ messages)
` [PATCH 1/6] dma-buf/dma-fence: Add dma_fence_test_signaled_flag()
` [PATCH 2/6] amd/amdkfd: Ignore return code of dma_fence_signal()
` [PATCH 3/6] drm/gpu/xe: Ignore dma_fenc_signal() return code
` [PATCH 4/6] dma-buf: Don't misuse dma_fence_signal()
` [PATCH 5/6] drm/ttm: Remove return check of dma_fence_signal()
` [PATCH 6/6] dma-buf/dma-fence: Remove return code of signaling-functions
[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 v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-11-28 18:06 UTC (9+ 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 v3] io: add io_pgtable abstraction
2025-11-28 18:02 UTC (5+ messages)
[PATCH 0/4] Rust GPUVM support
2025-11-28 14:27 UTC (8+ 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: Return Option from page_align and ensure no usize overflow
2025-11-28 13:34 UTC (14+ 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 (19+ 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 (14+ messages)
` [PATCH v7 2/6] rust: implement `Class` for ww_class support
` [PATCH v7 4/6] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard
` [PATCH v7 5/6] rust: ww_mutex: implement LockSet
[PATCH v2 0/5] gpu: nova-core: Hopper/Blackwell prerequisites
2025-11-28 5:27 UTC (9+ messages)
` [PATCH v2 1/5] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v2 2/5] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH v2 3/5] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v2 4/5] nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH v2 5/5] gpu: nova-core: use GPU Architecture to simplify HAL selections
[PATCH] rust: io: always inline methods leading to build_assert
2025-11-28 0:34 UTC (5+ messages)
[PATCH v23 00/28] riscv control-flow integrity for usermode
2025-11-27 21:14 UTC (3+ messages)
Termin płatności
2025-11-27 9:11 UTC
[PATCH 1/1] drm: nova: Align GEM memory allocation to system page size
2025-11-26 21:14 UTC (16+ messages)
[PATCH v6 0/6] Use Rust Bitmap from Rust Binder driver
2025-11-26 16:22 UTC (9+ messages)
` [PATCH v6 6/6] rust_binder: use bitmap for allocation of handles
[PATCH] gpu: Move DRM buddy allocator one level up
2025-11-26 15:17 UTC (11+ messages)
[PATCH v7 0/6] rust: pci: add config space read/write support
2025-11-26 13:39 UTC (10+ messages)
` [PATCH v7 3/6] rust: io: factor common I/O helpers into Io trait
[PATCH 1/2] rust: allow `unreachable_pub` for doctests
2025-11-26 13:30 UTC (4+ messages)
` [PATCH 2/2] rust: device: make example buildable
[PATCH 00/11] gpu: nova-core: add Turing support
2025-11-26 9:57 UTC (8+ messages)
` [PATCH 09/11] gpu: nova-core: add FalconUCodeDescV2 support
[PATCH 1/2] rust: syn: make rust-analyzer treat `std` as a dependency
2025-11-26 4:13 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).