summaryrefslogtreecommitdiff
path: root/rust/kernel/workqueue.rs
AgeCommit message (Expand)Author
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'wq-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy
2025-03-06rust: workqueue: add missing newline to pr_info! examplesAlban Kurti
2025-02-24rust: workqueue: define built-in bh queuesHamza Mahfooz
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2024-12-18rust: workqueue: Enable execution of doctestsDirk Behme
2024-12-03rust: add safety comment in workqueue traitsKonstantin Andrikopoulos
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich
2024-10-07rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-10-07rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`Miguel Ojeda
2024-07-08rust: kernel: make impl_has_work compatible with more genericsRoland Xu
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda
2024-05-05rust: remove unneeded `kernel::prelude` imports from doctestsNell Shamrell-Harrington
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho
2024-04-16rust: init: update `init` module to take allocation flagsWedson Almeida Filho
2024-04-07rust: workqueue: add `#[pin_data]` to `Work`Benno Lossin
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2024-02-18rust: kernel: add reexports for macrosAlice Ryhl
2024-02-18rust: kernel: remove unneeded doclink targetsValentin Obst
2024-02-18rust: kernel: add doclinksValentin Obst
2024-02-18rust: kernel: mark code fragments in docs with backticksValentin Obst
2024-02-18rust: kernel: fix multiple typos in documentationValentin Obst
2024-02-01workqueue: rust: sync with `WORK_CPU_UNBOUND` changeMiguel Ojeda
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda
2023-09-25rust: workqueue: add examplesAlice Ryhl
2023-09-25rust: workqueue: add `try_spawn` helper methodAlice Ryhl
2023-09-25rust: workqueue: implement `WorkItemPointer` for pointer typesAlice Ryhl
2023-09-25rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl
2023-09-25rust: workqueue: define built-in queuesWedson Almeida Filho
2023-09-25rust: workqueue: add low-level workqueue bindingsAlice Ryhl