index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
task.rs
Age
Commit message (
Expand
)
Author
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-03-24
Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-03-10
rust: task: fix `SAFETY` comment in `Task::wake_up`
Panagiotis Foliadis
2025-03-08
rust: sync: condvar: Add wait_interruptible_freezable()
Alice Ryhl
2025-03-06
rust: task: make Pid type alias public
Alice Ryhl
2024-11-26
rust: fix up formatting after merge
Linus Torvalds
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-11-26
Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-10-15
rust: task: adjust safety comments in Task methods
Alice Ryhl
2024-10-08
rust: add PidNamespace
Christian Brauner
2024-09-30
rust: file: add `Kuid` wrapper
Alice Ryhl
2024-09-30
rust: task: add `Task::current_raw`
Alice Ryhl
2024-09-30
rust: types: add `NotThreadSafe`
Alice Ryhl
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
2024-02-18
rust: kernel: mark code fragments in docs with backticks
Valentin Obst
2024-02-18
rust: kernel: unify spelling of refcount in docs
Valentin Obst
2024-01-28
rust: sync: update integer types in CondVar
Alice Ryhl
2024-01-28
rust: sync: add `CondVar::wait_timeout`
Alice Ryhl
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
2023-10-15
rust: task: remove redundant explicit link
Miguel Ojeda
2023-05-31
rust: task: add `Send` marker to `Task`
Alice Ryhl
2023-04-22
rust: introduce `current`
Wedson Almeida Filho
2023-04-22
rust: add basic `Task`
Wedson Almeida Filho