summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* tile: Remove signal translation and exec_domainRichard Weinberger2015-04-121-8/+1Star
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
* tile: Use the more common pr_warn instead of pr_warningJoe Perches2014-11-111-4/+2Star
* arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_...Chen Gang2014-11-041-11/+3Star
* tile: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-30/+24Star
* replace strict_strto* call with kstrto*Daniel Walter2014-05-281-4/+3Star
* tile: implement gettimeofday() via vDSOChris Metcalf2013-08-131-1/+2
* tile: switch to generic sigaltstackAl Viro2013-02-041-13/+2Star
* 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/+2Star
* 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/+0Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-20/+5Star
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1Star
* tile: Use set_current_blocked() and block_sigmask()Matt Fleming2012-03-131-11/+2Star
* arch/tile: support signal "exception-trace" hookChris Metcalf2011-05-201-4/+124
* arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf2010-12-171-6/+4Star
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* 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/+9Star
* 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