messages from 2024-11-23 09:50:41 to 2024-11-29 09:39:46 UTC [more...]
[RFC PATCH 0/2] rust: Zeroable: allow struct update syntax outside init macros
2024-11-29 9:39 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] rust: block/mq: replace mem::zeroed() with Zeroable trait
[GIT PULL] tracing: More updates for 6.13
2024-11-29 9:36 UTC (8+ messages)
[PATCH v4 0/3] rust: Add pr_*_once macros
2024-11-29 8:22 UTC (14+ 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
[GIT PULL] Char/Misc/IIO driver changes for 6.13-rc1
2024-11-29 4:45 UTC
[PATCH] scripts: checkpatch: add check for simplifying Result<()> in Rust
2024-11-28 18:01 UTC
[WIP RFC v2 00/35] Rust bindings for KMS + RVKMS
2024-11-28 14:38 UTC (66+ 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()
[RFC 0/5] locking: Start watching Rust locking primitives
2024-11-28 5:40 UTC (6+ 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 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 (6+ messages)
` [PATCH 1/2] rust: sync: Add MutexGuard type alias
` [PATCH 2/2] rust: sync: Add SpinLockGuard "
[GIT PULL] tracing: More updates for 6.13
2024-11-27 16:34 UTC
[PATCH v9 0/8] Rust support for mm_struct, vm_area_struct, and mmap
2024-11-27 16:19 UTC (19+ 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 v2] rust: add safety comment in workqueue traits
2024-11-27 15:07 UTC
[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
2024-11-27 13:20 UTC (25+ messages)
` [PATCH v3 05/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
` [PATCH v3 10/16] rust: add devres abstraction
` [PATCH v3 11/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v3 15/16] rust: platform: add basic platform "
[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 v3 0/2] rust: page: Add support for existing struct page mappings
2024-11-26 20:43 UTC (7+ messages)
[PATCH v2] rust: platform: add Io support
2024-11-26 20:13 UTC (2+ messages)
[PATCH v6 00/18] Implement DWARF modversions
2024-11-26 18:30 UTC (16+ messages)
` [PATCH v6 01/18] tools: Add gendwarfksyms
` [PATCH v6 17/18] kbuild: Add gendwarfksyms as an alternative to genksyms
[PATCH v2 0/2] Rust KCFI support
2024-11-26 11:14 UTC (4+ messages)
[PATCH v2] rust: add safety comment in rust_fmt_argument
2024-11-26 9:07 UTC (4+ messages)
[PATCH] drm/panic: remove spurious empty line to clean warning
2024-11-26 9:03 UTC (2+ messages)
[PATCH net] rust: net::phy scope ThisModule usage in the module_phy_driver macro
2024-11-26 8:14 UTC (5+ messages)
[PATCH v2 0/2] Untrusted Data Abstraction
2024-11-26 8:05 UTC (5+ messages)
` [PATCH v2 1/2] rust: add untrusted data abstraction
[PATCH v10 0/5] Extended MODVERSIONS Support
2024-11-25 23:25 UTC (5+ messages)
` [PATCH v10 1/5] modules: Support extended MODVERSIONS info
[PATCH 0/3] rust: sync: Add Lock::is_locked()
2024-11-25 21:30 UTC (5+ messages)
` [PATCH 2/3] rust: sync: Assert Lock::is_locked in Guard::new for debug builds
[PATCH v2] rust: sync: Add lock::Backend::assert_is_held()
2024-11-25 20:40 UTC
[PATCH RFC v2 1/1] rust: Add bindings for device properties
2024-11-25 16:55 UTC (3+ messages)
[PATCH] rust: alloc: Fix `ArrayLayout` allocations
2024-11-25 16:26 UTC (9+ messages)
[PATCH v10 0/2] rust: xarray: Add a minimal abstraction for XArray
2024-11-25 15:33 UTC (6+ messages)
` [PATCH v10 1/2] rust: types: add `ForeignOwnable::PointedTo`
[PATCH v3 0/1] make `from_errno` use `try_from_errno`
2024-11-25 15:03 UTC (11+ messages)
` [PATCH v3] rust: error: modify `from_errno` to "
KCOV and KASAN support for Rust in linux kernel
2024-11-25 11:56 UTC
[PATCH] rust: kbuild: set `bindgen`'s Rust target version
2024-11-25 9:56 UTC (5+ messages)
[PATCH 1/3] rust: use the `build_error!` macro, not the hidden function
2024-11-25 9:32 UTC (8+ messages)
` [PATCH 2/3] rust: kernel: move `build_error` hidden function to prevent mistakes
` [PATCH 3/3] rust: add `build_error!` to the prelude
[RFC PATCH] rust: give Clippy the minimum supported Rust version
2024-11-25 9:09 UTC (2+ messages)
[PATCH] rust: kbuild: run Clippy for `rusttest` code
2024-11-25 9:08 UTC (2+ messages)
[PATCH v3 0/4] Replace unwraps in doctests with graceful handling
2024-11-25 9:04 UTC (7+ messages)
` [PATCH v3 1/4] rust: kernel: init: replace unwraps with the question mark operators
` [PATCH v3 2/4] rust: kernel: rbtree: remove unwrap in asserts
` [PATCH v3 3/4] rust: kernel: page: remove unnecessary helper function from doctest
` [PATCH v3 4/4] rust: kernel: str: replace unwraps with the question mark operators
[PATCH] docs: rust: remove spurious item in `expect` list
2024-11-24 23:55 UTC (2+ messages)
[PATCH] rust: allow `clippy::needless_lifetimes`
2024-11-24 23:55 UTC (4+ messages)
[PATCH v3 05/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
2024-11-24 15:07 UTC
[RFC 3/6] lib: rspdm: Initial commit of Rust SPDM
2024-11-23 16:14 UTC (3+ 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