summaryrefslogtreecommitdiff
path: root/rust/kernel/task.rs
AgeCommit message (Expand)Author
2025-03-10rust: task: fix `SAFETY` comment in `Task::wake_up`Panagiotis Foliadis
2024-11-26rust: fix up formatting after mergeLinus Torvalds
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-11-10rust: use custom FFI integer typesGary Guo
2024-10-15rust: task: adjust safety comments in Task methodsAlice Ryhl
2024-10-08rust: add PidNamespaceChristian Brauner
2024-09-30rust: file: add `Kuid` wrapperAlice Ryhl
2024-09-30rust: task: add `Task::current_raw`Alice Ryhl
2024-09-30rust: types: add `NotThreadSafe`Alice Ryhl
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda
2024-02-18rust: kernel: mark code fragments in docs with backticksValentin Obst
2024-02-18rust: kernel: unify spelling of refcount in docsValentin Obst
2024-01-28rust: sync: update integer types in CondVarAlice Ryhl
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda
2023-10-15rust: task: remove redundant explicit linkMiguel Ojeda
2023-05-31rust: task: add `Send` marker to `Task`Alice Ryhl
2023-04-22rust: introduce `current`Wedson Almeida Filho
2023-04-22rust: add basic `Task`Wedson Almeida Filho