messages from 2026-07-11 12:56:54 to 2026-07-14 14:22:10 UTC [more...]
[PATCH v1] rust: time: fix as_micros_ceil() to round correctly for negative Delta
2026-07-14 14:21 UTC (11+ messages)
[PATCH] scripts/tags.sh: Prevent binary files appearing in cscope.files
2026-07-14 14:16 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v2] scripts/tags.sh: Add support for rust source files
` [PATCH v3] "
` [PATCH v4] "
[PATCH] rust: device: make lifetime on `Core` and `CoreInternal` invariant
2026-07-14 13:47 UTC (7+ messages)
[RFC PATCH 0/4] rust: usb: add usb request block abstractions and a user
2026-07-14 13:05 UTC (16+ messages)
` [RFC PATCH 1/4] rust: usb: add USB ch9 standard descriptors and constants
` [RFC PATCH 2/4] rust: usb: add usb host interface and endpoint abstractions
` [RFC PATCH 3/4] rust: usb: add urb abstraction with control and isochronous support
` [RFC PATCH 4/4] media: add gv-usb2 audio capture driver
[PATCH v3 0/4] docs/zh_CN: update rust documentation translations
2026-07-14 8:59 UTC (6+ messages)
` [PATCH v3 1/4] docs/zh_CN: Update rust/quick-start.rst translation
` [PATCH v3 2/4] docs/zh_CN: Update rust/general-information.rst translation
` [PATCH v3 3/4] docs/zh_CN: Update rust/arch-support.rst translation
` [PATCH v3 4/4] docs/zh_CN: Update rust/testing.rst translation
[PATCH v2 0/4] docs/zh_CN: update rust documentation translations
2026-07-14 3:39 UTC (10+ messages)
` [PATCH v2 1/4] docs/zh_CN: Update rust/quick-start.rst translation
` [PATCH v2 2/4] docs/zh_CN: Update rust/general-information.rst translation
` [PATCH v2 3/4] docs/zh_CN: Update rust/arch-support.rst translation
` [PATCH v2 4/4] docs/zh_CN: Update rust/testing.rst translation
[PATCH v7 0/7] drm/tyr: firmware loading and MCU boot support
2026-07-14 3:18 UTC (8+ messages)
` [PATCH v7 1/7] drm/tyr: add resources to RegistrationData
` [PATCH v7 2/7] drm/tyr: add a generic slot manager
` [PATCH v7 3/7] drm/tyr: add Memory Management Unit (MMU) support
` [PATCH v7 4/7] drm/tyr: add GPU virtual memory (VM) support
` [PATCH v7 5/7] drm/tyr: add a kernel buffer object
` [PATCH v7 6/7] drm/tyr: add parser for firmware binary
` [PATCH v7 7/7] drm/tyr: add Microcontroller Unit (MCU) booting
[PATCH v6 0/7] drm/tyr: firmware loading and MCU boot support
2026-07-14 3:12 UTC (4+ messages)
` [PATCH v6 4/7] drm/tyr: add GPU virtual memory (VM) support
[PATCH v4] rust: bug: Add bug macro
2026-07-13 23:29 UTC
[PATCH] rust: devres: fix race between concurrent revokers
2026-07-13 23:05 UTC (2+ messages)
[PATCH v6 00/20] rust: I/O type generalization and projection
2026-07-13 22:46 UTC (3+ messages)
[PATCH v3 0/7] rust_binder : Implement dynamic debug logging mask
2026-07-13 21:04 UTC (9+ messages)
` [PATCH v3 1/7] rust_binder: Add "
` [PATCH v3 2/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for freezer-related operation
` [PATCH v3 3/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for refcounting and death notifications
` [PATCH v3 4/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for transaction parsing failures
` [PATCH v3 5/7] rust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTION
` [PATCH v3 6/7] rust_binder: Implement BINDER_DEBUG_DEATH_NOTIFICATION
` [PATCH v3 7/7] rust_binder: Implement BINDER_DEBUG_DEAD_TRANSACTION
[PATCH] rust: drm: Fix typo in FEAT_RENDER documentation
2026-07-13 16:33 UTC (3+ messages)
[PATCH v4 0/2] rust: drm: gpuvm: implement Send and Sync for refcounted handles
2026-07-13 16:00 UTC (2+ messages)
[PATCH v2] rust: drm: fix GEM object pointer safety docs
2026-07-13 15:35 UTC (2+ messages)
[PATCH v3] hardening: Default randstruct off with rust for better allmodconfig support
2026-07-13 14:02 UTC (5+ messages)
[PATCH v2 0/4] rust: use Delta instead of raw jiffies for timeouts and delays
2026-07-13 12:17 UTC (10+ messages)
` [PATCH v2 1/4] rust: time: add jiffies conversion helpers to Delta
` [PATCH v2 2/4] rust: sync: use Delta for CondVar timeout API
` [PATCH v2 3/4] rust: workqueue: use Delta for enqueue_delayed's delay parameter
` [PATCH v2 4/4] rust: time: remove unused Jiffies/Msecs helpers
[PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-07-13 12:07 UTC (18+ messages)
` [PATCH v8 01/10] rust: module: move module types into `module.rs`
` [PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v8 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v8 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v8 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v8 06/10] rust: miscdevice: "
` [PATCH v8 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v8 08/10] rust: binder: "
` [PATCH v8 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v8 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH 0/7] rust: pin-init: upstream synchronization for 7.3 (round 1)
2026-07-13 11:50 UTC (2+ messages)
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-13 3:36 UTC (4+ messages)
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
[PATCH v5 0/8] Transition Nova Core to TLV firmare images
2026-07-13 2:21 UTC (4+ messages)
` [PATCH v5 1/8] rust: alloc: add Vec::zeroed method
[PATCH v3] rust: bug: Add bug macro
2026-07-12 21:53 UTC (2+ messages)
[PATCH v22 0/3] rust: leds: add led classdev abstractions
2026-07-12 17:26 UTC (4+ messages)
` [PATCH v22 1/3] rust: leds: add basic "
` [PATCH v22 2/3] rust: leds: add Mode trait
` [PATCH v22 3/3] rust: leds: add multicolor classdev abstractions
[PATCH v13 0/3] rust: add basic serial device bus abstractions
2026-07-12 16:58 UTC (4+ messages)
` [PATCH v13 1/3] "
` [PATCH v13 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v13 3/3] MAINTAINERS: serdev: Add self for serdev
[[PATCH]] rust: kernel: add SAFETY comments in aref doc example
2026-07-12 15:49 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v5 00/19] rust: drm: Higher-Ranked Lifetime private data
2026-07-12 15:35 UTC (2+ messages)
[PATCH 0/2] PCI: Convert bitfield flags to atomic accessors
2026-07-12 14:55 UTC (5+ messages)
` [PATCH 1/2] PCI: Replace pci_dev->is_busmaster with accessors
` [PATCH 2/2] PCI: Replace pci_dev->broken_parity_status "
[PATCH] rust: fs, hrtimer: replace read_volatile workarounds with atomic_load
2026-07-12 13:40 UTC (3+ messages)
[PATCH] rust: io: convert ResourceSize into a transparent newtype
2026-07-12 11:36 UTC
[PATCH v2 0/7] rust_binder : Implement dynamic debug logging mask
2026-07-12 8:31 UTC (10+ messages)
` [PATCH v2 1/7] rust_binder: Add "
[PATCH] rust: firmware: avoid UB in example by passing parameter
2026-07-12 0:15 UTC (4+ messages)
[PATCH v4 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
2026-07-12 0:07 UTC (2+ messages)
[PATCH] rust: error: use pr_warn_once! in from_errno
2026-07-11 22:40 UTC (3+ messages)
[PATCH v6 0/2] Avoid synchronize_rcu() for every thread drop in Rust Binder
2026-07-11 15:46 UTC (6+ messages)
` [PATCH v6 2/2] rust_binder: move (e)poll wait queue to Process
[PATCH] rust: pci: rework device enabling API
2026-07-11 15:25 UTC (4+ messages)
[PATCH v2] rust: sync: improve `Arc` documentation links
2026-07-11 14:50 UTC
[PATCH] rust: sync: improve `Arc` documentation links
2026-07-11 14:47 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
2026-07-11 13:51 UTC (2+ messages)
[PATCH] gpu: nova-core: add ChannelIdPool
2026-07-11 13:26 UTC (4+ messages)
[PATCH] rust: bitmap: encourage using xarray/maple_tree instead of id_pool
2026-07-11 13:13 UTC
[PATCH] block: rust: fix `Send` bound for `GenDisk`
2026-07-11 13:09 UTC (2+ messages)
[PATCH V17 0/7] Rust Support for powerpc
2026-07-11 12:56 UTC (3+ messages)
` [PATCH V17 2/7] dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabled
page: | 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