Miguel Ojeda ([email protected])

Number of posts: 483 (0.38 per day)
First post: 2020-12-13 17:42:56
Last post: 2024-05-28 16:35:29

Date List Subject
2022-08-02 03:00:11 linux-kernel [PATCH v8 17/31] rust: add `kernel` crate
2022-08-02 02:36:37 linux-kernel [PATCH v8 27/31] Kbuild: add Rust support
2022-08-02 02:35:31 linux-kernel [PATCH v8 11/31] rust: import upstream `alloc` crate
2022-08-02 02:34:53 linux-kernel [PATCH v8 16/31] rust: add `kernel` crate's `sync` module
2022-08-02 02:32:11 linux-kernel [PATCH v8 05/31] kallsyms: increase maximum kernel symbol length to 512
2022-08-02 02:30:37 linux-kernel [PATCH v8 26/31] docs: add Rust documentation
2022-08-02 02:29:52 linux-kernel [PATCH v8 18/31] rust: export generated symbols
2022-08-02 02:27:39 linux-kernel [PATCH v8 13/31] rust: add `build_error` crate
2022-08-02 02:27:16 linux-kernel [PATCH v8 01/31] kallsyms: use `sizeof` instead of hardcoded size
2022-08-02 02:23:38 linux-kernel [PATCH v8 31/31] [RFC] drivers: android: Binder IPC in Rust
2022-08-02 02:19:56 linux-kernel [PATCH v8 12/31] rust: adapt `alloc` crate to the kernel
2022-08-02 02:19:54 linux-kernel [PATCH v8 23/31] scripts: add `generate_rust_analyzer.py` scripts
2022-08-02 02:18:37 linux-kernel [PATCH v8 21/31] scripts: checkpatch: enable language-independent checks for Rust
2022-08-02 02:18:14 linux-kernel [PATCH v8 25/31] configs: add `rust` config
2022-08-02 02:17:54 linux-kernel [PATCH v8 14/31] rust: add `macros` crate
2022-08-02 02:17:43 linux-kernel [PATCH v8 19/31] vsprintf: add new `%pA` format specifier
2022-08-02 02:17:10 linux-kernel [PATCH v8 24/31] scripts: decode_stacktrace: demangle Rust symbols
2022-08-02 02:16:40 linux-kernel [PATCH v8 30/31] [RFC] drivers: gpio: PrimeCell PL061 in Rust
2022-08-02 02:11:14 linux-kernel [PATCH v8 09/31] rust: add C helpers
2022-08-02 02:11:11 linux-kernel [PATCH v8 07/31] locking/spinlock: introduce `__spin_lock_init`
2022-08-02 02:02:04 linux-kernel [PATCH v8 22/31] scripts: add `rustdoc_test_{builder,gen}.py` scripts
2022-08-02 02:00:13 linux-kernel [PATCH v8 08/31] locking/spinlock: introduce `_raw_spin_lock_init`
2022-08-02 01:53:29 linux-kernel [PATCH v8 06/31] workqueue: introduce `__INIT_WORK_WITH_KEY`
2022-08-02 01:53:13 linux-kernel [PATCH v8 04/31] kallsyms: support "big" kernel symbols
2022-08-02 01:53:10 linux-kernel [PATCH v8 03/31] kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`
2022-08-02 01:52:59 linux-kernel [PATCH v8 02/31] kallsyms: avoid hardcoding buffer size
2022-08-02 01:52:47 linux-kernel [PATCH v8 00/31] Rust support
2022-05-28 20:40:19 linux-kernel [PATCH v2 2/2] docs: add SVG version of the Linux logo
2022-05-28 18:48:53 linux-kernel [GIT PULL] clang-format for v5.19-rc1
2022-05-28 18:28:02 linux-kernel [PATCH v2 1/2] docs: move Linux logo into a new `images` folder
2022-05-23 08:18:31 linux-kernel [PATCH v7 03/25] kallsyms: increase maximum kernel symbol length to 512
2022-05-23 08:11:41 linux-kernel [PATCH v7 12/25] rust: add `kernel` crate
2022-05-23 08:04:53 linux-kernel [PATCH v7 05/25] rust: add C helpers
2022-05-23 08:02:11 linux-kernel [PATCH v7 15/25] scripts: checkpatch: diagnose uses of `%pA` in the C side
2022-05-23 08:00:33 linux-kernel [PATCH v7 07/25] rust: import upstream `alloc` crate
2022-05-23 07:57:23 linux-kernel [PATCH v7 06/25] rust: add `compiler_builtins` crate
2022-05-23 07:50:21 linux-kernel [PATCH v7 19/25] scripts: decode_stacktrace: demangle Rust symbols
2022-05-23 07:39:36 linux-kernel [PATCH v7 11/25] rust: add `kernel` crate's `sync` module
2022-05-23 07:36:59 linux-kernel [PATCH v7 22/25] samples: add Rust examples
2022-05-23 07:30:29 linux-kernel [PATCH v7 23/25] MAINTAINERS: Rust
2022-05-23 07:25:22 linux-kernel [PATCH v7 02/25] kallsyms: support "big" kernel symbols
2022-05-23 07:25:14 linux-kernel [PATCH v7 25/25] [RFC] drivers: android: Binder IPC in Rust
2022-05-23 07:17:09 linux-kernel [PATCH v7 00/25] Rust support
2022-05-23 07:11:05 linux-kernel [PATCH v7 14/25] vsprintf: add new `%pA` format specifier
2022-05-23 07:11:04 linux-kernel [PATCH v7 08/25] rust: adapt `alloc` crate to the kernel
2022-05-23 07:08:51 linux-kernel [PATCH v7 24/25] [RFC] drivers: gpio: PrimeCell PL061 in Rust
2022-05-23 07:08:32 linux-kernel [PATCH v7 20/25] docs: add Rust documentation
2022-05-23 07:00:21 linux-kernel [PATCH v7 01/25] kallsyms: avoid hardcoding the buffer size
2022-05-23 06:50:36 linux-kernel [PATCH v7 18/25] scripts: add `generate_rust_analyzer.py` scripts
2022-05-23 06:46:37 linux-kernel [PATCH v7 17/25] scripts: add `rustdoc_test_{builder,gen}.py` scripts
2022-05-23 06:43:40 linux-kernel [PATCH v7 16/25] scripts: checkpatch: enable language-independent checks for Rust