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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-17
ptrace_init_task: initialize child->jobctl explicitly
Oleg Nesterov
1
-6
/
+7
2011-07-17
has_stopped_jobs: s/task_is_stopped/SIGNAL_STOP_STOPPED/
Oleg Nesterov
1
-7
/
+5
2011-07-01
ptrace: make former thread ID available via PTRACE_GETEVENTMSG after PTRACE_E...
Denys Vlasenko
1
-1
/
+8
2011-06-27
ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/
Oleg Nesterov
1
-2
/
+1
2011-06-27
ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented()
Oleg Nesterov
1
-16
/
+4
2011-06-27
ptrace: ptrace_reparented() should check same_thread_group()
Oleg Nesterov
1
-1
/
+1
2011-06-27
redefine thread_group_leader() as exit_signal >= 0
Oleg Nesterov
2
-2
/
+5
2011-06-27
do not change dead_task->exit_signal
Oleg Nesterov
2
-2
/
+0
2011-06-27
kill task_detached()
Oleg Nesterov
2
-8
/
+2
2011-06-27
reparent_leader: check EXIT_DEAD instead of task_detached()
Oleg Nesterov
1
-1
/
+1
2011-06-27
make do_notify_parent() __must_check, update the callers
Oleg Nesterov
2
-22
/
+9
2011-06-27
__ptrace_detach: avoid task_detached(), check do_notify_parent()
Oleg Nesterov
1
-15
/
+18
2011-06-27
kill tracehook_notify_death()
Oleg Nesterov
2
-42
/
+13
2011-06-27
make do_notify_parent() return bool
Oleg Nesterov
3
-13
/
+17
2011-06-22
ptrace: s/tracehook_tracer_task()/ptrace_parent()/
Tejun Heo
6
-23
/
+23
2011-06-22
ptrace: kill clone/exec tracehooks
Tejun Heo
3
-131
/
+38
2011-06-22
ptrace: kill trivial tracehooks
Tejun Heo
7
-171
/
+11
2011-06-22
ptrace: move SIGTRAP on exec(2) logic to ptrace_event()
Tejun Heo
2
-11
/
+9
2011-06-22
ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and trac...
Tejun Heo
2
-27
/
+45
2011-06-22
ptrace: kill task_ptrace()
Tejun Heo
5
-32
/
+20
2011-06-16
ptrace: implement PTRACE_LISTEN
Tejun Heo
5
-8
/
+53
2011-06-16
ptrace: implement TRAP_NOTIFY and use it for group stop events
Tejun Heo
2
-4
/
+38
2011-06-16
ptrace: implement PTRACE_INTERRUPT
Tejun Heo
2
-2
/
+28
2011-06-16
ptrace: implement PTRACE_SEIZE
Tejun Heo
3
-15
/
+66
2011-06-16
job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap
Tejun Heo
3
-33
/
+75
2011-06-04
signal: remove three noop tracehooks
Tejun Heo
2
-82
/
+14
2011-06-04
ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit
Tejun Heo
2
-4
/
+9
2011-06-04
job control: introduce task_set_jobctl_pending()
Tejun Heo
3
-9
/
+45
2011-06-04
job control: make task_clear_jobctl_pending() clear TRAPPING automatically
Tejun Heo
2
-6
/
+9
2011-06-04
job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()
Tejun Heo
3
-12
/
+22
2011-06-04
ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()
Tejun Heo
1
-15
/
+13
2011-06-04
ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments
Tejun Heo
2
-6
/
+20
2011-06-04
job control: rename signal->group_stop and flags to jobctl and update them
Tejun Heo
4
-60
/
+67
2011-06-04
ptrace: remove silly wait_trap variable from ptrace_attach()
Tejun Heo
1
-3
/
+1
2011-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
2
-1
/
+2
2011-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
60
-219
/
+380
2011-06-04
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-28
/
+41
2011-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
1
-1
/
+1
2011-06-04
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...
Linus Torvalds
2
-2
/
+4
2011-06-04
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
9
-97
/
+136
2011-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-4
/
+4
2011-06-04
Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-0
/
+141
2011-06-04
Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-45
/
+39
2011-06-04
Revert "ASoC: Update cx20442 for TTY API change"
Linus Torvalds
1
-5
/
+3
2011-06-04
Revert "tty: make receive_buf() return the amout of bytes received"
Linus Torvalds
20
-128
/
+115
2011-06-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
15
-70
/
+155
2011-06-03
UBIFS: fix-up free space earlier
Ben Gardiner
1
-8
/
+8
2011-06-03
UBIFS: intialize LPT earlier
Ben Gardiner
1
-13
/
+16
2011-06-03
UBIFS: assert no fixup when writing a node
Ben Gardiner
1
-0
/
+2
2011-06-03
UBIFS: fix clean znode counter corruption in error cases
Artem Bityutskiy
1
-4
/
+5
[next]