messages from 2024-06-20 16:36:12 to 2024-07-04 17:08:53 UTC [more...]
[PATCH 00/20] Generic `Allocator` support for Rust
2024-07-04 17:06 UTC (10+ messages)
` [PATCH 01/20] rust: alloc: add `Allocator` trait
` [PATCH 02/20] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH 03/20] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH 04/20] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH 05/20] rust: alloc: add module `allocator_test`
` [PATCH 06/20] rust: alloc: remove `krealloc_aligned`
` [PATCH 07/20] rust: alloc: implement `Vmalloc` allocator
` [PATCH 08/20] rust: alloc: implement `KVmalloc` allocator
` [PATCH 09/20] rust: types: implement `Unique<T>`
[PATCH v3 0/2] Rust and the shadow call stack sanitizer
2024-07-04 16:45 UTC (5+ messages)
` [PATCH v3 1/2] rust: SHADOW_CALL_STACK is incompatible with Rust
` [PATCH v3 2/2] rust: add flags for shadow call stack sanitizer
[PATCH v7 0/8] File abstractions needed by Rust Binder
2024-07-04 15:55 UTC (10+ 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 00/13] Support several Rust toolchain versions
2024-07-04 15:26 UTC (33+ 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 09/13] rust: avoid assuming a particular `bindgen` build
` [PATCH 10/13] rust: start supporting several `bindgen` versions
` [PATCH 11/13] kbuild: rust: add `rustc-version` support
` [PATCH 12/13] rust: support the new `-Zub-checks` flag
` [PATCH 13/13] docs: rust: quick-start: add section on Linux distributions
[PATCH 06/13] rust: start supporting several compiler versions
2024-07-04 15:22 UTC (2+ messages)
[PATCH v4 0/2] Tracepoints and static branch in Rust
2024-07-04 15:20 UTC (5+ messages)
` [PATCH v4 1/2] rust: add static_key_false
` [PATCH v4 2/2] rust: add tracepoint support
[PATCH v2 0/4] Enable rustdoc tests for the macros crate
2024-07-04 14:58 UTC (8+ 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 v3 0/4] Enable rustdoc tests for the macros crate
2024-07-04 14:55 UTC (5+ messages)
` [PATCH v3 1/4] kbuild: rust: Expand rusttest target for macros
` [PATCH v3 2/4] rust: Enable test for macros::module
` [PATCH v3 3/4] rust: macros: Enable use from macro_rules!
` [PATCH v3 4/4] rust: macros: Enable the rest of the tests
[PATCH 0/4] drm/panic: Add a qr_code panic screen
2024-07-04 11:37 UTC (15+ messages)
` [PATCH 1/4] drm/panic: Add integer scaling to blit()
` [PATCH 2/4] drm/rect: add drm_rect_overlap()
` [PATCH 3/4] drm/panic: simplify logo handling
` [PATCH 4/4] drm/panic: Add a qr_code panic screen
[PATCH v2] arm: rust: Enable Rust support for ARMv7
2024-07-04 9:26 UTC (6+ messages)
[PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM
2024-07-03 20:28 UTC (2+ messages)
[PATCH 00/13] Support several Rust toolchain versions
2024-07-03 18:29 UTC (3+ messages)
[RFC PATCH V3 0/8] Rust bindings for cpufreq and OPP core + sample driver
2024-07-03 15:34 UTC (10+ messages)
` [RFC PATCH V3 1/8] rust: Add initial bindings for OPP framework
` [RFC PATCH V3 2/8] rust: Extend OPP bindings for the OPP table
` [RFC PATCH V3 3/8] rust: Extend OPP bindings for the configuration options
` [RFC PATCH V3 4/8] rust: Add initial bindings for cpufreq framework
` [RFC PATCH V3 5/8] rust: Extend cpufreq bindings for policy and driver ops
` [RFC PATCH V3 6/8] rust: Extend cpufreq bindings for driver registration
` [RFC PATCH V3 7/8] rust: Extend OPP bindings with CPU frequency table
` [RFC PATCH V3 8/8] cpufreq: Add Rust based cpufreq-dt driver
[PATCH v2] slab, rust: extend kmalloc() alignment guarantees to remove Rust padding
2024-07-03 12:57 UTC (4+ messages)
[PATCH] LoongArch: rust: Use rustc option -Zdirect-access-external-data
2024-07-03 11:06 UTC
[PATCH] mm, slab: extend kmalloc() alignment for non power-of-two sizes
2024-07-02 21:41 UTC (8+ messages)
[PATCH v2 0/8] DRM Rust abstractions and Nova
2024-07-02 17:26 UTC (3+ messages)
` [PATCH v2 5/8] rust: drm: add DRM driver registration
[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 v4 0/2] Rust abstractions for Device & Firmware
2024-06-27 10:36 UTC (5+ messages)
` [PATCH v4 2/2] rust: add firmware abstractions
[PATCH v2 00/10] Device / Driver and PCI Rust abstractions
2024-06-27 7:41 UTC (21+ messages)
` [PATCH v2 01/10] rust: pass module name to `Module::init`
` [PATCH v2 02/10] rust: implement generic driver registration
` [PATCH v2 07/10] rust: add `io::Io` base type
` [PATCH v2 09/10] rust: pci: add basic PCI device / driver abstractions
[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 (4+ 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] Makefile: rust-analyzer target: better error handling and comments
2024-06-20 20:27 UTC (6+ 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;
as well as URLs for NNTP newsgroup(s).