messages from 2026-06-15 10:13:59 to 2026-06-17 16:18:31 UTC [more...]
[RFC PATCH 0/7] drm/vino: DisplayLink DL3 dock driver (RFC, help wanted)
2026-06-17 16:18 UTC (11+ messages)
` [RFC PATCH 1/7] drm/vino: add DisplayLink DL3 dock skeleton and plaintext bring-up
` [RFC PATCH 2/7] drm/vino: add the clean-room HDCP 2.2 AKE/LC/SKE
` [RFC PATCH 3/7] drm/vino: add the AES-CTR/AES-CMAC control-plane seal and arm
` [RFC PATCH 4/7] drm/vino: add the Vino (RawRl mode-2) framebuffer codec
` [RFC PATCH 5/7] drm/vino: register a DRM/KMS device and scan out to EP08
` [RFC PATCH 6/7] drm/vino: add DDC/CI brightness/contrast, DPMS power and DFU info
` [RFC PATCH 7/7] drm/vino: add KUnit self-tests for the protocol and crypto paths
[RFC PATCH 0/9] rust: usb: synchronous bulk/control transfers + helpers
2026-06-17 16:07 UTC (11+ messages)
` [RFC PATCH 1/9] rust: usb: add synchronous bulk transfer support
` [RFC PATCH 2/9] rust: usb: add synchronous control "
` [RFC PATCH 3/9] rust: usb: add usb::Device::set_interface()
` [RFC PATCH 4/9] rust: usb: add usb::Interface::number()
` [RFC PATCH 5/9] rust: usb: add usb::Device::clear_halt()
` [RFC PATCH 6/9] rust: usb: add usb::Device::interrupt_recv()
` [RFC PATCH 7/9] rust: usb: add usb::Device::reset_configuration()
` [RFC PATCH 8/9] rust: usb: add an asynchronous persistently-queued bulk IN reader
` [RFC PATCH 9/9] rust: usb: add an asynchronous pipelined bulk OUT queue
[PATCH] usb: rust: mark Device and Interface methods as inline
2026-06-17 15:39 UTC (7+ messages)
[RFC PATCH 0/5] rust: drm: minimal KMS bindings, EDID read, rotation, HDCP defs
2026-06-17 15:29 UTC (7+ messages)
` [RFC PATCH 1/4] rust: drm: add minimal KMS bindings for simple-display-pipe drivers
` [RFC PATCH 2/4] rust: drm: expose drm_edid.h for reading connector EDID
` [RFC PATCH 3/4] rust: drm: expose drm::Device::as_raw()
` [RFC PATCH 4/4] rust: drm: expose drm_blend.h and the atomic new-CRTC-state accessor
[RFC PATCH 0/2] rust: crypto: library AES-128 / SHA-256 / HMAC + RSA
2026-06-17 15:19 UTC (5+ messages)
` [RFC PATCH 1/2] rust: crypto: add library AES-128 / SHA-256 / HMAC-SHA256 bindings
` [RFC PATCH 2/2] rust: crypto: add RSA public-key encryption via crypto_akcipher
[PATCH] rust: drm: unplug the device on Registration drop
2026-06-17 15:02 UTC
[PATCH v2] rust: kbuild: Replace and dissolve procmacro-extension variable
2026-06-17 15:02 UTC (3+ messages)
[PATCH v2 0/1] rust: workqueue: add ScopedQueue for lifetime bound items
2026-06-17 14:45 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH 00/13] gpu: nova-core: blackwell follow-ups and fixes
2026-06-17 14:27 UTC (32+ messages)
` [PATCH 01/13] gpu: nova-core: fsp: limit FSP receive message allocation size
` [PATCH 02/13] gpu: nova-core: fsp: catch bogus queue pointer issues
` [PATCH 03/13] gpu: nova-core: fsp: try to enforce exclusive access to FSP channel
` [PATCH 04/13] gpu: nova-core: falcon: gsp: move PRIV target mask constants
` [PATCH 05/13] gpu: nova-core: gsp: keep FMC boot params DMA region alive during error
` [PATCH 06/13] gpu: nova-core: fsp: move FMC firmware loading into wait_secure_boot
` [PATCH 07/13] gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocations
` [PATCH 08/13] gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enough
` [PATCH 09/13] gpu: nova-core: wait for FSP boot earlier
` [PATCH 10/13] gpu: nova-core: split FbLayout into FSP and non-FSP versions
` [PATCH 11/13] gpu: nova-core: correct FRTS vidmem offset calculation
` [PATCH 12/13] gpu: nova-core: rename heap size field
` [PATCH 13/13] gpu: nova-core: return non-WPR heap size as u64 from HALs
[PATCH] rust: i2c: avoid locking when calling I2cAdapter::inc_ref
2026-06-17 14:12 UTC (3+ messages)
[PATCH v1] rust: workqueue: add ScopedQueue for lifetime bound items
2026-06-17 14:08 UTC (6+ messages)
[PATCH 0/2] gpu: nova-core: convert to kernel bitfield macro and remove local variant
2026-06-17 14:02 UTC (3+ messages)
` [PATCH 1/2] gpu: nova-core: convert to kernel bitfield macro
` [PATCH 2/2] gpu: nova-core: remove local "
[PATCH v3] rust: add procedural macro for declaring configfs attributes
2026-06-17 13:28 UTC (5+ messages)
[PATCH v3 0/3] gpu: nova-core: obtain and display VRAM amount
2026-06-17 13:24 UTC (4+ messages)
` [PATCH v3 1/3] gpu: nova-core: move GSP unload state to a pinned Gpu subobject
` [PATCH v3 2/3] gpu: nova-core: move GPU static information acquisition to a GSP method
` [PATCH v3 3/3] gpu: nova-core: gsp: Extract and display usable FB regions from GSP
[PATCH v3 0/1] rust: workqueue: add cancel_sync support
2026-06-17 13:17 UTC (2+ messages)
` [PATCH v3 1/1] "
[PATCH v2 0/1] rust: workqueue: add cancel_sync support
2026-06-17 12:58 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
2026-06-17 11:36 UTC (11+ messages)
` [PATCH v17 01/10] rust: alloc: add `KBox::into_non_null`
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 05/10] rust: page: convert to `Ownable`
[PATCH v2] rust: time: warn and assert out-of-range input in fsleep() and udelay()
2026-06-17 9:38 UTC (7+ messages)
[PATCH v2 0/6] rust / dma_buf: Add abstractions for dma_fence
2026-06-17 9:04 UTC (16+ messages)
` [PATCH v2 1/6] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v2 2/6] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v2 3/6] rust: sync: Add abstraction for synchronize_rcu()
` [PATCH v2 4/6] rust: error: Add ECANCELED error code
` [PATCH v2 5/6] rust: Add dma_fence abstractions
` [PATCH v2 6/6] MAINTAINERS: Add entry for Rust dma-buf
[PATCH] rust: kbuild: Replace and dissolve procmacro-extension variable
2026-06-17 7:47 UTC (3+ messages)
[PATCH v2 0/3] gpu: nova-core: obtain and display VRAM amount
2026-06-17 6:43 UTC (4+ messages)
` [PATCH v2 1/3] gpu: nova-core: move GSP unload state to a pinned Gpu subobject
` [PATCH v2 2/3] gpu: nova-core: move GPU static information acquisition to a GSP method
` [PATCH v2 3/3] gpu: nova-core: gsp: Extract and display usable FB regions from GSP
[PATCH 0/4] gpu: nova-core: obtain and display VRAM amount
2026-06-17 6:22 UTC (9+ messages)
` [PATCH 2/4] gpu: nova-core: move GPU static information acquisition to a GSP method
` [PATCH 3/4] gpu: nova-core: gsp: Extract usable FB region from GSP
[PATCH] rust: bitfield: mark `Debug` impl as `#[inline]`
2026-06-16 23:37 UTC (2+ messages)
CFP: Toolchains Track at Linux Plumbers Conf '26
2026-06-16 23:33 UTC
[PATCH] rust: prelude: add `zerocopy{,_derive}::IntoBytes`
2026-06-16 23:30 UTC (2+ messages)
[PATCH] rust_binder: add ownership assertion to Node::add_death
2026-06-16 17:09 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/3] rust: doctest: unify with other kunit tests
2026-06-16 15:48 UTC (5+ messages)
` [PATCH 1/3] rust: kunit: use `file!()` inside `kunit_assert!`
` [PATCH 2/3] rust: kunit: use `line!()` "
` [PATCH 3/3] rust: doctest: generate Rust kunit test suites
[PATCH 0/4] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
2026-06-16 15:08 UTC (6+ messages)
` [PATCH 2/4] rust: pci: add managed Device::enable_device()
` [PATCH 4/4] rust: samples: add EDU PCI driver sample
[PATCH v4 00/20] rust: I/O type generalization and projection
2026-06-16 14:50 UTC (24+ messages)
` [PATCH v4 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v4 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v4 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v4 07/20] rust: io: implement `Mmio` as view type
` [PATCH v4 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v4 09/20] rust: io: use view types instead of addresses for `Io`
[PATCH v6 0/6] s390: Enable Rust support and add required arch glue
2026-06-16 14:22 UTC (9+ messages)
` [PATCH v6 6/6] s390: Enable Rust support
[PATCH] rust: Kbuild: set frame-pointer llvm module flag for CONFIG_FRAME_POINTER
2026-06-16 13:41 UTC (3+ messages)
[PATCH v2 1/2] rust: doctest: fix incorrect pattern in replacement
2026-06-16 13:25 UTC (2+ messages)
` [PATCH v2 2/2] rust: doctest: trim function name for reproducbility
[PATCH] binder: synchronize Rust Binder stats with freeze commands
2026-06-15 21:17 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] rust_binder: "
[PATCH] binder: synchronize Rust Binder stats with freeze commands
2026-06-15 20:05 UTC (2+ messages)
[PATCH] rust: allow `suspicious_runtime_symbol_definitions` lint for Rust >= 1.98
2026-06-15 17:14 UTC (5+ messages)
[PATCH v2] rust_binder: clear freeze listener on node removal
2026-06-15 13:13 UTC
[PATCH v3 0/6] rust_binder: update Process::node_refs to use SpinLock
2026-06-15 12:36 UTC (7+ messages)
` [PATCH v3 1/6] rust_binder: avoid allocating under node_refs for freeze listeners
` [PATCH v3 2/6] rust_binder: avoid dropping NodeRef in update_ref() under lock
` [PATCH v3 3/6] rust_binder: schedule NodeDeath outside of node_refs lock
` [PATCH v3 4/6] rust_binder: keep NodeDeath in NodeRefInfo during process cleanup
` [PATCH v3 5/6] rust_binder: avoid destructors in insert_or_update_handle()
` [PATCH v3 6/6] rust_binder: update Process::node_refs to use SpinLock
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