rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-26 17:56:35 to 2025-02-27 23:06:01 UTC [more...]

[PATCH v11 0/8] rust: Add IO polling
 2025-02-27 23:05 UTC  (3+ messages)

[PATCH 0/4] Check Rust signatures at compile time
 2025-02-27 23:03 UTC  (9+ messages)
` [PATCH 1/4] rust: fix signature of rust_fmt_argument
` [PATCH 2/4] rust: add #[export] macro
` [PATCH 3/4] print: use new #[export] macro for rust_fmt_argument
` [PATCH 4/4] panic_qr: use new #[export] macro

[RFC v2 00/20] lib: Rust implementation of SPDM
 2025-02-27 22:42 UTC  (34+ messages)
` [RFC v2 01/20] X.509: Make certificate parser public
` [RFC v2 02/20] X.509: Parse Subject Alternative Name in certificates
` [RFC v2 03/20] X.509: Move certificate length retrieval into new helper
` [RFC v2 04/20] certs: Create blacklist keyring earlier
` [RFC v2 05/20] lib: rspdm: Initial commit of Rust SPDM
` [RFC v2 06/20] PCI/CMA: Authenticate devices on enumeration
` [RFC v2 07/20] PCI/CMA: Validate Subject Alternative Name in certificates
` [RFC v2 08/20] PCI/CMA: Reauthenticate devices on reset and resume
` [RFC v2 09/20] PCI/CMA: Expose in sysfs whether devices are authenticated
` [RFC v2 10/20] lib: rspdm: Support SPDM get_version
` [RFC v2 11/20] lib: rspdm: Support SPDM get_capabilities
` [RFC v2 12/20] lib: rspdm: Support SPDM negotiate_algorithms
` [RFC v2 13/20] lib: rspdm: Support SPDM get_digests
` [RFC v2 14/20] lib: rspdm: Support SPDM get_certificate
` [RFC v2 15/20] crypto: asymmetric_keys - Load certificate parsing early in boot
` [RFC v2 16/20] KEYS: Load keyring and certificates "
` [RFC v2 17/20] PCI/CMA: Support built in X.509 certificates
` [RFC v2 18/20] lib: rspdm: Support SPDM certificate validation
` [RFC v2 19/20] rust: allow extracting the buffer from a CString
` [RFC v2 20/20] lib: rspdm: Support SPDM challenge

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-27 22:40 UTC  (29+ messages)

C aggregate passing (Rust kernel policy)
 2025-02-27 22:40 UTC  (94+ messages)

[PATCH v9 0/9] Refcounted interrupts, SpinLockIrq for rust
 2025-02-27 22:10 UTC  (10+ messages)
` [PATCH v9 1/9] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v9 2/9] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v9 3/9] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v9 4/9] rust: Introduce interrupt module
` [PATCH v9 5/9] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v9 6/9] rust: sync: Add SpinLockIrq
` [PATCH v9 7/9] rust: sync: Introduce lock::Backend::Context
` [PATCH v9 8/9] rust: sync: lock: Add `Backend::BackendInContext`
` [PATCH v9 9/9] locking: Switch to _irq_{disable,enable}() variants in cleanup guards

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-27 21:37 UTC  (7+ messages)

[PATCH v2] rust/faux: Add missing parent argument to Registration::new()
 2025-02-27 19:35 UTC 

[PATCH] rust: add bindings and API for bitmap.h and bitops.h
 2025-02-27 18:30 UTC  (4+ messages)

[PATCH v5 0/4] rust: configfs abstractions
 2025-02-27 18:26 UTC  (10+ messages)
` [PATCH v5 1/4] rust: sync: change `<Arc<T> as ForeignOwnable>::PointedTo` to `T`
` [PATCH v5 2/4] rust: configfs: introduce rust support for configfs
` [PATCH v5 3/4] rust: configfs: add a sample demonstrating configfs usage
` [PATCH v5 4/4] MAINTAINERS: add entry for configfs Rust abstractions

[PATCH v7 00/16] Device / Driver PCI / Platform Rust abstractions
 2025-02-27 16:06 UTC  (9+ messages)
` [PATCH v7 07/16] rust: add `io::{Io, IoRaw}` base types

[PATCH v9 00/13] hrtimer Rust API
 2025-02-27 16:03 UTC  (24+ messages)
` [PATCH v9 01/13] rust: hrtimer: introduce hrtimer support
` [PATCH v9 04/13] rust: hrtimer: allow timer restart from timer handler
` [PATCH v9 12/13] rust: hrtimer: add clocksource selection through `ClockSource`
` [PATCH v9 13/13] rust: hrtimer: add maintainer entry

[PATCH v7 0/6] rust: extend `module!` macro with integer parameter support
 2025-02-27 15:37 UTC  (6+ messages)

[PATCH v4 0/9] Driver core: Add faux bus devices
 2025-02-27 15:30 UTC  (4+ messages)

[PATCH v8 0/7] rust: extend `module!` macro with integer parameter support
 2025-02-27 14:38 UTC  (8+ messages)
` [PATCH v8 1/7] rust: str: implement `PartialEq` for `BStr`
` [PATCH v8 2/7] rust: str: implement `Index` "
` [PATCH v8 3/7] rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
` [PATCH v8 4/7] rust: str: implement `strip_prefix` for `BStr`
` [PATCH v8 5/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v8 6/7] rust: add parameter support to the `module!` macro
` [PATCH v8 7/7] modules: add rust modules files to MAINTAINERS

[PATCH] rust: miscdevice: change how f_ops vtable is constructed
 2025-02-27 13:25 UTC  (2+ messages)

[PATCH 1/2] rust: Add initial cpumask abstractions
 2025-02-27 12:19 UTC  (4+ messages)

[PATCH v7] rust: alloc: satisfy POSIX alignment requirement
 2025-02-27 11:34 UTC  (3+ messages)

[PATCH v3 0/5] rust: Add bug/warn abstractions
 2025-02-27  8:28 UTC  (7+ messages)
  ` [PATCH v3 3/5] arm64/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust

C aggregate passing (Rust kernel policy)
 2025-02-26 22:07 UTC  (11+ messages)

[PATCH v9 01/13] rust: hrtimer: introduce hrtimer support
 2025-02-26 19:41 UTC  (10+ messages)

[PATCH] driver core: faux: only create the device if probe() succeeds
 2025-02-26 19:32 UTC  (3+ messages)

Rust kernel policy
 2025-02-26 19:32 UTC  (10+ messages)

[PATCH 0/2] rust/faux: Minor binding fixes
 2025-02-26 19:31 UTC  (5+ messages)
` [PATCH 2/2] rust/faux: Add missing parent argument to Registration::new()

[PATCH v4 0/6] Initial Nova Core series
 2025-02-26 17:55 UTC  (3+ messages)
` [PATCH v4 5/6] gpu: nova-core: add initial driver stub
` [PATCH v4 6/6] gpu: nova-core: add initial documentation


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).