Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-09-03 17:52:46 to 2026-09-07 21:35:16 UTC [more...]

[PATCH v3 00/14] drm/panic: Split into core and helpers
 2026-09-07 21:35 UTC  (15+ messages)
` [PATCH v3 01/14] drm/panic: Do not use un-escaped URL as format string
` [PATCH v3 07/14] drm/panic: Return from screen_user if display is too small
` [PATCH v3 09/14] drm/panic: Split draw_panic_plane()
` [PATCH v3 11/14] drm/panic: Display panic screen via per-plane callback
` [PATCH v3 12/14] drm/panic: Internalize panic locking in DRM core and helpers
` [PATCH v3 13/14] drm/panic: Move panic display code into helper library
` [PATCH v3 14/14] drm/panic: Compile KUnit tests as module

[PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
 2026-09-07 21:06 UTC  (3+ messages)

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-07 19:33 UTC  (16+ messages)
` [PATCH RFC 1/8] ftrace: Let ftrace_call_adjust() reject a patch site
` [PATCH RFC 2/8] scripts/sorttable: Make the arm64 before_func offset configurable
` [PATCH RFC 3/8] compiler_types: Let notrace keep the function prefix NOPs
` [PATCH RFC 4/8] arm64: ftrace: Make the CALL_OPS prefix layout configurable
` [PATCH RFC 5/8] arm64: cfi: Use CONFIG_ARM64_FUNCTION_PREFIX_NOPS for the type hash offset
` [PATCH RFC 6/8] arm64: ftrace: Support CALL_OPS on kernels built with kCFI
` [PATCH RFC 7/8] arm64: ftrace: Use five prefix NOPs on ThinLTO kernels with BTI
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust

[PATCH v11 0/2] rust / dma_buf: Add abstractions for dma_fence
 2026-09-07 18:14 UTC  (5+ messages)
` [PATCH v11 1/2] rust: Add dma_fence abstractions
` [PATCH v11 2/2] MAINTAINERS: Add entry for Rust dma-buf

[PATCH v2 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-07 16:47 UTC  (10+ messages)
` [PATCH v2 1/9] rust: sizes: add SZ_4G constant
` [PATCH v2 2/9] rust: mm: add `task_size` helper
` [PATCH v2 3/9] rust: sync: arc: relax `ForeignOwnable` for `Arc<T>`
` [PATCH v2 4/9] drm/tyr: add per-file VM pool
` [PATCH v2 5/9] drm/tyr: add user and MCU VM specifications
` [PATCH v2 6/9] drm/tyr: add BO creation and lookup helpers
` [PATCH v2 7/9] drm/tyr: refactor new_dummy_object to use new_object
` [PATCH v2 8/9] drm/tyr: add VM-related ioctls
` [PATCH v2 9/9] drm/tyr: add BO-related ioctls

[PATCH v2 0/8] gpu: nova-core: add NVKV codec
 2026-09-07 15:07 UTC  (3+ messages)
` [PATCH v2 4/8] gpu: nova-core: add NVKV encoder

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-07 14:06 UTC  (9+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'

[PATCH] rust_binder: add missing newlines to log messages
 2026-09-07 13:51 UTC  (2+ messages)

[PATCH v2] rust: time: add Delta::to_jiffies_timeout() for timeout conversion
 2026-09-07 12:35 UTC 

[PATCH v2 0/3] rust: const_eval: add a mechanism to do const trait calls
 2026-09-07  9:21 UTC  (6+ messages)
` [PATCH v2 1/3] rust: const_eval: add `#[const_eval_only]` attribute

[PATCH 0/4 v2] Docs: changes.rst: rework
 2026-09-07  9:05 UTC  (5+ messages)
` [PATCH] v2 Docs: changes.rst: introduce optional column

[PATCH v4 0/5] add kconfirm
 2026-09-07  8:34 UTC  (6+ messages)

[PATCH v3 00/10] gpu: nova-core: add PRAMIN window support
 2026-09-07  3:21 UTC  (5+ messages)
` [PATCH v3 05/10] rust: io: add static `cast()` method for views

[PATCH 0/2] rust: honor the maximum DMA segment size
 2026-09-07  2:43 UTC  (5+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "

[PATCH] rust: allow `clippy::as_underscore` in the generated bindings
 2026-09-06 23:10 UTC  (5+ messages)

[PATCH 0/5] rust: serdev: Refactor
 2026-09-06 22:51 UTC  (10+ messages)
` [PATCH 1/5] tty: serdev: Export functions to pause receive_buf callback calls
` [PATCH 2/5] rust: serdev: Replace `active` mutex with receive pause
` [PATCH 3/5] rust: serdev: Simplify callbacks
` [PATCH 4/5] rust: Add `Device::drvdata_borrow_mut`
` [PATCH 5/5] rust: serdev: Pause receive callback before calling unbind

[PATCH v2 0/7] Add Greybus Sotfsvc and UART Node drivers
 2026-09-06 19:19 UTC  (7+ messages)
` [PATCH v2 7/7] greybus: Add Rust UART node driver

[PATCH v2 0/3] rust: migrate users to zerocopy traits
 2026-09-06 16:34 UTC  (7+ messages)
` [PATCH v2 1/3] rust: net: netlink: Migrate to zerocopy's `IntoBytes`
` [PATCH v2 2/3] rust: uaccess: migrate to zerocopy's `Frombytes/IntoBytes`
` [PATCH v2 3/3] rust: dma.rs: Migrate "

[PATCH 0/3] rust: Add basic GPIO consumer abstractions
 2026-09-06 15:53 UTC  (7+ messages)
` [PATCH 1/3] rust: gpio: add GPIO module with common definitions
` [PATCH 2/3] rust: gpio: Add basic consumer abstractions
` [PATCH 3/3] sample: rust: Add GPIO consumer sample driver

[PATCH] rust: num: document why Integer is sealed
 2026-09-06 15:25 UTC  (4+ messages)

[PATCH v10 0/2] module: Extend module_blacklist parameter to built-in modules
 2026-09-06 14:08 UTC  (11+ messages)
` [PATCH v10 1/2] "
` [PATCH v10 2/2] module: Rename module_blacklist to module_denylist

[PATCH v4 00/16] rust: io: support register projections and remove relative registers
 2026-09-06 13:19 UTC  (12+ messages)
` [PATCH v4 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v4 03/16] rust: mem: add `AsRepr` and `AsReprMut`

[PATCH 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-06 12:47 UTC  (17+ messages)
` [PATCH 1/9] rust: sizes: add SZ_4G constant
` [PATCH 3/9] rust: sync: arc: relax `ForeignOwnable` for `Arc<T>`
` [PATCH 4/9] drm/tyr: add per-file VM pool
` [PATCH 5/9] drm/tyr: add user and MCU VM specifications
` [PATCH 6/9] drm/tyr: add BO creation and lookup helpers
` [PATCH 7/9] drm/tyr: refactor new_dummy_object to use new_object
` [PATCH 8/9] drm/tyr: add VM-related ioctls
` [PATCH 9/9] drm/tyr: add BO-related ioctls

[PATCH 0/3] rust: migrate users to zerocopy traits
 2026-09-06 10:12 UTC  (6+ messages)
` [PATCH 1/3] rust: net: netlink: Migrate to zerocopy's `IntoBytes`
` [PATCH 2/3] rust: uaccess: migrate to zerocopy's `Frombytes/IntoBytes`
` [PATCH 3/3] rust: dma.rs: Migrate "

[PATCH v10 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-09-06  6:04 UTC  (2+ messages)
` [PATCH v10 1/1] rust: pci: add extended capability "

[PATCH v2] rust: num: seal Integer
 2026-09-06  1:53 UTC  (3+ messages)

[PATCH v9 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-09-06  1:24 UTC  (5+ messages)
` [PATCH v9 1/1] rust: pci: add extended capability "

[PATCH] rust: num: seal Integer
 2026-09-06  0:17 UTC  (4+ messages)

[PATCH v4] rust: serdev: Mitigate race conditions
 2026-09-05 23:59 UTC  (3+ messages)

[PATCH 1/3] drm/gem: Add callback for when handle count goes to 0
 2026-09-05 23:41 UTC  (4+ messages)

[GIT PULL] Driver core fixes for 7.3-rc2
 2026-09-05 19:03 UTC  (2+ messages)

[PATCH v3] rust: serdev: Mitigate race conditions
 2026-09-05 18:43 UTC  (2+ messages)

[PATCH v2 0/2] rust: serdev: Mitigate race conditions
 2026-09-05 17:44 UTC  (5+ messages)
` [PATCH v2 1/2] rust: serdev: Fix race condition on driver unbind
` [PATCH v2 2/2] rust: serdev: Fix race condition on driver probe

[PATCH] rust: serdev: Fix race condition on driver probe fail
 2026-09-05 14:29 UTC  (4+ messages)

[PATCH v10 0/2] rust / dma_buf: Add abstractions for dma_fence
 2026-09-04 19:10 UTC  (5+ messages)
` [PATCH v10 1/2] rust: Add dma_fence abstractions

[PATCH] rust: rewrite fmt! macro to use syn
 2026-09-04 15:32 UTC 

[PATCH 0/4] rust: pin-init: support tuple structs
 2026-09-04 14:12 UTC  (5+ messages)
` [PATCH 1/4] rust: pin-init: internal: extract utility code to new module
` [PATCH 2/4] rust: pin-init: internal: pin_data: support tuple struct projections
` [PATCH 3/4] rust: pin-init: internal: init: support tuple structs in `[pin_]init!`
` [PATCH 4/4] rust: pin-init: internal: init: support tuple struct constructor syntax

[PATCH v24 0/4] rust: leds: add led classdev abstractions
 2026-09-04 14:04 UTC  (6+ messages)
` [PATCH v24 1/4] rust: leds: add basic "

[PATCH v2] i2c: rust: avoid locking when performing I2cAdapter::inc_ref
 2026-09-04 13:44 UTC 

[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
 2026-09-04 12:08 UTC  (12+ messages)
` [PATCH v5 05/11] drm: nova: Add an info ioctl

[PATCH] rust: kbuild: add `no_io_statics` to `core-cfgs`
 2026-09-04 10:59 UTC  (2+ messages)

[PATCH v3] rust_binder: speed up get_node_debug_info using lower_bound iter
 2026-09-04  8:12 UTC  (3+ messages)

[PATCH] rust: kbuild: add intrinsics to fix Rust 1.100.0 builds
 2026-09-04  7:53 UTC  (2+ messages)

[PATCH] loongarch: Do not select HAVE_RUST when KASAN is enabled
 2026-09-04  7:33 UTC  (4+ messages)

[PATCH v3 00/21] lib: Rust implementation of SPDM
 2026-09-04  5:01 UTC  (3+ messages)
` [PATCH v3 16/21] lib: rspdm: Support SPDM negotiate_algorithms

[PATCH] drm/panic: clean new `clippy::needless_range_loop` lint for Rust 1.100.0
 2026-09-03 22:55 UTC  (4+ messages)

[PATCH] rust: serdev: Synchronize receive callback before calling unbind
 2026-09-03 22:34 UTC  (2+ messages)

[PATCH v2] rust: doctest: add source map script
 2026-09-03 19:21 UTC 


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