rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-14 12:44:54 to 2025-08-18 05:05:01 UTC [more...]

[RFC PATCH 0/3] Initial plumbing for implementing DRM connector APIs in Rust
 2025-08-18  5:04 UTC  (4+ messages)
` [RFC PATCH 1/3] rust: drm: fix C header references in doc comments
` [RFC PATCH 2/3] rust: pci: fix incorrect platform "
` [RFC PATCH 3/3] rust: drm: Introduce a Connector abstraction

[PATCH] rust: cred: update AlwaysRefCounted import to sync::aref
 2025-08-18  3:26 UTC  (3+ messages)

[PATCH v2 0/3] rust, nova-core: PCI Class, Vendor support
 2025-08-18  1:33 UTC  (4+ messages)
` [PATCH v2 1/3] rust: pci: provide access to PCI Class, subclass, implementation values
` [PATCH v2 2/3] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v2 3/3] rust: pci: provide access to PCI Vendor values

[PATCH] rust: xarray: optimize lock functions with inline attribute
 2025-08-18  1:26 UTC 

[PATCH] rust: xarray: optimize lock functions with inline attribute
 2025-08-18  1:16 UTC 

tpm2_protocol / tpm2sh 0.6.1
 2025-08-17 20:42 UTC 

[PATCH] rust: pid_namespace: update AlwaysRefCounted imports from sync::aref
 2025-08-17 17:03 UTC  (2+ messages)

[PATCH v1 0/3] rust: make various `alloc` functions `const fn`
 2025-08-17 16:50 UTC  (4+ messages)
` [PATCH v1 1/3] rust: make `allocator::aligned_size` a "

[PATCH v2 0/6] kbuild: enable CONFIG_WERROR for more build steps
 2025-08-17 16:31 UTC  (6+ messages)
` [PATCH v2 6/6] kbuild: enable -Werror for hostprogs

unsubscribe
 2025-08-17 13:09 UTC 

[PATCH] rust: alloc: fix missing import needed for `rusttest`
 2025-08-17  8:32 UTC  (2+ messages)

[PATCH v7 0/7] rust/hrtimer: Various hrtimer + time additions
 2025-08-17  7:18 UTC  (6+ messages)
  ` [PATCH v7 6/7] rust: time: Add Instant::from_nanos()
  ` [PATCH v7 3/7] rust: hrtimer: Add HrTimer::raw_forward() and forward()

[PATCH v4 0/4] Untrusted Data API
 2025-08-17  6:00 UTC  (11+ messages)
` [RFC PATCH v4 4/4] rust: iov: use untrusted data API

[PATCH v2 0/2] rust: Add abstractions for applying devicetree overlays
 2025-08-17  5:50 UTC  (5+ messages)
` [PATCH v2 1/2] rust: kernel: of: Add DeviceNode abstraction
` [PATCH v2 2/2] rust: kernel: of: Add overlay id abstraction

[PATCH v2 0/2] rust: Add read_poll_timeout
 2025-08-17  4:47 UTC  (3+ messages)
` [PATCH v2 1/2] rust: Add cpu_relax() helper
` [PATCH v2 2/2] rust: Add read_poll_timeout functions

[PATCH v1 2/2] rust: Add read_poll_timeout functions
 2025-08-17  4:21 UTC  (4+ messages)

[PATCH v8 0/9] LKMM atomics in Rust
 2025-08-17  3:04 UTC  (9+ messages)
` [PATCH v8 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v8 6/9] rust: sync: atomic: Add the framework of arithmetic operations

[PATCH] rust: drm: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-17  2:48 UTC  (2+ messages)

[PATCH 0/4] Alloc and drm::Device fixes
 2025-08-16 23:44 UTC  (4+ messages)
` [PATCH 1/4] rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()

[PATCH] rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` too
 2025-08-16 23:37 UTC  (2+ messages)

[GIT PULL] Rust fixes for 6.17
 2025-08-16 22:59 UTC  (2+ messages)

[PATCH] rust: kernel: remove support for unused host `#[test]`s
 2025-08-16 21:21 UTC  (3+ messages)

[PATCH] rust: alloc: remove `allocator_test`
 2025-08-16 21:19 UTC 

[PATCH v9 0/7] rust: add support for request_irq
 2025-08-16 17:42 UTC  (8+ messages)
  ` [PATCH v9 2/7] rust: irq: add flags module
  ` [PATCH v9 1/7] rust: irq: add irq module

[PATCH 00/11] Split sphinx call logic from docs Makefile
 2025-08-16 11:06 UTC  (5+ messages)
` [PATCH 04/11] scripts: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH 05/11] docs: Makefile: cleanup the logic by using sphinx-build-wrapper

[PATCH] rust: xarray: optimize lock functions with inline attribute
 2025-08-16  9:58 UTC  (2+ messages)

[PATCH] drm: nova-drm: fix 32-bit arm build
 2025-08-15 21:19 UTC  (2+ messages)

[PATCH] rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-15 20:55 UTC  (2+ messages)

[PATCH] rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-15 20:52 UTC  (2+ messages)

[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-08-15 19:12 UTC  (2+ messages)

[PATCH v3 1/2] rust: Update PCI binding safety comments and add inline compiler hint
 2025-08-15 18:32 UTC  (2+ messages)

[PATCH] rust: auxiliary: Use `c_` types from prelude instead of
 2025-08-15 18:08 UTC  (2+ messages)

[PATCH v3 1/1] rust: pci: use c_* types via kernel prelude
 2025-08-15 18:07 UTC  (2+ messages)

[PATCH v7 0/3] Rust allocator and kvec improvements
 2025-08-15 17:53 UTC  (2+ messages)

[PATCH v2] rust: opp: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-15 17:45 UTC 

[PATCH] rust: opp: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-15 17:38 UTC  (2+ messages)

[PATCH v3 0/3] rust: i2c: Add basic I2C driver abstractions
 2025-08-15 17:16 UTC  (7+ messages)
` [PATCH v3 1/3] rust: i2c: add basic I2C device and "

[PATCH 0/4] Rust infrastructure for sg_table and scatterlist
 2025-08-15 17:10 UTC  (5+ messages)
` [PATCH 1/4] rust: dma: implement DataDirection
` [PATCH 2/4] rust: scatterlist: Add type-state abstraction for sg_table
` [PATCH 3/4] samples: rust: dma: add sample code for SGTable
` [PATCH 4/4] MAINTAINERS: rust: dma: add scatterlist files

[PATCH v4 18/24] riscv: vdso: Disable LTO for the vDSO
 2025-08-15 15:07 UTC  (2+ messages)

[PATCH v4 17/24] riscv: vdso: Deduplicate CFLAGS_REMOVE_* variables
 2025-08-15 15:07 UTC  (2+ messages)

[PATCH v4 06/24] riscv: elf: Move relocation constants to UAPI
 2025-08-15 15:05 UTC  (2+ messages)

[PATCH 3/7] rust: mm: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-15 13:51 UTC  (3+ messages)

[PATCH v5] rust: kernel: introduce `unsafe_precondition_assert!` macro
 2025-08-15 11:38 UTC 

[PATCH 00/11] Fix PDF doc builds on major distros
 2025-08-15 11:36 UTC  (5+ messages)
` [PATCH 06/11] scripts: sphinx-pre-install: fix PDF build issues on Ubuntu
` [PATCH 07/11] scripts: sphinx-pre-install: add missing gentoo pdf dependencies
` [PATCH 10/11] scripts: sphinx-pre-install: fix pdf dependencies for Mageia 9
` [PATCH 11/11] scripts: sphinx-pre-install: fix PDF dependencies for gentoo

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-08-15 11:11 UTC  (3+ messages)
` [PATCH v2 02/19] gpu: nova-core: "

[PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-08-15 10:12 UTC  (2+ messages)

[PATCH v4 00/24] vdso: Reject absolute relocations during build
 2025-08-15 10:06 UTC  (3+ messages)

[PATCH v4 0/4] Rust support for `struct iov_iter`
 2025-08-15  9:56 UTC  (3+ messages)
  ` [PATCH v4 3/4] rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structures

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

[PATCH] rust: lib: add if_cfg! macro for conditional compilation
 2025-08-15  8:16 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v14 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-08-15  7:36 UTC  (4+ messages)

[PATCH v2 0/5] rust: add `TryFrom` and `Into` derive macros
 2025-08-15  5:32 UTC  (6+ messages)
` [PATCH v2 1/5] rust: macros: allow conversion from `&T` to `TokenStream`
` [PATCH v2 2/5] rust: macros: extend custom `quote!()` macro
` [PATCH v2 3/5] rust: macros: prefix variable `span` with underscore
` [PATCH v2 4/5] rust: macros: add derive macro for `TryFrom`
` [PATCH v2 5/5] rust: macros: add derive macro for `Into`

[PATCH v3 00/16] dma-mapping: migrate to physical address-based API
 2025-08-15  5:10 UTC  (19+ messages)
` [PATCH v3 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v3 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v3 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v3 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v3 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v3 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v3 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v3 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v3 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v3 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v3 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v3 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v3 13/16] mm/hmm: properly take MMIO path
` [PATCH v3 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v3 15/16] block-dma: properly take MMIO path
` [PATCH v3 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCH v2 00/19] gpu: nova-core: register!() macro improvements
 2025-08-15  4:44 UTC  (3+ messages)

[PATCH v6 6/9] modpost: Add modname to mod_device_table alias
 2025-08-14 22:17 UTC  (6+ messages)

[PATCH v3 00/11] `Zeroable` improvements & bindings integration
 2025-08-14 22:01 UTC  (11+ messages)
` [PATCH v3 07/11] rust: security: replace `core::mem::zeroed` with `pin_init::zeroed`

[PATCH v4 00/15] rnull: add configfs, remote completion to rnull
 2025-08-14 18:28 UTC  (4+ messages)
` [PATCH v4 15/15] rnull: add soft-irq completion support

[PATCH v5 0/3] rust: add `ww_mutex` support
 2025-08-14 18:22 UTC  (10+ messages)

[PATCH v2 00/16] dma-mapping: migrate to physical address-based API
 2025-08-14 17:43 UTC  (4+ messages)
` [PATCH v2 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory

[PATCH 0/2] Add mutex to drm_gem_object.gpuva list
 2025-08-14 15:18 UTC  (6+ messages)
` [PATCH 1/2] drm_gem: add mutex to drm_gem_object.gpuva
` [PATCH 2/2] panthor: use drm_gem_object.gpuva.lock instead of gpuva_list_lock

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-14 14:14 UTC  (9+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses


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