rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-17 17:58:40 to 2024-07-01 18:37:21 UTC [more...]

[PATCH 00/13] Support several Rust toolchain versions
 2024-07-01 18:36 UTC  (9+ messages)
` [PATCH 01/13] rust: macros: indent list item in `paste!`'s docs
` [PATCH 02/13] rust: init: simplify from `map_err` to `inspect_err`
` [PATCH 03/13] rust: allow `dead_code` for never constructed bindings
` [PATCH 04/13] rust: relax most deny-level lints to warnings
` [PATCH 05/13] rust: simplify Clippy warning flags set
` [PATCH 06/13] rust: start supporting several compiler versions
` [PATCH 07/13] rust: warn about `bindgen` versions 0.66.0 and 0.66.1
` [PATCH 08/13] rust: work around `bindgen` 0.69.0 issue

[PATCH v2 0/4] Enable rustdoc tests for the macros crate
 2024-07-01 11:24 UTC  (5+ messages)
` [PATCH v2 1/4] kbuild: rust: Expand rusttest target for macros
` [PATCH v2 2/4] rust: Enable test for macros::module
` [PATCH v2 3/4] rust: macros: Enable use from macro_rules!
` [PATCH v2 4/4] rust: macros: Enable the rest of the tests

[PATCH v4 0/2] Tracepoints and static branch in Rust
 2024-06-30  6:00 UTC  (4+ messages)
` [PATCH v4 1/2] rust: add static_key_false
` [PATCH v4 2/2] rust: add tracepoint support

[PATCH] rust: block: fix generated bindings after refactoring of features
 2024-06-28 20:36 UTC  (3+ messages)

[PATCH v3 0/2] Makefile: rust-analyzer better error handling, documentation
 2024-06-28 19:05 UTC  (5+ messages)
` [PATCH v3 1/2] Makefile: rust-analyzer target: better error handling
` [PATCH v3 2/2] Makefile: improve comment documentation for the rust-analyzer target

[PATCH v5 4/6] mm/slab: Introduce kmem_buckets_create() and family
 2024-06-28 16:53 UTC  (8+ messages)

[PATCH v3 0/2] Tracepoints and static branch in Rust
 2024-06-28 15:00 UTC  (11+ messages)
` [PATCH v3 1/2] rust: add static_key_false
` [PATCH v3 2/2] rust: add tracepoint support

[PATCH v7 0/8] File abstractions needed by Rust Binder
 2024-06-28 14:57 UTC  (9+ messages)
` [PATCH v7 1/8] rust: types: add `NotThreadSafe`
` [PATCH v7 2/8] rust: task: add `Task::current_raw`
` [PATCH v7 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v7 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v7 5/8] rust: security: add abstraction for secctx
` [PATCH v7 6/8] rust: file: add `FileDescriptorReservation`
` [PATCH v7 7/8] rust: file: add `Kuid` wrapper
` [PATCH v7 8/8] rust: file: add abstraction for `poll_table`

[PATCH v4 0/2] Rust abstractions for Device & Firmware
 2024-06-27 10:36 UTC  (13+ messages)
` [PATCH v4 1/2] rust: add abstraction for struct device
` [PATCH v4 2/2] rust: add firmware abstractions

[PATCH v2 00/10] Device / Driver and PCI Rust abstractions
 2024-06-27  7:41 UTC  (39+ messages)
` [PATCH v2 01/10] rust: pass module name to `Module::init`
` [PATCH v2 02/10] rust: implement generic driver registration
` [PATCH v2 03/10] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
` [PATCH v2 04/10] rust: add rcu abstraction
` [PATCH v2 05/10] rust: add `Revocable` type
` [PATCH v2 06/10] rust: add `dev_*` print macros
` [PATCH v2 07/10] rust: add `io::Io` base type
` [PATCH v2 08/10] rust: add devres abstraction
` [PATCH v2 09/10] rust: pci: add basic PCI device / driver abstractions
` [PATCH v2 10/10] rust: pci: implement I/O mappable `pci::Bar`

[PATCH v2 0/2] Makefile: rust-analyzer better error handling, documentation
 2024-06-27  1:46 UTC  (9+ messages)
` [PATCH v2 1/2] Makefile: rust-analyzer target: better error handling
` [PATCH v2 2/2] Makefile: improve comment documentation for the rust-analyzer target

[PATCH 0/4] Enable rustdoc tests for the macros crate
 2024-06-26 23:12 UTC  (12+ messages)
` [PATCH 1/4] kbuild: rust: Expand rusttest target for macros
` [PATCH 2/4] rust: Enable test for macros::module
` [PATCH 3/4] rust: macros: Enable use from macro_rules!
` [PATCH 4/4] rust: macros: Enable the rest of the tests

[PATCH v5 0/6] Red-black tree abstraction needed by Rust Binder
 2024-06-25 21:11 UTC  (5+ messages)
` [PATCH v5 5/6] rust: rbtree: add `RBTreeCursor`

[PATCH v3 0/8] Refactor perf python module build
 2024-06-25 18:14 UTC  (7+ messages)
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source

[PATCH v2] rust: add flags for shadow call stack sanitizer
 2024-06-24 13:59 UTC  (5+ messages)

[GIT PULL] Rust fixes for 6.10
 2024-06-22 22:42 UTC  (2+ messages)

[PATCH v2 0/2] Tracepoints and static branch in Rust
 2024-06-21 10:38 UTC  (4+ messages)
` [PATCH v2 1/2] rust: add static_key_false

[PATCH v2] arm: rust: Enable Rust support for ARMv7
 2024-06-21  6:01 UTC  (2+ messages)

[PATCH] Makefile: rust-analyzer target: better error handling and comments
 2024-06-20 20:27 UTC  (6+ messages)

[PATCH] rust: block: do not use removed queue flag API
 2024-06-20 12:56 UTC  (2+ messages)

[PATCH] rust: alloc: Fix unused import warning
 2024-06-20  7:49 UTC  (2+ messages)

[RFC 2/2] rust: sync: Add atomic support
 2024-06-19 15:00 UTC  (11+ messages)

[PATCH 1/2] device: rust: improve safety comments
 2024-06-19 13:39 UTC  (2+ messages)
` [PATCH 2/2] MAINTAINERS: add Rust device abstractions to DRIVER CORE

[PATCH 1/3] firmware: rust: improve safety comments
 2024-06-19 13:20 UTC  (3+ messages)
` [PATCH 2/3] MAINTAINERS: add Rust FW abstractions to FIRMWARE LOADER
` [PATCH 3/3] MAINTAINERS: add Danilo as FIRMWARE LOADER maintainer

[RFC 2/2] rust: sync: Add atomic support
 2024-06-19  9:30 UTC  (10+ messages)

[PATCH v2 0/8] DRM Rust abstractions and Nova
 2024-06-18 23:42 UTC  (11+ messages)
` [PATCH v2 1/8] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH v2 2/8] rust: Add a Sealed trait
` [PATCH v2 3/8] rust: drm: add driver abstractions
` [PATCH v2 4/8] rust: drm: add device abstraction
` [PATCH v2 5/8] rust: drm: add DRM driver registration
` [PATCH v2 6/8] rust: drm: file: Add File abstraction
` [PATCH v2 7/8] rust: drm: gem: Add GEM object abstraction
` [PATCH v2 8/8] nova: add initial driver stub
` [PATCH v2 10/10] "
` Device / Driver and PCI Rust abstractions

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-06-18 23:32 UTC  (21+ messages)
` [PATCH 08/15] gendwarfksyms: Expand subroutine_type
` [PATCH 09/15] gendwarfksyms: Expand array_type
` [PATCH 10/15] gendwarfksyms: Expand structure types
` [PATCH 11/15] gendwarfksyms: Limit structure expansion
` [PATCH 12/15] gendwarfksyms: Add inline debugging
` [PATCH 13/15] modpost: Add support for hashing long symbol names
` [PATCH 14/15] module: Support hashed symbol names when checking modversions
` [PATCH 15/15] kbuild: Use gendwarfksyms to generate Rust symbol versions

[PATCH v3 0/2] Rust abstractions for Device & Firmware
 2024-06-18 21:15 UTC  (12+ messages)
` [PATCH v3 1/2] rust: add abstraction for struct device
` [PATCH v3 2/2] rust: add firmware abstractions


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