rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-22 01:40:15 to 2025-08-26 08:21:06 UTC [more...]

[PATCH v9 0/7] rust/hrtimer: Various hrtimer + time additions
 2025-08-26  8:20 UTC  (4+ messages)
` [PATCH v9 6/7] rust: time: Add Instant::from_ktime()

[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-08-26  6:50 UTC  (10+ messages)
` [PATCH v2 1/8] rust: transmute: add `from_bytes_copy` method to `FromBytes` trait
` [PATCH v2 2/8] gpu: nova-core: firmware: add support for common firmware header
` [PATCH v2 3/8] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH v2 4/8] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH v2 5/8] gpu: nova-core: firmware: process and prepare the GSP firmware
` [PATCH v2 6/8] gpu: nova-core: firmware: use 570.144 firmware
` [PATCH v2 7/8] gpu: nova-core: Add base files for r570.144 firmware bindings
` [PATCH v2 8/8] gpu: nova-core: compute layout of more framebuffer regions required for GSP

[PATCH v6 0/5] rust, nova-core: PCI Class, Vendor support
 2025-08-26  2:22 UTC  (12+ messages)
` [PATCH v6 1/5] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v6 2/5] rust: pci: provide access to PCI Vendor values
` [PATCH v6 3/5] rust: pci: add DeviceId::from_class_and_vendor() method
` [PATCH v6 4/5] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v6 5/5] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*

Using Rust on non-Rust side of kernel
 2025-08-25 23:23 UTC  (14+ messages)

[PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
 2025-08-25 23:20 UTC  (8+ messages)

[PATCH] rust: uaccess: use to_result for error handling
 2025-08-25 22:57 UTC  (5+ messages)

[PATCH] rust: opp: use to_result for error handling
 2025-08-25 22:56 UTC  (6+ messages)

[PATCH] rust: phy: use to_result for error handling
 2025-08-25 22:55 UTC  (2+ messages)

[PATCH] rust: file: use to_result for error handling
 2025-08-25 22:54 UTC  (3+ messages)

[PATCH v5 0/4] rust, nova-core: PCI Class, Vendor support
 2025-08-25 22:47 UTC  (3+ messages)
` [PATCH v5 2/4] rust: pci: provide access to PCI Vendor values

[PATCH 0/2] rust: usb: add initial USB abstractions
 2025-08-25 21:03 UTC  (6+ messages)
` [PATCH 1/2] rust: usb: add basic "
` [PATCH 2/2] samples: rust: add a USB driver sample

[PATCH v10] rust: transmute: Add methods for FromBytes trait
 2025-08-25 19:51 UTC  (7+ messages)

[PATCH v2 00/13] Split sphinx call logic from docs Makefile
 2025-08-25 16:30 UTC  (3+ messages)
` [PATCH v2 06/13] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH v2 07/13] tools/docs: sphinx-build-wrapper: add comments and blank lines

[PATCH 0/5] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-08-25 15:45 UTC  (10+ messages)
` [PATCH 1/5] rust: transmute: add `from_bytes_copy` method to `FromBytes` trait
` [PATCH 2/5] gpu: nova-core: firmware: add support for common firmware header
` [PATCH 3/5] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH 4/5] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH 5/5] gpu: nova-core: firmware: process and prepare the GSP firmware

[PATCH] rust: alloc: remove `allocator_test`
 2025-08-25 14:32 UTC  (2+ messages)

[PATCH] rust: kernel: remove support for unused host `#[test]`s
 2025-08-25 14:31 UTC  (2+ messages)

[PATCH v3 0/5] Rust infrastructure for sg_table and scatterlist
 2025-08-25 13:24 UTC  (6+ messages)
` [PATCH v3 1/5] rust: dma: implement DataDirection
` [PATCH v3 2/5] rust: dma: add type alias for bindings::dma_addr_t
` [PATCH v3 3/5] rust: scatterlist: Add abstraction for sg_table
` [PATCH v3 4/5] samples: rust: dma: add sample code for SGTable
` [PATCH v3 5/5] MAINTAINERS: rust: dma: add scatterlist files

[PATCH v2 0/5] Add Rust abstraction for Maple Trees
 2025-08-25 12:30 UTC  (20+ messages)
` [PATCH v2 2/5] rust: maple_tree: add MapleTree
` [PATCH v2 3/5] rust: maple_tree: add MapleTree::lock() and load()
` [PATCH v2 5/5] rust: maple_tree: add MAINTAINERS entry

[PATCH v10 0/7] rust: DebugFS Bindings
 2025-08-25 11:51 UTC  (2+ messages)

[PATCH 1/7] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-25  5:41 UTC  (2+ messages)

[PATCH] rust: alloc: add missing trait item MIN_ALIGN to Cmalloc
 2025-08-24 14:41 UTC  (7+ messages)

[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-08-24 11:38 UTC  (3+ messages)

[PATCH v2 0/5] Rust infrastructure for sg_table and scatterlist
 2025-08-23 14:57 UTC  (25+ messages)
` [PATCH v2 1/5] rust: dma: implement DataDirection
` [PATCH v2 2/5] rust: dma: add type alias for bindings::dma_addr_t
` [PATCH v2 3/5] rust: scatterlist: Add type-state abstraction for sg_table

[PATCH v14 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-08-23 14:20 UTC  (6+ messages)
  ` [PATCH v14 7/7] riscv: dts: thead: Add PWM fan and thermal control

[PATCH v4 0/2] rust: zpool: add abstraction for zpool drivers
 2025-08-23 13:05 UTC  (3+ messages)
` [PATCH v4 1/2] rust: alloc: add from_raw method to Flags
` [PATCH v4 2/2] rust: zpool: add abstraction for zpool drivers

[PATCH] rust: Improve CStr UTF-8 conversion methods
 2025-08-22 21:34 UTC  (3+ messages)

[PATCH] MAINTAINERS: add the associated Rust helper to the CREDENTIALS section
 2025-08-22 20:36 UTC  (2+ messages)

[PATCH v9] rust: transmute: Add methods for FromBytes trait
 2025-08-22 20:08 UTC  (11+ messages)

[PATCH v2 00/24] better handle media headers
 2025-08-22 14:32 UTC  (3+ messages)
` [PATCH v2 23/24] scripts: sphinx-build-wrapper: get rid of uapi/media Makefile

[PATCH v3] rust: zpool: add abstraction for zpool drivers
 2025-08-22 14:13 UTC  (2+ messages)

[PATCH 00/11] Split sphinx call logic from docs Makefile
 2025-08-22 13:55 UTC  (5+ messages)
` [PATCH 04/11] scripts: sphinx-build-wrapper: add a wrapper for sphinx-build

[RFC PATCH v3 0/5] rust: miscdevice: abstraction for uring_cmd
 2025-08-22 12:55 UTC  (6+ messages)
` [RFC PATCH v3 1/5] rust: bindings: add io_uring headers in bindings_helper.h
` [RFC PATCH v3 2/5] io_uring/cmd: zero-init pdu in io_uring_cmd_prep() to avoid UB
` [RFC PATCH v3 3/5] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v3 4/5] rust: miscdevice: Add `uring_cmd` support
` [RFC PATCH v3 5/5] samples: rust: Add `uring_cmd` example to `rust_misc_device`

[PATCH v6 00/18] rnull: add configfs, remote completion to rnull
 2025-08-22 12:14 UTC  (19+ messages)
` [PATCH v6 01/18] rust: str: normalize imports in `str.rs`
` [PATCH v6 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v6 03/18] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v6 04/18] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v6 05/18] rust: str: introduce `kstrtobool` function
` [PATCH v6 06/18] rust: str: add `bytes_to_bool` helper function
` [PATCH v6 07/18] rust: configfs: re-export `configfs_attrs` from `configfs` module
` [PATCH v6 08/18] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v6 09/18] rust: block: use `NullTerminatedFormatter`
` [PATCH v6 10/18] rust: block: remove `RawWriter`
` [PATCH v6 11/18] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v6 12/18] rust: block: add block related constants
` [PATCH v6 13/18] rnull: move driver to separate directory
` [PATCH v6 14/18] rnull: enable configuration via `configfs`
` [PATCH v6 15/18] rust: block: add `GenDisk` private data support
` [PATCH v6 16/18] rust: block: mq: fix spelling in a safety comment
` [PATCH v6 17/18] rust: block: add remote completion to `Request`
` [PATCH v6 18/18] rnull: add soft-irq completion support

[PATCH v2 0/3] Add mutex to drm_gem_object.gpuva list
 2025-08-22 11:09 UTC  (11+ messages)
` [PATCH v2 1/3] drm_gem: add mutex to drm_gem_object.gpuva
` [PATCH v2 2/3] panthor: use drm_gem_object.gpuva.lock instead of gpuva_list_lock
` [PATCH v2 3/3] gpuvm: remove gem.gpuva.lock_dep_map

[PATCH v5 0/5] Rust support for `struct iov_iter`
 2025-08-22  8:42 UTC  (6+ messages)
` [PATCH v5 1/5] rust: iov: add iov_iter abstractions for ITER_SOURCE
` [PATCH v5 2/5] rust: iov: add iov_iter abstractions for ITER_DEST
` [PATCH v5 3/5] rust: fs: add Kiocb struct
` [PATCH v5 4/5] rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structures
` [PATCH v5 5/5] samples: rust_misc_device: Expand the sample to support read()ing from userspace

[PATCH v4 0/2] rust: add `Alignment` type
 2025-08-22  7:58 UTC  (3+ messages)
` [PATCH v4 1/2] "

[PATCH] rust: Update PCI resource_start()/len() to return ResourceSize
 2025-08-22  7:44 UTC  (2+ messages)

tpm2-protocol 0.10.0 / tpm2sh 0.10.0
 2025-08-22  2:47 UTC 


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