index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
kernel
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
m68k: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-11-09
1
-1
/
+2
*
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-23
1
-1
/
+1
|
\
|
*
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
2020-10-17
1
-1
/
+1
*
|
m68knommu: fix sparse warnings in signal code
Greg Ungerer
2020-10-05
1
-2
/
+4
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
m68k: Use sizeof_field() helper
Gustavo A. R. Silva
2020-07-13
1
-16
/
+16
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-27
1
-2
/
+2
*
m68k: Avoid VLA use in mangle_kernel_stack()
Geert Uytterhoeven
2019-01-21
1
-1
/
+2
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-2
/
+2
*
m68k: Fix style, spelling, and grammar in siginfo_build_tests()
Geert Uytterhoeven
2018-05-22
1
-11
/
+12
*
m68k: Verify the offsets in struct siginfo never change.
Eric W. Biederman
2018-04-02
1
-0
/
+62
*
m68k: Remove ptrace_signal_deliver
Andreas Schwab
2017-06-19
1
-16
/
+0
*
m68k: switch to generic extable.h
Al Viro
2017-03-28
1
-1
/
+1
*
m68k/kernel: Modernize printing of kernel messages
Geert Uytterhoeven
2017-02-12
1
-17
/
+7
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge tag 'm68k-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-10-03
1
-1
/
+1
|
\
|
*
m68k: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-09-30
1
-1
/
+1
*
|
m68knommu: fix user a5 register being overwritten
Greg Ungerer
2016-08-08
1
-1
/
+0
|
/
*
m68k: Use conventional function parameters for do_sigreturn
Greg Ungerer
2016-02-29
1
-6
/
+2
*
m68k: Remove signal translation and exec_domain
Richard Weinberger
2015-04-12
1
-12
/
+2
*
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
2015-02-12
1
-2
/
+2
*
m68k: Use sigsp()
Richard Weinberger
2014-08-06
1
-12
/
+4
*
m68k: Use get_signal() signal_setup_done()
Richard Weinberger
2014-08-06
1
-39
/
+24
*
m68k/coldfire: flush cache when creating the signal stack frame
Alexander Stein
2013-08-26
1
-0
/
+8
*
m68k: switch to generic old sigaction()
Al Viro
2013-02-03
1
-32
/
+0
*
m68k: switch to generic old sigsuspend
Al Viro
2013-02-03
1
-11
/
+0
*
m68k: switch to generic sigaltstack
Al Viro
2013-02-03
1
-13
/
+3
*
get rid of ptrace_signal_deliver() arguments
Al Viro
2012-11-29
1
-1
/
+2
*
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
-4
/
+0
*
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
2012-06-01
1
-2
/
+0
*
new helper: sigmask_to_save()
Al Viro
2012-06-01
1
-8
/
+3
*
new helper: restore_saved_sigmask()
Al Viro
2012-06-01
1
-4
/
+1
*
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
2012-05-23
1
-4
/
+1
*
m68k: add TIF_NOTIFY_RESUME and handle it.
Al Viro
2012-05-21
1
-1
/
+14
*
m68k: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-21
1
-8
/
+3
*
new helper: sigsuspend()
Al Viro
2012-05-21
1
-12
/
+3
*
m68k: merge the MMU and non-MMU signal.c code
Greg Ungerer
2012-05-20
1
-2
/
+1199
*
m68k: merge m68k and m68knommu arch directories
Greg Ungerer
2011-03-25
1
-1015
/
+3
*
m68k: Add helper function handle_kernel_fault()
Roman Zippel
2011-03-16
1
-1
/
+23
*
m68k: Check __get_user()/__put_user() return value
Al Viro
2011-01-07
1
-6
/
+6
*
m68k: Fix stack mangling logics in sigreturn
Al Viro
2011-01-07
1
-112
/
+61
*
m68k: If we fail to set sigframe up, just leave regs alone...
Al Viro
2011-01-07
1
-14
/
+30
*
m68k: Don't lose state if sigframe setup fails
Al Viro
2011-01-07
1
-7
/
+12
*
m68k: Simplify the singlestepping handling in signals
Al Viro
2011-01-07
1
-4
/
+7
*
m68k: Switch to saner sigsuspend()
Al Viro
2011-01-07
1
-43
/
+21
*
m68k: Resetting sa_handler in local copy of k_sigaction is pointless
Al Viro
2011-01-07
1
-3
/
+0
*
m68k: Define sigcontext ABI of ColdFire
Maxim Kuvyrkov
2010-02-27
1
-0
/
+7
*
m68k: Wire up sys_restart_syscall
Andreas Schwab
2009-01-12
1
-0
/
+15
[next]