Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-07-03 03:02:08 to 2026-07-06 06:31:48 UTC [more...]

[PATCH v3 0/7] Transition Nova Core to TLV firmare images
 2026-07-06  6:31 UTC  (12+ messages)
` [PATCH v3 1/7] rust: firmware: add request_into_buf()
` [PATCH v3 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v3 3/7] gpu: nova-core: transition booter_load to TLV images

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-06  6:19 UTC  (41+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept

[PATCH net-next 0/2] rust: net: Use kernel style vertical imports
 2026-07-06  5:38 UTC  (3+ messages)
` [PATCH net-next 1/2] net: phy: ax88796b: Use vertical import style
` [PATCH net-next 2/2] net: phy: qt2025: "

[PATCH 0/4] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-06  5:34 UTC  (5+ messages)
` [PATCH 1/4] gpu: nova-core: Add public driver API to nova-core
` [PATCH 2/4] gpu: nova: Add DRM registration data
` [PATCH 3/4] drm: nova: Add GETPARAM parameter to read the GPU chipset
` [PATCH 4/4] drm: nova: Add a GETPARAM parameter to read usable VRAM size

[PATCH RESEND v13 0/2] rust: Add safe pointer formatting support
 2026-07-06  5:18 UTC  (3+ messages)
` [PATCH RESEND v13 1/2] rust: fmt: fix {:p} printing stack addresses
` [PATCH RESEND v13 2/2] rust: fmt: route {:p} through HashedPtr to prevent address leaks

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-07-06  4:19 UTC  (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH] rust: rcpufreq_dt: use vertical import style
 2026-07-06  4:23 UTC  (2+ messages)

[PATCH v6 0/1] rust: introduce abstractions for fwctl
 2026-07-06  4:19 UTC  (4+ messages)
` [PATCH v6 1/1] "

[RFC 0/3] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-06  3:20 UTC  (7+ messages)
` [RFC 1/3] gpu: nova-core: Add auxiliary bus registration data to nova-core
` [RFC 2/3] drm: nova: Add GETPARAM parameter to read the GPU chipset
` [RFC 3/3] drm: nova: Add a GETPARAM parameter to read usable VRAM size

[PATCH] pwm: th1520: use vertical import style
 2026-07-06  2:52 UTC 

[PATCH RESEND v13 0/6] rust: Add safe pointer formatting support
 2026-07-06  2:24 UTC  (2+ messages)

[PATCH] block: rnull: use vertical import style
 2026-07-06  1:36 UTC 

[PATCH] samples: rust_dma: use vertical import style
 2026-07-06  1:25 UTC 

[PATCH v5 00/20] rust: I/O type generalization and projection
 2026-07-06  1:02 UTC  (42+ messages)
` [PATCH v5 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v5 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v5 07/20] rust: io: implement `Mmio` as view type
` [PATCH v5 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v5 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v5 11/20] rust: io: remove `MmioOwned`
` [PATCH v5 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v5 13/20] rust: io: add projection macro and methods
` [PATCH v5 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v5 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v5 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v5 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v5 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v5 19/20] rust: io: add copying methods
` [PATCH v5 20/20] rust: io: implement `IoSysMap`

[PATCH] rust: pci: rework device enabling API
 2026-07-05 21:04 UTC  (3+ messages)

[PATCH] scripts/tags.sh: Prevent binary files appearing in cscope.files
 2026-07-05 18:05 UTC  (3+ messages)
` [PATCH] scripts/tags.sh: Add support for rust source files

[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
 2026-07-05 15:03 UTC  (14+ messages)
` [PATCH 1/7] samples: rust_dma: use vertical import style
` [PATCH 3/7] cpufreq: rcpufreq_dt: "

[PATCH 0/7] rust_binder : Implement dynamic debug logging mask
 2026-07-04 21:17 UTC  (12+ messages)
` [PATCH 1/7] rust_binder: Add "
` [PATCH 2/7] rust_binder: Implement the BINDER_DEBUG_USER_ERROR logging mask for freezer-related operation
` [PATCH 3/7] rust_binder: Implement the BINDER_DEBUG_USER_ERROR logging mask for reference counting and death notification operations
` [PATCH 4/7] rust_binder: Implement the BINDER_DEBUG_USER_ERROR logging mask for transaction parsing and protocol validation failures
` [PATCH 5/7] rust_binder: Implement the BINDER_DEBUG_FAILED_TRANSACTION logging mask for transaction parsing and routing failures
` [PATCH 6/7] rust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTION logging for death notification allocation failures
` [PATCH 7/7] rust_binder: Implement the BINDER_DEBUG_DEAD_TRANSACTION logging mask to trace in-flight cancellations during teardown

[PATCH v5 0/2] Add new workqueue wrapper and enqueue on cpu functions
 2026-07-04 20:03 UTC  (2+ messages)

[PATCH RFC 0/2] rust: sync: create lock class using `#[track_caller]`
 2026-07-04 17:46 UTC  (10+ messages)
` [PATCH RFC 1/2] rust: sync: introduce a way to create lock class from caller
` [PATCH RFC 2/2] lockdep: delegate Rust lock class printing to Rust code

[PATCH v1 0/2] rust: switch CondVar's timeout API to Delta
 2026-07-04 13:25 UTC  (3+ messages)
` [PATCH v1 1/2] rust: time: add jiffies conversion helpers "
` [PATCH v1 2/2] rust: sync: use Delta for CondVar timeout API

[RESEND PATCH v2 0/5] drm/nova: replace `transmute` with `zerocopy`
 2026-07-04 13:00 UTC  (2+ messages)

[PATCH v3] rust: iommu: add device lifetime to IoPageTable
 2026-07-04  0:28 UTC 

[PATCH v2] rust: iommu: add device lifetime to IoPageTable
 2026-07-03 23:57 UTC  (3+ messages)

[PATCH] gpu: nova: fix rust-analyzer generation
 2026-07-03 21:29 UTC  (2+ messages)

[PATCH] rust: io: fix example in `register!` macro
 2026-07-03 21:22 UTC  (3+ messages)

[PATCH v2 0/4] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
 2026-07-03 21:12 UTC  (4+ messages)
` [PATCH v2 4/4] rust: samples: add EDU PCI driver sample

[PATCH] rust: irq: make Registration compatible with lifetime-bound drivers
 2026-07-03 21:09 UTC 

[PATCH] rust: iommu: add device lifetime to IoPageTable
 2026-07-03 16:53 UTC  (3+ messages)

[PATCH v3] rust_binder: clear freeze listener on node removal
 2026-07-03 11:25 UTC 

[PATCH] rust: sync: arc: use intra-doc links for `Arc` in doc comments
 2026-07-03 11:20 UTC 

[PATCH v2] rust_binder: clear freeze listener on node removal
 2026-07-03 10:44 UTC  (4+ messages)

[PATCH 0/4] rust: Add support for reserving of ranges of IDs
 2026-07-03 10:31 UTC  (6+ messages)
` [PATCH 1/4] rust: bitmap: use function-level cfg on kunit test
` [PATCH 2/4] rust: bitmap: add contiguous area operations
` [PATCH 3/4] rust: id_pool: add contiguous area allocation
` [PATCH 4/4] gpu: nova-core: add ChannelIdPool

[PATCH v2 00/10] gpu: nova-core: blackwell follow-ups and fixes
 2026-07-03 10:22 UTC  (11+ messages)
` [PATCH v2 01/10] gpu: nova-core: fsp: limit FSP receive message allocation size
` [PATCH v2 02/10] gpu: nova-core: fsp: catch bogus queue pointer issues
` [PATCH v2 03/10] gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocations
` [PATCH v2 04/10] gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enough
` [PATCH v2 05/10] gpu: nova-core: split FbLayout into FSP and non-FSP versions
` [PATCH v2 06/10] gpu: nova-core: correct FRTS vidmem offset calculation
` [PATCH v2 07/10] gpu: nova-core: rename heap size field
` [PATCH v2 08/10] gpu: nova-core: return non-WPR heap size as u64 from HALs
` [PATCH v2 09/10] gpu: nova-core: correct RISC-V HALTED field
` [PATCH v2 10/10] gpu: nova-core: wait for RISC-V HALTED on FSP unload

[PATCH v5 0/5] rust / dma_buf: Add abstractions for dma_fence
 2026-07-03  7:31 UTC  (6+ messages)
` [PATCH v5 1/5] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v5 2/5] rust: error: Add ECANCELED error code
` [PATCH v5 3/5] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v5 4/5] rust: Add dma_fence abstractions
` [PATCH v5 5/5] MAINTAINERS: Add entry for Rust dma-buf

[PATCH v4 0/2] Delete task_euid()
 2026-07-03  6:57 UTC  (7+ messages)

[PATCH v5 0/2] Delete task_euid()
 2026-07-03  6:57 UTC  (3+ messages)
` [PATCH v5 1/2] rust: task: clarify comments on task UID accessors
` [PATCH v5 2/2] cred: delete task_euid()

[RFC PATCH 0/2] drm/evdi: a Rust EVDI virtual display (a working KMS consumer)
 2026-07-03  3:02 UTC  (3+ messages)
` [RFC PATCH 1/2] drm/kms: rust: fixes for a virtual KMS consumer
` [RFC PATCH 2/2] drm/evdi: add the Rust EVDI virtual-display driver

[RFC PATCH 0/7] drm/vino: DisplayLink DL3 dock driver (RFC, help wanted)
 2026-07-03  3:02 UTC  (12+ messages)
` [RFC PATCH v2 00/10] drm/vino: DisplayLink DL3 dock driver
  ` [RFC PATCH v2 01/10] drm/vino: add DisplayLink DL3 dock skeleton and protocol framing
  ` [RFC PATCH v2 02/10] drm/vino: add the clean-room HDCP 2.2 AKE/LC/SKE handshake
  ` [RFC PATCH v2 03/10] drm/vino: add the AES-CTR/AES-CMAC control-plane seal and arm sequence
  ` [RFC PATCH v2 04/10] drm/vino: add the Vino framebuffer codec
  ` [RFC PATCH v2 05/10] drm/vino: add the DRM/KMS sink, built on the safe KMS mode-object layer
  ` [RFC PATCH v2 06/10] drm/vino: add the DisplayLink DL3 dock driver
  ` [RFC PATCH v2 07/10] drm/vino: wire the hardware cursor plane
  ` [RFC PATCH v2 08/10] drm/vino: wire CRTC gamma, plane rotation and DDC/CI monitor controls
  ` [RFC PATCH v2 09/10] drm/vino: two heads, 90/270 rotation, damage clips and connector probe
  ` [RFC PATCH v2 10/10] drm/vino: hrtimer-driven software vblank

[RFC PATCH 0/5] rust: drm: minimal KMS bindings, EDID read, rotation, HDCP defs
 2026-07-03  3:01 UTC  (7+ messages)
` [RFC PATCH v2 00/18] rust: drm: safe KMS mode-object layer + evdi bindings
  ` [RFC PATCH v2 14/18] rust: add sysfs device attribute groups
  ` [RFC PATCH v2 15/18] rust: drm: support hardware cursor planes with sleepable event delivery
  ` [RFC PATCH v2 16/18] rust: drm: add CRTC gamma LUT and plane rotation property bindings
  ` [RFC PATCH v2 17/18] rust: drm: kms: add connector detect() and mode_valid() hooks
  ` [RFC PATCH v2 18/18] rust: drm: kms: add plane damage-clip accessors


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