rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-15 05:32:42 to 2025-08-18 17:45:40 UTC [more...]

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

[PATCH 0/4] Rust infrastructure for sg_table and scatterlist
 2025-08-18 17:23 UTC  (19+ 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 v7 6/8] modpost: Add modname to mod_device_table alias
 2025-08-18 16:55 UTC 

[PATCH v2 0/3] rust, nova-core: PCI Class, Vendor support
 2025-08-18 16:06 UTC  (7+ 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-next 0/2] Add llseek support to miscdevice and samples
 2025-08-18 14:18 UTC  (5+ messages)
` [PATCH rust-next 1/2] rust: miscdevice: add llseek support
` [PATCH rust-next 2/2] rust: samples: miscdevice: add lseek samples

[PATCH] rust: miscdevice: update ARef import to sync::aref
 2025-08-18 13:28 UTC 

[PATCH] rust: task: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-18 13:25 UTC 

[PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-08-18 13:04 UTC  (6+ messages)
    ` [PATCH v11 1/4] rust: types: Add Ownable/Owned types

[PATCH v5 0/3] rust: add `ww_mutex` support
 2025-08-18 12:56 UTC  (11+ messages)

[PATCH v9 0/7] rust: add support for request_irq
 2025-08-18 12:36 UTC  (14+ messages)
  ` [PATCH v9 2/7] rust: irq: add flags module
  ` [PATCH v9 1/7] rust: irq: add irq module
  ` [PATCH v9 3/7] rust: irq: add support for non-threaded IRQs and handlers

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

[PATCH v4 0/7] BorrowedPage, AsPageIter and VmallocPageIter
 2025-08-18 12:18 UTC  (13+ messages)
` [PATCH v4 3/7] rust: alloc: implement VmallocPageIter
` [PATCH v4 4/7] rust: page: define trait AsPageIter
` [PATCH v4 5/7] rust: alloc: kbox: implement AsPageIter for VBox
` [PATCH v4 7/7] rust: alloc: kvec: implement AsPageIter for VVec

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

[PATCH 0/7] rust: add initial v4l2 support
 2025-08-18 10:28 UTC  (13+ messages)
` [PATCH 1/7] rust: media: add the media module
` [PATCH 2/7] rust: v4l2: add support for v4l2_device
` [PATCH 3/7] rust: v4l2: add support for video device nodes
` [PATCH 4/7] rust: v4l2: add support for v4l2 file handles
` [PATCH 5/7] rust: v4l2: add device capabilities
` [PATCH 6/7] rust: v4l2: add basic ioctl support
` [PATCH 7/7] rust: samples: add the v4l2 sample driver

[PATCH v13 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-08-18  9:24 UTC  (2+ messages)

[RFC PATCH 0/3] Initial plumbing for implementing DRM connector APIs in Rust
 2025-08-18  8:23 UTC  (6+ 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: xarray: optimize lock functions with inline attribute
 2025-08-18  8:10 UTC  (4+ messages)

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

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

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  (10+ messages)

[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 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 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 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 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  (4+ 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  (4+ messages)
` [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`


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