index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
workqueue.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-22
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-0
/
+3
2024-12-18
rust: workqueue: Enable execution of doctests
Dirk Behme
1
-0
/
+3
2024-12-03
rust: add safety comment in workqueue traits
Konstantin Andrikopoulos
1
-2
/
+16
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
1
-10
/
+10
2024-10-07
rust: enable `clippy::unnecessary_safety_comment` lint
Miguel Ojeda
1
-2
/
+2
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-0
/
+4
2024-10-07
rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`
Miguel Ojeda
1
-1
/
+0
2024-07-08
rust: kernel: make impl_has_work compatible with more generics
Roland Xu
1
-7
/
+9
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
1
-3
/
+1
2024-05-05
rust: remove unneeded `kernel::prelude` imports from doctests
Nell Shamrell-Harrington
1
-3
/
+0
2024-04-16
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
1
-2
/
+1
2024-04-16
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
1
-4
/
+9
2024-04-07
rust: workqueue: add `#[pin_data]` to `Work`
Benno Lossin
1
-15
/
+18
2024-03-11
Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+5
2024-02-18
rust: kernel: add reexports for macros
Alice Ryhl
1
-8
/
+6
2024-02-18
rust: kernel: remove unneeded doclink targets
Valentin Obst
1
-10
/
+0
2024-02-18
rust: kernel: add doclinks
Valentin Obst
1
-18
/
+27
2024-02-18
rust: kernel: mark code fragments in docs with backticks
Valentin Obst
1
-4
/
+5
2024-02-18
rust: kernel: fix multiple typos in documentation
Valentin Obst
1
-1
/
+1
2024-02-01
workqueue: rust: sync with `WORK_CPU_UNBOUND` change
Miguel Ojeda
1
-1
/
+5
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
1
-1
/
+1
2023-09-25
rust: workqueue: add examples
Alice Ryhl
1
-0
/
+106
2023-09-25
rust: workqueue: add `try_spawn` helper method
Alice Ryhl
1
-0
/
+43
2023-09-25
rust: workqueue: implement `WorkItemPointer` for pointer types
Alice Ryhl
1
-1
/
+96
2023-09-25
rust: workqueue: add helper for defining work_struct fields
Alice Ryhl
1
-1
/
+256
2023-09-25
rust: workqueue: define built-in queues
Wedson Almeida Filho
1
-0
/
+71
2023-09-25
rust: workqueue: add low-level workqueue bindings
Alice Ryhl
1
-0
/
+109