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
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2024-09-18
Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+20
2024-08-13
introduce fd_file(), convert all accessors to it.
Al Viro
1
-3
/
+3
2024-08-06
binfmt_elf, coredump: Log the reason of the failed core dumps
Roman Kisel
1
-1
/
+20
2024-07-29
signal: Replace BUG_ON()s
Thomas Gleixner
1
-4
/
+7
2024-07-29
signal: Remove task argument from dequeue_signal()
Thomas Gleixner
1
-13
/
+10
2024-07-11
kernel: rerun task_work while freezing in get_signal()
Pavel Begunkov
1
-0
/
+8
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-3
/
+1
2024-05-22
kernel: Remove signal hacks for vhost_tasks
Mike Christie
1
-3
/
+1
2024-04-24
kernel misc: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-03-15
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-12
/
+16
2024-03-07
get_signal: don't initialize ksig->info if SIGNAL_GROUP_EXIT/group_exec_task
Oleg Nesterov
1
-3
/
+6
2024-03-07
get_signal: hide_si_addr_tag_bits: fix the usage of uninitialized ksig
Oleg Nesterov
1
-5
/
+6
2024-03-07
get_signal: don't abuse ksig->info.si_signo and ksig->sig
Oleg Nesterov
1
-4
/
+4
2024-02-21
pidfd: allow to override signal scope in pidfd_send_signal()
Christian Brauner
1
-9
/
+37
2024-02-11
pidfd: change pidfd_send_signal() to respect PIDFD_THREAD
Oleg Nesterov
1
-16
/
+23
2024-02-11
signal: fill in si_code in prepare_kill_siginfo()
Oleg Nesterov
1
-10
/
+6
2024-02-06
pidfd: change do_notify_pidfd() to use __wake_up(poll_to_key(EPOLLIN))
Oleg Nesterov
1
-3
/
+4
2024-02-02
pidfd: implement PIDFD_THREAD flag for pidfd_open()
Oleg Nesterov
1
-2
/
+4
2024-02-02
pidfd: don't do_notify_pidfd() if !thread_group_empty()
Oleg Nesterov
1
-3
/
+5
2023-12-11
kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...
Oleg Nesterov
1
-13
/
+4
2023-12-11
introduce for_other_threads(p, t)
Oleg Nesterov
1
-7
/
+4
2023-11-03
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-10
/
+14
2023-11-02
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-20
/
+5
2023-10-19
kernel/signal: remove unnecessary NULL values from ucounts
Li kunyu
1
-1
/
+1
2023-10-04
signal: complete_signal: use __for_each_thread()
Oleg Nesterov
1
-3
/
+2
2023-10-04
__kill_pgrp_info: simplify the calculation of return value
Oleg Nesterov
1
-6
/
+11
2023-09-19
signal: Don't disable preemption in ptrace_stop() on PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+13
2023-09-19
signal: Add a proper comment about preempt_disable() in ptrace_stop()
Sebastian Andrzej Siewior
1
-3
/
+15
2023-09-11
kernel: Drop IA64 support from sig_fault handlers
Ard Biesheuvel
1
-20
/
+5
2023-08-18
signal: print comm and exe name on fatal signals
Vincent Whitchurch
1
-1
/
+12
2023-07-26
mm: suppress mm fault logging if fatal signal already pending
Linus Torvalds
1
-0
/
+4
2023-06-29
Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+23
2023-06-02
fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Mike Christie
1
-3
/
+5
2023-05-31
signal: move show_unhandled_signals sysctl to its own file
Luis Chamberlain
1
-0
/
+23
2023-04-16
posix-timers: Prefer delivery of signals to the current thread
Dmitry Vyukov
1
-3
/
+18
2022-12-27
sched: Introduce per-memory-map concurrency ID
Mathieu Desnoyers
1
-0
/
+2
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2022-12-03
signal: Initialize the info in ksignal
haifeng.xu
1
-0
/
+1
2022-10-24
kill signal_pt_regs()
Al Viro
1
-1
/
+1
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+7
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-7
/
+7
2022-07-20
signal: Drop signals received after a fatal signal has been processed
Eric W. Biederman
1
-1
/
+2
2022-07-07
signal handling: don't use BUG_ON() for debugging
Linus Torvalds
1
-4
/
+4
2022-06-04
Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-79
/
+61
2022-05-11
sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
Peter Zijlstra
1
-2
/
+8
2022-05-11
ptrace: Don't change __state
Eric W. Biederman
1
-8
/
+6
2022-05-11
ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
Eric W. Biederman
1
-54
/
+38
2022-05-11
signal: Use lockdep_assert_held instead of assert_spin_locked
Eric W. Biederman
1
-2
/
+2
2022-05-11
signal: Replace __group_send_sig_info with send_signal_locked
Eric W. Biederman
1
-7
/
+1
[next]