messages from 2024-07-24 14:35:45 to 2024-07-30 16:12:22 UTC [more...]
[PATCH v2] arm: rust: Enable Rust support for ARMv7
2024-07-30 16:12 UTC (4+ messages)
[PATCH 0/2] Rust KCFI support
2024-07-30 16:10 UTC (16+ messages)
` [PATCH 1/2] cfi: add CONFIG_CFI_ICALL_NORMALIZE_INTEGERS
` [PATCH 2/2] rust: cfi: add support for CFI_CLANG with Rust
[PATCH] rust: error: allow `useless_conversion` for 32-bit builds
2024-07-30 15:57 UTC
[PATCH v2 0/2] Align kvrealloc() with krealloc()
2024-07-30 14:32 UTC (12+ messages)
` [PATCH v2 1/2] mm: vmalloc: implement vrealloc()
` [PATCH v2 2/2] mm: kvmalloc: align kvrealloc() with krealloc()
[PATCH] rust: implement ForeignOwnable for Pin<Box<T>>
2024-07-30 13:06 UTC
[PATCH v2 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
2024-07-30 11:18 UTC (21+ messages)
` [PATCH v2 1/6] rust: module: add static pointer to `{init,cleanup}_module()`
` "
` [PATCH v2 2/6] x86/rust: support MITIGATION_RETPOLINE
` [PATCH v2 3/6] x86/rust: support MITIGATION_RETHUNK
` [PATCH v2 4/6] x86/rust: support MITIGATION_SLS
` [PATCH v2 5/6] objtool: list `noreturn` Rust functions
` [PATCH v2 6/6] objtool/kbuild/rust: enable objtool for Rust
[PATCH v2] rust: mm: add abstractions for mm_struct and vm_area_struct
2024-07-30 10:57 UTC (3+ messages)
[PATCH v4 0/2] Tracepoints and static branch in Rust
2024-07-30 10:35 UTC (5+ messages)
` [PATCH v4 1/2] rust: add static_key_false
` [PATCH v4 2/2] rust: add tracepoint support
[PATCH V5 0/8] Rust bindings for cpufreq and OPP core + sample driver
2024-07-30 10:27 UTC (9+ messages)
` [PATCH V5 1/8] rust: Add initial bindings for OPP framework
` [PATCH V5 2/8] rust: Extend OPP bindings for the OPP table
` [PATCH V5 3/8] rust: Extend OPP bindings for the configuration options
` [PATCH V5 4/8] rust: Add initial bindings for cpufreq framework
` [PATCH V5 5/8] rust: Extend cpufreq bindings for policy and driver ops
` [PATCH V5 6/8] rust: Extend cpufreq bindings for driver registration
` [PATCH V5 7/8] rust: Extend OPP bindings with CPU frequency table
` [PATCH V5 8/8] cpufreq: Add Rust based cpufreq-dt driver
[PATCH] rust: support arrays in target JSON
2024-07-30 9:56 UTC (2+ messages)
[RFC PATCH] drm: panthor: add dev_coredumpv support
2024-07-30 8:29 UTC (21+ messages)
[PATCH] rust: add `module_params` macro
2024-07-29 17:16 UTC (6+ messages)
[PATCH v3] rust: Implement the smart pointer `InPlaceInit` for `Arc`
2024-07-29 16:15 UTC (3+ messages)
[PATCH v4 0/2] Rust and the shadow call stack sanitizer
2024-07-29 16:10 UTC (5+ messages)
` [PATCH v4 1/2] rust: SHADOW_CALL_STACK is incompatible with Rust
` [PATCH v4 2/2] rust: support for shadow call stack sanitizer
[PATCH v3 0/2] Rust and the shadow call stack sanitizer
2024-07-29 14:25 UTC (4+ messages)
` [PATCH v3 1/2] rust: SHADOW_CALL_STACK is incompatible with Rust
[PATCH] rust: macros: indent list item in `module!`'s docs
2024-07-29 12:47 UTC (3+ messages)
[PATCH 1/2] rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT
2024-07-29 12:46 UTC (6+ messages)
` [PATCH 2/2] rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT
[RFC PATCH] rust: types: Add explanation for ARef pattern
2024-07-29 11:31 UTC (16+ messages)
[GIT PULL] Rust for 6.11
2024-07-27 21:10 UTC (2+ messages)
[PATCH v8 0/6] Red-black tree abstraction needed by Rust Binder
2024-07-27 20:30 UTC (7+ messages)
` [PATCH v8 1/6] rust: kernel: add `drop_contents` to `BoxExt`
` [PATCH v8 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v8 3/6] rust: rbtree: add iterator
` [PATCH v8 4/6] rust: rbtree: add mutable iterator
` [PATCH v8 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH v8 6/6] rust: rbtree: add `RBTree::entry`
[PATCH v2] rust: Implement the smart pointer `InPlaceInit` for `Arc`
2024-07-27 15:58 UTC (3+ messages)
[PATCH 0/3] rust: Add irq abstraction, IrqSpinLock
2024-07-27 11:21 UTC (24+ messages)
` [PATCH 1/3] rust: Introduce irq module
` [PATCH 2/3] rust: sync: Introduce LockContainer trait
` [PATCH 3/3] rust: sync: Add IrqSpinLock
[PATCH 00/15] Implement MODVERSIONS for Rust
2024-07-26 21:05 UTC (5+ messages)
[PATCH v7 0/6] Red-black tree abstraction needed by Rust Binder
2024-07-26 20:45 UTC (8+ messages)
` [PATCH v7 1/6] rust: kernel: add `drop_contents` to `BoxExt`
` [PATCH v7 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v7 3/6] rust: rbtree: add iterator
` [PATCH v7 4/6] rust: rbtree: add mutable iterator
` [PATCH v7 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH v7 6/6] rust: rbtree: add `RBTree::entry`
[PATCH] rust: mm: add abstractions for mm_struct and vm_area_struct
2024-07-26 19:04 UTC (8+ messages)
[PATCH 0/2] Rust KASAN Support
2024-07-26 12:36 UTC (6+ messages)
` [PATCH 1/2] kbuild: rust: Define probing macros for rustc
` [PATCH 2/2] kbuild: rust: Enable KASAN support
[PATCH v3 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
2024-07-26 7:41 UTC (10+ messages)
` [PATCH v3 1/6] rust: module: add static pointer to `{init,cleanup}_module()`
` [PATCH v3 2/6] x86/rust: support MITIGATION_RETPOLINE
` [PATCH v3 3/6] x86/rust: support MITIGATION_RETHUNK
` [PATCH v3 4/6] x86/rust: support MITIGATION_SLS
` [PATCH v3 5/6] objtool/rust: list `noreturn` Rust functions
` [PATCH v3 6/6] objtool/kbuild/rust: enable objtool for Rust
[PATCH v8 0/8] File abstractions needed by Rust Binder
2024-07-25 15:32 UTC (13+ messages)
` [PATCH v8 1/8] rust: types: add `NotThreadSafe`
` [PATCH v8 2/8] rust: task: add `Task::current_raw`
` [PATCH v8 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v8 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v8 5/8] rust: security: add abstraction for secctx
` [PATCH v8 6/8] rust: file: add `FileDescriptorReservation`
` [PATCH v8 7/8] rust: file: add `Kuid` wrapper
` [PATCH v8 8/8] rust: file: add abstraction for `poll_table`
[RFC PATCH 0/5] Introduce the Rust Safety Standard
2024-07-25 7:47 UTC (16+ messages)
` [RFC PATCH 1/5] doc: rust: create safety standard
` [RFC PATCH 2/5] doc: rust: safety standard: add examples
[PATCH v2 00/23] Generic `Allocator` support for Rust
2024-07-24 20:32 UTC (4+ messages)
` [PATCH v2 16/23] rust: alloc: implement `collect` for `IntoIter`
[PATCH v3] rust: Support latest version of `rust-analyzer`
2024-07-24 17:27 UTC
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).