messages from 2025-08-13 08:00:29 to 2025-08-14 13:50:35 UTC [more...]
[PATCH v4 00/24] vdso: Reject absolute relocations during build
2025-08-14 13:43 UTC (4+ messages)
[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
2025-08-14 13:31 UTC (11+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH v6 6/9] modpost: Add modname to mod_device_table alias
2025-08-14 13:26 UTC (2+ messages)
[PATCH v4 0/4] Untrusted Data API
2025-08-14 12:44 UTC (5+ messages)
` [PATCH v4 1/4] rust: transmute: add `cast_slice[_mut]` functions
` [PATCH v4 2/4] rust: create basic untrusted data API
` [RFC PATCH v4 3/4] rust: validate: add `Validate` trait
` [RFC PATCH v4 4/4] rust: iov: use untrusted data API
[PATCH v5 0/3] rust: add `ww_mutex` support
2025-08-14 12:38 UTC (8+ messages)
[PATCH v2 0/6] kbuild: enable CONFIG_WERROR for more build steps
2025-08-14 12:10 UTC (8+ messages)
` [PATCH v2 1/6] kbuild: align W=e with CONFIG_WERROR
` [PATCH v2 2/6] kbuild: unify W=e and CONFIG_WERROR
` [PATCH v2 3/6] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
` [PATCH v2 4/6] kbuild: respect CONFIG_WERROR for linker and assembler
` [PATCH v2 5/6] kbuild: respect CONFIG_WERROR for userprogs
` [PATCH v2 6/6] kbuild: enable -Werror for hostprogs
[PATCH] rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::aref
2025-08-14 10:46 UTC
[PATCH] rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref
2025-08-14 10:41 UTC
[PATCH v2 00/16] dma-mapping: migrate to physical address-based API
2025-08-14 10:13 UTC (17+ messages)
` [PATCH v2 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v2 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v2 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v2 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v2 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v2 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v2 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v2 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v2 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v2 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v2 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v2 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v2 13/16] mm/hmm: properly take MMIO path
` [PATCH v2 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v2 15/16] block-dma: properly take MMIO path
` [PATCH v2 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH 4/7] rust: fs: update ARef and AlwaysRefCounted imports from sync::aref
2025-08-14 10:11 UTC (4+ messages)
[PATCH RESEND] rust: fs: update ARef and AlwaysRefCounted imports from sync::aref
2025-08-14 10:01 UTC
[PATCH v4 0/7] BorrowedPage, AsPageIter and VmallocPageIter
2025-08-14 9:33 UTC (8+ messages)
` [PATCH v4 1/7] rust: page: implement BorrowedPage
` [PATCH v4 2/7] rust: alloc: vmalloc: implement Vmalloc::to_page()
` [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 6/7] rust: alloc: layout: implement ArrayLayout::size()
` [PATCH v4 7/7] rust: alloc: kvec: implement AsPageIter for VVec
[PATCH v3 00/11] `Zeroable` improvements & bindings integration
2025-08-14 9:33 UTC (13+ messages)
` [PATCH v3 01/11] rust: add `pin-init` as a dependency to `bindings` and `uapi`
` [PATCH v3 02/11] rust: derive `Zeroable` for all structs & unions generated by bindgen where possible
` [PATCH v3 03/11] rust: miscdevice: replace `MaybeUninit::zeroed().assume_init()` with `pin_init::zeroed()`
` [PATCH v3 04/11] rust: phy: "
` [PATCH v3 05/11] rust: block: replace `core::mem::zeroed` with `pin_init::zeroed`
` [PATCH v3 06/11] rust: of: "
` [PATCH v3 07/11] rust: security: "
` [PATCH v3 08/11] rust: drm: "
` [PATCH v3 09/11] rust: auxiliary: "
` [PATCH v3 10/11] rust: acpi: "
` [PATCH v3 11/11] rust: cpufreq: replace `MaybeUninit::zeroed().assume_init()` with `pin_init::zeroed()`
[PATCH v2 00/13] `Zeroable` improvements & bindings integration
2025-08-14 9:09 UTC (4+ messages)
` [PATCH v2 03/13] rust: pin-init: add `zeroed()` & `Zeroable::zeroed()` functions
[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-08-14 9:07 UTC (21+ messages)
` [PATCH v2 01/19] drivers: net: "
` [PATCH v2 02/19] gpu: nova-core: "
` [PATCH v2 03/19] rust: auxiliary: "
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 05/19] rust: configfs: "
` [PATCH v2 06/19] rust: cpufreq: "
` [PATCH v2 07/19] rust: device: "
` [PATCH v2 08/19] rust: firmware: "
` [PATCH v2 09/19] rust: kunit: "
` [PATCH v2 10/19] rust: macros: "
` [PATCH v2 11/19] rust: miscdevice: "
` [PATCH v2 12/19] rust: net: "
` [PATCH v2 13/19] rust: pci: "
` [PATCH v2 14/19] rust: platform: "
` [PATCH v2 15/19] rust: seq_file: "
[PATCH v4 00/15] rnull: add configfs, remote completion to rnull
2025-08-14 8:58 UTC (16+ messages)
` [PATCH v4 04/15] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v4 11/15] rnull: enable configuration via `configfs`
` [PATCH v4 12/15] rust: block: add `GenDisk` private data support
[PATCH] mm: rust: add page.rs to MEMORY MANAGEMENT - RUST
2025-08-14 8:28 UTC (3+ messages)
[PATCH v1 0/2] rust: Add read_poll_timeout
2025-08-14 8:26 UTC (12+ messages)
` [PATCH v1 1/2] rust: Add cpu_relax() helper
` [PATCH v1 2/2] rust: Add read_poll_timeout functions
[PATCH v2] rust: devres: fix leaking call to devm_add_action()
2025-08-14 8:13 UTC (5+ messages)
[PATCH v3 00/11] rust: use `core::ffi::CStr` method names
2025-08-14 8:10 UTC (14+ messages)
` [PATCH v3 01/11] drm/panic: "
` [PATCH v3 02/11] rust: auxiliary: "
` [PATCH v3 03/11] rust: configfs: "
` [PATCH v3 04/11] rust: cpufreq: "
` [PATCH v3 05/11] rust: drm: "
` [PATCH v3 06/11] rust: firmware: "
` [PATCH v3 07/11] rust: kunit: "
` [PATCH v3 08/11] rust: miscdevice: "
` [PATCH v3 09/11] rust: net: "
` [PATCH v3 10/11] rust: of: "
` [PATCH v3 11/11] rust: acpi: "
[PATCH v9] rust: transmute: Add methods for FromBytes trait
2025-08-14 8:06 UTC (2+ messages)
[PATCH v14 0/5] rust: adds Bitmap API, ID pool and bindings
2025-08-14 8:05 UTC (7+ messages)
` [PATCH v14 1/5] rust: add bindings for bitmap.h
` [PATCH v14 2/5] rust: add bindings for bitops.h
` [PATCH v14 3/5] rust: add bitmap API
` [PATCH v14 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v14 5/5] rust: add dynamic ID pool abstraction for bitmap
[PATCH v4 0/4] Rust support for `struct iov_iter`
2025-08-14 7:57 UTC (14+ messages)
` [PATCH v4 1/4] rust: iov: add iov_iter abstractions for ITER_SOURCE
` [PATCH v4 2/4] rust: iov: add iov_iter abstractions for ITER_DEST
` [PATCH v4 3/4] rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structures
` [PATCH v4 4/4] samples: rust_misc_device: Expand the sample to support read()ing from userspace
[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
2025-08-14 7:54 UTC (11+ messages)
` [PATCH v3 1/9] gpu: nova-core: "
` [PATCH v3 2/9] rust: alloc: "
` [PATCH v3 3/9] rust: block: "
` [PATCH v3 4/9] rust: device: "
` [PATCH v3 5/9] rust: file: "
` [PATCH v3 6/9] rust: kunit: "
` [PATCH v3 7/9] rust: seq_file: "
` [PATCH v3 8/9] rust: sync: "
` [PATCH v3 9/9] rust: device: "
[PATCH] rust: lib: add if_cfg! macro for conditional compilation
2025-08-14 5:55 UTC (4+ messages)
[PATCH v11 7/8] rust: Add read_poll_timeout functions
2025-08-14 5:53 UTC (3+ messages)
tpm2_protocol/tpm2sh
2025-08-14 4:28 UTC
[PATCH] rust: cpumask: Mark CpumaskVar as transparent
2025-08-14 4:26 UTC (2+ messages)
[PATCH] rust: cpumask: rename CpumaskVar::as[_mut]_ref to from_raw[_mut]
2025-08-14 4:13 UTC (4+ messages)
[PATCH] gpu: nova-core: avoid probing non-display/compute PCI functions
2025-08-14 0:02 UTC (3+ messages)
[PATCH v7 0/7] rust/hrtimer: Various hrtimer + time additions
2025-08-13 22:42 UTC (8+ messages)
` [PATCH v7 1/7] rust: hrtimer: Document the return value for HrTimerHandle::cancel()
` [PATCH v7 2/7] rust: hrtimer: Add HrTimerInstant
` [PATCH v7 3/7] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v7 4/7] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
` [PATCH v7 5/7] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
` [PATCH v7 6/7] rust: time: Add Instant::from_nanos()
` [PATCH v7 7/7] rust: hrtimer: Add HrTimer::expires()
[PATCH v6 0/7] rust/hrtimer: Various hrtimer + time additions
2025-08-13 19:01 UTC (3+ messages)
[PATCH v7 0/3] Rust allocator and kvec improvements
2025-08-13 16:48 UTC (4+ messages)
` [PATCH v7 1/3] rust: allocator: add KUnit tests for alignment guarantees
[PATCH 2/7] rust: gpu: update ARef and AlwaysRefCounted imports from sync::aref
2025-08-13 16:38 UTC (2+ messages)
[PATCH 2/7] rust: gpu: update ARef and AlwaysRefCounted imports from sync::aref
2025-08-13 16:31 UTC (3+ messages)
` "Re: [PATCH 2/7] rust: gpu: update ARef and AlwaysRefCounted imports from sync::aref"
[PATCH v14 0/3] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-08-13 15:46 UTC (6+ messages)
` [PATCH v14 3/3] rust: replace `CStr` with `core::ffi::CStr`
[PATCH v15 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-08-13 15:45 UTC (5+ messages)
` [PATCH v15 1/4] rust: macros: reduce collections in `quote!` macro
` [PATCH v15 2/4] samples: rust: platform: remove trailing commas
` [PATCH v15 3/4] rust: support formatting of foreign types
` [PATCH v15 4/4] rust: replace `CStr` with `core::ffi::CStr`
[PATCH 1/3] checkpatch.pl: Add warning for // comments on private Rust items
2025-08-13 15:32 UTC (2+ messages)
[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
2025-08-13 10:43 UTC (8+ messages)
` [PATCH v2 1/2] rust: alloc: specify the minimum alignment of each allocator
[PATCH v3 0/4] Rust support for `struct iov_iter`
2025-08-13 8:25 UTC (7+ messages)
` [PATCH v3 1/4] rust: iov: add iov_iter abstractions for ITER_SOURCE
` [PATCH v3 2/4] rust: iov: add iov_iter abstractions for ITER_DEST
[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
2025-08-13 8:00 UTC (7+ messages)
` [PATCH v2 3/3] "
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).