summaryrefslogtreecommitdiffstats
path: root/rust/kernel/task.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5 days1-6/+129
|\
| * rust: add PidNamespaceChristian Brauner2024-10-081-6/+129
* | rust: task: adjust safety comments in Task methodsAlice Ryhl2024-10-151-19/+24
|/
* rust: file: add `Kuid` wrapperAlice Ryhl2024-09-301-0/+66
* rust: task: add `Task::current_raw`Alice Ryhl2024-09-301-4/+11
* rust: types: add `NotThreadSafe`Alice Ryhl2024-09-301-4/+6
* rust: kernel: remove redundant importsMiguel Ojeda2024-05-051-1/+1
* rust: kernel: mark code fragments in docs with backticksValentin Obst2024-02-181-1/+1
* rust: kernel: unify spelling of refcount in docsValentin Obst2024-02-181-2/+2
* rust: sync: update integer types in CondVarAlice Ryhl2024-01-281-1/+14
* rust: sync: add `CondVar::wait_timeout`Alice Ryhl2024-01-281-1/+4
* rust: support `srctree`-relative linksMiguel Ojeda2023-12-211-1/+1
* rust: task: remove redundant explicit linkMiguel Ojeda2023-10-151-1/+1
* rust: task: add `Send` marker to `Task`Alice Ryhl2023-05-311-2/+8
* rust: introduce `current`Wedson Almeida Filho2023-04-221-1/+81
* rust: add basic `Task`Wedson Almeida Filho2023-04-221-0/+75