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
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-28
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+2
2008-11-16
tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()
Mathieu Desnoyers
1
-0
/
+2
2008-11-14
CRED: Inaugurate COW credentials
David Howells
1
-4
/
+6
2008-11-14
CRED: Use RCU to access another task's creds and to release a task's own creds
David Howells
1
-18
/
+31
2008-11-14
CRED: Separate task security context from task_struct
David Howells
1
-8
/
+8
2008-11-14
CRED: Wrap task credential accesses in the core kernel
David Howells
1
-6
/
+9
2008-10-30
'kill sig -1' must only apply to caller's namespace
Sukadev Bhattiprolu
1
-1
/
+2
2008-10-21
Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+3
2008-10-14
tracing, sched: LTTng instrumentation - scheduler
Mathieu Desnoyers
1
-0
/
+3
2008-09-14
timers: fix itimer/many thread hang
Frank Mayhar
1
-4
/
+4
2008-08-20
tracehook: fix SA_NOCLDWAIT
Roland McGrath
1
-2
/
+3
2008-08-12
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2008-07-28
Merge branch 'timers/urgent' of ssh://master.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-0
/
+1
2008-07-26
tracehook: force signal_pending()
Roland McGrath
1
-1
/
+3
2008-07-26
tracehook: death
Roland McGrath
1
-3
/
+7
2008-07-26
tracehook: job control
Roland McGrath
1
-5
/
+5
2008-07-26
tracehook: get_signal_to_deliver
Roland McGrath
1
-11
/
+27
2008-07-26
tracehook: tracehook_consider_fatal_signal
Roland McGrath
1
-4
/
+5
2008-07-26
tracehook: tracehook_consider_ignored_signal
Roland McGrath
1
-11
/
+16
2008-07-26
tracehook: unexport ptrace_notify
Roland McGrath
1
-1
/
+0
2008-07-25
pidns: remove now unused kill_proc function
Pavel Emelyanov
1
-12
/
+0
2008-07-25
coredump: move mm->core_waiters into struct core_state
Oleg Nesterov
1
-2
/
+2
2008-07-25
ptrace: simplify ptrace_stop()->sigkill_pending() path
Oleg Nesterov
1
-7
/
+5
2008-07-25
kernel/signal.c: change vars pid and tgid types to pid_t
Gustavo Fernando Padovan
1
-6
/
+6
2008-07-25
signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ
Michael Kerrisk
1
-6
/
+4
2008-07-25
signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check
Oleg Nesterov
1
-2
/
+1
2008-07-25
signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST...
Oleg Nesterov
1
-2
/
+1
2008-07-25
signals: change collect_signal() to return void
Oleg Nesterov
1
-4
/
+2
2008-07-25
signals: collect_signal: simplify the "still_pending" logic
Oleg Nesterov
1
-9
/
+6
2008-07-25
signals: collect_signal: remove the unneeded sigismember() check
Oleg Nesterov
1
-3
/
+0
2008-07-24
posix-timers: fix posix_timer_event() vs dequeue_signal() race
Oleg Nesterov
1
-0
/
+1
2008-05-26
posix timers: discard SI_TIMER signals on exec
Oleg Nesterov
1
-0
/
+34
2008-05-26
posix timers: sigqueue_free: don't free sigqueue if it is queued
Oleg Nesterov
1
-6
/
+10
2008-05-24
signals: fix sigqueue_free() vs __exit_signal() race
Oleg Nesterov
1
-1
/
+2
2008-04-30
signals: add set_restore_sigmask
Roland McGrath
1
-1
/
+1
2008-04-30
signals: allow the kernel to actually kill /sbin/init
Oleg Nesterov
1
-1
/
+4
2008-04-30
signals: fix /sbin/init protection from unwanted signals
Oleg Nesterov
1
-3
/
+6
2008-04-30
signals: check_kill_permission: remove tasklist_lock
Oleg Nesterov
1
-2
/
+0
2008-04-30
signals: check_kill_permission: check session under tasklist_lock
Oleg Nesterov
1
-5
/
+19
2008-04-30
signals: send_signal: be paranoid about signalfd_notify()
Oleg Nesterov
1
-7
/
+1
2008-04-30
signals: document CLD_CONTINUED notification mechanics
Oleg Nesterov
1
-1
/
+10
2008-04-30
signals: fold sig_ignored() into handle_stop_signal()
Oleg Nesterov
1
-15
/
+17
2008-04-30
signals: cleanup the usage of print_fatal_signal()
Oleg Nesterov
1
-2
/
+3
2008-04-30
signals: handle_stop_signal: don't worry about SIGKILL
Oleg Nesterov
1
-6
/
+0
2008-04-30
signals: join send_sigqueue() with send_group_sigqueue()
Oleg Nesterov
1
-14
/
+1
2008-04-30
signals: unify send_sigqueue/send_group_sigqueue completely
Oleg Nesterov
1
-37
/
+21
2008-04-30
signals: fold complete_signal() into send_signal/do_send_sigqueue
Pavel Emelyanov
1
-35
/
+11
2008-04-30
signals: use __group_complete_signal() for the specific signals too
Oleg Nesterov
1
-9
/
+6
2008-04-30
signals: change send_signal/do_send_sigqueue to take "boolean group" parameter
Oleg Nesterov
1
-9
/
+16
2008-04-30
signals: move the definition of __group_complete_signal() up
Oleg Nesterov
1
-96
/
+96
[prev]
[next]