summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* xtensa: fix signal delivery to FDPIC processMax Filippov2023-05-121-8/+27
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-2/+2
|\
| * ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman2022-05-111-2/+2
* | xtensa: support coprocessors on SMPMax Filippov2022-05-011-2/+1
|/
* resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
* xtensa: only build windowed register support code when neededMax Filippov2021-10-181-2/+10
* xtensa: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-121-1/+2
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* xtensa: clean up system_call/xtensa_rt_sigreturn interactionMax Filippov2019-11-291-2/+2
* xtensa: add support for call0 ABI in userspaceMax Filippov2019-09-011-8/+18
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* xtensa: use NO_SYSCALL instead of -1Max Filippov2018-12-171-4/+4
* xtensa: clean up custom-controlled debug outputMax Filippov2017-12-161-6/+2
* xtensa: clean up access to spilled registers locationsMax Filippov2017-05-011-5/+5
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-9/+2
|\
| * xtensa: Remove signal translation and exec_domainRichard Weinberger2015-04-121-9/+2
* | whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro2015-04-111-5/+0
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* xtensa: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-27/+16
* xtensa: don't use alternate signal stack on threadsBaruch Siach2013-10-151-1/+1
* Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds2013-02-261-2/+4
|\
| * xtensa: add support for TLSChris Zankel2013-02-231-2/+4
* | xtensa: switch to generic sigaltstackAl Viro2013-02-031-16/+2
|/
* xtensa: clean up files to make them code-style compliantChris Zankel2012-12-181-4/+4
* Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
* xtensa: can't get to do_notify_resume() when user_mode(regs) is not trueAl Viro2012-10-011-3/+0
* fixups for signal breakageAl Viro2012-06-041-1/+1
* 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/+0
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-1/+0
* new helper: sigmask_to_save()Al Viro2012-06-011-7/+1
* new helper: restore_saved_sigmask()Al Viro2012-06-011-2/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-4/+1
* xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro2012-05-211-4/+16
* xtensa: switch to generic rt_sigsuspend(2)Al Viro2012-05-211-39/+15
* xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-211-0/+3
* xtensa: fix build failure in xtensa/kernel/signal.cPaul Gortmaker2012-04-231-0/+1
* xtensa: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-211-14/+3
* xtensa: don't mask signals if we fail to setup signal stackMatt Fleming2012-03-211-4/+7
* xtensa: no need to reset handler if SA_ONESHOTMatt Fleming2012-03-211-3/+0
* xtensa: don't reimplement force_sigsegv()Matt Fleming2012-03-211-3/+1
* [XTENSA] Add support for the sa_restorer functionChris Zankel2008-02-131-6/+10
* [XTENSA] Add support for configurable registers and coprocessorsChris Zankel2008-02-131-23/+42
* [XTENSA] Remove oldmask from sigcontext and fix register flushChris Zankel2008-02-131-7/+5
* [XTENSA] Remove non-rt signal handlingChris Zankel2007-05-311-476/+319