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
/
sched
/
task.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-13
sched: avoid false lockdep splat in put_task_struct()
Wander Lairson Costa
1
-4
/
+14
2023-07-13
kernel/fork: beware of __put_task_struct() calling context
Wander Lairson Costa
1
-1
/
+27
2023-06-26
locking: Introduce __cleanup() based infrastructure
Peter Zijlstra
1
-0
/
+2
2023-06-02
fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Mike Christie
1
-1
/
+0
2023-03-12
fork: allow kernel code to call copy_process
Mike Christie
1
-0
/
+2
2023-03-12
fork: Add kernel_clone_args flag to ignore signals
Mike Christie
1
-0
/
+1
2023-03-12
fork: add kernel_clone_args flag to not dup/clone files
Mike Christie
1
-0
/
+1
2023-03-12
fork/vm: Move common PF_IO_WORKER behavior to new flag
Mike Christie
1
-0
/
+1
2023-03-12
kernel: Make io_thread and kthread bit fields
Mike Christie
1
-2
/
+2
2023-03-12
kernel: Allow a kernel thread's name to be set in copy_process
Mike Christie
1
-1
/
+3
2022-12-15
x86/mm: Use mm_alloc() in poking_init()
Peter Zijlstra
1
-1
/
+0
2022-12-15
mm: Move mm_cachep initialization to mm_init()
Peter Zijlstra
1
-0
/
+1
2022-09-12
kernel: exit: cleanup release_thread()
Kefeng Wang
1
-0
/
+3
2022-07-11
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
1
-1
/
+1
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
1
-0
/
+2
2022-05-07
fork: Explicity test for idle tasks in copy_thread
Eric W. Biederman
1
-0
/
+1
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
1
-2
/
+1
2022-05-06
kthread: Don't allocate kthread_struct for init and umh
Eric W. Biederman
1
-0
/
+2
2022-03-15
exit: Mark do_group_exit() __noreturn
Peter Zijlstra
1
-1
/
+1
2022-02-19
sched: Fix yet more sched_fork() races
Peter Zijlstra
1
-2
/
+2
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
1
-0
/
+1
2021-11-20
shm: extend forced shm destroy to support objects from several IPC nses
Alexander Mikhalitsyn
1
-1
/
+1
2021-10-14
kernel/sched: Fix sched_fork() access an invalid sched_task_group
Zhang Qiao
1
-1
/
+2
2021-03-05
kernel: provide create_io_thread() helper
Jens Axboe
1
-0
/
+2
2020-11-03
sched: Un-hide lockdep_tasklist_lock_is_held() for !LOCKDEP
Jakub Kicinski
1
-2
/
+0
2020-08-20
sched: remove _do_fork()
Christian Brauner
1
-4
/
+0
2020-08-20
fork: introduce kernel_clone()
Christian Brauner
1
-1
/
+5
2020-08-12
kernel: add a kernel_wait helper
Christoph Hellwig
1
-0
/
+1
2020-08-05
Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...
Linus Torvalds
1
-16
/
+1
2020-08-04
Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2020-07-29
sched/uclamp: Add a new sysctl to control RT default boost value
Qais Yousef
1
-0
/
+1
2020-07-24
tasks: add put_task_struct_many()
Pavel Begunkov
1
-0
/
+6
2020-07-05
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-2
/
+2
2020-07-05
arch: remove HAVE_COPY_THREAD_TLS
Christian Brauner
1
-14
/
+1
2020-07-05
fork: remove do_fork()
Christian Brauner
1
-1
/
+0
2020-06-22
fork: fold legacy_clone_args_valid() into _do_fork()
Christian Brauner
1
-1
/
+0
2020-02-13
clone3: allow spawning processes into cgroups
Christian Brauner
1
-0
/
+4
2019-11-16
fork: extend clone3() to support setting a PID
Adrian Reber
1
-0
/
+3
2019-09-25
tasks, sched/core: With a grace period after finish_task_switch(), remove unn...
Eric W. Biederman
1
-1
/
+0
2019-09-25
tasks: Add a count of task RCU users
Eric W. Biederman
1
-0
/
+1
2019-07-25
sched/core: Convert get_task_struct() to return the task
Matthew Wilcox (Oracle)
1
-1
/
+5
2019-07-14
clone: fix CLONE_PIDFD support
Dmitry V. Levin
1
-0
/
+1
2019-06-09
fork: add clone3
Christian Brauner
1
-1
/
+16
2019-04-30
fork: Provide a function for copying init_mm
Nadav Amit
1
-0
/
+1
2019-02-04
sched/core: Convert task_struct.usage to refcount_t
Elena Reshetova
1
-2
/
+2
2019-01-05
fork: fix some -Wmissing-prototypes warnings
Yi Wang
1
-0
/
+2
2018-07-22
alpha: fix osf_wait4() breakage
Al Viro
1
-1
/
+1
2018-01-15
fork: Provide usercopy whitelisting for task_struct
Kees Cook
1
-0
/
+14
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
[next]