summaryrefslogtreecommitdiffstats
path: root/rust/kernel/task.rs
AgeCommit message (Expand)AuthorLines
2025-06-24rust: task: Add Rust version of might_sleep()FUJITA Tomonori-0/+24
2025-06-24rust: task: Mark Task methods inlinePanagiotis Foliadis-0/+9
2025-05-11task: rust: rework how current is accessedAlice Ryhl-118/+129
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-1/+1
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2025-03-10rust: task: fix `SAFETY` comment in `Task::wake_up`Panagiotis Foliadis-1/+1
2025-03-08rust: sync: condvar: Add wait_interruptible_freezable()Alice Ryhl-0/+2
2025-03-06rust: task: make Pid type alias publicAlice Ryhl-1/+1
2024-11-26rust: fix up formatting after mergeLinus Torvalds-2/+6
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-6/+2
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+129
2024-11-10rust: use custom FFI integer typesGary Guo-6/+2
2024-10-15rust: task: adjust safety comments in Task methodsAlice Ryhl-19/+24
2024-10-08rust: add PidNamespaceChristian Brauner-6/+129
2024-09-30rust: file: add `Kuid` wrapperAlice Ryhl-0/+66
2024-09-30rust: task: add `Task::current_raw`Alice Ryhl-4/+11
2024-09-30rust: types: add `NotThreadSafe`Alice Ryhl-4/+6
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda-1/+1
2024-02-18rust: kernel: mark code fragments in docs with backticksValentin Obst-1/+1
2024-02-18rust: kernel: unify spelling of refcount in docsValentin Obst-2/+2
2024-01-28rust: sync: update integer types in CondVarAlice Ryhl-1/+14
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl-1/+4
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda-1/+1
2023-10-15rust: task: remove redundant explicit linkMiguel Ojeda-1/+1
2023-05-31rust: task: add `Send` marker to `Task`Alice Ryhl-2/+8
2023-04-22rust: introduce `current`Wedson Almeida Filho-1/+81
2023-04-22rust: add basic `Task`Wedson Almeida Filho-0/+75