aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/workqueue.rs
AgeCommit message (Expand)AuthorFilesLines
2024-07-08rust: kernel: make impl_has_work compatible with more genericsRoland Xu1-7/+9
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda1-3/+1
2024-05-05rust: remove unneeded `kernel::prelude` imports from doctestsNell Shamrell-Harrington1-3/+0
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho1-2/+1
2024-04-16rust: init: update `init` module to take allocation flagsWedson Almeida Filho1-4/+9
2024-04-07rust: workqueue: add `#[pin_data]` to `Work`Benno Lossin1-15/+18
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+5
2024-02-18rust: kernel: add reexports for macrosAlice Ryhl1-8/+6
2024-02-18rust: kernel: remove unneeded doclink targetsValentin Obst1-10/+0
2024-02-18rust: kernel: add doclinksValentin Obst1-18/+27
2024-02-18rust: kernel: mark code fragments in docs with backticksValentin Obst1-4/+5
2024-02-18rust: kernel: fix multiple typos in documentationValentin Obst1-1/+1
2024-02-01workqueue: rust: sync with `WORK_CPU_UNBOUND` changeMiguel Ojeda1-1/+5
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda1-1/+1
2023-09-25rust: workqueue: add examplesAlice Ryhl1-0/+106
2023-09-25rust: workqueue: add `try_spawn` helper methodAlice Ryhl1-0/+43
2023-09-25rust: workqueue: implement `WorkItemPointer` for pointer typesAlice Ryhl1-1/+96
2023-09-25rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl1-1/+256
2023-09-25rust: workqueue: define built-in queuesWedson Almeida Filho1-0/+71
2023-09-25rust: workqueue: add low-level workqueue bindingsAlice Ryhl1-0/+109