messages from 2025-02-17 18:24:50 to 2025-02-20 07:10:29 UTC [more...]
[PATCH v11 0/8] rust: Add IO polling
2025-02-20 7:06 UTC (3+ messages)
` [PATCH v11 1/8] sched/core: Add __might_sleep_precision()
` [PATCH v11 2/8] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
Rust kernel policy
2025-02-20 6:53 UTC (64+ messages)
[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
2025-02-20 6:23 UTC (29+ messages)
` [PATCH RFC 1/3] rust: add useful ops for u64
` [PATCH RFC 2/3] rust: make ETIMEDOUT error available
[PATCH] rust: regulator: add a bare minimum regulator abstraction
2025-02-20 1:37 UTC (6+ messages)
[PATCH v8] Kunit to check the longest symbol length
2025-02-19 23:10 UTC (4+ messages)
[PATCH v3 0/4] implement `kernel::sync::Refcount` and convert users
2025-02-19 22:53 UTC (10+ messages)
` [PATCH v3 1/4] rust: implement `kernel::sync::Refcount`
` [PATCH v3 2/4] rust: convert `Arc` to use `Refcount`
` [PATCH v3 3/4] rust: block: convert `block::mq` "
` [PATCH v3 4/4] MAINTAINERS: update atomic infrastructure entry to include Rust
[PATCH v2] kbuild, rust: use -fremap-path-prefix to make paths relative
2025-02-19 21:22 UTC
[PATCH net v2] net: phy: qt2025: Fix hardware revision check comment
2025-02-19 20:34 UTC (3+ messages)
[PATCH] rust: miscdevice: change how f_ops vtable is constructed
2025-02-19 15:58 UTC (2+ messages)
[PATCH v8 2/2] rust: add dma coherent allocator abstraction
2025-02-19 15:03 UTC (7+ messages)
` On community influencing (was Re: [PATCH v8 2/2] rust: add dma coherent allocator abstraction.)
[PATCH v8 00/14] hrtimer Rust API
2025-02-19 14:53 UTC (18+ messages)
` [PATCH v8 01/14] rust: time: Add Ktime::from_ns()
` [PATCH v8 02/14] rust: hrtimer: introduce hrtimer support
` [PATCH v8 03/14] rust: sync: add `Arc::as_ptr`
` [PATCH v8 04/14] rust: hrtimer: implement `HrTimerPointer` for `Arc`
` [PATCH v8 05/14] rust: hrtimer: allow timer restart from timer handler
` [PATCH v8 06/14] rust: hrtimer: add `UnsafeHrTimerPointer`
` [PATCH v8 07/14] rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
` [PATCH v8 08/14] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
` [PATCH v8 09/14] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
` [PATCH v8 10/14] rust: alloc: add `Box::into_pin`
` [PATCH v8 11/14] rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
` [PATCH v8 12/14] rust: hrtimer: add `HrTimerMode`
` [PATCH v8 13/14] rust: hrtimer: add clocksource selection through `ClockSource`
` [PATCH v8 14/14] rust: hrtimer: add maintainer entry
[PATCH v8 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-02-19 14:32 UTC (4+ messages)
[PATCH] net: phy: qt2025: Fix hardware revision check comment
2025-02-19 13:14 UTC (5+ messages)
[PATCH v2 1/2] rust: types: `Opaque` doc: Add some intra doc linkage
2025-02-19 10:54 UTC (5+ messages)
` [PATCH v2 2/2] rust: types: `Opaque` doc: Add some destructor description
[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
2025-02-19 9:24 UTC (23+ messages)
` [PATCH 1/6] rust: types: Add Ownable/Owned types
` [PATCH 2/6] rust: page: Convert to Ownable
` [PATCH 3/6] rust: page: Make with_page_mapped() and with_pointer_into_page() public
` [PATCH 4/6] rust: addr: Add a module to declare core address types
` [PATCH 5/6] rust: page: Add physical address conversion functions
` [PATCH 6/6] rust: page: Make Page::as_ptr() pub(crate)
[PATCH v10 6/8] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
2025-02-19 6:26 UTC (4+ messages)
[PATCH v17 0/3] rust: xarray: Add a minimal abstraction for XArray
2025-02-18 15:24 UTC (6+ messages)
` [PATCH v17 1/3] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v17 2/3] rust: xarray: Add an abstraction for XArray
` [PATCH v17 3/3] MAINTAINERS: add entry for Rust XArray API
[PATCH v6 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
2025-02-18 14:51 UTC (12+ messages)
` [PATCH v6 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v6 3/3] rust: kunit: allow to know if we are in a test
[PATCH v6 0/6] rust: extend `module!` macro with integer parameter support
2025-02-18 13:13 UTC (13+ messages)
` [PATCH v6 2/6] rust: str: implement `Index` for `BStr`
` [PATCH v6 5/6] rust: str: add radix prefixed integer parsing functions
[PATCH v2 0/3] rust: configfs abstractions
2025-02-18 13:10 UTC (12+ messages)
` [PATCH v2 2/3] rust: configfs: introduce rust support for configfs
[PATCH v7 0/6] rust: extend `module!` macro with integer parameter support
2025-02-18 13:00 UTC (7+ messages)
` [PATCH v7 1/6] rust: str: implement `PartialEq` for `BStr`
` [PATCH v7 2/6] rust: str: implement `Index` "
` [PATCH v7 3/6] rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
` [PATCH v7 4/6] rust: str: implement `strip_prefix` for `BStr`
` [PATCH v7 5/6] rust: str: add radix prefixed integer parsing functions
` [PATCH v7 6/6] rust: add parameter support to the `module!` macro
[PATCH v3 0/4] rust: configfs abstractions
2025-02-18 12:57 UTC (5+ messages)
` [PATCH v3 1/4] rust: sync: change `<Arc<T> as ForeignOwnable>::PointedTo` to `T`
` [PATCH v3 2/4] rust: configfs: introduce rust support for configfs
` [PATCH v3 3/4] rust: configfs: add a sample demonstrating configfs usage
` [PATCH v3 4/4] MAINTAINERS: add entry for configfs Rust abstractions
[PATCH v11 0/3] Add dma coherent allocator abstraction
2025-02-18 12:44 UTC (7+ messages)
` [PATCH v11 2/3] rust: add "
[PATCH] rust: types: extend `Opaque` documentation
2025-02-18 10:10 UTC (3+ messages)
` AW: "
[PATCH v16 0/4] rust: xarray: Add a minimal abstraction for XArray
2025-02-18 8:59 UTC (14+ messages)
` [PATCH v16 2/4] rust: types: add `ForeignOwnable::PointedTo`
[PATCH] rust: io: rename `io::Io` accessors
2025-02-18 7:57 UTC (6+ messages)
[PATCH 1/2] rust: fix clippy::too-long-first-doc-paragraph
2025-02-17 22:49 UTC (4+ messages)
` [PATCH 2/2] rust: enable `too-long-first-doc-paragraph` clippy lint
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).