summaryrefslogtreecommitdiffstats
path: root/arch/m32r/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* arch: remove m32r portArnd Bergmann2018-03-091-336/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-9/+3
|\
| * m32r: Remove signal translation and exec_domainRichard Weinberger2015-04-121-9/+3
* | whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro2015-04-111-2/+0
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* m32r: Use sigsp()Richard Weinberger2014-08-061-9/+3
* m32r: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-27/+20
* m32r: switch to generic sigaltstackAl Viro2013-02-031-14/+2
* Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
* bury the rest of TIF_IRETAl Viro2012-10-011-2/+0
* m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() falloutGeert Uytterhoeven2012-07-171-1/+1
* 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-3/+0
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-5/+3
* new helper: sigmask_to_save()Al Viro2012-06-011-9/+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-2/+0
* m32r: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-211-10/+2
* m32r: get_user takes an lvalue, not a pointerKyle McMartin2010-10-151-1/+1
* m32r: restore _BLOCKABLEKyle McMartin2010-10-151-0/+2
* m32r: hole in shifting pc backAl Viro2010-09-241-21/+17
* m32r: don't block signals if sigframe setup has failedAl Viro2010-09-241-10/+13
* make m32r handle multiple pending signalsAl Viro2010-09-241-2/+4
* m32r: fix rt_sigsuspend()Al Viro2010-09-241-36/+12
* KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells2009-09-091-0/+1
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+2
* KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2009-09-021-0/+5
* m32r: Update sys_rt_sigsuspendHirokazu Takata2007-11-281-10/+7
* spelling fixes: arch/m32r/Simon Arlott2007-10-201-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] m32r: build fix for processors without ISA_DSP_LEVEL2Hirokazu Takata2007-02-111-22/+4
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-1/+1
* [PATCH] m32r: signal __user annotationsAl Viro2006-10-111-3/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] m32r: Fix pt_regs for !COFNIG_ISA_DSP_LEVEL2 targetHirokazu Takata2006-04-191-0/+4
* [PATCH] m32r: fix and update for gcc-4.0Hirokazu Takata2006-02-241-14/+10
* [PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt2005-08-291-6/+5
* [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-251-3/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+438