messages from 2025-01-17 17:32:02 to 2025-01-25 10:20:06 UTC [more...]
[PATCH v9 0/8] rust: Add IO polling
2025-01-25 10:18 UTC (2+ messages)
` [PATCH v9 1/8] sched/core: Add __might_sleep_precision()
[PATCH] rust: miscdevice: change how f_ops vtable is constructed
2025-01-24 23:42 UTC (2+ messages)
[PATCH 0/2] rust/kernel: Add bindings for manually creating devices
2025-01-24 21:19 UTC (10+ messages)
` [PATCH 1/2] rust/kernel: Add platform::Device::from_raw()
` [PATCH 2/2] rust/kernel: Add platform::ModuleDevice
[PATCH 0/3] rust: miscdevice: Add additional data to MiscDeviceRegistration
2025-01-24 11:42 UTC (38+ messages)
` [PATCH 1/3] rust: add Aliased type
` [PATCH 2/3] rust: miscdevice: Add additional data to MiscDeviceRegistration
` [PATCH 3/3] rust: miscdevice: adjust the rust_misc_device sample to use RegistrationData
[PATCH v11 0/3] Add dma coherent allocator abstraction
2025-01-24 7:27 UTC (9+ messages)
` [PATCH v11 1/3] rust: error: Add EOVERFLOW
` [PATCH v11 2/3] rust: add dma coherent allocator abstraction
` [PATCH v11 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
[PATCH v8 0/7] rust: Add IO polling
2025-01-24 1:50 UTC (42+ messages)
` [PATCH v8 1/7] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v8 2/7] rust: time: Introduce Delta type
` [PATCH v8 3/7] rust: time: Introduce Instant type
` [PATCH v8 4/7] rust: time: Add wrapper for fsleep function
` [PATCH v8 6/7] rust: Add read_poll_timeout functions
` [PATCH v8 7/7] net: phy: qt2025: Wait until PHY becomes ready
[PATCH v3] arm: rust: Enable Rust support for ARMv7
2025-01-23 22:40 UTC
[PATCH v4 0/2] Make the Rust linked list cursor point between elements
2025-01-23 21:45 UTC (4+ messages)
` [PATCH v4 1/2] rust: list: extract common code for insertion
` [PATCH v4 2/2] rust: list: make the cursor point between elements
[PATCH v2] rust: irq: add support for request_irq()
2025-01-23 17:09 UTC (6+ messages)
[PATCH v10 0/3] Add dma coherent allocator abstraction
2025-01-23 14:19 UTC (10+ messages)
` [PATCH v10 1/3] rust: error: Add EOVERFLOW
` [PATCH v10 2/3] rust: add dma coherent allocator abstraction
` [PATCH v10 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
[PATCH v9 0/3] Add dma coherent allocator abstraction
2025-01-23 13:37 UTC (9+ messages)
` [PATCH v9 1/3] rust: error: Add EOVERFLOW
` [PATCH v9 2/3] rust: add dma coherent allocator abstraction
` [PATCH v9 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
[RFC PATCH] rust: types: extend `Opaque` documentation
2025-01-23 9:39 UTC (3+ messages)
[PATCH v4] rust: error: Extend the Result documentation
2025-01-23 7:10 UTC (6+ messages)
[PATCH v3 0/2] Make the Rust linked list cursor point between elements
2025-01-23 6:40 UTC (4+ messages)
` [PATCH v3 1/2] rust: list: extract common code for insertion
` [PATCH v3 2/2] rust: list: make the cursor point between elements
[PATCH V7 00/16] Rust bindings for cpufreq and OPP core + sample driver
2025-01-23 3:43 UTC (4+ messages)
` [PATCH V7 06/16] rust: Add bindings for cpumask
[PATCH v4 0/4] rust: extend `module!` macro with integer parameter support
2025-01-22 20:06 UTC (4+ messages)
` [PATCH v4 4/4] rust: add parameter support to the `module!` macro
[PATCH] rust: init: use explicit ABI to clean warning in future compilers
2025-01-22 16:38 UTC (5+ messages)
[PATCH] rust: io: move offset_valid and io_addr(_assert) to IoRaw
2025-01-22 15:08 UTC (5+ messages)
[PATCH V7 16/16] DO-NOT_MERGE: cpufreq: Rename cpufreq-dt platdev
2025-01-22 14:38 UTC (4+ messages)
` [PATCH] rust: macros: enable use of hyphens in module names
` [PATCH v2] "
[PATCH v2 0/2] Make the Rust linked list cursor point between elements
2025-01-22 10:02 UTC (7+ messages)
` [PATCH v2 1/2] rust: list: extract common code for insertion
` [PATCH v2 2/2] rust: list: make the cursor point between elements
[PATCH] rust: Do not export generated KASAN ODR symbols
2025-01-22 9:11 UTC (3+ messages)
[GIT PULL] Rust for 6.14
2025-01-22 2:06 UTC (2+ messages)
[PATCH v3] rust: kernel: add support for bits/genmask macros
2025-01-21 18:00 UTC (3+ messages)
[PATCH v6 00/14] hrtimer Rust API
2025-01-21 13:33 UTC (3+ messages)
` [PATCH v6 02/14] rust: hrtimer: introduce hrtimer support
[PATCH] rust: list: make the cursor point between elements
2025-01-21 7:55 UTC (5+ messages)
[PATCH] drm/panic: fix compilation issue on ARM
2025-01-20 22:45 UTC (5+ messages)
[PATCH v2 0/5] Rust LED Driver Abstractions and Lenovo SE10 Driver with DMI and I/O Port Support
2025-01-20 14:18 UTC (11+ messages)
` [PATCH v2 3/5] rust: leds: Add hardware trigger support for hardware-controlled LEDs
` [PATCH v2 5/5] leds: leds_lenovo_se10: LED driver for Lenovo SE10 platform
[PATCH v12 0/8] Rust support for mm_struct, vm_area_struct, and mmap
2025-01-20 13:58 UTC (15+ messages)
` [PATCH v12 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v12 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v12 3/8] mm: rust: add vm_insert_page
` [PATCH v12 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v12 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v12 7/8] rust: miscdevice: add mmap support
` [PATCH v12 8/8] task: rust: rework how current is accessed
[PATCH v7 00/16] Device / Driver PCI / Platform Rust abstractions
2025-01-20 12:54 UTC (4+ messages)
` [PATCH v7 07/16] rust: add `io::{Io, IoRaw}` base types
[PATCH v3] rust: error: Extend the Result documentation
2025-01-20 10:22 UTC (3+ messages)
[PATCH] rust: device: Replace CString with CStr in property_present()
2025-01-20 5:05 UTC (4+ messages)
[PATCH] rust: irq: add support for request_irq()
2025-01-19 17:50 UTC (9+ messages)
[PATCH v8 4/7] rust: time: Add wrapper for fsleep function
2025-01-18 7:57 UTC (4+ messages)
[PATCH v13 0/5] Extended MODVERSIONS Support
2025-01-17 23:53 UTC (7+ messages)
` [PATCH v13 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[PATCH v8 2/2] rust: add dma coherent allocator abstraction
2025-01-17 19:10 UTC (12+ messages)
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).