index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
/
include
/
linux
/
kthread.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-02
kthread: unexport kthread_blkcg
Christoph Hellwig
1
-4
/
+0
2022-03-23
linux/kthread.h: remove unused macros
Rasmus Villemoes
1
-22
/
+0
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2022-01-20
kthread: dynamically allocate memory to store kthread's full name
Yafang Shao
1
-0
/
+1
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+3
2022-01-15
kthread: add the helper function kthread_run_on_cpu()
Cai Huoqing
1
-0
/
+25
2021-12-13
kthread: Ensure struct kthread is present for all kthreads
Eric W. Biederman
1
-1
/
+1
2021-12-13
exit: Rename complete_and_exit to kthread_complete_and_exit
Eric W. Biederman
1
-0
/
+1
2021-12-13
exit: Implement kthread_exit
Eric W. Biederman
1
-0
/
+1
2021-06-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-06-29
kthread: switch to new kerneldoc syntax for named variable macro argument
Jonathan Neuschäfer
1
-1
/
+1
2021-05-18
sched: Make the idle task quack like a per-CPU kthread
Valentin Schneider
1
-0
/
+2
2021-01-22
kthread: Extract KTHREAD_IS_PER_CPU
Peter Zijlstra
1
-0
/
+3
2020-06-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+5
2020-06-11
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
1
-2
/
+2
2020-06-11
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
1
-0
/
+5
2020-05-09
kthread: save thread function
J. Bruce Fields
1
-0
/
+1
2020-04-02
kthread: mark timer used by delayed kthread works as IRQ safe
Petr Mladek
1
-1
/
+2
2019-05-15
include/: refactor headers to allow kthread.h inclusion in psi_types.h
Suren Baghdasaryan
1
-1
/
+2
2019-03-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+4
2019-02-28
kthread: Do not use TIMER_IRQSAFE
Sebastian Andrzej Siewior
1
-3
/
+2
2019-02-28
kthread: Convert worker lock to raw spinlock
Julia Cartwright
1
-2
/
+2
2019-02-10
kthread: Add __kthread_should_park()
Matthias Kaehlcke
1
-0
/
+1
2018-07-03
kthread, sched/core: Fix kthread_parkme() (again...)
Peter Zijlstra
1
-1
/
+0
2018-05-03
kthread, sched/wait: Fix kthread_parkme() completion issue
Peter Zijlstra
1
-0
/
+1
2017-11-22
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
1
-1
/
+1
2017-11-22
timer: Remove redundant __setup_timer*() macros
Kees Cook
1
-3
/
+3
2017-11-22
timer: Remove unused data arguments from macros
Kees Cook
1
-2
/
+0
2017-11-15
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+11
2017-11-14
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-05
kthread: Convert callback to use from_timer()
Kees Cook
1
-5
/
+5
2017-10-05
timer: Remove expires argument from __TIMER_INITIALIZER()
Kees Cook
1
-1
/
+1
2017-09-26
block: fix a build error
Shaohua Li
1
-1
/
+1
2017-09-26
kthread: add a mechanism to store cgroup info
Shaohua Li
1
-0
/
+11
2017-08-03
kthread: fix documentation build warning
Jonathan Corbet
1
-1
/
+1
2016-12-13
kthread: add __printf attributes
Nicolas Iooss
1
-1
/
+1
2016-12-08
kthread: Make struct kthread kmalloc'ed
Oleg Nesterov
1
-0
/
+1
2016-10-12
kthread: add kerneldoc for kthread_create()
Jonathan Corbet
1
-0
/
+11
2016-10-12
kthread: better support freezable kthread workers
Petr Mladek
1
-3
/
+9
2016-10-12
kthread: allow to modify delayed kthread work
Petr Mladek
1
-0
/
+4
2016-10-12
kthread: allow to cancel kthread work
Petr Mladek
1
-0
/
+5
2016-10-12
kthread: initial support for delayed kthread work
Petr Mladek
1
-0
/
+33
2016-10-12
kthread: add kthread_destroy_worker()
Petr Mladek
1
-0
/
+2
2016-10-12
kthread: add kthread_create_worker*()
Petr Mladek
1
-0
/
+7
2016-10-12
kthread: kthread worker API cleanup
Petr Mladek
1
-9
/
+9
2016-10-12
kthread: rename probe_kthread_data() to kthread_probe_data()
Petr Mladek
1
-1
/
+1
2015-09-05
kernel/kthread.c:kthread_create_on_node(): clarify documentation
Andrew Morton
1
-1
/
+1
2015-08-12
sched: Fix a race between __kthread_bind() and sched_setaffinity()
Peter Zijlstra
1
-0
/
+1
2014-07-28
kthread_work: remove the unused wait_queue_head
Lai Jiangshan
1
-11
/
+2
[next]