rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-16 21:17:13 to 2022-08-13 15:31:05 UTC [more...]

Writing the Apple AGX GPU driver in Rust?
 2022-08-13 15:30 UTC  (9+ messages)

abstraction for NIC drivers
 2022-08-11 13:28 UTC 

Słowa kluczowe do wypozycjonowania
 2022-08-08  8:13 UTC 

Reminder: informal call in 2 hours
 2022-08-06 17:23 UTC 

Reminder: informal call in 2 hours
 2022-08-06 15:59 UTC 

[PATCH v9 00/27] Rust support
 2022-08-06 14:57 UTC  (35+ messages)
` [PATCH v9 01/27] kallsyms: use `sizeof` instead of hardcoded size
` [PATCH v9 02/27] kallsyms: avoid hardcoding buffer size
` [PATCH v9 03/27] kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`
` [PATCH v9 04/27] kallsyms: support "big" kernel symbols
` [PATCH v9 05/27] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v9 06/27] rust: add C helpers
` [PATCH v9 08/27] rust: adapt `alloc` crate to the kernel
` [PATCH v9 09/27] rust: add `compiler_builtins` crate
` [PATCH v9 10/27] rust: add `macros` crate
` [PATCH v9 11/27] rust: add `bindings` crate
` [PATCH v9 12/27] rust: add `kernel` crate
` [PATCH v9 13/27] rust: export generated symbols
` [PATCH v9 14/27] vsprintf: add new `%pA` format specifier
` [PATCH v9 15/27] scripts: checkpatch: diagnose uses of `%pA` in the C side as errors
` [PATCH v9 16/27] scripts: checkpatch: enable language-independent checks for Rust
` [PATCH v9 17/27] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v9 18/27] scripts: add `generate_rust_analyzer.py`
` [PATCH v9 19/27] scripts: add `generate_rust_target.rs`
` [PATCH v9 20/27] scripts: add `rust_is_available.sh`
` [PATCH v9 21/27] scripts: add `is_rust_module.sh`
` [PATCH v9 22/27] rust: add `.rustfmt.toml`
` [PATCH v9 23/27] Kbuild: add Rust support
` [PATCH v9 24/27] docs: add Rust documentation
` [PATCH v9 25/27] x86: enable initial Rust support
` [PATCH v9 26/27] samples: add first Rust examples
` [PATCH v9 27/27] MAINTAINERS: Rust

[PATCH v8 00/31] Rust support
 2022-08-06 11:58 UTC  (54+ messages)
` [PATCH v8 01/31] kallsyms: use `sizeof` instead of hardcoded size
` [PATCH v8 02/31] kallsyms: avoid hardcoding buffer size
` [PATCH v8 03/31] kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`
` [PATCH v8 04/31] kallsyms: support "big" kernel symbols
` [PATCH v8 05/31] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v8 06/31] workqueue: introduce `__INIT_WORK_WITH_KEY`
` [PATCH v8 07/31] locking/spinlock: introduce `__spin_lock_init`
` [PATCH v8 08/31] locking/spinlock: introduce `_raw_spin_lock_init`
` [PATCH v8 09/31] rust: add C helpers
` [PATCH v8 10/31] rust: add `compiler_builtins` crate
` [PATCH v8 12/31] rust: adapt `alloc` crate to the kernel
` [PATCH v8 13/31] rust: add `build_error` crate
` [PATCH v8 14/31] rust: add `macros` crate
` [PATCH v8 15/31] rust: add `bindings` crate
` [PATCH v8 18/31] rust: export generated symbols
` [PATCH v8 19/31] vsprintf: add new `%pA` format specifier
` [PATCH v8 20/31] scripts: checkpatch: diagnose uses of `%pA` in the C side as errors
` [PATCH v8 21/31] scripts: checkpatch: enable language-independent checks for Rust
` [PATCH v8 22/31] scripts: add `rustdoc_test_{builder,gen}.py` scripts
` [PATCH v8 23/31] scripts: add `generate_rust_analyzer.py` scripts
` [PATCH v8 24/31] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v8 25/31] configs: add `rust` config
` [PATCH v8 26/31] docs: add Rust documentation
` [PATCH v8 27/31] Kbuild: add Rust support
` [PATCH v8 28/31] samples: add Rust examples
` [PATCH v8 29/31] MAINTAINERS: Rust
` [PATCH v8 30/31] [RFC] drivers: gpio: PrimeCell PL061 in Rust
  ` [PATCH v8 17/31] rust: add `kernel` crate

hello
 2022-08-03 19:52 UTC 

[PATCH 00/13] [RFC] Rust support
 2022-07-29  8:04 UTC  (15+ messages)

Rust is the latest addition to Meta’s list of supported server-side languages
 2022-07-28 11:12 UTC 

Mentorship Session: Writing Linux Kernel Modules in Rust
 2022-07-24 19:46 UTC 

Request for invite to rust-for-linux zulip
 2022-07-18  4:56 UTC 

[PATCH v7 00/25] Rust support
 2022-07-16 13:56 UTC  (50+ messages)
` [PATCH v7 01/25] kallsyms: avoid hardcoding the buffer size
` [PATCH v7 02/25] kallsyms: support "big" kernel symbols
` [PATCH v7 03/25] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v7 04/25] kunit: take `kunit_assert` as `const`
` [PATCH v7 05/25] rust: add C helpers
` [PATCH v7 06/25] rust: add `compiler_builtins` crate
` [PATCH v7 08/25] rust: adapt `alloc` crate to the kernel
` [PATCH v7 09/25] rust: add `build_error` crate
` [PATCH v7 10/25] rust: add `macros` crate
` [PATCH v7 13/25] rust: export generated symbols
` [PATCH v7 14/25] vsprintf: add new `%pA` format specifier
` [PATCH v7 15/25] scripts: checkpatch: diagnose uses of `%pA` in the C side
` [PATCH v7 16/25] scripts: checkpatch: enable language-independent checks for Rust
` [PATCH v7 17/25] scripts: add `rustdoc_test_{builder,gen}.py` scripts
` [PATCH v7 18/25] scripts: add `generate_rust_analyzer.py` scripts
` [PATCH v7 19/25] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v7 20/25] docs: add Rust documentation
` [PATCH v7 21/25] Kbuild: add Rust support
` [PATCH v7 22/25] samples: add Rust examples
` [PATCH v7 23/25] MAINTAINERS: Rust
` [PATCH v7 24/25] [RFC] drivers: gpio: PrimeCell PL061 in Rust

Requesting an invitation to rust-for-linux zulip
 2022-07-14  8:37 UTC 

[PATCH v2 00/20] Update Documentation/ cross-references
 2022-07-07 19:12 UTC  (4+ messages)
` [PATCH v2 06/20] docs: zh_CN: fix a broken reference

Reminder: informal call in 4 hours
 2022-07-02 13:57 UTC 

Zabezpieczenie płynności finansowej
 2022-06-29  7:45 UTC 

Requesting an invitation to rust-for-linux zulip
 2022-06-27 17:58 UTC 

Biznesowy angielski
 2022-06-22  7:30 UTC 

Request an invitation about rust-for-linux zulip
 2022-06-17 12:10 UTC 

Słowa kluczowe do wypozycjonowania
 2022-06-15  8:05 UTC 

Biznesowy angielski
 2022-06-14  8:15 UTC 

Wycena paneli fotowoltaicznych
 2022-06-07  7:35 UTC 

Reminder: informal call in 20 minutes
 2022-06-04 17:37 UTC 

Wycena paneli fotowoltaicznych
 2022-05-28  7:50 UTC 

Słowa kluczowe do wypozycjonowania
 2022-05-25  8:01 UTC 

help installing the correct version of bindgen
 2022-05-25  0:30 UTC  (5+ messages)

Wycena paneli fotowoltaicznych
 2022-05-20  8:15 UTC 

[PATCH v2] binder: convert `BINDER_*` ioctl `#define`s into an `enum`
 2022-05-19 15:50 UTC  (3+ messages)

[PATCH v1] binder: convert `BINDER_*` ioctl `#define`s into an `enum`
 2022-05-18 13:16 UTC  (3+ messages)

Taint Analysis for Kernel Rust
 2022-05-17 11:03 UTC  (4+ messages)


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