rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-27 12:14:18 to 2025-02-03 09:10:36 UTC [more...]

[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
 2025-02-03  9:10 UTC  (10+ 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] x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0
 2025-02-03  8:40 UTC 

[PATCH v11 0/3] Add dma coherent allocator abstraction
 2025-02-03  8:37 UTC  (27+ messages)
` [PATCH v11 2/3] rust: add "
` [PATCH v11 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API

[PATCH v8 2/2] rust: add dma coherent allocator abstraction
 2025-02-03  8:17 UTC  (27+ messages)

[PATCH v6 0/3] rust: platform: add Io support
 2025-02-02 22:45 UTC  (9+ messages)
` [PATCH v6 1/3] rust: io: add resource abstraction
` [PATCH v6 2/3] rust: io: mem: add a generic iomem abstraction
` [PATCH v6 3/3] rust: platform: allow ioremap of platform resources

[PATCH v6 00/16] Device / Driver PCI / Platform Rust abstractions
 2025-02-02 22:42 UTC  (6+ messages)
` [PATCH v6 07/16] rust: add `io::{Io, IoRaw}` base types

[PATCH v8] Kunit to check the longest symbol length
 2025-02-02 19:24 UTC 

[PATCH v3] arm: rust: Enable Rust support for ARMv7
 2025-02-02 16:57 UTC  (12+ messages)

[PATCH v7 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-02-02 16:31 UTC  (5+ messages)
` [PATCH v7 1/4] rust: move BStr,CStr Display impls behind method
` [PATCH v7 2/4] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v7 3/4] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v7 4/4] rust: remove core::ffi::CStr reexport

[PATCH v6 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-02-02 14:40 UTC  (9+ messages)
` [PATCH v6 1/4] rust: move BStr,CStr Display impls behind method
` [PATCH v6 2/4] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v6 3/4] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v6 4/4] rust: remove core::ffi::CStr reexport

[PATCH v2] rust: alloc: satisfy `aligned_alloc` requirements
 2025-02-02 11:27 UTC 

[PATCH] rust: alloc: satisfy `aligned_alloc` requirements
 2025-02-01 22:01 UTC  (5+ messages)

[PATCH 1/2] gpu: nova-core: add initial driver stub
 2025-02-01 19:43 UTC  (11+ messages)
` [PATCH 2/2] gpu: nova-core: add initial documentation

[PATCH] rust: use host dylib naming in rusttestlib-kernel
 2025-02-01 17:40 UTC 

[PATCH RFC WIP] rust: remove x86 panicking intrinsics
 2025-02-01 14:39 UTC 

[PATCH v6 0/2] Make the Rust linked list cursor point between elements
 2025-02-01 13:10 UTC  (5+ messages)
` [PATCH v6 1/2] rust: list: extract common code for insertion
` [PATCH v6 2/2] rust: list: make the cursor point between elements

[PATCH v9 0/8] rust: Add IO polling
 2025-02-01 12:16 UTC  (25+ messages)
` [PATCH v9 1/8] sched/core: Add __might_sleep_precision()
` [PATCH v9 2/8] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v9 3/8] rust: time: Introduce Delta type
` [PATCH v9 4/8] rust: time: Introduce Instant type
` [PATCH v9 5/8] rust: time: Add wrapper for fsleep() function
` [PATCH v9 7/8] rust: Add read_poll_timeout functions

[PATCH 2/2] rust/kernel: Add platform::ModuleDevice
 2025-02-01  8:32 UTC  (11+ messages)
` [PATCH] WIP: drivers/base: Add virtual_device_create()

[PATCH 0/4] rust: configfs abstractions
 2025-02-01  6:56 UTC  (7+ messages)
` [PATCH 1/4] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH 2/4] rust: sync: change `<Arc<T> as ForeignOwnable>::PointedTo` to `T`
` [PATCH 3/4] rust: configfs: introduce rust support for configfs
` [PATCH 4/4] MAINTAINERS: add entry for configfs Rust abstractions

[PATCH 0/2] rust/kernel: Add bindings for manually creating devices
 2025-01-31 16:41 UTC  (8+ messages)
` [PATCH 1/2] rust/kernel: Add platform::Device::from_raw()
` [PATCH 2/2] rust/kernel: Add platform::ModuleDevice

[PATCH] rust: sync: create the `get_mut()` function
 2025-01-31 16:15 UTC  (5+ messages)

[PATCH] rust: sync: lock: Add Lock::get_mut()
 2025-01-31 15:59 UTC 

[PATCH v2 0/3] rust: miscdevice: Add additional data to MiscDeviceRegistration
 2025-01-31 15:08 UTC  (4+ messages)
` [PATCH v2 1/3] rust: add UnsafePinned type
` [PATCH v2 2/3] rust: miscdevice: Add additional data to MiscDeviceRegistration
` [PATCH v2 3/3] rust: miscdevice: adjust the rust_misc_device sample to use RegistrationData

[PATCH v2] rust: io: move offset_valid and io_addr(_assert) to IoRaw
 2025-01-31 13:24 UTC  (3+ messages)

[PATCH v1] perf symbol: Add rust v0 demangling support
 2025-01-30 19:35 UTC  (4+ messages)

[PATCH] rust: sync: add accessor for the lock behind a given guard
 2025-01-30 17:14 UTC  (5+ messages)

[PATCH] rust: macros: enable use of hyphens in module names
 2025-01-30 11:51 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] rust: task: make Pid type alias public
 2025-01-30 11:33 UTC  (2+ messages)

[PATCH] rust: sync: add wait_interruptible_freezable
 2025-01-30 11:30 UTC 

[PATCH] rust: kernel: update `container_of` to not require unsafe blocks
 2025-01-30 10:22 UTC  (3+ messages)

[PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer
 2025-01-30  8:50 UTC  (4+ messages)

[PATCH] Add -fzero-init-padding-bits to bindgen_skip_cflags
 2025-01-29 21:50 UTC 

[PATCH RFC] rust: HrTimerMode replacement with bitfield_options macro
 2025-01-29 14:17 UTC  (6+ messages)

[PATCH RFC WIP v2] rust: add bitfield_options macro to create bitfield wrapper types
 2025-01-28 21:24 UTC  (3+ messages)

[PATCH v6] Kunit to check the longest symbol length
 2025-01-28 21:07 UTC  (6+ messages)

[PATCH v2] drm/panic: Better binary encoding in QR code
 2025-01-28 16:52 UTC 

[PATCH] rust: io: move offset_valid and io_addr(_assert) to IoRaw
 2025-01-28 11:11 UTC  (3+ messages)

[PATCH v7] Kunit to check the longest symbol length
 2025-01-28  7:04 UTC 

[GIT PULL] Char/Misc/IIO driver updates for 6.134rc1
 2025-01-28  1:07 UTC  (2+ messages)

[PATCH v2 00/11] kbuild: support building external modules in a separate build directory
 2025-01-27 23:08 UTC  (3+ messages)
` [PATCH v2 05/11] kbuild: change working directory to external module directory with M=

[PATCH 0/3] rust: miscdevice: Add additional data to MiscDeviceRegistration
 2025-01-27 13:42 UTC  (8+ messages)
` [PATCH 2/3] "


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).