summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-12xtensa: fix signal delivery to FDPIC processMax Filippov1-8/+27
2022-06-04Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+2
2022-05-11ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman1-2/+2
2022-05-02xtensa: support coprocessors on SMPMax Filippov1-2/+1
2022-03-11resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2021-10-19xtensa: only build windowed register support code when neededMax Filippov1-2/+10
2020-11-12xtensa: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+2
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-11-30xtensa: clean up system_call/xtensa_rt_sigreturn interactionMax Filippov1-2/+2
2019-09-01xtensa: add support for call0 ABI in userspaceMax Filippov1-8/+18
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-12-18xtensa: use NO_SYSCALL instead of -1Max Filippov1-4/+4
2017-12-17xtensa: clean up custom-controlled debug outputMax Filippov1-6/+2
2017-05-01xtensa: clean up access to spilled registers locationsMax Filippov1-5/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+2
2015-04-12xtensa: Remove signal translation and exec_domainRichard Weinberger1-9/+2
2015-04-12whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro1-5/+0
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06xtensa: Use get_signal() signal_setup_done()Richard Weinberger1-27/+16
2013-10-16xtensa: don't use alternate signal stack on threadsBaruch Siach1-1/+1
2013-02-27Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-2/+4
2013-02-24xtensa: add support for TLSChris Zankel1-2/+4
2013-02-04xtensa: switch to generic sigaltstackAl Viro1-16/+2
2012-12-19xtensa: clean up files to make them code-style compliantChris Zankel1-4/+4
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-10-01xtensa: can't get to do_notify_resume() when user_mode(regs) is not trueAl Viro1-3/+0
2012-06-05fixups for signal breakageAl Viro1-1/+1
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-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-1/+0
2012-06-01new helper: sigmask_to_save()Al Viro1-7/+1
2012-06-01new helper: restore_saved_sigmask()Al Viro1-2/+1
2012-05-24move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-4/+1
2012-05-22xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro1-4/+16
2012-05-22xtensa: switch to generic rt_sigsuspend(2)Al Viro1-39/+15
2012-05-22xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-04-23xtensa: fix build failure in xtensa/kernel/signal.cPaul Gortmaker1-0/+1
2012-03-22xtensa: use set_current_blocked() and block_sigmask()Matt Fleming1-14/+3
2012-03-22xtensa: don't mask signals if we fail to setup signal stackMatt Fleming1-4/+7
2012-03-22xtensa: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-03-22xtensa: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2008-02-14[XTENSA] Add support for the sa_restorer functionChris Zankel1-6/+10
2008-02-14[XTENSA] Add support for configurable registers and coprocessorsChris Zankel1-23/+42
2008-02-14[XTENSA] Remove oldmask from sigcontext and fix register flushChris Zankel1-7/+5
2007-06-01[XTENSA] Remove non-rt signal handlingChris Zankel1-476/+319