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

[PATCH v1] perf symbol: Add rust v0 demangling support
 2025-02-05 12:59 UTC  (4+ messages)

[PATCH v2 1/1] checkpatch: strip comments fix
 2025-02-05 12:55 UTC  (2+ messages)

[PATCH] rust: printing macros sample: add missing newlines
 2025-02-05 12:52 UTC  (4+ messages)

[PATCH] drm/panthor: Convert IOCTL defines to an enum
 2025-02-05 12:51 UTC  (4+ messages)

[PATCH v2 0/5] Driver core: Add faux bus devices
 2025-02-05 12:27 UTC  (26+ messages)
` [PATCH v2 1/5] driver core: add a faux bus for use when a simple device/bus is needed
` [PATCH v2 2/5] regulator: dummy: convert to use the faux bus
` [PATCH v2 3/5] USB: phy: convert usb_phy_generic logic to use a faux device
` [PATCH v2 4/5] x86/microcode: move away from using a fake platform device
` [PATCH v2 5/5] wifi: cfg80211: "

[PATCH] rust: sync: add wait_interruptible_freezable
 2025-02-05 12:15 UTC  (7+ messages)

[PATCH v13 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-02-05 12:10 UTC  (17+ messages)
` [PATCH v13 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v13 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v13 3/8] mm: rust: add vm_insert_page
` [PATCH v13 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v13 5/8] mm: rust: add mmput_async support
` [PATCH v13 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v13 7/8] rust: miscdevice: add mmap support
` [PATCH v13 8/8] task: rust: rework how current is accessed

[PATCH v2] rust: sync: add accessor for the lock behind a given guard
 2025-02-05 10:54 UTC 

[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
 2025-02-05  7:40 UTC  (44+ 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 v8 0/2] Add dma coherent allocator abstraction
 2025-02-05  2:41 UTC  (4+ messages)
` [PATCH v8 2/2] rust: add "

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

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

Rust for Linux Open Meeting
 2025-02-04 15:17 UTC  (9+ messages)
  ` No Open Meeting at Nov 15
    ` Open Meeting at Jan 24
      ` Open Meeting at March 27
        ` Open Meeting at May 29
          ` Open Meeting at Aug 7
            ` Open Meeting at Dec 11
              ` Open Meeting at Feb 5

[PATCH] rust: sync: add accessor for the lock behind a given guard
 2025-02-04 14:47 UTC  (6+ messages)

[PATCH v2] rust: sync: add wait_interruptible_freezable
 2025-02-04 13:43 UTC 

[PATCH v5 0/5] rust: extend `module!` macro with integer parameter support
 2025-02-04 12:50 UTC  (7+ messages)
` [PATCH v5 1/5] rust: str: implement `PartialEq` for `BStr`
` [PATCH v5 2/5] rust: str: implement `Index` "
` [PATCH v5 3/5] rust: str: implement `strip_prefix` "
` [PATCH v5 4/5] rust: str: add radix prefixed integer parsing functions
` [PATCH v5 5/5] rust: add parameter support to the `module!` macro

[PATCH v4 0/3] rust: Add pr_*_once macros
 2025-02-04 11:11 UTC  (3+ messages)
  ` [PATCH v4 1/3] rust: Add `OnceLite` for executing code once

[PATCH 0/3] Driver core: faux bus
 2025-02-04 10:49 UTC  (23+ messages)
` [PATCH 1/3] driver core: add a faux bus for use when a simple device/bus is needed
` [PATCH 2/3] regulator: dummy: convert to use the faux bus
` [PATCH 3/3] USB: phy: convert usb_phy_generic logic to use a faux device

[PATCH v6 00/14] hrtimer Rust API
 2025-02-04  9:56 UTC  (10+ messages)
` [PATCH v6 02/14] rust: hrtimer: introduce hrtimer support
` [PATCH v6 03/14] rust: sync: add `Arc::as_ptr`

[PATCH v4 0/4] rust: extend `module!` macro with integer parameter support
 2025-02-04  9:51 UTC  (4+ messages)
` [PATCH v4 3/4] rust: str: add radix prefixed integer parsing functions

[PATCH 2/2] rust/kernel: Add platform::ModuleDevice
 2025-02-04  6:05 UTC  (18+ messages)
` [PATCH] WIP: drivers/base: Add virtual_device_create()
          ` [RFC] driver core: add a virtual bus for use when a simple device/bus is needed

[PATCH v8 2/2] rust: add dma coherent allocator abstraction
 2025-02-04  5:29 UTC  (22+ messages)

[PATCH 1/1 RESEND] checkpatch: add warning for pr_* and dev_* macros without a trailing newline
 2025-02-03 21:57 UTC  (2+ messages)

[PATCH] gendwarfksyms: Add a separate pass to resolve FQNs
 2025-02-03 21:26 UTC 

[PATCH] rust: sync: lock: Add Lock::get_mut()
 2025-02-03 17:55 UTC  (3+ messages)

[PATCH v7 00/14] hrtimer Rust API
 2025-02-03 15:08 UTC  (15+ messages)
` [PATCH v7 01/14] rust: time: Add Ktime::from_ns()
` [PATCH v7 02/14] rust: hrtimer: introduce hrtimer support
` [PATCH v7 03/14] rust: sync: add `Arc::as_ptr`
` [PATCH v7 04/14] rust: hrtimer: implement `HrTimerPointer` for `Arc`
` [PATCH v7 05/14] rust: hrtimer: allow timer restart from timer handler
` [PATCH v7 06/14] rust: hrtimer: add `UnsafeHrTimerPointer`
` [PATCH v7 07/14] rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
` [PATCH v7 08/14] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
` [PATCH v7 09/14] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
` [PATCH v7 10/14] rust: alloc: add `Box::into_pin`
` [PATCH v7 11/14] rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
` [PATCH v7 12/14] rust: hrtimer: add `HrTimerMode`
` [PATCH v7 13/14] rust: hrtimer: add clocksource selection through `ClockSource`
` [PATCH v7 14/14] rust: hrtimer: add maintainer entry

Audio & Video Transcription / Translation Service at 70 cents/min
 2025-02-02 11:49 UTC 

[PATCH v6 0/3] rust: platform: add Io support
 2025-02-03 14:14 UTC  (6+ messages)
` [PATCH v6 2/3] rust: io: mem: add a generic iomem abstraction

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


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