aboutsummaryrefslogtreecommitdiff
path: root/arch/m32r/kernel/signal.c
AgeCommit message (Expand)Author
2018-03-09arch: remove m32r portArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-12m32r: Remove signal translation and exec_domainRichard Weinberger
2015-04-11whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06m32r: Use sigsp()Richard Weinberger
2014-08-06m32r: Use get_signal() signal_setup_done()Richard Weinberger
2013-02-03m32r: switch to generic sigaltstackAl Viro
2012-10-01Uninclude linux/freezer.hRichard Weinberger
2012-10-01bury the rest of TIF_IRETAl Viro
2012-07-17m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() falloutGeert Uytterhoeven
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-01don't call try_to_freeze() from do_signal()Al 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-21m32r: use set_current_blocked() and block_sigmask()Matt Fleming
2010-10-15m32r: get_user takes an lvalue, not a pointerKyle McMartin
2010-10-15m32r: restore _BLOCKABLEKyle McMartin
2010-09-24m32r: hole in shifting pc backAl Viro
2010-09-24m32r: don't block signals if sigframe setup has failedAl Viro
2010-09-24make m32r handle multiple pending signalsAl Viro
2010-09-24m32r: fix rt_sigsuspend()Al Viro
2009-09-09KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells
2007-11-28m32r: Update sys_rt_sigsuspendHirokazu Takata
2007-10-20spelling fixes: arch/m32r/Simon Arlott
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-11[PATCH] m32r: build fix for processors without ISA_DSP_LEVEL2Hirokazu Takata
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham
2006-10-11[PATCH] m32r: signal __user annotationsAl Viro
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-04-19[PATCH] m32r: Fix pt_regs for !COFNIG_ISA_DSP_LEVEL2 targetHirokazu Takata
2006-02-24[PATCH] m32r: fix and update for gcc-4.0Hirokazu Takata
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter
2005-04-16Linux-2.6.12-rc2Linus Torvalds