aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/compat_signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-6/+5
2015-04-17tile: use si_int instead of si_ptr for compat_siginfoChris Metcalf1-6/+5
2015-04-12tile: Remove signal translation and exec_domainRichard Weinberger1-8/+1
2014-08-06tile: Use get_signal() signal_setup_done()Richard Weinberger1-14/+15
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf1-1/+2
2013-02-03tile: switch to generic compat rt_sigaction()Al Viro1-49/+0
2013-02-03tile: switch to generic compat rt_sigqueueinfo()Al Viro1-15/+0
2013-02-03tile: switch to generic sigaltstackAl Viro1-46/+2
2012-11-28tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errorsAl Viro1-1/+1
2012-10-23arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf1-5/+5
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-9/+0
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko1-57/+0
2012-10-01tile: don't bother with SIGTRAP in setup_frameAl Viro1-9/+0
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-05-16arch/tile: apply commit 74fca9da0 to the compat signal handling as wellChris Metcalf1-7/+5
2012-03-13tile: Use set_current_blocked() and block_sigmask()Matt Fleming1-4/+1
2011-05-19arch/tile: support signal "exception-trace" hookChris Metcalf1-2/+2
2010-12-17arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf1-3/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-14arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf1-5/+5
2010-08-13arch/tile: Fix a couple of issues with the COMPAT code for TILE-Gx.Chris Metcalf1-1/+3
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf1-4/+6
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+433