messages from 2025-03-04 22:54:12 to 2025-03-05 23:08:36 UTC [more...]
[RFC v3 00/33] Rust bindings for KMS + RVKMS
2025-03-05 22:59 UTC (28+ messages)
` [RFC v3 01/33] rust: drm: Add a small handful of fourcc bindings
` [RFC v3 02/33] rust: drm: Add traits for registering KMS devices
` [RFC v3 03/33] rust: drm/kms: Introduce the main ModeConfigObject traits
` [RFC v3 04/33] rust: drm/kms: Add drm_connector bindings
` [RFC v3 05/33] rust: drm/kms: Add drm_plane bindings
` [RFC v3 06/33] rust: drm/kms: Add drm_crtc bindings
` [RFC v3 07/33] rust: drm/kms: Add drm_encoder bindings
` [RFC v3 08/33] rust: drm/kms: Add UnregisteredConnector::attach_encoder()
` [RFC v3 09/33] rust: drm/kms: Add DriverConnector::get_mode callback
` [RFC v3 10/33] rust: drm/kms: Add ConnectorGuard::add_modes_noedid()
` [RFC v3 11/33] rust: drm/kms: Add ConnectorGuard::set_preferred_mode
` [RFC v3 12/33] rust: drm/kms: Add RawConnector and RawConnectorState
` [RFC v3 13/33] rust: drm/kms: Add RawPlane and RawPlaneState
` [RFC v3 14/33] rust: drm/kms: Add OpaqueConnector and OpaqueConnectorState
` [RFC v3 15/33] rust: drm/kms: Add OpaqueCrtc and OpaqueCrtcState
` [RFC v3 16/33] rust: drm/kms: Add OpaquePlane and OpaquePlaneState
` [RFC v3 17/33] rust: drm/kms: Add OpaqueEncoder
` [RFC v3 18/33] rust: drm/kms: Add drm_atomic_state bindings
` [RFC v3 19/33] rust: drm/kms: Add DriverCrtc::atomic_check()
` [RFC v3 20/33] rust: drm/kms: Add DriverPlane::atomic_update()
` [RFC v3 21/33] rust: drm/kms: Add DriverPlane::atomic_check()
` [RFC v3 22/33] rust: drm/kms: Add RawCrtcState::active()
` [RFC v3 23/33] rust: drm/kms: Add RawPlaneState::crtc()
` [RFC v3 24/33] rust: drm/kms: Add RawPlaneState::atomic_helper_check()
` [RFC v3 25/33] rust: drm/kms: Add drm_framebuffer bindings
` [RFC v3 26/33] rust: drm/kms: Add RawPlane::framebuffer()
` [RFC v3 27/33] rust: drm/kms: Add DriverCrtc::atomic_begin() and atomic_flush()
[PATCH] rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Option<KBox<T>>`
2025-03-05 23:02 UTC (5+ messages)
[PATCH v7] rust: alloc: satisfy POSIX alignment requirement
2025-03-05 23:02 UTC (2+ messages)
[PATCH] rust: remove leftover mentions of the `alloc` crate
2025-03-05 23:01 UTC (2+ messages)
[PATCH v5 0/5] Initial Nova Core series
2025-03-05 22:38 UTC (7+ messages)
` [PATCH v5 1/5] rust: module: add type `LocalModule`
` [PATCH v5 2/5] rust: firmware: introduce `firmware::ModInfoBuilder`
[PATCH V3 0/2] rust: Add basic clock abstractions
2025-03-05 22:31 UTC (7+ messages)
` [PATCH V3 2/2] rust: Add initial clk abstractions
[PATCH v12 2/3] rust: add dma coherent allocator abstraction
2025-03-05 22:01 UTC (22+ messages)
` Allow data races on some read/write operations
[PATCH v3 1/2] rust: types: `Opaque` doc: Add some intra doc linkage
2025-03-05 21:07 UTC (11+ messages)
` [PATCH v3 2/2] rust: types: `Opaque` doc: Add some destructor description
[PATCH V2 0/2] rust: Add basic clock bindings
2025-03-05 20:09 UTC (9+ messages)
` [PATCH V2 2/2] rust: Add basic bindings for clk APIs
[RFC v2 00/20] lib: Rust implementation of SPDM
2025-03-05 19:54 UTC (9+ messages)
` [RFC v2 09/20] PCI/CMA: Expose in sysfs whether devices are authenticated
[PATCH v12 0/3] rust: add dma coherent allocator abstraction
2025-03-05 17:41 UTC (3+ messages)
` [PATCH v12 2/3] "
[PATCH v8 00/14] hrtimer Rust API
2025-03-05 17:34 UTC (7+ messages)
[PATCH 00/22] make pin-init into a standalone crate
2025-03-05 17:27 UTC (103+ messages)
` [PATCH 04/22] rust: pin-init: move proc-macro documentation into pin-init crate
` [PATCH 05/22] rust: pin-init: change examples to the user-space version
` [PATCH 06/22] rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_internal!`
` [PATCH 07/22] rust: pin-init: move the default error behavior of `try_[pin_]init`
` [PATCH 08/22] rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crate
` [PATCH 09/22] rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` "
` [PATCH 10/22] rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option<Box<T, A>>`
` [PATCH 11/22] rust: pin-init: fix documentation links
` [PATCH 12/22] rust: pin-init: remove kernel-crate dependency
` [PATCH 13/22] rust: pin-init: change the way the `paste!` macro is called
` [PATCH 14/22] rust: add pin-init crate build infrastructure
` [PATCH 15/22] rust: make pin-init its own crate
` [PATCH 16/22] rust: pin-init: add `std` and `alloc` support from the user-space version
` [PATCH 17/22] rust: pin-init: synchronize documentation with "
` [PATCH 18/22] rust: pin-init: internal: synchronize with "
` [PATCH 19/22] rust: pin-init: miscellaneous synchronization with the "
` [PATCH 20/22] rust: pin-init: add miscellaneous files from "
` [PATCH 21/22] rust: pin-init: re-enable doctests
` [PATCH 22/22] MAINTAINERS: add entry for the `pin-init` crate
` [PATCH 02/22] rust: move pin-init API into its own directory
` [PATCH 03/22] rust: add extensions to the pin-init crate and move relevant documentation there
` [PATCH 01/22] rust: init: disable doctests
[PATCH v4] rust: adding UniqueRefCounted and UniqueRef types
2025-03-05 17:24 UTC (9+ messages)
[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
2025-03-05 15:10 UTC (12+ messages)
[PATCH] rust: add new macro for common bitwise operations
2025-03-05 14:18 UTC (4+ messages)
[PATCH v4 0/4] rust: Add bug/warn abstractions
2025-03-05 11:08 UTC (5+ messages)
` [PATCH v4 1/4] x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
` [PATCH v4 2/4] riscv/bug: "
` [PATCH v4 3/4] arm64/bug: "
` [PATCH v4 4/4] rust: Add warn_on macro
[PATCH V6 2/2] checkpatch: check format of Vec<String> in modules
2025-03-05 11:08 UTC (7+ messages)
[PATCH v3 0/5] rust: Add bug/warn abstractions
2025-03-05 10:36 UTC (7+ messages)
` [PATCH v3 5/5] rust: Add warn_on and warn_on_once
[PATCH] lsm: rust: mark SecurityCtx methods inline
2025-03-04 23:16 UTC (5+ messages)
[RFC PATCH 0/6] add `syn` versions of pin-init macros
2025-03-04 22:57 UTC (7+ messages)
` [RFC PATCH 1/6] rust: pin-init: internal: add syn version of the `Zeroable` derive macro
` [RFC PATCH 2/6] rust: pin-init: internal: add syn version of `pinned_drop` proc macro
` [RFC PATCH 3/6] rust: pin-init: internal: add syn version of the `pin_data` "
` [RFC PATCH 4/6] rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macro
` [RFC PATCH 5/6] rust: pin-init: allow doctests to refer to the pin-init crate
` [RFC PATCH 6/6] rust: pin-init: internal: add syn version of `[try_][pin_]init!` macros
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).