public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-26 16:41:22 to 2024-12-04 18:55:51 UTC [more...]

Rust for Linux Open Meeting
 2024-12-04 18:55 UTC  (8+ 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

[PATCH 1/2] samples: rust: Provide example using the new Rust MiscDevice abstraction
 2024-12-04 18:25 UTC  (4+ messages)
` [PATCH 2/2] sample: rust_misc_device: Demonstrate additional get/set value functionality

[PATCH] block: rnull: Initialize the module in place
 2024-12-04 16:33 UTC  (3+ messages)

[PATCH v6 00/18] Implement DWARF modversions
 2024-12-04 14:13 UTC  (17+ messages)
` [PATCH v6 01/18] tools: Add gendwarfksyms
` [PATCH v6 02/18] gendwarfksyms: Add address matching
` [PATCH v6 09/18] gendwarfksyms: Limit structure expansion
` [PATCH v6 11/18] gendwarfksyms: Add symtypes output
` [PATCH v6 12/18] gendwarfksyms: Add symbol versioning
` [PATCH v6 17/18] kbuild: Add gendwarfksyms as an alternative to genksyms

[PATCH v3 00/13] hrtimer Rust API
 2024-12-04 13:41 UTC  (6+ messages)
` [PATCH v3 04/13] rust: hrtimer: implement `TimerPointer` for `Arc`

[PATCH v4 00/11] rust: bindings: Auto-generate inline static functions
 2024-12-04 13:13 UTC  (3+ messages)

[PATCH v11 0/2] rust: xarray: Add a minimal abstraction for XArray
 2024-12-04 13:04 UTC  (4+ messages)
` [PATCH v11 1/2] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v11 2/2] rust: xarray: Add an abstraction for XArray

[PATCH] rust: alloc: Add doctest for `ArrayLayout`
 2024-12-04 11:57 UTC  (6+ messages)

[PATCH v3] kbuild: rust: add PROCMACROLDFLAGS
 2024-12-03 23:25 UTC  (3+ messages)

[WIP RFC v2 00/35] Rust bindings for KMS + RVKMS
 2024-12-03 22:41 UTC  (67+ messages)
` [WIP RFC v2 01/35] WIP: rust/drm: Add fourcc bindings
` [WIP RFC v2 02/35] WIP: rust: drm: Add traits for registering KMS devices
` [WIP RFC v2 03/35] rust: drm/kms/fbdev: Add FbdevShmem
` [WIP RFC v2 04/35] rust: drm/kms: Introduce the main ModeConfigObject traits
` [WIP RFC v2 05/35] rust: drm/kms: Add bindings for drm_connector
` [WIP RFC v2 06/35] rust: drm/kms: Add drm_plane bindings
` [WIP RFC v2 07/35] WIP: rust: drm/kms: Add drm_crtc bindings
` [WIP RFC v2 09/35] WIP: rust: drm/kms: Add Connector.attach_encoder()
` [WIP RFC v2 10/35] rust: drm/kms: Add DriverConnector::get_mode callback
` [WIP RFC v2 11/35] rust: drm/kms: Add ConnectorGuard::add_modes_noedid()
` [WIP RFC v2 12/35] rust: drm/kms: Add ConnectorGuard::set_preferred_mode
` [WIP RFC v2 13/35] WIP: rust: drm/kms: Add OpaqueConnector and OpaqueConnectorState
` [WIP RFC v2 14/35] WIP: rust: drm/kms: Add OpaqueCrtc and OpaqueCrtcState
` [WIP RFC v2 15/35] WIP: rust: drm/kms: Add OpaquePlane and OpaquePlaneState
` [WIP RFC v2 16/35] rust: drm/kms: Add RawConnector and RawConnectorState
` [WIP RFC v2 17/35] rust: drm/kms: Add RawCrtc and RawCrtcState
` [WIP RFC v2 18/35] rust: drm/kms: Add RawPlane and RawPlaneState
` [WIP RFC v2 19/35] WIP: rust: drm/kms: Add OpaqueEncoder
` [WIP RFC v2 20/35] WIP: rust: drm/kms: Add drm_atomic_state bindings
` [WIP RFC v2 21/35] rust: drm/kms: Introduce DriverCrtc::atomic_check()
` [WIP RFC v2 22/35] rust: drm/kms: Add DriverPlane::atomic_update()
` [WIP RFC v2 23/35] rust: drm/kms: Add DriverPlane::atomic_check()
` [WIP RFC v2 24/35] rust: drm/kms: Add RawCrtcState::active()
` [WIP RFC v2 25/35] rust: drm/kms: Add RawPlaneState::crtc()
` [WIP RFC v2 26/35] WIP: rust: drm/kms: Add RawPlaneState::atomic_helper_check()
` [WIP RFC v2 27/35] rust: drm/kms: Add drm_framebuffer bindings
` [WIP RFC v2 28/35] rust: drm/kms: Add RawPlane::framebuffer()
` [WIP RFC v2 29/35] rust: drm/kms: Add DriverCrtc::atomic_begin() and atomic_flush()
` [WIP RFC v2 30/35] rust: drm/kms: Add DriverCrtc::atomic_enable() and atomic_disable()
` [WIP RFC v2 31/35] rust: drm: Add Device::event_lock()
` [WIP RFC v2 32/35] rust: drm/kms: Add Device::num_crtcs()

[PATCH] rust: use derive(CoercePointee) on rustc >= 1.83.0
 2024-12-03 20:47 UTC  (4+ messages)
  `  "
    ` [PATCH v2] "

[PATCH v2] rust: add safety comment in workqueue traits
 2024-12-03 20:48 UTC  (2+ messages)

[RFC 0/5] locking: Start watching Rust locking primitives
 2024-12-03 20:04 UTC  (8+ messages)
` [RFC 1/5] locking: MAINTAINERS: "
` [RFC 2/5] rust: sync: Add Lock::from_raw() for Lock<(), B>
` [RFC 3/5] rust: sync: Make Guard::new() public
` [RFC 4/5] rust: sync: Add MutexGuard type alias
` [RFC 5/5] rust: sync: Add SpinLockGuard "

[PATCH v5 0/2] Add dma coherent allocator abstraction
 2024-12-03 17:07 UTC  (3+ messages)
` [PATCH v5 1/2] rust: error: Add EOVERFLOW
` [PATCH v5 2/2] rust: add dma coherent allocator abstraction

[PATCH v2] rust: sync: document `PhantomData` in `Arc`
 2024-12-03 17:05 UTC  (3+ messages)

[PATCH RESEND v6] rust: use host dylib naming convention
 2024-12-03 17:03 UTC  (2+ messages)

[PATCH v10 0/2] rust: xarray: Add a minimal abstraction for XArray
 2024-12-03 16:01 UTC  (12+ messages)
  ` [PATCH v10 1/2] rust: types: add `ForeignOwnable::PointedTo`
  ` [PATCH v10 2/2] rust: xarray: Add an abstraction for XArray

[PATCH] block: rnull: add missing MODULE_DESCRIPTION
 2024-12-03 13:42 UTC  (4+ messages)

[PATCH] rust: miscdevice: add fops->show_fdinfo() hook
 2024-12-03 12:34 UTC 

[PATCH] rust: miscdevice: access file in fops
 2024-12-03 12:32 UTC 

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-12-03 10:58 UTC  (22+ messages)
` [PATCH v3 07/16] rust: add `Revocable` type
` [PATCH v3 10/16] rust: add devres abstraction
` [PATCH v3 15/16] rust: platform: add basic platform device / driver abstractions

[PATCH v3 0/2] rust: page: Add support for existing struct page mappings
 2024-12-03  9:08 UTC  (9+ messages)

[PATCH] rust: introduce KVec::pop()
 2024-12-03  2:55 UTC  (8+ messages)

[PATCH v2] rust: add safety comment in rust_fmt_argument
 2024-12-01 15:37 UTC  (5+ messages)

[PATCH v4 0/3] rust: Add pr_*_once macros
 2024-11-30 18:18 UTC  (15+ messages)
` [PATCH v4 1/3] rust: Add `OnceLite` for executing code once
` [PATCH v4 2/3] rust: print: Add pr_*_once macros
` [PATCH v4 3/3] rust: error: Replace pr_warn by pr_warn_once

[PATCH 00/23] kbuild: support building external modules in a separate build directory
 2024-11-30  9:19 UTC  (4+ messages)
` [PATCH 21/23] kbuild: use absolute path in the generated wrapper Makefile

[GIT PULL] tracing: More updates for 6.13
 2024-11-29 23:08 UTC  (11+ messages)

[GIT PULL] Char/Misc/IIO driver changes for 6.13-rc1
 2024-11-29 20:31 UTC  (3+ messages)

[PATCH v10 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-29 16:32 UTC  (9+ messages)
` [PATCH v10 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v10 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v10 3/8] mm: rust: add vm_insert_page
` [PATCH v10 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v10 5/8] mm: rust: add mmput_async support
` [PATCH v10 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v10 7/8] rust: miscdevice: add mmap support
` [PATCH v10 8/8] task: rust: rework how current is accessed

[RFC PATCH 0/2] rust: Zeroable: allow struct update syntax outside init macros
 2024-11-29 13:42 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] rust: block/mq: replace mem::zeroed() with Zeroable trait

[PATCH v9 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-29 11:58 UTC  (21+ messages)
` [PATCH v9 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v9 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v9 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v9 8/8] task: rust: rework how current is accessed

[PATCH] scripts: checkpatch: add check for simplifying Result<()> in Rust
 2024-11-28 18:01 UTC 

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

[PATCH v4 0/2] rust: Add Lock::from_raw() and expose Guard::new()
 2024-11-27 18:23 UTC  (2+ messages)

[PATCH 0/2] rust: sync: Add Guard related type-aliases
 2024-11-27 18:22 UTC  (2+ messages)

[GIT PULL] tracing: More updates for 6.13
 2024-11-27 16:34 UTC 

[RFC PATCH 0/2] rust: LED abstractions
 2024-11-27 11:39 UTC  (5+ messages)
` [RFC PATCH 1/2] rust: LED abstraction

[PATCH] rust: add safety comment in workqueue traits
 2024-11-27  8:49 UTC  (4+ messages)

next-20241101: rust/kernel/security.rs - error[E0061]: this function takes 2 arguments but 3 arguments were supplied
 2024-11-27  4:17 UTC  (5+ messages)
` [PATCH] rust: lsm: replace context+len with lsm_context

[GIT PULL] Rust for 6.13
 2024-11-27  1:57 UTC  (5+ messages)

[PATCH v2] rust: platform: add Io support
 2024-11-26 20:13 UTC  (2+ messages)


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