index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
workqueue.rs
Age
Commit message (
Expand
)
Author
2025-03-24
Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-03-24
Merge tag 'wq-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
2025-03-06
rust: workqueue: add missing newline to pr_info! examples
Alban Kurti
2025-02-24
rust: workqueue: define built-in bh queues
Hamza Mahfooz
2025-01-21
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2024-12-18
rust: workqueue: Enable execution of doctests
Dirk Behme
2024-12-03
rust: add safety comment in workqueue traits
Konstantin Andrikopoulos
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
2024-10-07
rust: enable `clippy::unnecessary_safety_comment` lint
Miguel Ojeda
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-10-07
rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`
Miguel Ojeda
2024-07-08
rust: kernel: make impl_has_work compatible with more generics
Roland Xu
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
2024-05-05
rust: remove unneeded `kernel::prelude` imports from doctests
Nell Shamrell-Harrington
2024-04-16
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
2024-04-16
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
2024-04-07
rust: workqueue: add `#[pin_data]` to `Work`
Benno Lossin
2024-03-11
Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2024-02-18
rust: kernel: add reexports for macros
Alice Ryhl
2024-02-18
rust: kernel: remove unneeded doclink targets
Valentin Obst
2024-02-18
rust: kernel: add doclinks
Valentin Obst
2024-02-18
rust: kernel: mark code fragments in docs with backticks
Valentin Obst
2024-02-18
rust: kernel: fix multiple typos in documentation
Valentin Obst
2024-02-01
workqueue: rust: sync with `WORK_CPU_UNBOUND` change
Miguel Ojeda
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
2023-09-25
rust: workqueue: add examples
Alice Ryhl
2023-09-25
rust: workqueue: add `try_spawn` helper method
Alice Ryhl
2023-09-25
rust: workqueue: implement `WorkItemPointer` for pointer types
Alice Ryhl
2023-09-25
rust: workqueue: add helper for defining work_struct fields
Alice Ryhl
2023-09-25
rust: workqueue: define built-in queues
Wedson Almeida Filho
2023-09-25
rust: workqueue: add low-level workqueue bindings
Alice Ryhl