messages from 2025-11-01 16:11:26 to 2025-11-04 20:30:44 UTC [more...]
subscribe
2025-11-04 20:30 UTC
[PATCH 0/2] rust: add BitInt type and use in Nova's bitfield macro
2025-11-04 20:21 UTC (19+ messages)
` [PATCH 1/2] rust: add BitInt integer wrapping type
[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 (4+ messages)
[PATCH] docs: rust: quick-start: add Debian 13 (Trixie)
2025-11-04 19:23 UTC (2+ messages)
[PATCH RFC 0/4] rust: Introduce support for C linked list interfacing and DRM Buddy bindings
2025-11-04 19:06 UTC (11+ messages)
` [PATCH RFC 1/4] rust: clist: Add abstraction for iterating over C linked lists
[PATCH 0/7] Pre-requisite patches for mm and irq in nova-core
2025-11-04 18:18 UTC (8+ messages)
` [PATCH 7/7] nova-core: mm: Add data structures for page table management
[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] firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
2025-11-04 14:48 UTC (4+ messages)
[PATCH v2] rust: enable slice_flatten feature and provide it through an extension trait
2025-11-04 14:35 UTC (5+ messages)
[PATCH] rust: kernel: Support more jump_label api
2025-11-04 14:14 UTC (3+ messages)
[PATCH RESEND] rust: transmute: add `from_bytes_prefix` family of methods
2025-11-04 14:12 UTC (6+ messages)
[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 v13 00/17] Refcounted interrupts, SpinLockIrq for rust
2025-11-04 13:09 UTC (13+ 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 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 (9+ messages)
[syzbot] linux-next build error (24)
2025-11-04 9:22 UTC
[PATCH] rust: auxiliary: fix false positive warning for missing a safety comment
2025-11-04 8:43 UTC (3+ messages)
[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 (8+ messages)
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [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 0/5] gpu: nova-core: leverage FromBytes for VBIOS structures
2025-11-04 1:00 UTC (6+ messages)
` [PATCH 2/5] gpu: nova-core: vbios: use FromBytes for PmuLookupTable header
[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 v2 00/12] nova-core: Complete GSP boot and begin RPC communication
2025-11-03 19:54 UTC (16+ messages)
` [PATCH v2 01/12] nova-core: falcon: Move waiting until halted to a helper
` [PATCH v2 02/12] nova-core: falcon: Move start functionality into separate helper
` [PATCH v2 03/12] nova-core: falcon: Move mbox functionalities into helper
` [PATCH v2 04/12] nova-core: falcon: Move dma_reset functionality "
` [PATCH v2 05/12] nova-core: gsp: Add support for checking if GSP reloaded
` [PATCH v2 06/12] nova-core: Add bindings required by GSP sequencer
` [PATCH v2 07/12] nova-core: Implement the "
` [PATCH v2 08/12] nova-core: sequencer: Add register opcodes
` [PATCH v2 09/12] nova-core: sequencer: Add delay opcode support
` [PATCH v2 10/12] nova-core: sequencer: Implement basic core operations
` [PATCH v2 11/12] nova-core: sequencer: Implement core resume operation
` [PATCH v2 12/12] gpu: nova-core: gsp: Wait for gsp initialization to complete
[PATCH v18 0/7] rust: extend `module!` macro with integer parameter support
2025-11-03 14:47 UTC (5+ messages)
[PATCH v2 0/2] rust: add BitInt type and use in Nova's bitfield macro
2025-11-03 13:42 UTC (6+ messages)
` [PATCH v2 1/2] rust: add BitInt integer wrapping type
` [PATCH FOR REFERENCE v2 2/2] gpu: nova-core: use BitInt for bitfields
[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 (8+ messages)
` [RFC 1/2] "
[PATCH v4 0/3] gpu: nova: add boot42 support for next-gen GPUs
2025-11-03 4:59 UTC (7+ messages)
` [PATCH v4 1/3] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v4 2/3] gpu: nova-core: make Architecture behave as a u8 type
` [PATCH v4 3/3] gpu: nova-core: add boot42 support for next-gen GPUs
[PATCH v2 0/5] rust: add `TryFrom` and `Into` derive macros
2025-11-03 0:18 UTC (7+ messages)
[PATCH v2 1/3] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
2025-11-02 22:49 UTC (8+ messages)
` [PATCH v2 2/3] nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rs
[PATCH] rust: devres: fix private intra-doc link
2025-11-02 22:20 UTC (2+ messages)
[PATCH] rust: condvar: fix broken intra-doc link
2025-11-02 22:20 UTC (2+ messages)
[PATCH v6 2/3] rust: i2c: add manual I2C device creation abstractions
2025-11-02 18:02 UTC (7+ messages)
` [PATCH v6 2/3] rust: i2c: Add basic I2C driver abstractions
[PATCH v3 0/2] gpu: nova: add boot42 support for next-gen GPUs
2025-11-02 3:33 UTC (6+ messages)
` [PATCH v3 2/2] gpu: nova-core: "
[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
2025-11-02 3:00 UTC (7+ messages)
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova
[PATCH v7 0/6] rust: add `ww_mutex` support
2025-11-01 16:10 UTC (2+ messages)
` [PATCH v7 6/6] rust: add test coverage for ww_mutex implementation
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