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