aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/signal.c
AgeCommit message (Expand)Author
2023-10-06m68k: kernel: Add and use "signal.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add missing asmlinkage to do_notify_resume()Geert Uytterhoeven
2023-05-22m68k: Move signal frame following exception on 68020/030Finn Thain
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2021-09-24m68k: Leave stack mangling to asm wrapper of sigreturn()Al Viro
2021-09-24m68k: Handle arrivals of multiple signals correctlyAl Viro
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver
2020-11-09m68k: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-05m68knommu: fix sparse warnings in signal codeGreg Ungerer
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-13m68k: Use sizeof_field() helperGustavo A. R. Silva
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-01-21m68k: Avoid VLA use in mangle_kernel_stack()Geert Uytterhoeven
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-05-22m68k: Fix style, spelling, and grammar in siginfo_build_tests()Geert Uytterhoeven
2018-04-02m68k: Verify the offsets in struct siginfo never change.Eric W. Biederman
2017-06-19m68k: Remove ptrace_signal_deliverAndreas Schwab
2017-03-28m68k: switch to generic extable.hAl Viro
2017-02-12m68k/kernel: Modernize printing of kernel messagesGeert Uytterhoeven
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-03Merge tag 'm68k-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-09-30m68k: Migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-08-08m68knommu: fix user a5 register being overwrittenGreg Ungerer
2016-02-29m68k: Use conventional function parameters for do_sigreturnGreg Ungerer
2015-04-12m68k: Remove signal translation and exec_domainRichard Weinberger
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06m68k: Use sigsp()Richard Weinberger
2014-08-06m68k: Use get_signal() signal_setup_done()Richard Weinberger
2013-08-26m68k/coldfire: flush cache when creating the signal stack frameAlexander Stein
2013-02-03m68k: switch to generic old sigaction()Al Viro
2013-02-03m68k: switch to generic old sigsuspendAl Viro
2013-02-03m68k: switch to generic sigaltstackAl Viro
2012-11-29get rid of ptrace_signal_deliver() argumentsAl Viro
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-21m68k: add TIF_NOTIFY_RESUME and handle it.Al Viro
2012-05-21m68k: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-21new helper: sigsuspend()Al Viro
2012-05-20m68k: merge the MMU and non-MMU signal.c codeGreg Ungerer
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer
2011-03-16m68k: Add helper function handle_kernel_fault()Roman Zippel