aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches1-4/+2
2014-11-04arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_user()Chen Gang1-11/+3
2014-08-06tile: Use get_signal() signal_setup_done()Richard Weinberger1-30/+24
2014-05-28replace strict_strto* call with kstrto*Daniel Walter1-4/+3
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf1-1/+2
2013-02-03tile: switch to generic sigaltstackAl Viro1-13/+2
2012-10-23arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf1-4/+5
2012-10-01tile: don't bother with SIGTRAP in setup_frameAl Viro1-10/+2
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-20/+5
2012-06-01new helper: sigmask_to_save()Al Viro1-8/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-03-13tile: Use set_current_blocked() and block_sigmask()Matt Fleming1-11/+2
2011-05-19arch/tile: support signal "exception-trace" hookChris Metcalf1-4/+124
2010-12-17arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf1-6/+4
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-01arch/tile: don't allow user code to set the PL via ptrace or signal returnChris Metcalf1-0/+3
2010-11-01arch/tile: correct double syscall restart for nested signalsChris Metcalf1-1/+5
2010-10-14arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf1-3/+3
2010-09-15arch/tile: Change struct sigcontext to be more usefulChris Metcalf1-12/+15
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf1-10/+9
2010-06-07Revert adding some arch-specific signal syscalls to <linux/syscalls.h>.Chris Metcalf1-2/+2
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+359