summaryrefslogtreecommitdiff
path: root/kernel/signal.c
Commit message (Expand)AuthorAge
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-07
|\
| * usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-07
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-04
|\ \
| * | arm64: signal: Ensure si_code is valid for all fault signalsDave Martin2018-03-09
| |/
* | kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat s...Dominik Brodowski2018-04-02
* | kernel: open-code sys_rt_sigpending() in sys_sigpending()Dominik Brodowski2018-04-02
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-01-31
|\
| * livepatch: send a fake signal to all blocking tasksMiroslav Benes2017-12-04
* | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman2018-01-22
* | signal: Helpers for faults with specialized siginfo layoutsEric W. Biederman2018-01-22
* | signal: Add send_sig_fault and force_sig_faultEric W. Biederman2018-01-22
* | signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-22
* | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-15
* | signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32Eric W. Biederman2018-01-15
* | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-15
* | signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.hEric W. Biederman2018-01-15
* | signal: Remove unnecessary ifdefs now that there is only one struct siginfoEric W. Biederman2018-01-12
* | signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ...Eric W. Biederman2018-01-12
* | signal: Clear si_sys_private before copying siginfo to userspaceEric W. Biederman2018-01-12
* | signal: Ensure no siginfo union member increases the size of struct siginfoEric W. Biederman2018-01-12
* | signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman2018-01-12
* | signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman2018-01-12
* | signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-03
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-17
|\ \
| * | kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2017-11-17
| * | kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2017-11-17
| * | kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2017-11-17
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-17
|\ \ \ | |/ / |/| |
| * | get_compat_sigset()Al Viro2017-09-19
| * | signal: lift sigset size check out of do_sigpending()Dmitry V. Levin2017-09-19
| * | signal: simplify compat_sigpending()Dmitry V. Levin2017-09-19
| * | signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin2017-09-19
* | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-15
| |/ |/|
* | signal: Fix name of SIGEMT in #if defined() checkAndrew Clayton2017-11-01
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-11
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-24
* | signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles2017-08-18
* | Fix compat_sys_sigpending breakageDmitry V. Levin2017-08-06
|/
* kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang2017-07-10
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-06
|\
| * rt_sigtimedwait(): move compat to nativeAl Viro2017-06-09
| * sigpending(): move compat to nativeAl Viro2017-06-09
| * do_sigaltstack(): lift copying to/from userland into callersAl Viro2017-05-27
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-03
|\ \
| * | posix-timers: Rename do_schedule_next_timerThomas Gleixner2017-06-04
| * | posix-timers: Move the do_schedule_next_timer declarationChristoph Hellwig2017-06-04
| |/
* | Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-03
|\ \
| * | m68k: Remove ptrace_signal_deliverAndreas Schwab2017-06-19
| |/
* | signal: Only reschedule timers on signals timers have sentEric W. Biederman2017-06-17
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-10
|\