messages from 2025-05-01 10:15:36 to 2025-05-02 23:30:53 UTC [more...]
[PATCH v15 00/27] riscv control-flow integrity for usermode
2025-05-02 23:30 UTC (5+ messages)
` [PATCH v15 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v15 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v15 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v15 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
[PATCH v4 0/7] Additional methods for Vec
2025-05-02 21:58 UTC (17+ messages)
` [PATCH v4 3/7] rust: alloc: add Vec::push_within_capacity
` [PATCH v4 5/7] rust: alloc: add Vec::retain
` "
` [PATCH v4 6/7] rust: alloc: add Vec::remove
[PATCH 0/7] Rust KUnit `#[test]` support improvements
2025-05-02 21:51 UTC (8+ messages)
` [PATCH 1/7] rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
` [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
` [PATCH 3/7] rust: add `kunit_tests` to the prelude
` [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
` [PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
` [PATCH 6/7] Documentation: rust: rename `#[test]`s to "`rusttest` host tests"
` [PATCH 7/7] Documentation: rust: testing: add docs on the new KUnit `#[test]` tests
[PATCH v2 00/21] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-05-02 21:14 UTC (34+ messages)
` [PATCH v2 01/21] rust: devres: allow to borrow a reference to the resource's Device
` [PATCH v2 02/21] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v2 03/21] gpu: nova-core: derive useful traits for Chipset
` [PATCH v2 04/21] gpu: nova-core: add missing GA100 definition
` [PATCH v2 05/21] gpu: nova-core: take bound device in Gpu::new
` [PATCH v2 06/21] gpu: nova-core: define registers layout using helper macro
` [PATCH v2 07/21] gpu: nova-core: fix layout of NV_PMC_BOOT_0
` [PATCH v2 08/21] gpu: nova-core: introduce helper macro for register access
` [PATCH v2 09/21] gpu: nova-core: move Firmware to firmware module
` [PATCH v2 10/21] rust: make ETIMEDOUT error available
` [PATCH v2 11/21] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v2 12/21] gpu: nova-core: add DMA object struct
` [PATCH v2 13/21] gpu: nova-core: register sysmem flush page
` [PATCH v2 14/21] gpu: nova-core: add helper function to wait on condition
` [PATCH v2 15/21] gpu: nova-core: add falcon register definitions and base code
` [PATCH v2 16/21] gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTS
` [PATCH v2 17/21] rust: num: Add an upward alignment helper for usize
` [PATCH v2 18/21] nova-core: Add support for VBIOS ucode extraction for boot
` [PATCH v2 19/21] gpu: nova-core: compute layout of the FRTS region
` [PATCH v2 20/21] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
` [PATCH v2 21/21] gpu: nova-core: load and "
[PATCH v4 0/4] rust: DebugFS Bindings
2025-05-02 19:49 UTC (5+ messages)
` [PATCH v4 1/4] rust: debugfs: Bind DebugFS directory creation
` [PATCH v4 2/4] rust: debugfs: Bind file creation for long-lived Display
` [PATCH v4 3/4] rust: debugfs: Support format hooks
` [PATCH v4 4/4] rust: samples: Add debugfs sample
[PATCH 0/5] Rust beta (1.87) and nightly (1.88) lint cleanups
2025-05-02 18:49 UTC (8+ messages)
` [PATCH 1/5] objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0
` [PATCH 2/5] rust: clean Rust 1.87.0's `clippy::ptr_eq` lints
` [PATCH 3/5] rust: clean Rust 1.88.0's `unnecessary_transmutes` lint
` [PATCH 4/5] rust: clean Rust 1.88.0's warning about `clippy::disallowed_macros` configuration
` [PATCH 5/5] rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
[PATCH v3 0/4] rust: DebugFS Bindings
2025-05-02 18:07 UTC (21+ messages)
` [PATCH v3 1/4] rust: debugfs: Bind DebugFS directory creation
` [PATCH v3 2/4] rust: debugfs: Bind file creation for long-lived Display
` [PATCH v3 3/4] rust: debugfs: Support format hooks
` [PATCH v3 4/4] rust: samples: Add debugfs sample
[PATCH] rust: revocable: clarify invariants in safety documentation
2025-05-02 17:10 UTC (4+ messages)
[PATCH V11 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
2025-05-02 17:01 UTC (6+ messages)
` [PATCH V11 01/15] rust: cpumask: Add few more helpers
` [PATCH V11 02/15] rust: cpumask: Add initial abstractions
[PATCH v2] kunit: fix longest symbol length test
2025-05-02 14:37 UTC
[PATCH v5 0/7] Additional methods for Vec
2025-05-02 14:25 UTC (11+ messages)
` [PATCH v5 1/7] rust: alloc: add Vec::clear
` [PATCH v5 2/7] rust: alloc: add Vec::pop
` [PATCH v5 3/7] rust: alloc: add Vec::push_within_capacity
` [PATCH v5 4/7] rust: alloc: add Vec::drain_all
` [PATCH v5 5/7] rust: alloc: add Vec::retain
` [PATCH v5 6/7] rust: alloc: add Vec::remove
` [PATCH v5 7/7] rust: alloc: add Vec::insert_within_capacity
[PATCH v2] kcov: rust: add flags for KCOV with Rust
2025-05-02 13:47 UTC (3+ messages)
[PATCH] rust: elaborate safety requirements for `AlwaysReferenceCounted`
2025-05-02 13:46 UTC (5+ messages)
[PATCH v11 0/3] rust: extend `module!` macro with integer parameter support
2025-05-02 13:44 UTC (5+ messages)
` [PATCH v11 1/3] rust: str: add radix prefixed integer parsing functions
` [PATCH v11 2/3] rust: add parameter support to the `module!` macro
` [PATCH v11 3/3] modules: add rust modules files to MAINTAINERS
[PATCH] drm/panic: Use a decimal fifo to avoid u64 by u64 divide
2025-05-02 12:23 UTC (2+ messages)
[PATCH v10 0/3] rust: extend `module!` macro with integer parameter support
2025-05-02 12:15 UTC (5+ messages)
` [PATCH v10 1/3] rust: str: add radix prefixed integer parsing functions
[PATCH v6 0/3] rust: configfs abstractions
2025-05-02 12:05 UTC (14+ messages)
` [PATCH v6 1/3] rust: configfs: introduce rust support for configfs
` [PATCH v6 2/3] rust: configfs: add a sample demonstrating configfs usage
[PATCH v10 0/5] New trait OwnableRefCounted for ARef<->Owned conversion
2025-05-02 12:01 UTC (14+ messages)
` [PATCH v10 1/5] rust: types: Add Ownable/Owned types
` [PATCH v10 2/5] rust: Rename AlwaysRefCounted to RefCounted
` [PATCH v10 3/5] rust: Add missing SAFETY documentation for ARef example
` [PATCH v10 4/5] rust: kbuild: provide `RUSTC_HAS_DO_NOT_RECOMMEND` symbol
` [PATCH v10 5/5] rust: Add OwnableRefCounted and SimpleOwnableRefCounted
[PATCH v9 0/5] New trait OwnableRefCounted for ARef<->Owned conversion
2025-05-02 11:33 UTC (6+ messages)
` [PATCH v9 3/5] rust: Add missing SAFETY documentation for ARef example
[PATCH v6 0/4] rust: Add bug/warn abstractions
2025-05-02 11:17 UTC (6+ messages)
` [PATCH v6 1/4] x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
` [PATCH v6 2/4] riscv/bug: "
` [PATCH v6 3/4] arm64/bug: "
` [PATCH v6 4/4] rust: Add warn_on macro
[PATCH v2 0/3] rust: add `UnsafePinned` type
2025-05-02 9:00 UTC (13+ messages)
` [PATCH v2 1/3] rust: add UnsafePinned type
[PATCH v2] rust: time: Avoid 64-bit integer division on 32-bit architectures
2025-05-02 0:45 UTC
[PATCH v1] rust: time: Avoid 64-bit integer division
2025-05-01 23:38 UTC (17+ messages)
[PATCH 0/4] drm: Rust GEM bindings cleanup
2025-05-01 18:33 UTC (5+ messages)
` [PATCH 1/4] rust: drm: gem: Use NonNull for Object::dev
` [PATCH 2/4] rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()
` [PATCH 3/4] rust: drm: gem: s/into_gem_obj()/as_gem_obj()/
` [PATCH 4/4] rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically
[PATCH v2 0/4] rust: DebugFS Bindings
2025-05-01 17:32 UTC (12+ messages)
` [PATCH v2 1/4] rust: debugfs: Bind DebugFS directory creation
` [PATCH v2 2/4] rust: debugfs: Bind file creation for long-lived Display
` [PATCH v2 4/4] rust: samples: Add debugfs sample
[PATCH 1/2] rust: pin-init: fix typos
2025-05-01 16:38 UTC (2+ messages)
[PATCH 0/8] pin-init sync for v6.16
2025-05-01 16:38 UTC (2+ messages)
[PATCH v2 1/3] rust: revocable: implement Revocable::access()
2025-05-01 14:21 UTC (2+ messages)
[PATCH 00/16] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-05-01 14:07 UTC (9+ messages)
` [PATCH 11/16] gpu: nova-core: add falcon register definitions and base code
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).