messages from 2025-08-21 12:03:08 to 2025-08-25 15:45:17 UTC [more...]
[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 v10] rust: transmute: Add methods for FromBytes trait
2025-08-25 14:52 UTC (5+ messages)
[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 v6 0/5] rust, nova-core: PCI Class, Vendor support
2025-08-25 12:47 UTC (9+ 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 12:04 UTC (10+ messages)
[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/2] nova-core: Add a library for bitfields in Rust structs
2025-08-25 11:07 UTC (7+ 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 (9+ messages)
` [PATCH v14 3/7] rust: pwm: Add complete abstraction layer
` [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] rust: uaccess: use to_result for error handling
2025-08-22 20:24 UTC (4+ 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 (8+ 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] rust: file: use to_result for error handling
2025-08-22 10:34 UTC (2+ messages)
[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 (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] gpu: nova-core: use Alignment for alignment-related operations
[PATCH v9 0/7] rust/hrtimer: Various hrtimer + time additions
2025-08-22 7:46 UTC (10+ messages)
` [PATCH v9 1/7] rust: hrtimer: Document the return value for HrTimerHandle::cancel()
` [PATCH v9 2/7] rust: hrtimer: Add HrTimerInstant
` [PATCH v9 3/7] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v9 4/7] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
` [PATCH v9 5/7] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
` [PATCH v9 6/7] rust: time: Add Instant::from_ktime()
` [PATCH v9 7/7] rust: hrtimer: Add HrTimer::expires()
[PATCH] rust: Update PCI resource_start()/len() to return ResourceSize
2025-08-22 7:44 UTC (2+ messages)
[PATCH] rust: opp: use to_result for error handling
2025-08-22 5:53 UTC (5+ messages)
tpm2-protocol 0.10.0 / tpm2sh 0.10.0
2025-08-22 2:47 UTC
[PATCH v2 0/3] rust, nova-core: PCI Class, Vendor support
2025-08-22 1:03 UTC (4+ messages)
` [PATCH v2 1/3] rust: pci: provide access to PCI Class, subclass, implementation values
[PATCH v5 0/2] rust: transmute: add `as_bytes(_mut)` methods for `AsBytes` trait
2025-08-22 0:26 UTC (4+ messages)
[PATCH v2 00/14] Fix PDF doc builds on major distros
2025-08-21 19:43 UTC (3+ messages)
[PATCH v3 0/2] rust: Add read_poll_timeout
2025-08-21 19:39 UTC (4+ messages)
` [PATCH v3 1/2] rust: Add cpu_relax() helper
[PATCH v5 0/4] rust, nova-core: PCI Class, Vendor support
2025-08-21 16:54 UTC (7+ messages)
` [PATCH v5 1/4] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v5 3/4] gpu: nova-core: avoid probing non-display/compute PCI functions
[PATCH rust-next 0/2] Add llseek support to miscdevice and samples
2025-08-21 14:48 UTC (7+ messages)
` [PATCH rust-next 1/2] rust: miscdevice: add llseek support
[PATCH v3] rust: alloc: implement Box::pin_slice()
2025-08-21 14:47 UTC (2+ messages)
[PATCH v2] rust: zpool: add abstraction for zpool drivers
2025-08-21 14:32 UTC (5+ messages)
[PATCH 0/2] Add mutex to drm_gem_object.gpuva list
2025-08-21 14:05 UTC (3+ messages)
` [PATCH 2/2] panthor: use drm_gem_object.gpuva.lock instead of gpuva_list_lock
[PATCH v2] gpu: nova-core: falcon: align DMA transfers to 256 bytes
2025-08-21 13:26 UTC (2+ messages)
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).