messages from 2026-01-27 11:10:32 to 2026-01-29 00:45:28 UTC [more...]
[PATCH] MAINTAINERS: Update my email address to @kernel.org
2026-01-29 0:45 UTC
[PATCH v2 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
2026-01-29 0:42 UTC (12+ messages)
` [PATCH v2 1/5] gpu: nova-core: use checked arithmetic in FWSEC firmware parsing
[PATCH v1 0/2] rust: sync: Add AtomicFlag type
2026-01-29 0:40 UTC (9+ messages)
` [PATCH v1 1/2] rust: sync: atomic: Add perfromance-optimal Flag type for atomic booleans
` [PATCH v1 2/2] rust: list: Use AtomicFlag in AtomicTracker
[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
2026-01-29 0:09 UTC (11+ messages)
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
[RFC PATCH 0/7] Introduce HasField infrastructure
2026-01-28 21:53 UTC (8+ messages)
` [RFC PATCH 1/7] rust: types: Introduce HasField trait and derive macro
` [RFC PATCH 2/7] rust: time: hrtimer: Make `HasField` a super-trait of `HasHrTimer`
` [RFC PATCH 3/7] rust: workqueue: Add HasField support for Work
` [RFC PATCH 4/7] drivers: android: binder: Replace `impl_has_work!` with `#[derive(HasField)]`
` [RFC PATCH 5/7] rust: sync: Completion: "
` [RFC PATCH 6/7] rust: work: Remove `impl_has_work!`
` [RFC PATCH 7/7] rust: sync: rcu: Introduce RcuHead
[RFC PATCH 0/2] Initial klint integration
2026-01-28 22:02 UTC (13+ messages)
` [RFC PATCH 1/2] kbuild: rust: register "klint" as a tool
` [RFC PATCH 2/2] kbuild: rust: use klint to provide CONFIG_FRAME_WARN
[PATCH v5 0/8] gpu: nova-core: expose the logging buffers via debugfs
2026-01-28 20:52 UTC (11+ messages)
` [PATCH v5 1/8] rust: pci: add device name method
` [PATCH v5 4/8] gpu: nova-core: implement BinaryWriter for LogBuffer
` [PATCH v5 5/8] gpu: nova-core: Replace module_pci_driver! with explicit module init
[PATCH] rust: alloc: add GFP_NOIO flag
2026-01-28 20:33 UTC (3+ messages)
[PATCH] rust: kernel: document safety for rust_fmt_argument
2026-01-28 20:21 UTC
[PATCH] rust: add `CacheAligned` for easy cache line alignment of values
2026-01-28 18:41 UTC (13+ messages)
[RFC PATCH 0/3] Add Rust abstractions for nvmem-provider
2026-01-28 18:29 UTC (4+ messages)
` [RFC PATCH 1/3] nvmem: Document enum nvmem_type and its variants
` [RFC PATCH 2/3] rust: nvmem: Add an abstraction for nvmem providers
` [RFC PATCH 3/3] nvmem: Replace the Wii and Wii U OTP driver with a Rust one
[PATCH 0/6] rust: add `bitfield!` and `register!` macros
2026-01-28 18:12 UTC (22+ messages)
` [PATCH 3/6] rust: add `bitfield!` macro
[PATCH v4 0/7] rust: add `register!` macro
2026-01-28 17:56 UTC (19+ messages)
` [PATCH v4 1/7] rust: enable the `generic_arg_infer` feature
` [PATCH v4 2/7] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v4 3/7] rust: num: add `as_bool` method to `Bounded<_, 1>`
` [PATCH v4 4/7] rust: num: add `into_inner` method to `Bounded`
` [PATCH v4 5/7] rust: io: add `register!` macro
` [PATCH v4 6/7] sample: rust: pci: use "
` [PATCH FOR REFERENCE v4 7/7] gpu: nova-core: use the kernel "
[PATCH v2 0/2] rust: introduce abstractions for fwctl
2026-01-28 17:40 UTC (23+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 1/2] rust: introduce abstractions for fwctlg
[PATCH v3] rust: dma: allow drivers to tune max segment size
2026-01-28 17:17 UTC (4+ messages)
[GIT PULL] Rust pin-init for v7.0
2026-01-28 17:05 UTC (3+ messages)
[PATCH v3 00/12] refactor Rust proc macros with `syn`
2026-01-28 15:09 UTC (2+ messages)
[PATCH v1 v1 0/4] [RUST] Framebuffer driver support
2026-01-28 14:55 UTC (5+ messages)
[PATCH] rust: atomic: add fetch_sub
2026-01-28 14:24 UTC (4+ messages)
[PATCH] rust: page: add `from_raw()`
2026-01-28 14:14 UTC (3+ messages)
[PATCH v1] rust: sync: atomic: Add example for Atomic::get_mut
2026-01-28 14:09 UTC (3+ messages)
[PATCH v2 0/4] gpu: nova-core: gsp: fix command queue ring buffer bugs
2026-01-28 12:18 UTC (14+ messages)
` [PATCH v2 2/4] gpu: nova-core: gsp: clarify comments about invariants and pointer roles
` [PATCH v2 3/4] gpu: nova-core: gsp: fix improper handling of empty slot in cmdq
` [PATCH v2 4/4] gpu: nova-core: gsp: fix improper indexing in driver_read_area
[PATCH 0/2] Access Rust fields from TP_fast_assign in TRACE_EVENT
2026-01-28 9:15 UTC (4+ messages)
` [PATCH 2/2] rust_binder: add binder_transaction tracepoint
[PATCH 0/4] scripts: generate_rust_analyzer.py: tidy and add type hints
2026-01-28 6:06 UTC (2+ messages)
[PATCH v2 0/2] rust: add AtomicFlag::get_mut
2026-01-28 3:55 UTC (15+ messages)
` [PATCH v2 1/2] rust: sync: atomic: Add AtomicFlag::get_mut
` [PATCH v2 2/2] rust: list: Use AtomicFlag in AtomicTracker
[PATCH v3 0/2] scripts: introduce containerized builds
2026-01-27 20:13 UTC (4+ messages)
[PATCH v2 1/8] rust: device: support `dev_printk` on all devices
2026-01-27 18:52 UTC (3+ messages)
` [PATCH v2 5/8] rust: samples: i2c: remove redundant `.as_ref()` for `dev_*` print
[PATCH 1/4] rust: device: support `dev_printk` on all devices
2026-01-27 18:51 UTC (3+ messages)
` [PATCH 2/4] rust: samples: remove redundant `.as_ref()` for `dev_*` print
[PATCH] scripts: generate_rust_analyzer.py: define scripts
2026-01-27 17:07 UTC (5+ messages)
[PATCH v2] scripts: generate_rust_analyzer.py: avoid FD leak
2026-01-27 16:46 UTC (3+ messages)
[PATCH 0/3] Remove redundant imports of items re-exported from prelude
2026-01-27 16:45 UTC (12+ messages)
` [PATCH 1/3] gpu: nova-core: remove imports available via prelude
` [PATCH 3/3] samples: rust: "
` [PATCH 2/3] block: rnull: "
` (subset) [PATCH 0/3] Remove redundant imports of items re-exported from prelude
[PATCH v3 0/2] rust: reduce duplicate information
2026-01-27 16:41 UTC (5+ messages)
` [PATCH v3 1/2] rust: kbuild: extract configs for reuse
` [PATCH v3 2/2] scripts: generate_rust_analyzer.py: reduce cfg plumbing
[PATCH] rust: clk: replace `kernel::c_str!` with C-Strings
2026-01-27 16:15 UTC (7+ messages)
[RFC 0/2] Rust PCI capability infrastructure and SR-IOV support
2026-01-27 15:36 UTC (3+ messages)
` [RFC 2/2] pci: Add PCI capability infrastructure and SR-IOV capability support
[PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
2026-01-27 15:27 UTC (3+ messages)
[PATCH RFC v3 00/15] rust: Reimplement ThisModule to fix ownership problems
2026-01-27 14:53 UTC (2+ messages)
[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
2026-01-27 14:13 UTC (5+ messages)
[PATCH] rust: sync: replace `kernel::c_str!` with C-Strings
2026-01-27 14:06 UTC (4+ messages)
` [GIT PULL][PATCH 0/1] Fixes for Rust synchronization PR of v7.0
[PATCH] MAINTAINERS: mailmap: update Tamir Duberstein's email address
2026-01-27 13:44 UTC (4+ messages)
[PATCH] scripts: generate_rust_analyzer.py: avoid FD leak
2026-01-27 13:38 UTC (5+ messages)
[GIT PULL] Rust XArray abstractions for v6.20/v7.0
2026-01-27 12:34 UTC (2+ messages)
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