messages from 2026-07-09 00:48:02 to 2026-07-11 15:21:36 UTC [more...]
[PATCH 0/2] PCI: Convert bitfield flags to atomic accessors
2026-07-11 15:21 UTC (2+ messages)
` [PATCH 1/2] PCI: Replace pci_dev->is_busmaster with accessors
[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 (3+ 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 v6 0/2] Avoid synchronize_rcu() for every thread drop in Rust Binder
2026-07-11 13:37 UTC (7+ messages)
` [PATCH v6 1/2] rust: poll: use kfree_rcu() for PollCondVar
` [PATCH v6 2/2] rust_binder: move (e)poll wait queue to Process
[PATCH] gpu: nova-core: add ChannelIdPool
2026-07-11 13:26 UTC (5+ messages)
[PATCH v5 0/8] Transition Nova Core to TLV firmare images
2026-07-11 13:25 UTC (10+ 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] 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 v19 00/40] DEPT(DEPendency Tracker)
2026-07-11 12:13 UTC (6+ messages)
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
[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 (6+ messages)
` [RFC PATCH 1/3] rust: i2c: add SMBus byte transfer helpers
` [RFC PATCH 2/3] rust: power_supply: add power supply class abstraction
[PATCH v2 0/7] rust_binder : Implement dynamic debug logging mask
2026-07-11 10:42 UTC (25+ 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: 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 v6 00/20] rust: I/O type generalization and projection
2026-07-11 2:04 UTC (9+ 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 v10 0/5] rust: add SRCU abstraction
2026-07-10 18:07 UTC (10+ messages)
` [PATCH v10 1/5] srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()
` [PATCH v10 2/5] rust: helpers: add SRCU helpers
` [PATCH v10 4/5] rust: sync: add SRCU abstraction
[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 (5+ messages)
[PATCH 0/7] rust: pin-init: upstream synchronization for 7.3 (round 1)
2026-07-10 16:20 UTC (8+ 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 0/4] rust: Add support for reserving of ranges of IDs
2026-07-10 15:09 UTC (17+ messages)
` [PATCH 2/4] rust: bitmap: add contiguous area operations
` [PATCH 3/4] rust: id_pool: add contiguous area allocation
[PATCH v6 0/7] drm/tyr: firmware loading and MCU boot support
2026-07-10 14:27 UTC (12+ messages)
` [PATCH v6 1/7] drm/tyr: add resources to RegistrationData
` [PATCH v6 2/7] drm/tyr: add a generic slot manager
` [PATCH v6 3/7] drm/tyr: add Memory Management Unit (MMU) support
` [PATCH v6 4/7] drm/tyr: add GPU virtual memory (VM) support
` [PATCH v6 5/7] drm/tyr: add a kernel buffer object
` [PATCH v6 6/7] drm/tyr: add parser for firmware binary
` [PATCH v6 7/7] drm/tyr: add Microcontroller Unit (MCU) booting
[PATCH 0/1] rust: module_param: support bool parameters
2026-07-10 14:10 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v2 1/2] rust: kernel: update `file_with_nul` comment
2026-07-10 14:04 UTC (5+ messages)
` [PATCH v2 2/2] rust: std_vendor: add `likely()`, `unlikely()` and `cold_path()`
[PATCH v10 0/7] rust: add ww_mutex support
2026-07-10 12:52 UTC (2+ messages)
[PATCH 0/4] docs/zh_CN: update rust documentation translations
2026-07-10 12:03 UTC (5+ messages)
` [PATCH 2/4] docs/zh_CN: Update rust/general-information.rst translation
[PATCH v4 0/7] Transition Nova Core to TLV firmare images
2026-07-09 23:21 UTC (11+ messages)
` [PATCH v4 1/7] rust: firmware: add request_into_buf()
` [PATCH v4 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v4 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v4 4/7] gpu: nova-core: transition gsp "
` [PATCH v4 5/7] gpu: nova-core: transition gen_bootloader "
` [PATCH v4 6/7] gpu: nova-core: transition fsp "
` [PATCH v4 7/7] gpu: nova-core: update firmware module info for "
[PATCH v3 0/7] Transition Nova Core to TLV firmare images
2026-07-09 22:44 UTC (28+ messages)
` [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 v3 5/7] gpu: nova-core: transition gen_bootloader "
[PATCH v2 0/5] gpu: nova: Export parameters from nova-core to nova-drm
2026-07-09 22:28 UTC (10+ messages)
` [PATCH v2 1/5] gpu: nova-core: Add public driver API to nova-core
` [PATCH v2 2/5] gpu: nova: Add DRM registration data
` [PATCH v2 3/5] drm: nova: Add GETPARAM parameter to read the GPU chipset
` [PATCH v2 4/5] drm: nova: Add a GETPARAM parameter to read usable VRAM size
` [PATCH v2 5/5] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter
[PATCH] docs: rust: quick-start: remove Ubuntu 25.10
2026-07-09 21:57 UTC (2+ messages)
[PATCH v2] rust: allow `clippy::unwrap_or_default` globally
2026-07-09 21:51 UTC (2+ messages)
[TECH TOPIC] Implementing malloc
2026-07-09 19:04 UTC (5+ messages)
[PATCH v3] rust: iommu: add device lifetime to IoPageTable
2026-07-09 15:46 UTC (3+ messages)
[PATCH] x86/build/64: Prevent native builds from generating APX instructions
2026-07-09 12:36 UTC
[PATCH 0/4] gpu: nova: Export parameters from nova-core to nova-drm
2026-07-09 10:18 UTC (10+ messages)
` [PATCH 3/4] drm: nova: Add GETPARAM parameter to read the GPU chipset
[PATCH v2] rust: iommu: replace core::mem::zeroed with Zeroable::zeroed
2026-07-09 8:15 UTC (2+ messages)
[PATCH v2] rust: bug: Add bug macro
2026-07-09 7:16 UTC (2+ messages)
[PATCH v6 00/13] gpu: nova-core: consolidate and streamline GSP boot process
2026-07-09 6:53 UTC (14+ messages)
` [PATCH v6 01/13] gpu: nova-core: gsp: sequencer: use GspBootContext
` [PATCH v6 02/13] gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencer
` [PATCH v6 03/13] gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
` [PATCH v6 04/13] gpu: nova-core: gsp: pass GspBootContext to unload methods
` [PATCH v6 05/13] gpu: nova-core: gsp: centralize missing unload bundle warnings
` [PATCH v6 06/13] gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL method
` [PATCH v6 07/13] gpu: nova-core: gsp: turn FWSEC execution "
` [PATCH v6 08/13] gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HAL
` [PATCH v6 09/13] gpu: nova-core: move GSP firmware files decision to GSP HAL
` [PATCH v6 10/13] gpu: nova-core: avoid repeated calls to pci::Device::as_ref
` [PATCH v6 11/13] gpu: nova-core: gsp: pass GspBootContext mutably
` [PATCH v6 12/13] gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContext
` [PATCH v6 13/13] gpu: nova-core: store Fsp instance in Gpu
[PATCH v5 00/13] gpu: nova-core: consolidate and streamline GSP boot process
2026-07-09 6:27 UTC (6+ messages)
` [PATCH v5 03/13] gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
[PATCH V16 0/7] Rust Support for powerpc
2026-07-09 6:00 UTC (7+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "
[PATCH v5 0/7] drm/tyr: firmware loading and MCU boot support
2026-07-09 0:47 UTC (3+ messages)
` [PATCH v5 3/7] drm/tyr: add Memory Management Unit (MMU) support
` [PATCH v5 5/7] drm/tyr: add a kernel buffer object
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