public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-14 18:44:58 to 2025-01-22 02:05:56 UTC [more...]

[GIT PULL] Rust for 6.14
 2025-01-22  2:06 UTC  (2+ messages)

[PATCH] rust: Do not export generated KASAN ODR symbols
 2025-01-22  0:14 UTC 

[PATCH] rust: init: use explicit ABI to clean warning in future compilers
 2025-01-21 21:47 UTC  (2+ messages)

[PATCH v2 0/2] Make the Rust linked list cursor point between elements
 2025-01-21 21:15 UTC  (6+ 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 v9 0/3] Add dma coherent allocator abstraction
 2025-01-21 19:56 UTC  (8+ 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

[PATCH v10 0/3] Add dma coherent allocator abstraction
 2025-01-21 19:14 UTC  (4+ 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 v3] rust: kernel: add support for bits/genmask macros
 2025-01-21 18:00 UTC  (3+ messages)

[PATCH 0/3] rust: miscdevice: Add additional data to MiscDeviceRegistration
 2025-01-21 15:40 UTC  (12+ 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 v6 00/14] hrtimer Rust API
 2025-01-21 13:33 UTC  (18+ messages)
` [PATCH v6 01/14] rust: time: Add Ktime::from_ns()
` [PATCH v6 02/14] rust: hrtimer: introduce hrtimer support
` [PATCH v6 03/14] rust: sync: add `Arc::as_ptr`
` [PATCH v6 05/14] rust: hrtimer: allow timer restart from timer handler

[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  (17+ 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 5/8] mm: rust: add mmput_async support
` [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  (8+ messages)
` [PATCH v7 07/16] rust: add `io::{Io, IoRaw}` base types
` [PATCH v7 08/16] rust: add devres abstraction

[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  (7+ messages)
` [PATCH] rust: device: Use as_char_ptr() to avoid explicit cast

[PATCH] rust: irq: add support for request_irq()
 2025-01-19 17:50 UTC  (16+ messages)

[PATCH v8 0/7] rust: Add IO polling
 2025-01-18 12:19 UTC  (38+ 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 5/7] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH v8 6/7] rust: Add read_poll_timeout functions
` [PATCH v8 7/7] net: phy: qt2025: Wait until PHY becomes ready

[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 0/2] Add dma coherent allocator abstraction
 2025-01-17 19:10 UTC  (15+ messages)
` [PATCH v8 2/2] rust: add "

[PATCH] rust: miscdevice: change how f_ops vtable is constructed
 2025-01-17 14:22 UTC 

[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-01-17 12:47 UTC  (31+ messages)
  ` [PATCH v11 3/8] mm: rust: add vm_insert_page
  ` [PATCH v11 4/8] mm: rust: add lock_vma_under_rcu
  ` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
  ` [PATCH v11 8/8] task: rust: rework how current is accessed
  ` [PATCH v11 1/8] mm: rust: add abstraction for struct mm_struct

[PATCH RESEND v5 0/3] rust: platform: add Io support
 2025-01-16 21:24 UTC  (7+ messages)
` [PATCH RESEND v5 1/3] rust: io: add resource abstraction
` [PATCH RESEND v5 2/3] rust: io: mem: add a generic iomem abstraction
` [PATCH RESEND v5 3/3] rust: platform: allow ioremap of platform resources

[PATCH v3] rust: platform: add Io support
 2025-01-16 11:26 UTC  (3+ messages)
` [PATCH v4 1/3] rust: io: add resource abstraction

[PATCH V7 00/16] Rust bindings for cpufreq and OPP core + sample driver
 2025-01-16  9:17 UTC  (15+ messages)
` [PATCH V7 03/16] rust: cpu: Add from_cpu()
` [PATCH V7 04/16] rust: device: Add property_present()

[PATCH v4 0/4] rust: extend `module!` macro with integer parameter support
 2025-01-15 19:42 UTC  (7+ messages)
` [PATCH v4 1/4] rust: str: implement `PartialEq` for `BStr`
` [PATCH v4 2/4] rust: str: implement `strip_prefix` "
` [PATCH v4 3/4] rust: str: add radix prefixed integer parsing functions

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2025-01-15 19:25 UTC  (2+ messages)

[PATCH v2 0/3] implement `kernel::sync::Refcount` and convert users
 2025-01-15 19:01 UTC  (6+ messages)
` [PATCH v2 2/3] rust: convert `Arc` to use `Refcount`

[PATCH] rust: sync: add #[must_use] to Lock::try_lock
 2025-01-15 18:12 UTC  (4+ messages)
` [PATCH v6] "

[PATCH v3] kbuild: rust: add PROCMACROLDFLAGS
 2025-01-15 15:25 UTC  (8+ messages)

[PATCH v2] rust: error: Extend the Result documentation
 2025-01-15 12:27 UTC  (2+ messages)

[PATCH v11 2/8] mm: rust: add vm_area_struct methods that require read access
 2025-01-15 11:04 UTC  (11+ messages)

[PATCH v2] docs: rust: Add error handling sections
 2025-01-15  6:25 UTC 

[WIP RFC v2 00/35] Rust bindings for KMS + RVKMS
 2025-01-14 18:54 UTC  (5+ messages)
` [WIP RFC v2 01/35] WIP: rust/drm: Add fourcc bindings


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