messages from 2025-08-25 22:57:43 to 2025-08-28 15:18:18 UTC [more...]
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-08-28 15:18 UTC (20+ messages)
` [PATCH v4 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v4 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v4 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v4 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v4 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v4 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 10/16] xen: swiotlb: Open code map_resource callback
[PATCH v7 0/6] rust, nova-core: PCI Class, Vendor support
2025-08-28 15:07 UTC (12+ messages)
` [PATCH v7 1/6] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v7 2/6] rust: pci: provide access to PCI Vendor values
` [PATCH v7 3/6] rust: pci: add DeviceId::from_class_and_vendor() method
` [PATCH v7 4/6] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v7 5/6] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
` [PATCH v7 6/6] rust: pci: inline several tiny functions
[PATCH] rust: regulator: use `to_result` for error handling
2025-08-28 14:02 UTC (4+ messages)
[PATCH] rust: sync: Update ARef and AlwaysRefCounted imports from sync::aref
2025-08-28 13:41 UTC (2+ messages)
[PATCH v4 0/5] Rust infrastructure for sg_table and scatterlist
2025-08-28 13:32 UTC (6+ messages)
` [PATCH v4 1/5] rust: dma: implement DataDirection
` [PATCH v4 2/5] rust: dma: add type alias for bindings::dma_addr_t
` [PATCH v4 3/5] rust: scatterlist: Add abstraction for sg_table
` [PATCH v4 4/5] samples: rust: dma: add sample code for SGTable
` [PATCH v4 5/5] MAINTAINERS: rust: dma: add scatterlist files
[PATCH v2 0/5] rust: add `TryFrom` and `Into` derive macros
2025-08-28 13:05 UTC (5+ messages)
` [PATCH v2 2/5] rust: macros: extend custom `quote!()` macro
[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-08-28 11:45 UTC (30+ 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 v3 0/3] Add mutex to drm_gem_object.gpuva list
2025-08-28 10:42 UTC (7+ messages)
` [PATCH v3 1/3] drm_gem: add mutex to drm_gem_object.gpuva
` [PATCH v3 2/3] panthor: use drm_gem_object.gpuva.lock instead of gpuva_list_lock
` [PATCH v3 3/3] gpuvm: remove gem.gpuva.lock_dep_map
[PATCH v3 0/5] Rust infrastructure for sg_table and scatterlist
2025-08-28 10:19 UTC (26+ 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
[RFC PATCH v3 0/5] rust: miscdevice: abstraction for uring_cmd
2025-08-28 10:05 UTC (9+ messages)
` [RFC PATCH v3 3/5] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v3 5/5] samples: rust: Add `uring_cmd` example to `rust_misc_device`
[PATCH v4 0/2] rust: zpool: add abstraction for zpool drivers
2025-08-28 10:01 UTC (17+ messages)
` [PATCH v4 1/2] rust: alloc: add from_raw method to Flags
` [PATCH v4 2/2] rust: zpool: add abstraction for zpool drivers
tpm2-protocol: mailing list for patches and discussion
2025-08-28 8:29 UTC
[PATCH v5 0/5] implement `kernel::sync::Refcount` and convert users
2025-08-28 7:18 UTC (8+ messages)
` [PATCH v5 1/5] rust: implement `kernel::sync::Refcount`
` [PATCH v5 4/5] rust: block: convert `block::mq` to use `Refcount`
[PATCH v10] rust: transmute: Add methods for FromBytes trait
2025-08-28 6:26 UTC (5+ messages)
[PATCH v4 0/3] rust: i2c: Add basic I2C driver abstractions
2025-08-27 19:38 UTC (7+ messages)
` [PATCH v4 1/3] rust: i2c: add basic I2C device and "
` [PATCH v4 2/3] rust: i2c: add manual I2C device creation abstractions
` [PATCH v4 3/3] samples: rust: add Rust I2C sample driver
[PATCH v6 00/18] rnull: add configfs, remote completion to rnull
2025-08-27 18:02 UTC (25+ messages)
` [PATCH v6 01/18] rust: str: normalize imports in `str.rs`
` [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 09/18] rust: block: use `NullTerminatedFormatter`
` [PATCH v6 12/18] rust: block: add block related constants
` [PATCH v6 14/18] rnull: enable configuration via `configfs`
` [PATCH v6 15/18] rust: block: add `GenDisk` private data support
` [PATCH v6 17/18] rust: block: add remote completion to `Request`
` [PATCH v6 18/18] rnull: add soft-irq completion support
[PATCH v3 00/11] `Zeroable` improvements & bindings integration
2025-08-27 17:30 UTC (6+ messages)
` [PATCH v3 01/11] rust: add `pin-init` as a dependency to `bindings` and `uapi`
` [PATCH v3 02/11] rust: derive `Zeroable` for all structs & unions generated by bindgen where possible
[PATCH] rust: use the new name Location::file_as_c_str() in rustc 1.91.0+
2025-08-27 14:56 UTC (2+ messages)
[PATCH v2 0/3] Add mutex to drm_gem_object.gpuva list
2025-08-27 13:35 UTC (4+ messages)
` [PATCH v2 3/3] gpuvm: remove gem.gpuva.lock_dep_map
[PATCH v5 00/18] rnull: add configfs, remote completion to rnull
2025-08-27 12:48 UTC (3+ messages)
` [PATCH v5 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`
[PATCH v1 0/2] Add read_poll_timeout_atomic support
2025-08-27 12:36 UTC (22+ messages)
` [PATCH v1 2/2] rust: Add read_poll_timeout_atomic function
` [PATCH v1 1/2] rust: add udelay() function
[PATCH v3 0/2] Arithmetic ops for Instant/Delta
2025-08-27 10:29 UTC (12+ messages)
` [PATCH v3 2/2] rust: time: Implement basic arithmetic operations for Delta
` [PATCH v3 1/2] rust: time: Implement Add<Delta>/Sub<Delta> for Instant
[PATCH v9 0/7] rust: add support for request_irq
2025-08-27 7:55 UTC (6+ messages)
` [PATCH v9 3/7] rust: irq: add support for non-threaded IRQs and handlers
[RFC PATCH 0/3] Initial plumbing for implementing DRM connector APIs in Rust
2025-08-27 6:57 UTC (4+ messages)
[PATCH v14 0/5] rust: adds Bitmap API, ID pool and bindings
2025-08-27 6:34 UTC (6+ messages)
[RESEND PATCH v5] rust: kernel: introduce `unsafe_precondition_assert!` macro
2025-08-27 6:00 UTC
[PATCH v6 0/5] rust, nova-core: PCI Class, Vendor support
2025-08-26 21:12 UTC (14+ 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 v10 0/7] rust: DebugFS Bindings
2025-08-26 19:38 UTC (7+ messages)
` [PATCH v10 1/7] rust: debugfs: Add initial support for directories
` [PATCH v10 2/7] rust: debugfs: Add support for read-only files
` [PATCH v10 3/7] rust: debugfs: Add support for writable files
[PATCH v5 0/4] rust, nova-core: PCI Class, Vendor support
2025-08-26 19:25 UTC (4+ messages)
` [PATCH v5 2/4] rust: pci: provide access to PCI Vendor values
[PATCH] Rust associative function
2025-08-26 13:42 UTC (2+ messages)
Using Rust on non-Rust side of kernel
2025-08-26 9:13 UTC (9+ messages)
[PATCH] rust: sync: Update ARef and AlwaysRefCounted imports from sync::aref
2025-08-26 9:07 UTC (2+ messages)
[PATCH v9 0/7] rust/hrtimer: Various hrtimer + time additions
2025-08-26 8:45 UTC (7+ messages)
` [PATCH v9 6/7] rust: time: Add Instant::from_ktime()
` [PATCH v9 7/7] rust: hrtimer: Add HrTimer::expires()
[PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
2025-08-25 23:20 UTC (2+ messages)
[PATCH] rust: uaccess: use to_result for error handling
2025-08-25 22:57 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).