messages from 2025-08-08 09:01:29 to 2025-08-12 07:59:46 UTC [more...]
[PATCH v8 0/9] LKMM atomics in Rust
2025-08-12 7:59 UTC (5+ messages)
` [PATCH v8 3/9] rust: sync: atomic: Add ordering annotation types
` [PATCH v8 4/9] rust: sync: atomic: Add generic atomics
[PATCH] rust: auxiliary: Use `c_` types from prelude instead of
2025-08-12 7:51 UTC
[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 v4 00/24] vdso: Reject absolute relocations during build
2025-08-12 5:44 UTC (25+ 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 5:31 UTC (3+ 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 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)
[RFC PATCH v2 0/4] rust: miscdevice: abstraction for uring-cmd
2025-08-11 14:50 UTC (21+ messages)
` [RFC PATCH v2 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
[PATCH v5 0/5] implement `kernel::sync::Refcount` and convert users
2025-08-11 14:12 UTC (10+ 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] 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 linux] of: resolves TODO for copy_from_slice
2025-08-11 10:41 UTC (6+ messages)
[PATCH v3 0/7] BorrowedPage, IntoPageIter and VmallocPageIter
2025-08-11 10:41 UTC (16+ messages)
` [PATCH v3 1/7] rust: page: implement BorrowedPage
` [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 5/7] rust: alloc: kbox: implement IntoPageIter for VBox
` [PATCH v3 6/7] rust: alloc: layout: implement ArrayLayout::size()
` [PATCH v3 7/7] rust: alloc: kvec: implement IntoPageIter for VVec
[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 (8+ messages)
` [PATCH v2 03/13] rust: pin-init: add `zeroed()` & `Zeroable::zeroed()` functions
` [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 (6+ messages)
` [PATCH v3 2/2] samples: rust: add sample code for "
` [PATCH v3 1/2] rust: add initial "
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-08-08 17:20 UTC (6+ messages)
[PATCH v2 00/10] rust: use `core::ffi::CStr` method names
2025-08-08 9:46 UTC (3+ messages)
` [PATCH v2 03/10] rust: configfs: "
[PATCH v2 0/8] rust: use `kernel::{fmt,prelude::fmt!}`
2025-08-08 9:43 UTC (3+ messages)
` [PATCH v2 3/8] rust: block: "
[PATCH v2 0/6] BorrowedPage and PageOwner
2025-08-08 9:37 UTC (6+ messages)
` [PATCH v2 2/6] rust: page: define PageOwner trait
` [PATCH v2 4/6] rust: alloc: layout: implement ArrayLayout::size()
[PATCH 0/4] rust: add `TryFrom` and `Into` derive macros
2025-08-08 9:15 UTC (4+ messages)
` [PATCH 1/4] rust: macros: extend custom `quote!()` macro
[PATCH] rust: extend kbox with a new constructor
2025-08-08 9:10 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).