aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2022-05-11ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman1-2/+2
2022-05-01xtensa: support coprocessors on SMPMax Filippov1-2/+1
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2021-10-18xtensa: 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-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-11-29xtensa: 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-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-12-17xtensa: use NO_SYSCALL instead of -1Max Filippov1-4/+4
2017-12-16xtensa: 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 <linux/sched/task_stack.h>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/kernel/git/rw/miscLinus Torvalds1-9/+2
2015-04-12xtensa: Remove signal translation and exec_domainRichard Weinberger1-9/+2
2015-04-11whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro1-5/+0
2015-02-12all 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-15xtensa: don't use alternate signal stack on threadsBaruch Siach1-1/+1
2013-02-26Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-2/+4
2013-02-23xtensa: add support for TLSChris Zankel1-2/+4
2013-02-03xtensa: switch to generic sigaltstackAl Viro1-16/+2
2012-12-18xtensa: 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-04fixups 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-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-4/+1
2012-05-21xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro1-4/+16
2012-05-21xtensa: switch to generic rt_sigsuspend(2)Al Viro1-39/+15
2012-05-21xtensa: ->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-21xtensa: use set_current_blocked() and block_sigmask()Matt Fleming1-14/+3
2012-03-21xtensa: don't mask signals if we fail to setup signal stackMatt Fleming1-4/+7
2012-03-21xtensa: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-03-21xtensa: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2008-02-13[XTENSA] Add support for the sa_restorer functionChris Zankel1-6/+10
2008-02-13[XTENSA] Add support for configurable registers and coprocessorsChris Zankel1-23/+42
2008-02-13[XTENSA] Remove oldmask from sigcontext and fix register flushChris Zankel1-7/+5
2007-05-31[XTENSA] Remove non-rt signal handlingChris Zankel1-476/+319
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0