aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/workqueue.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-03-24Merge tag 'wq-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+18
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy1-1/+1
2025-03-06rust: workqueue: add missing newline to pr_info! examplesAlban Kurti1-3/+3
2025-02-24rust: workqueue: define built-in bh queuesHamza Mahfooz1-0/+18
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-0/+3
2024-12-18rust: workqueue: Enable execution of doctestsDirk Behme1-0/+3
2024-12-03rust: add safety comment in workqueue traitsKonstantin Andrikopoulos1-2/+16
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich1-10/+10
2024-10-07rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda1-2/+2
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda1-0/+4
2024-10-07rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`Miguel Ojeda1-1/+0
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