| Commit message (Expand) | Author | Age | Files | Lines |
* | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 2022-03-10 | 1 | -2/+2 |
* | m68k: Leave stack mangling to asm wrapper of sigreturn() | Al Viro | 2021-09-24 | 1 | -70/+41 |
* | m68k: Handle arrivals of multiple signals correctly | Al Viro | 2021-09-24 | 1 | -46/+42 |
* | signal: Deliver all of the siginfo perf data in _perf | Eric W. Biederman | 2021-05-18 | 1 | -1/+2 |
* | signal: Introduce TRAP_PERF si_code and si_perf to siginfo | Marco Elver | 2021-04-16 | 1 | -0/+3 |
* | m68k: add support for TIF_NOTIFY_SIGNAL | Jens Axboe | 2020-11-09 | 1 | -1/+2 |
* | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-23 | 1 | -1/+1 |
|\ |
|
| * | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() | Jens Axboe | 2020-10-17 | 1 | -1/+1 |
* | | m68knommu: fix sparse warnings in signal code | Greg Ungerer | 2020-10-05 | 1 | -2/+4 |
|/ |
|
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | m68k: Use sizeof_field() helper | Gustavo A. R. Silva | 2020-07-13 | 1 | -16/+16 |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 1 | -1/+0 |
* | signal: Remove task parameter from force_sig | Eric W. Biederman | 2019-05-27 | 1 | -2/+2 |
* | m68k: Avoid VLA use in mangle_kernel_stack() | Geert Uytterhoeven | 2019-01-21 | 1 | -1/+2 |
* | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 1 | -2/+2 |
* | m68k: Fix style, spelling, and grammar in siginfo_build_tests() | Geert Uytterhoeven | 2018-05-22 | 1 | -11/+12 |
* | m68k: Verify the offsets in struct siginfo never change. | Eric W. Biederman | 2018-04-02 | 1 | -0/+62 |
* | m68k: Remove ptrace_signal_deliver | Andreas Schwab | 2017-06-19 | 1 | -16/+0 |
* | m68k: switch to generic extable.h | Al Viro | 2017-03-29 | 1 | -1/+1 |
* | m68k/kernel: Modernize printing of kernel messages | Geert Uytterhoeven | 2017-02-12 | 1 | -17/+7 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | Merge tag 'm68k-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-10-04 | 1 | -1/+1 |
|\ |
|
| * | m68k: Migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2016-09-30 | 1 | -1/+1 |
* | | m68knommu: fix user a5 register being overwritten | Greg Ungerer | 2016-08-08 | 1 | -1/+0 |
|/ |
|
* | m68k: Use conventional function parameters for do_sigreturn | Greg Ungerer | 2016-02-29 | 1 | -6/+2 |
* | m68k: Remove signal translation and exec_domain | Richard Weinberger | 2015-04-12 | 1 | -12/+2 |
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-13 | 1 | -2/+2 |
* | m68k: Use sigsp() | Richard Weinberger | 2014-08-06 | 1 | -12/+4 |
* | m68k: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 | 1 | -39/+24 |
* | m68k/coldfire: flush cache when creating the signal stack frame | Alexander Stein | 2013-08-26 | 1 | -0/+8 |
* | m68k: switch to generic old sigaction() | Al Viro | 2013-02-04 | 1 | -32/+0 |
* | m68k: switch to generic old sigsuspend | Al Viro | 2013-02-04 | 1 | -11/+0 |
* | m68k: switch to generic sigaltstack | Al Viro | 2013-02-04 | 1 | -13/+3 |
* | get rid of ptrace_signal_deliver() arguments | Al Viro | 2012-11-29 | 1 | -1/+2 |
* | new helper: signal_delivered() | Al Viro | 2012-06-01 | 1 | -1/+1 |
* | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2012-06-01 | 1 | -4/+0 |
* | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 2012-06-01 | 1 | -2/+0 |
* | new helper: sigmask_to_save() | Al Viro | 2012-06-01 | 1 | -8/+3 |
* | new helper: restore_saved_sigmask() | Al Viro | 2012-06-01 | 1 | -4/+1 |
* | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 2012-05-24 | 1 | -4/+1 |
* | m68k: add TIF_NOTIFY_RESUME and handle it. | Al Viro | 2012-05-22 | 1 | -1/+14 |
* | m68k: use set_current_blocked() and block_sigmask() | Matt Fleming | 2012-05-22 | 1 | -8/+3 |
* | new helper: sigsuspend() | Al Viro | 2012-05-22 | 1 | -12/+3 |
* | m68k: merge the MMU and non-MMU signal.c code | Greg Ungerer | 2012-05-20 | 1 | -2/+1199 |
* | m68k: merge m68k and m68knommu arch directories | Greg Ungerer | 2011-03-25 | 1 | -1015/+3 |
* | m68k: Add helper function handle_kernel_fault() | Roman Zippel | 2011-03-16 | 1 | -1/+23 |
* | m68k: Check __get_user()/__put_user() return value | Al Viro | 2011-01-07 | 1 | -6/+6 |
* | m68k: Fix stack mangling logics in sigreturn | Al Viro | 2011-01-07 | 1 | -112/+61 |
* | m68k: If we fail to set sigframe up, just leave regs alone... | Al Viro | 2011-01-07 | 1 | -14/+30 |
* | m68k: Don't lose state if sigframe setup fails | Al Viro | 2011-01-07 | 1 | -7/+12 |