summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/signal.c
AgeCommit message (Expand)Author
2023-09-20xtensa: signal: include headers for function prototypesRandy Dunlap
2023-05-12xtensa: fix signal delivery to FDPIC processMax Filippov
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-05-11ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman
2022-05-01xtensa: support coprocessors on SMPMax Filippov
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2021-10-18xtensa: only build windowed register support code when neededMax Filippov
2020-11-12xtensa: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-11-29xtensa: clean up system_call/xtensa_rt_sigreturn interactionMax Filippov
2019-09-01xtensa: add support for call0 ABI in userspaceMax Filippov
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-17xtensa: use NO_SYSCALL instead of -1Max Filippov
2017-12-16xtensa: clean up custom-controlled debug outputMax Filippov
2017-05-01xtensa: clean up access to spilled registers locationsMax Filippov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
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-11whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro
2015-02-12all 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-26Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds
2013-02-23xtensa: add support for TLSChris Zankel
2013-02-03xtensa: switch to generic sigaltstackAl Viro
2012-12-18xtensa: 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-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-21xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro
2012-05-21xtensa: switch to generic rt_sigsuspend(2)Al Viro
2012-05-21xtensa: ->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-21xtensa: use set_current_blocked() and block_sigmask()Matt Fleming
2012-03-21xtensa: don't mask signals if we fail to setup signal stackMatt Fleming
2012-03-21xtensa: no need to reset handler if SA_ONESHOTMatt Fleming
2012-03-21xtensa: don't reimplement force_sigsegv()Matt Fleming
2008-02-13[XTENSA] Add support for the sa_restorer functionChris Zankel
2008-02-13[XTENSA] Add support for configurable registers and coprocessorsChris Zankel
2008-02-13[XTENSA] Remove oldmask from sigcontext and fix register flushChris Zankel