messages from 2025-08-14 06:11:55 to 2025-08-15 12:37:15 UTC [more...]
[PATCH 3/7] rust: mm: update ARef and AlwaysRefCounted imports from sync::aref
2025-08-15 12:37 UTC (2+ messages)
[PATCH v9 0/7] rust: add support for request_irq
2025-08-15 12:21 UTC (6+ messages)
` [PATCH v9 2/7] rust: irq: add flags module
` [PATCH v9 1/7] rust: irq: add irq module
[PATCH 00/11] Split sphinx call logic from docs Makefile
2025-08-15 11:50 UTC (3+ 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 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 (6+ messages)
` [PATCH v2 02/19] gpu: nova-core: "
[PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-08-15 10:12 UTC (2+ messages)
[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 v7 0/7] rust/hrtimer: Various hrtimer + time additions
2025-08-15 8:17 UTC (5+ messages)
` [PATCH v7 6/7] rust: time: Add Instant::from_nanos()
` [PATCH v7 3/7] rust: hrtimer: Add HrTimer::raw_forward() and forward()
[PATCH] rust: lib: add if_cfg! macro for conditional compilation
2025-08-15 8:16 UTC (5+ messages)
` [PATCH v2] "
[PATCH v14 0/5] rust: adds Bitmap API, ID pool and bindings
2025-08-15 7:36 UTC (4+ messages)
[PATCH v4 0/4] Untrusted Data API
2025-08-15 7:28 UTC (11+ 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 v2 0/5] rust: add `TryFrom` and `Into` derive macros
2025-08-15 5:32 UTC (6+ messages)
` [PATCH v2 1/5] rust: macros: allow conversion from `&T` to `TokenStream`
` [PATCH v2 2/5] rust: macros: extend custom `quote!()` macro
` [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`
[PATCH v3 00/16] dma-mapping: migrate to physical address-based API
2025-08-15 5:10 UTC (19+ messages)
` [PATCH v3 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v3 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v3 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v3 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v3 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v3 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v3 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v3 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v3 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v3 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v3 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v3 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v3 13/16] mm/hmm: properly take MMIO path
` [PATCH v3 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v3 15/16] block-dma: properly take MMIO path
` [PATCH v3 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH v2 00/19] gpu: nova-core: register!() macro improvements
2025-08-15 4:44 UTC (3+ messages)
[PATCH v6 6/9] modpost: Add modname to mod_device_table alias
2025-08-14 22:17 UTC (6+ messages)
[PATCH v3 00/11] `Zeroable` improvements & bindings integration
2025-08-14 22:01 UTC (22+ 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 0/6] kbuild: enable CONFIG_WERROR for more build steps
2025-08-14 19:11 UTC (10+ 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 v4 00/15] rnull: add configfs, remote completion to rnull
2025-08-14 18:28 UTC (12+ messages)
` [PATCH v4 11/15] rnull: enable configuration via `configfs`
` [PATCH v4 15/15] rnull: add soft-irq completion support
[PATCH v5 0/3] rust: add `ww_mutex` support
2025-08-14 18:22 UTC (10+ messages)
[PATCH v2 00/16] dma-mapping: migrate to physical address-based API
2025-08-14 17:43 UTC (19+ 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 0/2] Add mutex to drm_gem_object.gpuva list
2025-08-14 15:18 UTC (6+ messages)
` [PATCH 1/2] drm_gem: add mutex to drm_gem_object.gpuva
` [PATCH 2/2] panthor: use drm_gem_object.gpuva.lock instead of gpuva_list_lock
[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
2025-08-14 14:14 UTC (9+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
[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 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 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] 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 (4+ messages)
[PATCH v3 00/11] rust: use `core::ffi::CStr` method names
2025-08-14 8:10 UTC (5+ messages)
` [PATCH v3 01/11] drm/panic: "
` [PATCH v3 11/11] rust: acpi: "
[PATCH v9] rust: transmute: Add methods for FromBytes trait
2025-08-14 8:06 UTC (2+ messages)
[PATCH v4 2/4] rust: iov: add iov_iter abstractions for ITER_DEST
2025-08-14 7:57 UTC (3+ messages)
[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
2025-08-14 7:54 UTC (3+ messages)
` [PATCH v3 9/9] rust: device: "
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).