rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-17 05:36:12 to 2022-05-09 22:37:40 UTC [more...]

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

Reminder: informal call in 3 hours
 2022-05-07 14:57 UTC 

Request for invitation to join Zulip
 2022-05-07  9:28 UTC 

[PATCH v2 0/3] kallsyms: Rust requirements
 2022-05-06 20:34 UTC  (4+ messages)
` [PATCH v2 1/3] kallsyms: avoid hardcoding the buffer size
` [PATCH v2 2/3] kallsyms: support "big" kernel symbols
` [PATCH v2 3/3] kallsyms: increase maximum kernel symbol length to 512

[PATCH v1 0/3] kallsyms: Rust requirements
 2022-05-06 14:48 UTC  (13+ messages)
` [PATCH v1 1/3] kallsyms: avoid hardcoding the buffer size
` [PATCH v1 2/3] kallsyms: support "big" kernel symbols
` [PATCH v1 3/3] kallsyms: increase maximum kernel symbol length to 512

Request for invitation to the rust for linux zulip
 2022-05-04  7:14 UTC  (2+ messages)

Biznesowy angielski
 2022-04-26  7:40 UTC 

Request an invitation about rust_for_linux zulip
 2022-04-22 10:42 UTC  (2+ messages)

Fwd: Adding crates
 2022-04-16  3:27 UTC  (12+ messages)

Does Rust for Linux support kernel socket programming now?
 2022-04-11 12:57 UTC  (2+ messages)

Does Rust for Linux support kernel socket programming now?
 2022-04-11  9:08 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2022-04-11  7:36 UTC 

Reminder: informal call in half an hour
 2022-04-02 17:31 UTC 

Biznesowy angielski
 2022-04-01  8:16 UTC 

[PATCH v5 00/20] Rust support
 2022-03-31 13:35 UTC  (23+ messages)
` [PATCH v5 01/20] kallsyms: support "big" kernel symbols
` [PATCH v5 02/20] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v5 03/20] kallsyms: use the correct buffer size for symbols
` [PATCH v5 04/20] rust: add C helpers
` [PATCH v5 05/20] rust: add `compiler_builtins` crate
` [PATCH v5 07/20] rust: add `build_error` crate
` [PATCH v5 08/20] rust: add `macros` crate
` [PATCH v5 09/20] rust: add `kernel` crate's `sync` module
` [PATCH v5 11/20] rust: export generated symbols
` [PATCH v5 12/20] vsprintf: add new `%pA` format specifier
` [PATCH v5 13/20] scripts: add `generate_rust_analyzer.py`
` [PATCH v5 14/20] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v5 16/20] Kbuild: add Rust support
` [PATCH v5 17/20] samples: add Rust examples
` [PATCH v5 18/20] MAINTAINERS: Rust
` [PATCH v5 19/20] [RFC] drivers: gpio: PrimeCell PL061 in Rust
  ` [PATCH v5 06/20] rust: add `alloc` crate

Środki za dostawę w terminie
 2022-03-25  8:45 UTC 

Using 3rd party crates in an out-of-tree module
 2022-03-23 11:40 UTC  (6+ messages)

[PATCH v4 15/20] docs: add Rust documentation
 2022-03-18 13:12 UTC  (7+ messages)

Biznesowy angielski
 2022-03-16  8:41 UTC 

Słowa kluczowe do wypozycjonowania
 2022-03-10  7:49 UTC 

Środki za dostawę w terminie
 2022-03-07  8:55 UTC 

Reminder: informal call in 1 hour
 2022-03-05 16:59 UTC 

[PATCH v4 00/20] Rust support
 2022-02-24 12:39 UTC  (46+ messages)
` [PATCH v4 01/20] kallsyms: support "big" kernel symbols
` [PATCH v4 02/20] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v4 03/20] kallsyms: use the correct buffer size for symbols
` [PATCH v4 04/20] rust: add C helpers
` [PATCH v4 05/20] rust: add `compiler_builtins` crate
` [PATCH v4 07/20] rust: add `build_error` crate
` [PATCH v4 08/20] rust: add `macros` crate
` [PATCH v4 09/20] rust: add `kernel` crate's `sync` module
` [PATCH v4 11/20] rust: export generated symbols
` [PATCH v4 12/20] vsprintf: add new `%pA` format specifier
` [PATCH v4 13/20] scripts: add `generate_rust_analyzer.py`
` [PATCH v4 14/20] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v4 16/20] Kbuild: add Rust support
` [PATCH v4 17/20] samples: add Rust examples
` [PATCH v4 18/20] MAINTAINERS: Rust
` [PATCH v4 19/20] [RFC] drivers: gpio: PrimeCell PL061 in Rust
` [PATCH v4 00/20] Rust support, nn/nn
  ` [PATCH v4 10/20] rust: add `kernel` crate

Pytanie o samochód
 2022-02-22  9:00 UTC 

[PATCH] printk: make suppress_panic_printk static
 2022-02-21 16:03 UTC  (4+ messages)

Słowa kluczowe do wypozycjonowania
 2022-02-15  8:50 UTC 

[ojeda-linux:rust-next 18/20] ld.lld: error: drivers/built-in.a(gpio/gpio_pl061_rust.o) is incompatible with aarch64elfb
 2022-02-12 22:37 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-02-09  8:30 UTC 

Zulip created
 2022-02-07 13:00 UTC  (2+ messages)

Reminder: informal call in 1 hour
 2022-02-05 16:58 UTC 

Wznowienie płynności finansowej
 2022-01-31  9:15 UTC 

Persistent memory file system development in Rust
 2022-01-27 20:07 UTC  (4+ messages)

RamFS Port to Rust
 2022-01-21 16:49 UTC 

Fotowoltaika- propozycja instalacji
 2022-01-21  9:11 UTC 

[PATCH] rust: Remove unused including <linux/version.h>
 2022-01-20 23:47 UTC  (2+ messages)

[PATCH v3 00/19] Rust support
 2022-01-19 13:58 UTC  (6+ messages)
` [PATCH v3 14/19] docs: add Rust documentation
` [PATCH v3 17/19] MAINTAINERS: Rust
` [RFC PATCH v3 18/19] drivers: gpio: PrimeCell PL061 in Rust


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