index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
openrisc
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
2024-04-15
openrisc: Move FPU state out of pt_regs
Stafford Horne
2023-08-21
openrisc: Declare do_signal function as static
Stafford Horne
2023-08-21
openrisc: Add missing prototypes for assembly called fnctions
Stafford Horne
2023-07-10
openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABI
Stafford Horne
2023-04-26
openrisc: Support floating point user api
Stafford Horne
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
2021-12-01
openrisc: Snapshot thread flags
Mark Rutland
2021-10-21
openrisc: signal: remove unused DEBUG_SIG macro
Denis Kirjanov
2020-11-09
openrisc: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-10-17
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-09
openrisc: signal: Fix sparse address space warnings
Stafford Horne
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
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
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2015-04-12
arch: Remove exec_domain from remaining archs
Richard Weinberger
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
2014-08-06
openrisc: Use sigsp()
Richard Weinberger
2014-01-09
openrisc: Use get_signal() signal_setup_done()
Richard Weinberger
2014-01-09
openrisc: Rework signal handling
Jonas Bonn
2013-02-03
openrisc: switch to generic sigaltstack
Al Viro
2012-11-28
openrisk: fix altstack switching on sigreturn
Al Viro
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
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
2012-06-01
openrisc: tracehook_signal_handler() is supposed to be called on success
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-03-06
openrisc: sanitize use of orig_gpr11
Jonas Bonn
2012-02-17
OpenRISC: Use set_current_blocked() and block_sigmask()
Matt Fleming
2012-02-17
OpenRISC: Don't mask signals if we fail to setup signal stack
Matt Fleming
2012-02-17
OpenRISC: No need to reset handler if SA_ONESHOT
Matt Fleming
2012-02-17
OpenRISC: Don't reimplement force_sigsegv()
Matt Fleming
2011-09-05
openrisc: don't use pt_regs in struct sigcontext
Jonas Bonn
2011-07-22
OpenRISC: Signal handling
Jonas Bonn