messages from 2026-07-10 14:33:00 to 2026-07-13 22:46:31 UTC [more...]
[PATCH v6 00/20] rust: I/O type generalization and projection
2026-07-13 22:46 UTC (11+ messages)
` [PATCH v6 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v6 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v6 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v6 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
[PATCH] rust: device: make lifetime on `Core` and `CoreInternal` invariant
2026-07-13 21:09 UTC (6+ messages)
[RFC PATCH 0/4] rust: usb: add usb request block abstractions and a user
2026-07-13 21:08 UTC (14+ 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/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 (9+ messages)
` [PATCH 1/7] rust: pin-init: internal: error on duplicate `#[pin]` attribute
` [PATCH 2/7] rust: pin-init: examples: fix incorrect drop
` [PATCH 3/7] rust: pin-init: remove redundant clippy expects in doc tests
` [PATCH 4/7] rust: pin-init: internal: stop using `expect` in macro expansion
` [PATCH 5/7] rust: pin-init: internal: generate brace in macro for init code blocks
` [PATCH 6/7] rust: pin-init: make `[pin_]init_array_from_fn` unwind safe
` [PATCH 7/7] rust: pin-init: make `[pin_]chain` "
[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 v2 0/4] docs/zh_CN: update rust documentation translations
2026-07-13 2:41 UTC (9+ 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 v5 0/8] Transition Nova Core to TLV firmare images
2026-07-13 2:21 UTC (11+ messages)
` [PATCH v5 1/8] rust: alloc: add Vec::zeroed method
` [PATCH v5 2/8] rust: firmware: add request_into_buf()
` [PATCH v5 3/8] gpu: nova-core: add TLV parser for firmware files
` [PATCH v5 4/8] gpu: nova-core: transition booter_load to TLV images
` [PATCH v5 5/8] gpu: nova-core: transition gsp "
` [PATCH v5 6/8] gpu: nova-core: transition gen_bootloader "
` [PATCH v5 7/8] gpu: nova-core: transition fsp "
` [PATCH v5 8/8] gpu: nova-core: update firmware module info for "
[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 (27+ messages)
` [PATCH v2 1/7] rust_binder: Add "
` [PATCH v2 2/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for freezer-related operation
` [PATCH v2 3/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for refcounting and death notifications
` [PATCH v2 4/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for transaction parsing failures
` [PATCH v2 5/7] rust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTION
` [PATCH v2 6/7] rust_binder: Implement BINDER_DEBUG_DEATH_NOTIFICATION
` [PATCH v2 7/7] rust_binder: Implement BINDER_DEBUG_DEAD_TRANSACTION
[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 (3+ messages)
[PATCH] gpu: nova-core: add ChannelIdPool
2026-07-11 13:26 UTC (5+ 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
[PATCH] rust: helpers: guard dma_resv helpers with CONFIG_DMA_SHARED_BUFFER
2026-07-11 12:55 UTC (2+ messages)
[PATCH v2] rust: impl_flags: use bit helper in example
2026-07-11 12:39 UTC (3+ messages)
[PATCH] objtool/rust: add one more `noreturn` Rust function for Rust 1.99.0
2026-07-11 12:09 UTC (3+ messages)
[RFC PATCH 0/3] rust: power_supply class abstraction and SMB347 charger driver
2026-07-11 12:06 UTC (4+ messages)
` [RFC PATCH 1/3] rust: i2c: add SMBus byte transfer helpers
[PATCH] rust: zerocopy: update to v0.8.52
2026-07-11 10:37 UTC (3+ messages)
[PATCH v4 0/2] rust: clk: Add ExclusiveClk and use it in pwm-th1520
2026-07-11 10:16 UTC (3+ messages)
` [PATCH v4 1/2] rust: clk: Add `ExclusiveClk` wrapper for `clk_rate_exclusive_get`
` [PATCH v4 2/2] pwm: th1520: Lock clock rate with clk_rate_exclusive_get
[PATCH] rust: impl_flags: use bit helper in example
2026-07-11 7:57 UTC (2+ messages)
[PATCH] lib: test bitmap vs Maple Tree performance for region allocations
2026-07-11 5:27 UTC (3+ messages)
[PATCH v10 0/5] rust: add SRCU abstraction
2026-07-10 18:07 UTC (3+ messages)
[PATCH v2] rust: module_param: return value by copy from `value`
2026-07-10 17:33 UTC (9+ messages)
[PATCH] rust: zerocopy: update to v0.8.54
2026-07-10 16:46 UTC (2+ messages)
[PATCH 0/4] rust: Add support for reserving of ranges of IDs
2026-07-10 15:09 UTC (10+ messages)
` [PATCH 3/4] rust: id_pool: add contiguous area allocation
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