summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* m68k: Avoid VLA use in mangle_kernel_stack()Geert Uytterhoeven2019-01-211-1/+2
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* m68k: Fix style, spelling, and grammar in siginfo_build_tests()Geert Uytterhoeven2018-05-221-11/+12
* m68k: Verify the offsets in struct siginfo never change.Eric W. Biederman2018-04-021-0/+62
* m68k: Remove ptrace_signal_deliverAndreas Schwab2017-06-191-16/+0
* m68k: switch to generic extable.hAl Viro2017-03-281-1/+1
* m68k/kernel: Modernize printing of kernel messagesGeert Uytterhoeven2017-02-121-17/+7
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'm68k-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-031-1/+1
|\
| * m68k: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-301-1/+1
* | m68knommu: fix user a5 register being overwrittenGreg Ungerer2016-08-081-1/+0
|/
* m68k: Use conventional function parameters for do_sigreturnGreg Ungerer2016-02-291-6/+2
* m68k: Remove signal translation and exec_domainRichard Weinberger2015-04-121-12/+2
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-2/+2
* m68k: Use sigsp()Richard Weinberger2014-08-061-12/+4
* m68k: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-39/+24
* m68k/coldfire: flush cache when creating the signal stack frameAlexander Stein2013-08-261-0/+8
* m68k: switch to generic old sigaction()Al Viro2013-02-031-32/+0
* m68k: switch to generic old sigsuspendAl Viro2013-02-031-11/+0
* m68k: switch to generic sigaltstackAl Viro2013-02-031-13/+3
* get rid of ptrace_signal_deliver() argumentsAl Viro2012-11-291-1/+2
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-2/+0
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-4/+1
* m68k: add TIF_NOTIFY_RESUME and handle it.Al Viro2012-05-211-1/+14
* m68k: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-211-8/+3
* new helper: sigsuspend()Al Viro2012-05-211-12/+3
* m68k: merge the MMU and non-MMU signal.c codeGreg Ungerer2012-05-201-2/+1199
* m68k: merge m68k and m68knommu arch directoriesGreg Ungerer2011-03-251-1015/+3
* m68k: Add helper function handle_kernel_fault()Roman Zippel2011-03-161-1/+23
* m68k: Check __get_user()/__put_user() return valueAl Viro2011-01-071-6/+6
* m68k: Fix stack mangling logics in sigreturnAl Viro2011-01-071-112/+61
* m68k: If we fail to set sigframe up, just leave regs alone...Al Viro2011-01-071-14/+30
* m68k: Don't lose state if sigframe setup failsAl Viro2011-01-071-7/+12
* m68k: Simplify the singlestepping handling in signalsAl Viro2011-01-071-4/+7
* m68k: Switch to saner sigsuspend()Al Viro2011-01-071-43/+21
* m68k: Resetting sa_handler in local copy of k_sigaction is pointlessAl Viro2011-01-071-3/+0
* m68k: Define sigcontext ABI of ColdFireMaxim Kuvyrkov2010-02-271-0/+7
* m68k: Wire up sys_restart_syscallAndreas Schwab2009-01-121-0/+15
* [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER2006-06-231-1/+1
* [PATCH] m68k: signal __user annotationsAl Viro2006-01-121-31/+31
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1025