rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-27 12:37:44 to 2025-08-29 22:42:26 UTC [more...]

[PATCH v3 00/14] Rust abstractions for shmem-backed GEM objects
 2025-08-29 22:35 UTC  (6+ messages)
` [PATCH v3 03/14] rust: drm: gem: Drop Object::SIZE
` [PATCH v3 04/14] rust: drm: gem: Support driver-private GEM object types
` [PATCH v3 05/14] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v3 06/14] rust: drm: gem: Add raw_dma_resv() function
` [PATCH v3 07/14] drm/gem/shmem: Extract drm_gem_shmem_init() from drm_gem_shmem_create()

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

[PATCH v2 00/24] better handle media headers
 2025-08-29 22:03 UTC  (2+ messages)

[PATCH v7 0/6] rust, nova-core: PCI Class, Vendor support
 2025-08-29 21:49 UTC  (12+ messages)
` [PATCH v7 2/6] rust: pci: provide access to PCI Vendor values
` [PATCH v7 5/6] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*

[PATCH 0/2] rust: regulator: improve the ergonomics of Rust regulators
 2025-08-29 21:11 UTC  (3+ messages)
` [PATCH 1/2] rust: regulator: remove Regulator<Dynamic>
` [PATCH 2/2] rust: regulator: add devm_regulator_get_enable API

[PATCH] rust: device: fix unresolved link to drm::Device
 2025-08-29 19:57 UTC 

[PATCH] rust: support Rust >= 1.91.0 target spec
 2025-08-29 19:55 UTC 

[PATCH 0/3] Error improvements
 2025-08-29 19:43 UTC  (5+ messages)
` [PATCH 1/3] rust: error: improve `Error::from_errno` documentation
` [PATCH 2/3] rust: error: improve `to_result` documentation
` [PATCH 3/3] rust: error: replace `WARN_ON_ONCE` comment with `debug_assert!`

[PATCH 00/17] nova-core: Complete GSP boot and begin RPC communication
 2025-08-29 18:44 UTC  (19+ messages)
` [PATCH 01/17] nova-core: falcon: Move waiting until halted to a helper
` [PATCH 02/17] nova-core: falcon: Move start functionality into separate helper
` [PATCH 03/17] nova-core: falcon: Move mbox functionalities into helper
` [PATCH 04/17] nova-core: falcon: Move dma_reset functionality "
` [PATCH 05/17] nova-core: gsp: Add support for checking if GSP reloaded
` [PATCH 06/17] nova-core: Add bindings required by GSP sequencer
` [PATCH 07/17] nova-core: Implement the "
` [PATCH 08/17] nova-core: sequencer: Add register opcodes
` [PATCH 09/17] nova-core: sequencer: Add delay opcode support
` [PATCH 10/17] nova-core: sequencer: Implement basic core operations
` [PATCH 11/17] nova-core: sequencer: Implement core resume operation
` [PATCH 12/17] nova-core: clear MBOX0 before waiting for scrubber completion
` [PATCH 13/17] nova-core: Ada: basic GPU identification
` [PATCH 14/17] nova-core: remove an unnecessary register read: HWCFG1
` [PATCH 15/17] nova-core: remove unnecessary need_riscv, bar parameters
` [PATCH 16/17] gpu: nova-core: gsp: Wait for gsp initialisation to complete
` [PATCH 17/17] gpu: nova-core: Add get_gsp_info() command

[PATCH v5 00/18] rnull: add configfs, remote completion to rnull
 2025-08-29 18:27 UTC  (5+ messages)
` [PATCH v5 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`

[RFC PATCH v3 0/5] rust: miscdevice: abstraction for uring_cmd
 2025-08-29 16:11 UTC  (11+ 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 0/2] gpu: nova-core: vbios: simplify device use
 2025-08-29 13:43 UTC  (5+ messages)
` [PATCH 1/2] gpu: nova-core: vbios: replace pci::Device with device::Device
` [PATCH 2/2] gpu: nova-core: vbios: store reference to Device where relevant

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-29 13:16 UTC  (33+ 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 v4 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v4 15/16] block-dma: properly take MMIO path

[PATCH] gpu: nova-core: depend on CONFIG_64BIT
 2025-08-29 11:23 UTC  (4+ messages)

[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-08-29 11:16 UTC  (36+ 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 v6 00/18] rnull: add configfs, remote completion to rnull
 2025-08-29 11:12 UTC  (24+ messages)
` [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 v4 0/5] Rust infrastructure for sg_table and scatterlist
 2025-08-29  8:39 UTC  (7+ 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-29  8:38 UTC  (6+ messages)
` [PATCH v2 2/5] rust: macros: extend custom `quote!()` macro

[PATCH] rust: use the new name Location::file_as_c_str() in rustc 1.91.0+
 2025-08-29  8:36 UTC  (3+ messages)

[PATCH v5 0/2] rust: zpool: add abstraction for zpool drivers
 2025-08-29  7:18 UTC  (3+ messages)
` [PATCH v5 1/2] rust: alloc: add from_raw method to Flags
` [PATCH v5 2/2] rust: zpool: add abstraction for zpool drivers

[PATCH v4 0/4] Untrusted Data API
 2025-08-29  5:23 UTC  (3+ messages)
` [PATCH v4 2/4] rust: create basic untrusted data API

[PATCH v3 0/7] rust: Add Per-CPU Variable API
 2025-08-29  5:20 UTC  (10+ messages)
` [PATCH v3 1/7] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH v3 2/7] rust: percpu: add a rust per-CPU variable sample
` [PATCH v3 3/7] rust: cpumask: Add a `Cpumask` iterator
` [PATCH v3 4/7] rust: cpumask: Add getters for globally defined cpumasks
` [PATCH v3 5/7] rust: percpu: Support non-zeroable types for DynamicPerCpu
` [PATCH v3 6/7] rust: percpu: Add pin-hole optimizations for numerics
` [PATCH v3 7/7] rust: percpu: cache per-CPU pointers in the dynamic case

[PATCH v10] rust: transmute: Add methods for FromBytes trait
 2025-08-29  1:50 UTC  (6+ messages)

gpu: nova-core: arm32 build errors
 2025-08-28 21:54 UTC  (10+ messages)

[PATCH v2 0/3] Groundwork for Lock<T> when T is pinned
 2025-08-28 20:52 UTC  (4+ messages)
` [PATCH v2 1/3] rust: lock: guard: add T: Unpin bound to DerefMut
` [PATCH v2 2/3] rust: lock: pin the inner data
` [PATCH v2 3/3] rust: lock: add a Pin<&mut T> accessor

[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 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  (3+ messages)
` [PATCH v3 5/5] MAINTAINERS: rust: dma: add scatterlist files

[PATCH v4 0/2] rust: zpool: add abstraction for zpool drivers
 2025-08-28 10:01 UTC  (15+ messages)
` [PATCH v4 2/2] "

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


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