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
starfive-6.6.48-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
/
arch
/
alpha
/
kernel
/
process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-26
alpha: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-02-22
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
1
-1
/
+1
2020-12-16
alpha: replace bogus in_interrupt()
Thomas Gleixner
1
-1
/
+1
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
1
-1
/
+1
2020-07-05
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-3
/
+3
2020-07-05
alpha: switch to copy_thread_tls()
Christian Brauner
1
-5
/
+4
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2018-01-21
alpha: fix crash if pthread_create races with signal delivery
Mikulas Patocka
1
-1
/
+2
2018-01-21
alpha: make thread_saved_pc static
Tobias Klauser
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-05-21
exit_thread: remove empty bodies
Jiri Slaby
1
-8
/
+0
2015-05-26
alpha: copy_thread(): rename 'arg' argument to 'kthread_arg'
Alex Dowad
1
-4
/
+3
2013-11-17
alpha: Primitive support for CPU power down.
Richard Henderson
1
-0
/
+17
2013-05-21
TTY:vt: convert remain take_over_console's users to do_take_over_console
Wang YanQing
1
-1
/
+3
2013-05-01
dump_stack: unify debug information printed by show_regs()
Tejun Heo
1
-0
/
+1
2013-04-08
alpha: Use generic idle loop
Thomas Gleixner
1
-19
/
+0
2013-02-04
alpha: remove stray debris left in copy_process()
Al Viro
1
-1
/
+0
2012-11-29
flagday: don't pass regs to copy_thread()
Al Viro
1
-1
/
+1
2012-11-29
alpha: switch to generic fork/vfork/clone
Al Viro
1
-25
/
+0
2012-11-29
alpha: reorganize copy_process(), prepare to saner fork_idle()
Al Viro
1
-21
/
+14
2012-11-29
alpha: simplify fork and friends
Al Viro
1
-9
/
+7
2012-10-24
alpha: separate thread-synchronous flags
Al Viro
1
-1
/
+1
2012-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-59
/
+20
2012-10-01
alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()
Al Viro
1
-19
/
+0
2012-10-01
alpha: switch to generic kernel_thread()
Al Viro
1
-19
/
+20
2012-10-01
alpha: switch to generic sys_execve()
Al Viro
1
-21
/
+0
2012-09-23
alpha: Add missing RCU idle APIs on idle loop
Frederic Weisbecker
1
-0
/
+3
2012-09-23
alpha: Fix preemption handling in idle loop
Frederic Weisbecker
1
-1
/
+2
2012-08-19
alpha: take kernel_execve() out of entry.S
Al Viro
1
-0
/
+19
2012-03-28
Disintegrate asm/system.h for Alpha
David Howells
1
-1
/
+0
2011-07-26
alpha, exec: remove redundant set_fs(USER_DS)
Mathias Krause
1
-1
/
+0
2011-05-25
alpha: replace with new cpumask APIs
KOSAKI Motohiro
1
-1
/
+1
2010-09-26
alpha: fix usp value in multithreaded coredumps
Al Viro
1
-1
/
+1
2010-08-18
Make do_execve() take a const filename pointer
David Howells
1
-2
/
+3
2010-08-14
Mark arguments to certain syscalls as being const
David Howells
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+1
2009-09-24
headers: utsname.h redux
Alexey Dobriyan
1
-1
/
+0
2009-04-03
Simplify copy_thread()
Alexey Dobriyan
1
-1
/
+1
2009-02-16
cpumask: Use cpu_*_mask accessors code: alpha
Rusty Russell
1
-4
/
+4
2008-12-13
cpumask: centralize cpu_online_map and cpu_possible_map
Rusty Russell
1
-0
/
+2
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-1
/
+1
2008-02-08
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
David Howells
1
-1
/
+0
2008-02-08
aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT
David Howells
1
-62
/
+0
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-01-30
[PATCH] missing exports of pm_power_off() on alpha and sparc32
Al Viro
1
-0
/
+1
[next]