messages from 2025-08-14 10:01:26 to 2025-08-16 17:42:23 UTC [more...]
[PATCH v9 0/7] rust: add support for request_irq
2025-08-16 17:42 UTC (8+ messages)
` [PATCH v9 2/7] rust: irq: add flags module
` [PATCH v9 1/7] rust: irq: add irq module
[PATCH v8 0/9] LKMM atomics in Rust
2025-08-16 16:11 UTC (7+ 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 v2 0/2] rust: Add abstractions for applying devicetree overlays
2025-08-16 12:42 UTC (4+ messages)
` [PATCH v2 1/2] rust: kernel: of: Add DeviceNode abstraction
` [PATCH v2 2/2] rust: kernel: of: Add overlay id abstraction
[PATCH] rust: pid_namespace: update AlwaysRefCounted imports from sync::aref
2025-08-16 12:23 UTC
[PATCH] rust: cred: update AlwaysRefCounted import to sync::aref
2025-08-16 11:44 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 v4 0/4] Untrusted Data API
2025-08-16 10:22 UTC (13+ 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] 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 v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
2025-08-15 19:12 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 v1 0/3] rust: make various `alloc` functions `const fn`
2025-08-15 18:01 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 0/4] Rust infrastructure for sg_table and scatterlist
2025-08-15 17:10 UTC (5+ 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] rust: drm: update ARef and AlwaysRefCounted imports from sync::aref
2025-08-15 16:17 UTC
[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: "
[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 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 (11+ messages)
` [PATCH v3 07/11] rust: security: replace `core::mem::zeroed` 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 (4+ messages)
` [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 4/7] rust: fs: update ARef and AlwaysRefCounted imports from sync::aref
2025-08-14 10:11 UTC (2+ messages)
[PATCH RESEND] rust: fs: update ARef and AlwaysRefCounted imports from sync::aref
2025-08-14 10:01 UTC
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).