rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-15 11:11:41 to 2025-08-19 08:45:46 UTC [more...]

[PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-08-19  8:45 UTC  (10+ messages)
    ` [PATCH v11 1/4] rust: types: Add Ownable/Owned types

next-20250818: rust: `ARCH_KMALLOC_MINALIGN` is defined multiple times
 2025-08-19  8:40 UTC 

[PATCH] rust: alloc: add ARCH_KMALLOC_MINALIGN to bindgen blocklist
 2025-08-19  6:58 UTC  (3+ messages)

[PATCH rust-next 0/2] Add llseek support to miscdevice and samples
 2025-08-19  6:04 UTC  (9+ messages)
` [PATCH rust-next 1/2] rust: miscdevice: add llseek support
` [PATCH rust-next 2/2] rust: samples: miscdevice: add lseek samples

[PATCH v9 0/5] rust: DebugFS Bindings
 2025-08-19  5:51 UTC  (3+ messages)
` [PATCH v9 3/5] rust: debugfs: Support `PinInit` backing for `File`s

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

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

[PATCH v5 0/2] rust: `overflow_assert!` macro
 2025-08-19  0:38 UTC  (3+ messages)
` [PATCH v5 1/2] rust: kernel: create "
` [PATCH v5 2/2] rust: uaccess: refactor to use `overflow_assert!`

[PATCH v4 0/2] rust: `overflow_assert!` macro
 2025-08-19  0:36 UTC 

[PATCH v8 0/9] LKMM atomics in Rust
 2025-08-18 22:49 UTC  (10+ 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: sync: Update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-18 22:16 UTC  (2+ messages)

[PATCH] rust: drm: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-18 22:15 UTC  (3+ messages)

[PATCH] rust: pid_namespace: update AlwaysRefCounted imports from sync::aref
 2025-08-18 22:13 UTC  (3+ messages)

[PATCH v8 0/3] rust: revocable: Documentation, refactoring and safety refinements
 2025-08-18 22:07 UTC  (2+ messages)

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

[PATCH] rust: miscdevice: update ARef import to sync::aref
 2025-08-18 22:03 UTC  (2+ messages)

[PATCH] rust: task: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-18 22:02 UTC  (2+ messages)

[PATCH 0/4] Rust infrastructure for sg_table and scatterlist
 2025-08-18 21:03 UTC  (22+ 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 v9] rust: transmute: Add methods for FromBytes trait
 2025-08-18 19:04 UTC  (6+ messages)

[PATCH v2 0/3] rust, nova-core: PCI Class, Vendor support
 2025-08-18 18:59 UTC  (10+ 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 v7 0/7] rust/hrtimer: Various hrtimer + time additions
 2025-08-18 18:52 UTC  (4+ messages)
` [PATCH v7 6/7] rust: time: Add Instant::from_nanos()

[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 v7 6/8] modpost: Add modname to mod_device_table alias
 2025-08-18 16:55 UTC 

[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 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: 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 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 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 v1 2/2] rust: Add read_poll_timeout functions
 2025-08-17  4:21 UTC  (4+ 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: "


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