summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/signal.c
AgeCommit message (Expand)Author
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-12xtensa: Remove signal translation and exec_domainRichard Weinberger
2015-04-12whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06xtensa: Use get_signal() signal_setup_done()Richard Weinberger
2013-10-15xtensa: don't use alternate signal stack on threadsBaruch Siach
2013-02-27Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds
2013-02-24xtensa: add support for TLSChris Zankel
2013-02-03xtensa: switch to generic sigaltstackAl Viro
2012-12-19xtensa: clean up files to make them code-style compliantChris Zankel
2012-10-01Uninclude linux/freezer.hRichard Weinberger
2012-10-01xtensa: can't get to do_notify_resume() when user_mode(regs) is not trueAl Viro
2012-06-04fixups for signal breakageAl Viro
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01don't call try_to_freeze() from do_signal()Al Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-24move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-22xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro
2012-05-22xtensa: switch to generic rt_sigsuspend(2)Al Viro
2012-05-22xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-04-23xtensa: fix build failure in xtensa/kernel/signal.cPaul Gortmaker
2012-03-22xtensa: use set_current_blocked() and block_sigmask()Matt Fleming
2012-03-22xtensa: don't mask signals if we fail to setup signal stackMatt Fleming
2012-03-22xtensa: no need to reset handler if SA_ONESHOTMatt Fleming
2012-03-22xtensa: don't reimplement force_sigsegv()Matt Fleming
2008-02-14[XTENSA] Add support for the sa_restorer functionChris Zankel
2008-02-14[XTENSA] Add support for configurable registers and coprocessorsChris Zankel
2008-02-14[XTENSA] Remove oldmask from sigcontext and fix register flushChris Zankel
2007-06-01[XTENSA] Remove non-rt signal handlingChris Zankel
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2006-12-10[PATCH] xtensa: fix system call interfaceChris Zankel
2006-12-10[PATCH] xtensa: remove extra header filesChris Zankel
2006-06-23[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER
2006-06-23[PATCH] xtensa: remove verify_area macrosJesper Juhl
2005-09-23[PATCH] xtensa: remove io_remap_page_range and minor clean-upsChris Zankel
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt
2005-06-24[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 3Chris Zankel