summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* tile: Remove signal translation and exec_domainRichard Weinberger2015-04-121-8/+1
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* tile: Use the more common pr_warn instead of pr_warningJoe Perches2014-11-111-4/+2
* arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_...Chen Gang2014-11-041-11/+3
* tile: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-30/+24
* replace strict_strto* call with kstrto*Daniel Walter2014-05-281-4/+3
* tile: implement gettimeofday() via vDSOChris Metcalf2013-08-131-1/+2
* tile: switch to generic sigaltstackAl Viro2013-02-031-13/+2
* arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf2012-10-231-4/+5
* tile: don't bother with SIGTRAP in setup_frameAl Viro2012-10-011-10/+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-3/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-20/+5
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* tile: Use set_current_blocked() and block_sigmask()Matt Fleming2012-03-131-11/+2
* arch/tile: support signal "exception-trace" hookChris Metcalf2011-05-191-4/+124
* arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf2010-12-171-6/+4
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* arch/tile: don't allow user code to set the PL via ptrace or signal returnChris Metcalf2010-11-011-0/+3
* arch/tile: correct double syscall restart for nested signalsChris Metcalf2010-11-011-1/+5
* arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf2010-10-141-3/+3
* arch/tile: Change struct sigcontext to be more usefulChris Metcalf2010-09-151-12/+15
* arch/tile: Miscellaneous cleanup changes.Chris Metcalf2010-07-061-10/+9
* Revert adding some arch-specific signal syscalls to <linux/syscalls.h>.Chris Metcalf2010-06-071-2/+2
* arch/tile: core support for Tilera 32-bit chips.Chris Metcalf2010-06-041-0/+359