aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/task.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-1/+1
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2025-03-10rust: task: fix `SAFETY` comment in `Task::wake_up`Panagiotis Foliadis1-1/+1
2025-03-08rust: sync: condvar: Add wait_interruptible_freezable()Alice Ryhl1-0/+2
2025-03-06rust: task: make Pid type alias publicAlice Ryhl1-1/+1
2024-11-26rust: fix up formatting after mergeLinus Torvalds1-2/+6
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-6/+2
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-6/+129
2024-11-10rust: use custom FFI integer typesGary Guo1-6/+2
2024-10-15rust: task: adjust safety comments in Task methodsAlice Ryhl1-19/+24
2024-10-08rust: add PidNamespaceChristian Brauner1-6/+129
2024-09-30rust: file: add `Kuid` wrapperAlice Ryhl1-0/+66
2024-09-30rust: task: add `Task::current_raw`Alice Ryhl1-4/+11
2024-09-30rust: types: add `NotThreadSafe`Alice Ryhl1-4/+6
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda1-1/+1
2024-02-18rust: kernel: mark code fragments in docs with backticksValentin Obst1-1/+1
2024-02-18rust: kernel: unify spelling of refcount in docsValentin Obst1-2/+2
2024-01-28rust: sync: update integer types in CondVarAlice Ryhl1-1/+14
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl1-1/+4
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda1-1/+1
2023-10-15rust: task: remove redundant explicit linkMiguel Ojeda1-1/+1
2023-05-31rust: task: add `Send` marker to `Task`Alice Ryhl1-2/+8
2023-04-22rust: introduce `current`Wedson Almeida Filho1-1/+81
2023-04-22rust: add basic `Task`Wedson Almeida Filho1-0/+75