summaryrefslogtreecommitdiff
path: root/rust/kernel/workqueue.rs
AgeCommit message (Expand)Author
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