messages from 2026-01-21 05:01:15 to 2026-01-22 11:52:53 UTC [more...]
[PATCH v12 0/5] rust: pci: add config space read/write support
2026-01-22 11:52 UTC (12+ messages)
` [PATCH v12 1/5] rust: devres: style for imports
` [PATCH v12 2/5] rust: io: separate generic I/O helpers from MMIO implementation
` [PATCH v12 3/5] rust: io: factor out MMIO read/write macros
` [PATCH v12 4/5] rust: pci: add config space read/write support
` [PATCH v12 5/5] sample: rust: pci: add tests for config space routines
[PATCH v10 0/5] rust: pci: add config space read/write support
2026-01-22 11:43 UTC (7+ messages)
` [PATCH v10 1/5] rust: devres: style for imports
[PATCH] rust: proc-macro2: rebuild if the version text changes
2026-01-22 11:43 UTC (3+ messages)
[PATCH] drm/tyr: suppress unread field warnings
2026-01-22 11:22 UTC (5+ messages)
[PATCH 0/6] scripts: generate_rust_analyzer: improve rust-project.json generation
2026-01-22 11:06 UTC (6+ messages)
` [PATCH 6/6] scripts: generate_rust_analyzer: move sysroot crates to sysroot_project
[PATCH] rust: disallow use of `CStr::as_ptr`
2026-01-22 10:57 UTC (12+ messages)
[PATCH v3 0/2] scripts: introduce containerized builds
2026-01-22 10:13 UTC (9+ messages)
` [PATCH v3 2/2] Documentation: dev-tools: add container.rst page
[GIT PULL] Rust pin-init for v7.0
2026-01-22 10:10 UTC
[PATCH 0/4] gpu: nova-core: gsp: fix command queue ring buffer bugs
2026-01-22 9:27 UTC (8+ messages)
` [PATCH 1/4] gpu: nova-core: gsp: fix incorrect advancing of write pointer
` [PATCH 2/4] gpu: nova-core: gsp: clarify comments about invariants and pointer roles
` [PATCH 3/4] gpu: nova-core: gsp: fix improper handling of empty slot in cmdq
` [PATCH 4/4] gpu: nova-core: gsp: fix improper indexing in driver_read_area
[PATCH v3 0/6] Rust GPUVM immediate mode
2026-01-22 9:23 UTC (13+ messages)
` [PATCH v3 1/6] rust: drm: add base GPUVM immediate mode abstraction
` [PATCH v3 2/6] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v3 3/6] rust: gpuvm: add GpuVm::obtain()
` [PATCH v3 4/6] rust: gpuvm: add GpuVa struct
` [PATCH v3 5/6] rust: gpuvm: add GpuVmCore::sm_unmap()
` [PATCH v3 6/6] rust: gpuvm: add GpuVmCore::sm_map()
[PATCH 00/10] rust: xarray: add entry API with preloading
2026-01-22 9:20 UTC (14+ messages)
` [PATCH 01/10] rust: xarray: minor formatting fixes
` [PATCH 02/10] rust: xarray: add debug format for `StoreError`
` [PATCH 09/10] rust: xarray: add preload API
` [PATCH 10/10] rust: xarray: fix false positive lockdep warnings
[PATCH v10 0/1] rust: Add safe pointer formatting support
2026-01-22 8:52 UTC (7+ messages)
` [PATCH v10 1/1] rust: fmt: add "
[PATCH 1/2] rust: iommu: fix Rust formatting
2026-01-22 8:22 UTC (4+ messages)
` [PATCH 2/2] rust: iommu: fix `srctree` link warning
[PATCH v6 0/4] RISC-V: re-enable gcc + rust builds
2026-01-22 7:20 UTC (2+ messages)
[PATCH v7 00/12] gpu: nova-core: add Turing support
2026-01-22 1:49 UTC (16+ messages)
` [PATCH v7 01/12] gpu: nova-core: rename Imem to ImemSecure
` [PATCH v7 02/12] gpu: nova-core: add ImemNonSecure section infrastructure
` [PATCH v7 03/12] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH v7 04/12] gpu: nova-core: add support for Turing/GA100 fwsignature
` [PATCH v7 05/12] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
` [PATCH v7 06/12] gpu: nova-core: move some functions into the HAL
` [PATCH v7 07/12] gpu: nova-core: Add basic Turing HAL
` [PATCH v7 08/12] gpu: nova-core: add NV_PFALCON_FALCON_ENGINE::reset_engine()
` [PATCH v7 09/12] gpu: nova-core: add Falcon HAL method load_method()
` [PATCH v7 10/12] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH v7 11/12] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
` [PATCH v7 12/12] gpu: nova-core: add PIO support for loading firmware images
[PATCH v2 0/2] rust: reduce duplicate information
2026-01-21 23:12 UTC (5+ messages)
` [PATCH v2 2/2] scripts: generate_rust_analyzer.py: reduce cfg plumbing
[PATCH v17 00/16] Refcounted interrupts, SpinLockIrq for rust
2026-01-21 22:39 UTC (17+ messages)
` [PATCH v17 01/16] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v17 02/16] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v17 03/16] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v17 04/16] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v17 05/16] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v17 06/16] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v17 07/16] rust: Introduce interrupt module
` [PATCH v17 08/16] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v17 09/16] rust: sync: Add SpinLockIrq
` [PATCH v17 10/16] rust: sync: Introduce lock::Lock::lock_with() and friends
` [PATCH v17 11/16] rust: sync: Expose lock::Backend
` [PATCH v17 12/16] rust: sync: lock/global: Rename B to G in trait bounds
` [PATCH v17 13/16] rust: sync: Add a lifetime parameter to lock::global::GlobalGuard
` [PATCH v17 14/16] rust: sync: lock/global: Add Backend parameter to GlobalGuard
` [PATCH v17 15/16] rust: sync: lock/global: Add ContextualBackend support to GlobalLock
` [PATCH v17 16/16] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
[PATCH v2 0/5] rust: add `register!` macro
2026-01-21 21:39 UTC (16+ messages)
` [PATCH v2 1/5] rust: enable the `generic_arg_infer` feature
` [PATCH v2 2/5] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v2 3/5] rust: num: add `as_bool` method to `Bounded<_, 1>`
` [PATCH v2 4/5] rust: io: add `register!` macro
` [PATCH FOR REFERENCE v2 5/5] gpu: nova-core: use the kernel "
[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
2026-01-21 20:46 UTC (18+ messages)
` [PATCH RFC v6 01/26] rust: clist: Add support to interface with C linked lists
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH RFC v6 13/26] nova-core: mm: Add unified page table entry wrapper enums
` [PATCH RFC v6 14/26] nova-core: mm: Add TLB flush support
[PATCH 0/2] DRM 'feature' support for DRM drivers
2026-01-21 19:05 UTC (4+ messages)
` [PATCH 1/2] rust: drm: add support for driver features
[PATCH v11 0/5] rust: pci: add config space read/write support
2026-01-21 18:54 UTC (13+ messages)
` [PATCH v11 1/5] rust: devres: style for imports
` [PATCH v11 2/5] rust: io: separate generic I/O helpers from MMIO implementation
` [PATCH v11 3/5] rust: io: factor out MMIO read/write macros
` [PATCH v11 4/5] rust: pci: add config space read/write support
` [PATCH v11 5/5] sample: rust: pci: add tests for config space routines
[PATCH RFC 0/2] rcu box container for Rust + maple tree load_rcu
2026-01-21 18:38 UTC (10+ messages)
[PATCH] pwm: th1520: fix `CLIPPY=1` warning
2026-01-21 18:37 UTC
[PATCH v1] rust: time: Add Delta range constants for time units
2026-01-21 17:02 UTC (6+ messages)
[PATCH 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
2026-01-21 16:35 UTC (16+ messages)
` [PATCH 15/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH 17/31] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH 21/31] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH 24/31] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH 28/31] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH 29/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot path
[PATCH 0/2] Provide Rust atomic helpers over raw pointers
2026-01-21 14:04 UTC (15+ messages)
` [PATCH 2/2] rust: sync: atomic: Add atomic operation "
[PATCH v2 0/7] rust: Replace unsafe core::mem::zeroed() with pin_init::zeroed()
2026-01-21 14:47 UTC (6+ messages)
` [PATCH v2 2/7] rust: block: mq: use pin_init::zeroed() for queue_limits
` [PATCH v2 3/7] rust: block: mq: use pin_init::zeroed() for tag_set
` (subset) [PATCH v2 0/7] rust: Replace unsafe core::mem::zeroed() with pin_init::zeroed()
[PATCH 1/4] rust: device: support `dev_printk` on all devices
2026-01-21 14:25 UTC (8+ messages)
` [PATCH 2/4] rust: samples: remove redundant `.as_ref()` for `dev_*` print
` [PATCH 4/4] gpu: tyr: "
[PATCH] drivers: pwm: replace `kernel::c_str!` with C-Strings
2026-01-21 11:05 UTC (4+ messages)
[PATCH 0/6] rust: add `bitfield!` and `register!` macros
2026-01-21 10:10 UTC (17+ messages)
` [PATCH 1/6] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH 3/6] rust: add `bitfield!` macro
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