index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
hexagon
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
2023-12-10
hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()
Nathan Chancellor
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267
Thomas Gleixner
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
2014-08-06
hexagon: Use sigsp()
Richard Weinberger
2014-08-06
hexagon: Use get_signal() signal_setup_done()
Richard Weinberger
2013-04-30
Hexagon: update copyright dates
Richard Kuo
2013-04-30
Hexagon: check to if we will overflow the signal stack
Richard Kuo
2013-04-30
Hexagon: Signal and return path fixes
Richard Kuo
2013-04-30
Hexagon: add support for new v4+ registers
Richard Kuo
2013-02-03
hexagon: don't leave ->uc_stack uninitialized
Al Viro
2013-02-03
hexagon: switch to generic sigaltstack
Al Viro
2012-11-16
Merge branch 'arch-frv' into no-rebases
Al Viro
2012-10-23
hexagon: kernel_thread()/kernel_execve() conversion
Al Viro
2012-10-18
Hexagon: Copyright marking changes
Richard Kuo
2012-10-01
Uninclude linux/freezer.h
Richard Weinberger
2012-06-01
new helper: signal_delivered()
Al Viro
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
2012-06-01
don't call try_to_freeze() from do_signal()
Al Viro
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
2012-06-01
new helper: sigmask_to_save()
Al Viro
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
2012-05-23
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
2012-05-21
hexagon: ->restart_block.fn needs to be reset on rt_sigreturn
Al Viro
2012-05-21
hexagon: do_notify_resume() needs tracehook_notify_resume()
Oleg Nesterov
2012-03-23
Hexagon: use set_current_blocked() and block_sigmask()
Matt Fleming
2011-11-01
Hexagon: Add signal functions
Richard Kuo