Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2025-01-25 10:19:59 to 2025-02-02 11:27:23 UTC [more...]

[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  (32+ 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 6/8] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH v9 7/8] rust: Add read_poll_timeout functions
` [PATCH v9 8/8] net: phy: qt2025: Wait until PHY becomes ready

[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 v3] arm: rust: Enable Rust support for ARMv7
 2025-02-01  0:58 UTC  (11+ messages)

[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 v8 2/2] rust: add dma coherent allocator abstraction
 2025-01-31 13:54 UTC  (26+ messages)

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

[PATCH v6 0/3] rust: platform: add Io support
 2025-01-31 11:36 UTC  (8+ 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 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 v11 0/3] Add dma coherent allocator abstraction
 2025-01-30 12:00 UTC  (29+ messages)
` [PATCH v11 2/3] rust: add "
` [PATCH v11 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API

[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] "

[PATCH v4 0/2] Make the Rust linked list cursor point between elements
 2025-01-27 10:35 UTC  (4+ messages)
` [PATCH v4 2/2] rust: list: make the "

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

[PATCH v3] rust: kernel: add support for bits/genmask macros
 2025-01-26  0:24 UTC  (2+ messages)

[PATCH RFC WIP] bitflag_options macro_rules implementation
 2025-01-25 20:51 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox