Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
77f4689de17c0887775bb77896f4cc11a39bf848
/
arch
/
sh
/
kernel
/
signal_32.c
e31cf2f
mm: don't include asm/pgtable.h if linux/mm.h is already included
by Mike Rapoport
· 4 years, 7 months ago
3cf5d07
signal: Remove task parameter from force_sig
by Eric W. Biederman
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
fa2e5c0
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc
by Linus Torvalds
· 10 years ago
daea906d
sh: Remove signal translation and exec_domain
by Richard Weinberger
· 10 years ago
74008b3
whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setup
by Al Viro
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
b46e848
sh: Use get_signal() signal_setup_done()
by Richard Weinberger
· 11 years ago
abafe5d
sh: push extra copy of r0-r2 for syscall parameters
by Bobby Bingham
· 11 years ago
0679a85
sh: switch to generic old sigaction()
by Al Viro
· 12 years ago
881e252
sh: switch to generic old sigsuspend()
by Al Viro
· 12 years ago
7a879a9
sh: switch to generic sigaltstack
by Al Viro
· 12 years ago
3cffdc8
Uninclude linux/freezer.h
by Richard Weinberger
· 13 years ago
efee984
new helper: signal_delivered()
by Al Viro
· 13 years ago
77097ae
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
by Al Viro
· 13 years ago
a610d6e
pull clearing RESTORE_SIGMASK into block_sigmask()
by Al Viro
· 13 years ago
b7f9a11
new helper: sigmask_to_save()
by Al Viro
· 13 years ago
51a7b44
new helper: restore_saved_sigmask()
by Al Viro
· 13 years ago
a42c6de
move key_repace_session_keyring() into tracehook_notify_resume()
by Al Viro
· 13 years ago
a46808e
sh: missing checks of __get_user()/__put_user() return values
by Al Viro
· 13 years ago
9ef461a
sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()
by Al Viro
· 13 years ago
68f3f16
new helper: sigsuspend()
by Al Viro
· 13 years ago
f52b69f8
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
by Linus Torvalds
· 13 years ago
5e047fa
sh: use set_current_blocked() and block_sigmask()
by Matt Fleming
· 13 years ago
8368b0e
sh: no need to reset handler if SA_ONESHOT
by Matt Fleming
· 13 years ago
e839ca5
Disintegrate asm/system.h for SH
by David Howells
· 13 years ago
abef364
sh: Remove redundant try_to_freeze() invocations.
by Paul Mundt
· 13 years ago
9d56dd3
sh: Mass ctrl_in/outX to __raw_read/writeX conversion.
by Paul Mundt
· 15 years ago
0ea820c
sh: Move over to dynamically allocated FPU context.
by Paul Mundt
· 15 years ago
56bfc42
sh: TS_RESTORE_SIGMASK conversion.
by Paul Mundt
· 15 years ago
4d2947f
sh: Optimize the setup_rt_frame() I-cache flush.
by Paul Mundt
· 15 years ago
eaa4770
sh: Use boot_cpu_data for FPU tests in sigcontext paths.
by Paul Mundt
· 15 years ago
ea88023
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Paul Mundt
· 15 years ago
ee18d64
KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]
by David Howells
· 15 years ago
2fc742f
sh: Improve unwind info for signals
by Carl Shaw
· 15 years ago
9445571
sh: Fix declaration of __kernel_sigreturn and __kernel_rt_sigreturn
by Matt Fleming
· 16 years ago
03f0787
sh: Fix up spurious syscall restarting.
by Paul Mundt
· 16 years ago
94e2fb3
sh: Provide asm/syscall.h for SH-5.
by Paul Mundt
· 16 years ago
1bec157
sh: Force pending restarted system calls to return -EINTR.
by Paul Mundt
· 16 years ago
f8b890a
sh: Flag T-bit for syscall restart.
by Paul Mundt
· 16 years ago
fa43972
sh: fixup many sparse errors.
by Paul Mundt
· 16 years ago
ab99c73
sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME.
by Paul Mundt
· 16 years ago
f2fb4e4
sh: Conditionally re-enable IRQs in fault path.
by Stuart Menefy
· 17 years ago
09b5a10
sh: Optimized flush_icache_range() implementation.
by Chris Smith
· 17 years ago
3bc24a1
sh: Initial ELF FDPIC support.
by Paul Mundt
· 17 years ago
9bbafce
sh: Fix occasional FPU register corruption under preempt.
by Paul Mundt
· 17 years ago
1efe4ce
sh: GUSA atomic rollback support.
by Stuart Menefy
· 17 years ago
f7a7b15
sh: Move in the SH-5 signal trampoline impl.
by Paul Mundt
· 17 years ago
[Renamed from arch/sh/kernel/signal.c]
19c5870
Use helpers to obtain task pid in printks (arch code)
by Alexey Dobriyan
· 17 years ago
8366246
sh: Conditionalize gUSA support.
by Paul Mundt
· 17 years ago
e513768
sh: Tidy up gUSA preempt handling.
by Paul Mundt
· 17 years ago
b91cba5
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 17 years ago
3aeb884
sh: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.
by Paul Mundt
· 18 years ago
69a3314
sh: Fix restartable syscall arg5 clobbering.
by Kaz Kojima
· 18 years ago
b66d51c
sh: Tidy compiler warnings for SH-2A build.
by Paul Mundt
· 18 years ago
e08f457
sh: __user annotations for __get/__put_user().
by Paul Mundt
· 18 years ago
53f983a
sh: Fix PC adjustments for varying opcode length.
by Paul Mundt
· 18 years ago
bd07999
sh: Support for SH-2A 32-bit opcodes.
by Paul Mundt
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
c8bfa1f
sh: Fix sigmask trampling in signal delivery.
by Ryusuke Sakato
· 18 years ago
11c1965
sh: Fixup cpu_data references for the non-boot CPUs.
by Paul Mundt
· 18 years ago
11cbb70
sh: Trivial build fixes for SH-2 support.
by Yoshinori Sato
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
f0bc814
sh: gcc4 support.
by Stuart Menefy
· 18 years ago
9d4436a
sh: Add support for SH7206 and SH7619 CPU subtypes.
by Yoshinori Sato
· 18 years ago
19f9a34
sh: Initial vsyscall page support.
by Paul Mundt
· 18 years ago
9f23e7e
sh: pselect6 and ppoll, along with signal trampoline rework.
by Paul Mundt
· 18 years ago
0b89293
sh: __NR_restart_syscall support.
by Paul Mundt
· 18 years ago
69be8f1
[PATCH] convert signal handling of NODEFER to act like other Unix boxes.
by Steven Rostedt
· 19 years ago
0e6c1f5
[PATCH] try_to_freeze() call fixes
by Nigel Cunningham
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago