messages from 2025-11-03 01:04:24 to 2025-11-05 20:01:51 UTC [more...]
[PATCH 0/3] Remove the usage of Rust native atomics in debugfs
2025-11-05 20:01 UTC (3+ messages)
[GIT PULL] Rust fixes for 6.18
2025-11-05 19:33 UTC (2+ messages)
[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
2025-11-05 16:30 UTC (9+ messages)
` [PATCH v2 08/12] nova-core: sequencer: Add register opcodes
` [PATCH v2 13/12] nova-core: sequencer: Refactor run() to handle unknown messages
[PATCH v1 0/2] Add support for print exactly once
2025-11-05 16:19 UTC (8+ messages)
` [PATCH v1 1/2] rust: Add support for calling a function "
` [PATCH v1 2/2] rust: Add pr_*_once macros
[PATCH 0/2] rust: add BitInt type and use in Nova's bitfield macro
2025-11-05 15:45 UTC (20+ messages)
` [PATCH 1/2] rust: add BitInt integer wrapping type
[PATCH] rust: kernel: Support more jump_label api
2025-11-05 14:16 UTC (12+ messages)
[PATCH net-next v1] net: phy: qt2025: Wait until PHY becomes ready
2025-11-05 13:31 UTC
[PATCH v13 00/17] Refcounted interrupts, SpinLockIrq for rust
2025-11-05 12:45 UTC (15+ messages)
` [PATCH v13 02/17] preempt: Reduce NMI_MASK to single bit and restore HARDIRQ_BITS
` [PATCH v13 04/17] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v13 05/17] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v13 07/17] rust: Introduce interrupt module
` [PATCH v13 08/17] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v13 09/17] rust: sync: Add SpinLockIrq
` [PATCH v13 11/17] rust: sync: lock: Add `Backend::BackendInContext`
[PATCH RESEND] rust: transmute: add `from_bytes_prefix` family of methods
2025-11-05 12:34 UTC (6+ messages)
[PATCH] rust: pci: use "kernel vertical" style for imports
2025-11-05 12:03 UTC
[PATCH 0/5] gpu: nova-core: leverage FromBytes for VBIOS structures
2025-11-05 11:44 UTC (7+ messages)
` [PATCH 2/5] gpu: nova-core: vbios: use FromBytes for PmuLookupTable header
[PATCH 1/3] rust: fs: add a new type for file::Offset
2025-11-05 11:39 UTC (8+ messages)
` [PATCH 2/3] rust fs: kiocb: take advantage from file::Offset
` [PATCH 3/3] rust: iov: "
[PATCH RFC 0/4] rust: Introduce support for C linked list interfacing and DRM Buddy bindings
2025-11-05 10:54 UTC (17+ messages)
` [PATCH RFC 1/4] rust: clist: Add abstraction for iterating over C linked lists
` [PATCH RFC 3/4] rust: drm: Add DRM buddy allocator bindings
[PATCH v2] rust: enable slice_flatten feature and provide it through an extension trait
2025-11-05 8:10 UTC (6+ messages)
[PATCH v2 0/3] firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
2025-11-05 8:03 UTC (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS
` [PATCH v2 3/3] net: phy: "
[PATCH 0/7] Pre-requisite patches for mm and irq in nova-core
2025-11-05 2:25 UTC (9+ messages)
` [PATCH 7/7] nova-core: mm: Add data structures for page table management
[PATCH] rust: auxiliary: fix false positive warning for missing a safety comment
2025-11-05 0:31 UTC (4+ messages)
[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
2025-11-05 0:25 UTC (2+ messages)
[PATCH] firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
2025-11-04 22:22 UTC (5+ messages)
[PATCH v5 0/8] Rust bindings for gem shmem + iosys_map
2025-11-04 20:41 UTC (3+ messages)
` [PATCH v5 4/8] rust: gem: Introduce DriverObject::Args
subscribe
2025-11-04 20:30 UTC
[PATCH v3 1/4] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
2025-11-04 19:37 UTC (4+ messages)
` [PATCH v3 2/4] nova-core: Fix capitalization of some comments
` [PATCH v3 3/4] nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rs
` [PATCH v3 4/4] nova: Update the nova todo list
[PATCH] rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0
2025-11-04 19:25 UTC (2+ messages)
[PATCH] docs: rust: quick-start: add Debian 13 (Trixie)
2025-11-04 19:23 UTC (2+ messages)
[PATCH v2] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
2025-11-04 17:13 UTC (2+ messages)
` "
[PATCH RESEND v4 0/4] rust: pci: add config space read/write support
2025-11-04 16:46 UTC (11+ messages)
` [PATCH RESEND v4 1/4] rust: io: factor common I/O helpers into Io trait
` [PATCH RESEND v4 2/4] rust: io: factor out MMIO read/write macros
` [PATCH RESEND v4 3/4] rust: pci: add config space read/write support
` [PATCH RESEND v4 4/4] sample: rust: pci: add tests for config space routines
[PATCH] rust: io: cleanup imports and use "kernel vertical" style
2025-11-04 16:25 UTC (2+ messages)
ABI mismatch build error for 6.17.y and rustc 1.91.0
2025-11-04 15:10 UTC (6+ messages)
[PATCH 1/2] rust: dma: make use of start_ptr() and start_ptr_mut()
2025-11-04 14:55 UTC (8+ messages)
` [PATCH 2/2] rust: dma: use NonNull<T> instead of *mut T
[PATCH v4 0/4] rust: pci: add config space read/write support
2025-11-04 14:01 UTC (5+ messages)
` [PATCH v4 1/4] rust: io: factor common I/O helpers into Io trait
` [PATCH v4 2/4] rust: io: factor out MMIO read/write macros
` [PATCH v4 3/4] rust: pci: add config space read/write support
` [PATCH v4 4/4] sample: rust: pci: add tests for config space routines
[PATCH v3 0/6] gpu: nova-core: remove use of `as` for integer conversions
2025-11-04 13:34 UTC (4+ messages)
` [PATCH v3 2/6] gpu: nova-core: vbios: do not use `as` when comparing BiosImageType
[PATCH RFC] rust: add functions and traits for lossless integer conversions
2025-11-04 13:30 UTC
[PATCH v4 0/2] Add read_poll_timeout_atomic support
2025-11-04 13:09 UTC (6+ messages)
` [PATCH v4 1/2] rust: add udelay() function
` [PATCH v4 2/2] rust: Add read_poll_timeout_atomic function
[PATCH v3] rust: enable slice_flatten feature and provide it through an extension trait
2025-11-04 10:59 UTC
[PATCH RESEND] rust: enable slice_flatten feature and abstract it through an extension trait
2025-11-04 10:57 UTC (5+ messages)
[syzbot] linux-next build error (24)
2025-11-04 9:22 UTC
[PATCH 1/2] rust: pci: get rid of redundant Result in IRQ methods
2025-11-04 8:40 UTC (4+ messages)
` [PATCH 2/2] rust: platform: "
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-11-04 7:52 UTC (5+ messages)
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal
[RESEND PATCH v2] Makefile: Remove the product of pin_init cleanly in mrporper
2025-11-04 1:51 UTC
[PATCH] rust: usb: fix broken call to T::disconnect()
2025-11-03 23:37 UTC (7+ messages)
[PATCH 1/2] rust: kbuild: treat `build_error` and `rustdoc` as kernel objects
2025-11-03 23:05 UTC (7+ messages)
` [PATCH 2/2] rust: kbuild: workaround `rustdoc` doctests modifier bug
[PATCH v3 0/5] Use Rust Bitmap from Rust Binder driver
2025-11-03 21:40 UTC (6+ messages)
` [PATCH v3 4/5] rust: id_pool: do not immediately acquire new ids
[PATCH v18 0/7] rust: extend `module!` macro with integer parameter support
2025-11-03 14:47 UTC (2+ messages)
[PATCH v2 0/2] rust: add BitInt type and use in Nova's bitfield macro
2025-11-03 13:42 UTC (5+ messages)
` [PATCH v2 1/2] rust: add BitInt integer wrapping type
[PATCH 0/8] Device::drvdata() and driver/driver interaction (auxiliary)
2025-11-03 10:49 UTC (4+ messages)
` [PATCH 1/8] rust: device: narrow the generic of drvdata_obtain()
` Build error on -next in rust/kernel/usb.rs:92:34 (was: Re: [PATCH 1/8] rust: device: narrow the generic of drvdata_obtain())
` Build error on -next in rust/kernel/usb.rs:92:34
[PATCH v6] rust: kernel: introduce `unsafe_precondition_assert!` macro
2025-11-03 10:39 UTC (2+ messages)
[PATCH v8 0/3] rust: revocable: Documentation, refactoring and safety refinements
2025-11-03 10:36 UTC (3+ messages)
` [PATCH v8 3/3] rust: revocable: Documents RevocableGuard invariants/safety and refine Deref safety
[RFC 0/2] rust: introduce abstractions for fwctl
2025-11-03 10:36 UTC (5+ messages)
` [RFC 1/2] "
[PATCH v4 0/3] gpu: nova: add boot42 support for next-gen GPUs
2025-11-03 4:59 UTC (5+ messages)
` [PATCH v4 3/3] gpu: nova-core: "
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;
as well as URLs for NNTP newsgroup(s).