index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
kernel
/
signal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xtensa: signal: include headers for function prototypes
Randy Dunlap
2023-09-20
1
-0
/
+2
*
xtensa: fix signal delivery to FDPIC process
Max Filippov
2023-05-12
1
-8
/
+27
*
Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-06-04
1
-2
/
+2
|
\
|
*
ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP
Eric W. Biederman
2022-05-11
1
-2
/
+2
*
|
xtensa: support coprocessors on SMP
Max Filippov
2022-05-02
1
-2
/
+1
|
/
*
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
2022-03-10
1
-2
/
+2
*
xtensa: only build windowed register support code when needed
Max Filippov
2021-10-19
1
-2
/
+10
*
xtensa: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-11-12
1
-1
/
+2
*
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
2020-10-17
1
-1
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
xtensa: clean up system_call/xtensa_rt_sigreturn interaction
Max Filippov
2019-11-30
1
-2
/
+2
*
xtensa: add support for call0 ABI in userspace
Max Filippov
2019-09-01
1
-8
/
+18
*
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-27
1
-1
/
+1
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-04
1
-2
/
+2
*
xtensa: use NO_SYSCALL instead of -1
Max Filippov
2018-12-17
1
-4
/
+4
*
xtensa: clean up custom-controlled debug output
Max Filippov
2017-12-17
1
-6
/
+2
*
xtensa: clean up access to spilled registers locations
Max Filippov
2017-05-01
1
-5
/
+5
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-04-15
1
-9
/
+2
|
\
|
*
xtensa: Remove signal translation and exec_domain
Richard Weinberger
2015-04-12
1
-9
/
+2
*
|
whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setup
Al Viro
2015-04-12
1
-5
/
+0
|
/
*
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
2015-02-13
1
-1
/
+1
*
xtensa: Use get_signal() signal_setup_done()
Richard Weinberger
2014-08-06
1
-27
/
+16
*
xtensa: don't use alternate signal stack on threads
Baruch Siach
2013-10-15
1
-1
/
+1
*
Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linux
Linus Torvalds
2013-02-27
1
-2
/
+4
|
\
|
*
xtensa: add support for TLS
Chris Zankel
2013-02-24
1
-2
/
+4
*
|
xtensa: switch to generic sigaltstack
Al Viro
2013-02-04
1
-16
/
+2
|
/
*
xtensa: clean up files to make them code-style compliant
Chris Zankel
2012-12-19
1
-4
/
+4
*
Uninclude linux/freezer.h
Richard Weinberger
2012-10-01
1
-1
/
+0
*
xtensa: can't get to do_notify_resume() when user_mode(regs) is not true
Al Viro
2012-10-01
1
-3
/
+0
*
fixups for signal breakage
Al Viro
2012-06-04
1
-1
/
+1
*
new helper: signal_delivered()
Al Viro
2012-06-01
1
-1
/
+1
*
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
2012-06-01
1
-3
/
+0
*
don't call try_to_freeze() from do_signal()
Al Viro
2012-06-01
1
-4
/
+0
*
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
2012-06-01
1
-1
/
+0
*
new helper: sigmask_to_save()
Al Viro
2012-06-01
1
-7
/
+1
*
new helper: restore_saved_sigmask()
Al Viro
2012-06-01
1
-2
/
+1
*
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
2012-05-24
1
-4
/
+1
*
xtensa: add handling of TIF_NOTIFY_RESUME
Al Viro
2012-05-22
1
-4
/
+16
*
xtensa: switch to generic rt_sigsuspend(2)
Al Viro
2012-05-22
1
-39
/
+15
*
xtensa: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
2012-05-22
1
-0
/
+3
*
xtensa: fix build failure in xtensa/kernel/signal.c
Paul Gortmaker
2012-04-23
1
-0
/
+1
*
xtensa: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-03-22
1
-14
/
+3
*
xtensa: don't mask signals if we fail to setup signal stack
Matt Fleming
2012-03-22
1
-4
/
+7
*
xtensa: no need to reset handler if SA_ONESHOT
Matt Fleming
2012-03-22
1
-3
/
+0
*
xtensa: don't reimplement force_sigsegv()
Matt Fleming
2012-03-22
1
-3
/
+1
*
[XTENSA] Add support for the sa_restorer function
Chris Zankel
2008-02-14
1
-6
/
+10
*
[XTENSA] Add support for configurable registers and coprocessors
Chris Zankel
2008-02-14
1
-23
/
+42
*
[XTENSA] Remove oldmask from sigcontext and fix register flush
Chris Zankel
2008-02-14
1
-7
/
+5
[next]