messages from 2025-08-05 13:50:30 to 2025-08-11 00:32:55 UTC [more...]
[PATCH v8 0/6] rust: add support for request_irq
2025-08-11 0:32 UTC (3+ messages)
` [PATCH v8 1/6] rust: irq: add irq module
` [PATCH v8 2/6] rust: irq: add flags module
[RFC PATCH v2 0/4] rust: miscdevice: abstraction for uring-cmd
2025-08-10 20:06 UTC (29+ messages)
` [RFC PATCH v2 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v2 3/4] rust: miscdevice: add uring_cmd() for MiscDevice trait
` [RFC PATCH v2 4/4] samples: rust: rust_misc_device: add uring_cmd example
[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
2025-08-10 17:02 UTC (33+ messages)
` [PATCH v1 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v1 02/16] iommu/dma: handle MMIO path in dma_iova_link
` [PATCH v1 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v1 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v1 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v1 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v1 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v1 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v1 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v1 13/16] mm/hmm: properly take MMIO path
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH 1/7] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
2025-08-10 11:42 UTC (3+ 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 (11+ 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 v5 0/5] implement `kernel::sync::Refcount` and convert users
2025-08-09 8:21 UTC (9+ 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] 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 (10+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] samples: rust: add sample code for "
[PATCH v4] rust: kernel: introduce `unsafe_precondition_assert!` macro
2025-08-08 19:17 UTC
[PATCH v3 0/7] BorrowedPage, IntoPageIter and VmallocPageIter
2025-08-08 18:10 UTC (8+ 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 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 (21+ messages)
` [PATCH v2 1/6] rust: page: implement BorrowedPage
` [PATCH v2 2/6] rust: page: define PageOwner trait
` [PATCH v2 3/6] rust: alloc: vmalloc: implement Vmalloc::to_page()
` [PATCH v2 4/6] rust: alloc: layout: implement ArrayLayout::size()
` [PATCH v2 5/6] rust: alloc: kbox: implement PageOwner for VBox
` [PATCH v2 6/6] rust: alloc: kvec: implement PageOwner for VVec
[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)
[PATCH 0/3] Add Rust abstraction for Maple Trees
2025-08-08 8:37 UTC (15+ messages)
` [PATCH 1/3] rust: maple_tree: add MapleTree
` [PATCH 2/3] rust: maple_tree: add MapleTree::lock() and load()
` [PATCH 3/3] rust: maple_tree: add MapleTreeAlloc
[PATCH v6 0/7] rust/hrtimer: Various hrtimer + time additions
2025-08-08 8:26 UTC (14+ messages)
` [PATCH v6 3/7] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v6 4/7] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
` [PATCH v6 5/7] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
` [PATCH v6 6/7] rust: time: Add Instant::from_nanos()
` [PATCH v6 7/7] rust: hrtimer: Add HrTimer::expires()
[PATCH v3 RESEND 0/3] Initial work for Rust abstraction for HID device driver development
2025-08-08 6:13 UTC (4+ messages)
` [PATCH v3 RESEND 1/3] HID: core: Change hid_driver to use a const char* for name
` [PATCH v3 RESEND 2/3] rust: core abstractions for HID drivers
` [PATCH v3 RESEND 3/3] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver
[PATCH] rust: sync: extend module documentation of aref
2025-08-08 3:20 UTC (2+ messages)
[PATCH] gpu: nova-core: falcon: align DMA transfers to 256 bytes
2025-08-08 3:08 UTC
[PATCH 0/2] gpu: nova-core: vbios: simplify device use
2025-08-08 2:46 UTC (3+ messages)
` [PATCH 1/2] gpu: nova-core: vbios: replace pci::Device with device::Device
` [PATCH 2/2] gpu: nova-core: vbios: store reference to Device where relevant
[PATCH 0/2] Arithmetic ops for Instant/Delta
2025-08-07 12:44 UTC (10+ messages)
` [PATCH 2/2] rust: time: Implement basic arithmetic operations for Delta
[PATCH v3 00/16] rnull: add configfs, remote completion to rnull
2025-08-07 9:57 UTC (45+ messages)
` [PATCH v3 01/16] rust: str: normalize imports in `str.rs`
` [PATCH v3 02/16] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v3 03/16] rust: str: expose `str::Formatter::new` publicly
` [PATCH v3 04/16] rust: str: make `RawFormatter::bytes_written` public
` [PATCH v3 05/16] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v3 06/16] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v3 07/16] rust: block: use `NullTerminatedFormatter`
` [PATCH v3 08/16] rust: block: remove `RawWriter`
` [PATCH v3 09/16] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v3 10/16] rust: block: add block related constants
` [PATCH v3 11/16] rnull: move driver to separate directory
` [PATCH v3 12/16] rnull: enable configuration via `configfs`
` [PATCH v3 13/16] rust: block: add `GenDisk` private data support
[PATCH v3 3/3] samples: rust: add Rust I2C sample driver
2025-08-07 8:42 UTC (2+ messages)
[PATCH v3] rust: lock: Export Guard::do_unlocked()
2025-08-06 19:57 UTC (3+ messages)
[PATCH v5 0/3] rust: add `ww_mutex` support
2025-08-06 19:30 UTC (25+ messages)
` [PATCH v5 2/3] implement ww_mutex abstraction for the Rust tree
[PATCH v15 0/4] support large align and nid in Rust allocators
2025-08-06 12:55 UTC (5+ messages)
` [PATCH v15 1/4] :mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v15 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v15 3/4] rust: add support for NUMA ids in allocations
` [PATCH v15 4/4] rust: support large alignments "
[PATCH v12 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-08-06 12:49 UTC (5+ messages)
` [PATCH v12 3/3] rust: pwm: Add complete abstraction layer
[PATCH v13 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-08-06 7:42 UTC (8+ messages)
` [PATCH v13 1/7] pwm: Export `pwmchip_release` for external use
` [PATCH v13 2/7] rust: pwm: Add Kconfig and basic data structures
` [PATCH v13 3/7] rust: pwm: Add complete abstraction layer
` [PATCH v13 4/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
` [PATCH v13 5/7] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
` [PATCH v13 6/7] riscv: dts: thead: Add PWM controller node
` [PATCH v13 7/7] riscv: dts: thead: Add PWM fan and thermal control
[PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-08-06 5:56 UTC (3+ messages)
[PATCH 0/3] rust: add `num` module
2025-08-06 5:02 UTC (11+ messages)
` [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type
[PATCH v2 0/4] rust: add `Alignment` type
2025-08-05 19:26 UTC (8+ messages)
` [PATCH v2 2/4] "
[PATCH] rust: page: implement BorrowedPage
2025-08-05 17:18 UTC (6+ messages)
[PATCH v3 0/2] Rust abstractions for Device & Firmware
2025-08-05 17:12 UTC (4+ messages)
` [PATCH v3 2/2] rust: add firmware abstractions
[PATCH v11 0/8] rust: Add IO polling
2025-08-05 14:19 UTC (10+ messages)
` [PATCH v11 7/8] rust: Add read_poll_timeout functions
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).