summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-129/+52
|\
| * signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman2018-04-261-25/+56
| * signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat codeEric W. Biederman2018-04-261-5/+0
| * signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AOEric W. Biederman2018-04-251-16/+8
| * signal: Remove SEGV_BNDERR ifdefsEric W. Biederman2018-04-251-6/+0
| * signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layoutEric W. Biederman2018-04-251-9/+0
| * signal: Reduce copy_siginfo_to_user to just copy_to_userEric W. Biederman2018-04-251-82/+2
* | sched/core: Introduce set_special_state()Peter Zijlstra2018-05-041-2/+15
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-3/+3
|\
| * usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-071-3/+3
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-041-4/+0
|\ \
| * | arm64: signal: Ensure si_code is valid for all fault signalsDave Martin2018-03-091-4/+0
| |/
* | kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat s...Dominik Brodowski2018-04-021-4/+10
* | kernel: open-code sys_rt_sigpending() in sys_sigpending()Dominik Brodowski2018-04-021-3/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-01-311-1/+3
|\
| * livepatch: send a fake signal to all blocking tasksMiroslav Benes2017-12-041-1/+3
* | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman2018-01-221-0/+15
* | signal: Helpers for faults with specialized siginfo layoutsEric W. Biederman2018-01-221-0/+61
* | signal: Add send_sig_fault and force_sig_faultEric W. Biederman2018-01-221-0/+47
* | signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-221-1/+2
* | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-151-0/+90
* | signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32Eric W. Biederman2018-01-151-2/+2
* | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-0/+81
* | signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.hEric W. Biederman2018-01-151-3/+6
* | signal: Remove unnecessary ifdefs now that there is only one struct siginfoEric W. Biederman2018-01-121-4/+0
* | signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ...Eric W. Biederman2018-01-121-4/+5
* | signal: Clear si_sys_private before copying siginfo to userspaceEric W. Biederman2018-01-121-0/+3
* | signal: Ensure no siginfo union member increases the size of struct siginfoEric W. Biederman2018-01-121-0/+1
* | signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman2018-01-121-1/+8
* | signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman2018-01-121-0/+4
* | signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-031-7/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-171-8/+10
|\ \
| * | kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2017-11-171-2/+2
| * | kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2017-11-171-1/+1
| * | kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2017-11-171-5/+7
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-54/+23
|\ \ \ | |/ / |/| |
| * | get_compat_sigset()Al Viro2017-09-191-23/+4
| * | signal: lift sigset size check out of do_sigpending()Dmitry V. Levin2017-09-191-7/+14
| * | signal: simplify compat_sigpending()Dmitry V. Levin2017-09-191-4/+0
| * | signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin2017-09-191-21/+6
* | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-2/+1
| |/ |/|
* | signal: Fix name of SIGEMT in #if defined() checkAndrew Clayton2017-11-011-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-111-17/+55
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-17/+55
* | signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles2017-08-181-1/+5
* | Fix compat_sys_sigpending breakageDmitry V. Levin2017-08-061-4/+7
|/
* kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang2017-07-101-0/+4
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-061-62/+93
|\
| * rt_sigtimedwait(): move compat to nativeAl Viro2017-06-091-1/+35
| * sigpending(): move compat to nativeAl Viro2017-06-091-0/+12