rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-08 20:21:41 to 2025-08-12 11:07:47 UTC [more...]

[PATCH v4 00/24] vdso: Reject absolute relocations during build
 2025-08-12 11:07 UTC  (26+ messages)
` [PATCH v4 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v4 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v4 03/24] ARM: elf: "
` [PATCH v4 04/24] arm64: "
` [PATCH v4 05/24] powerpc/elf: "
` [PATCH v4 06/24] riscv: elf: "
` [PATCH v4 07/24] LoongArch: "
` [PATCH v4 08/24] s390/elf: "
` [PATCH v4 09/24] MIPS: ELF: "
` [PATCH v4 10/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v4 11/24] vdso: Add the vdsocheck tool
` [PATCH v4 12/24] x86/vdso: Enable "
` [PATCH v4 13/24] ARM: vdso: "
` [PATCH v4 14/24] arm64: "
` [PATCH v4 15/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v4 16/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v4 17/24] riscv: vdso: Deduplicate CFLAGS_REMOVE_* variables
` [PATCH v4 18/24] riscv: vdso: Disable LTO for the vDSO
` [PATCH v4 19/24] riscv: vdso: Enable the vdsocheck tool
` [PATCH v4 20/24] LoongArch: vDSO: "
` [PATCH v4 21/24] s390/vdso: "
` [PATCH v4 22/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v4 23/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v4 24/24] vdso/vdsocheck: Drop the transitional kconfig option

[PATCH 0/2] kbuild: enable CONFIG_WERROR for more build steps
 2025-08-12 10:50 UTC  (6+ messages)
` [PATCH 1/2] kbuild: move existing CONFIG_WERROR flags into dedicated Makefile
` [PATCH 2/2] kbuild: enable CONFIG_WERROR for more build steps

[PATCH linux] of: resolves TODO for copy_from_slice
 2025-08-12  9:55 UTC  (7+ messages)

[PATCH v12 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-08-12  9:27 UTC  (6+ messages)
  ` [PATCH v12 3/3] rust: pwm: Add complete abstraction layer

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

[RFC PATCH v2 0/4] rust: miscdevice: abstraction for uring-cmd
 2025-08-12  8:34 UTC  (22+ messages)
` [RFC PATCH v2 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd

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

[PATCH v5 0/5] implement `kernel::sync::Refcount` and convert users
 2025-08-12  8:17 UTC  (14+ messages)
` [PATCH v5 1/5] rust: implement `kernel::sync::Refcount`
` [PATCH v5 2/5] rust: make `Arc::into_unique_or_drop` associated function
` [PATCH v5 3/5] rust: convert `Arc` to use `Refcount`
` [PATCH v5 4/5] rust: block: convert `block::mq` "

[PATCH v2 0/2] Clean up Rust LockClassKey
 2025-08-12  8:05 UTC  (3+ messages)
` [PATCH v2 2/2] rust: sync: clean up LockClassKey and its docs

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

[PATCH v14 0/3] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-08-12  7:50 UTC  (5+ messages)
` [PATCH v14 2/3] rust: support formatting of foreign types
` [PATCH v14 3/3] rust: replace `CStr` with `core::ffi::CStr`

[PATCH] rust: devres: fix leaking call to devm_add_action()
 2025-08-12  7:10 UTC  (4+ messages)

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

[PATCH v3 0/2] Rust: kernel patch series
 2025-08-12  5:51 UTC  (4+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] "

[PATCH v3 0/2] rust: add `Alignment` type
 2025-08-12  4:23 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] gpu: nova-core: use Alignment for alignment-related operations

[PATCH v3 1/1] rust: pci: use c_* types via kernel prelude
 2025-08-12  3:31 UTC 

[PATCH v8 0/3] rust: revocable: Documentation, refactoring and safety refinements
 2025-08-12  1:03 UTC  (3+ messages)
` [PATCH v8 3/3] rust: revocable: Documents RevocableGuard invariants/safety and refine Deref safety

[PATCH 0/4] Alloc and drm::Device fixes
 2025-08-11 21:41 UTC  (2+ messages)

[PATCH v9] rust: transmute: Add methods for FromBytes trait
 2025-08-11 21:38 UTC 

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-08-11 18:02 UTC  (13+ messages)
` [PATCH v2 3/3] "
  ` [PATCH v2 1/3] rust: xarray: use the prelude
  ` [PATCH v2 2/3] rust: xarray: implement Default for AllocKind

[PATCH v9 0/7] rust: add support for request_irq
 2025-08-11 17:35 UTC  (12+ messages)
` [PATCH v9 1/7] rust: irq: add irq module
` [PATCH v9 2/7] rust: irq: add flags module
` [PATCH v9 3/7] rust: irq: add support for non-threaded IRQs and handlers
` [PATCH v9 4/7] rust: irq: add support for threaded "
` [PATCH v9 5/7] rust: platform: add irq accessors
` [PATCH v9 6/7] rust: pci: "
` [PATCH v9 7/7] rust: irq: add &Device<Bound> argument to irq callbacks

[PATCH v2] rust: irq: add &Device<Bound> argument to irq callbacks
 2025-08-11 14:57 UTC  (9+ messages)

[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-08-11 13:38 UTC  (4+ messages)
  ` [PATCH v2 1/2] rust: alloc: specify the minimum alignment of each allocator
  ` [PATCH v2 2/2] rust: alloc: take the allocator into account for FOREIGN_ALIGN

[PATCH v8 0/6] rust: add support for request_irq
 2025-08-11 13:04 UTC  (16+ messages)
` [PATCH v8 1/6] rust: irq: add irq module
` [PATCH v8 2/6] rust: irq: add flags module
` [PATCH v8 3/6] rust: irq: add support for non-threaded IRQs and handlers
` [PATCH v8 4/6] rust: irq: add support for threaded "
` [PATCH v8 5/6] rust: platform: add irq accessors
` [PATCH v8 6/6] rust: pci: "

[PATCH v3 0/2] Clean up Rust LockClassKey
 2025-08-11 12:14 UTC  (3+ messages)
` [PATCH v3 1/2] rust: sync: refactor static_lock_class!() macro
` [PATCH v3 2/2] rust: sync: clean up LockClassKey and its docs

[PATCH v4] rust: kernel: introduce `unsafe_precondition_assert!` macro
 2025-08-11 11:40 UTC  (3+ messages)

[PATCH v1 0/2] rust: Add read_poll_timeout
 2025-08-11 10:47 UTC  (9+ messages)
` [PATCH v1 1/2] rust: Add cpu_relax() helper
` [PATCH v1 2/2] rust: Add read_poll_timeout functions

[PATCH 1/7] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-08-11 10:44 UTC  (5+ messages)

[PATCH v3 0/7] BorrowedPage, IntoPageIter and VmallocPageIter
 2025-08-11 10:41 UTC  (12+ messages)
` [PATCH v3 2/7] rust: alloc: vmalloc: implement Vmalloc::to_page()
` [PATCH v3 3/7] rust: alloc: implement VmallocPageIter
` [PATCH v3 4/7] rust: page: define trait IntoPageIter

[PATCH v3] rust: alloc: implement Box::pin_slice()
 2025-08-11 10:14 UTC 

[PATCH] rust: kernel: cpu: mark `CpuId::current()` inline
 2025-08-11  9:56 UTC  (3+ messages)

[PATCH v11 0/8] rust: Add IO polling
 2025-08-11  9:42 UTC  (5+ messages)
` [PATCH v11 7/8] rust: Add read_poll_timeout functions

[PATCH] rust: irq: add &Device<Bound> argument to irq callbacks
 2025-08-11  6:54 UTC  (6+ messages)

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-10 17:02 UTC  (6+ messages)

[PATCH v2 00/13] `Zeroable` improvements & bindings integration
 2025-08-10  7:40 UTC  (6+ messages)
  ` [PATCH v2 11/13] rust: block: replace `core::mem::zeroed` with `pin_init::zeroed`

[PATCH v2 1/2] rust: time: Implement Add<Delta>/Sub<Delta> for Instant
 2025-08-10  7:18 UTC  (10+ messages)
` [PATCH v2 2/2] rust: time: Implement basic arithmetic operations for Delta

[PATCH] rust: alloc: implement Box::pin_slice()
 2025-08-09 12:26 UTC  (2+ messages)

[PATCH v2] Rust: kernel patch submission
 2025-08-09  7:59 UTC  (2+ messages)

[PATCH v3 0/2] rust: add initial scatterlist abstraction
 2025-08-08 20:23 UTC  (4+ messages)
  ` [PATCH v3 1/2] "


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