aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-22m68k: Fix style, spelling, and grammar in siginfo_build_tests()Geert Uytterhoeven1-11/+12
2018-04-02m68k: Verify the offsets in struct siginfo never change.Eric W. Biederman1-0/+62
2017-06-19m68k: Remove ptrace_signal_deliverAndreas Schwab1-16/+0
2017-03-28m68k: switch to generic extable.hAl Viro1-1/+1
2017-02-12m68k/kernel: Modernize printing of kernel messagesGeert Uytterhoeven1-17/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-03Merge tag 'm68k-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-1/+1
2016-09-30m68k: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-08-08m68knommu: fix user a5 register being overwrittenGreg Ungerer1-1/+0
2016-02-29m68k: Use conventional function parameters for do_sigreturnGreg Ungerer1-6/+2
2015-04-12m68k: Remove signal translation and exec_domainRichard Weinberger1-12/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-2/+2
2014-08-06m68k: Use sigsp()Richard Weinberger1-12/+4
2014-08-06m68k: Use get_signal() signal_setup_done()Richard Weinberger1-39/+24
2013-08-26m68k/coldfire: flush cache when creating the signal stack frameAlexander Stein1-0/+8
2013-02-03m68k: switch to generic old sigaction()Al Viro1-32/+0
2013-02-03m68k: switch to generic old sigsuspendAl Viro1-11/+0
2013-02-03m68k: switch to generic sigaltstackAl Viro1-13/+3
2012-11-29get rid of ptrace_signal_deliver() argumentsAl Viro1-1/+2
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-2/+0
2012-06-01new helper: sigmask_to_save()Al Viro1-8/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-4/+1
2012-05-21m68k: add TIF_NOTIFY_RESUME and handle it.Al Viro1-1/+14
2012-05-21m68k: use set_current_blocked() and block_sigmask()Matt Fleming1-8/+3
2012-05-21new helper: sigsuspend()Al Viro1-12/+3
2012-05-20m68k: merge the MMU and non-MMU signal.c codeGreg Ungerer1-2/+1199
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer1-1015/+3
2011-03-16m68k: Add helper function handle_kernel_fault()Roman Zippel1-1/+23
2011-01-07m68k: Check __get_user()/__put_user() return valueAl Viro1-6/+6
2011-01-07m68k: Fix stack mangling logics in sigreturnAl Viro1-112/+61
2011-01-07m68k: If we fail to set sigframe up, just leave regs alone...Al Viro1-14/+30
2011-01-07m68k: Don't lose state if sigframe setup failsAl Viro1-7/+12
2011-01-07m68k: Simplify the singlestepping handling in signalsAl Viro1-4/+7
2011-01-07m68k: Switch to saner sigsuspend()Al Viro1-43/+21
2011-01-07m68k: Resetting sa_handler in local copy of k_sigaction is pointlessAl Viro1-3/+0
2010-02-27m68k: Define sigcontext ABI of ColdFireMaxim Kuvyrkov1-0/+7
2009-01-12m68k: Wire up sys_restart_syscallAndreas Schwab1-0/+15
2006-06-23[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER1-1/+1
2006-01-12[PATCH] m68k: signal __user annotationsAl Viro1-31/+31
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1025