Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2a37ce25d9f2071ab6cce7f70fd5bd4bf4a50ee7
/
arch
/
mips
/
kernel
/
signal32.c
ea64d5a
signal: Unify and correct copy_siginfo_to_user32
by Eric W. Biederman
· 7 years ago
212a36a
signal: Unify and correct copy_siginfo_from_user32
by Eric W. Biederman
· 7 years ago
cc73152
signal: Remove kernel interal si_code magic
by Eric W. Biederman
· 7 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
d1e63c9
MIPS: Factor o32 specific code into signal_o32.c
by Harvey Hunt
· 9 years ago
5050e91
MIPS: Support sending SIG_SYS to 32bit userspace from 64bit kernel
by Matt Redfearn
· 9 years ago
ebb5e78
MIPS: Initial implementation of a VDSO
by Alex Smith
· 9 years ago
6a24432
MIPS: Remove unused {get,put}_sigset functions
by Paul Burton
· 9 years ago
d02a40a
MIPS: Use common FP sigcontext code for O32 compat
by Paul Burton
· 9 years ago
7785610
MIPS: Add offsets to sigcontext FP fields to struct mips_abi
by Paul Burton
· 9 years ago
3c00cb5
signal: fix information leak in copy_siginfo_from_user32
by Amanieu d'Antras
· 9 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
7c4f563
mips: Use sigsp()
by Richard Weinberger
· 11 years ago
81d103b
mips: Use get_signal() signal_setup_done()
by Richard Weinberger
· 11 years ago
16f77de
Revert "MIPS: Save/restore MSA context around signals"
by Paul Burton
· 11 years ago
eec43a2
MIPS: Save/restore MSA context around signals
by Paul Burton
· 11 years ago
6bbfd65
MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptrace
by Paul Burton
· 11 years ago
ff3aa5f
MIPS: Don't require FPU on sigcontext setup/restore
by Paul Burton
· 11 years ago
b2ead52
MIPS: Move & rename fpu_emulator_{save,restore}_context
by Paul Burton
· 11 years ago
597ce17
MIPS: Support for 64-bit FP with O32 binaries
by Paul Burton
· 11 years ago
ce39596
constify copy_siginfo_to_user{,32}()
by Al Viro
· 11 years ago
aebb2af
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
aa58480
mips: switch to generic compat rt_sigaction()
by Al Viro
· 12 years ago
1910f4a
mips: sigsuspend() is essentially the same as rt_sigsuspend() here
by Al Viro
· 12 years ago
ea5d83d
mips: switch to generic compat rt_sigqueueinfo()
by Al Viro
· 12 years ago
45cb66f
mips: switch to generic compat rt_sigpending()
by Al Viro
· 12 years ago
056a060
mips: switch to generic compat rt_sigprocmask()
by Al Viro
· 12 years ago
bde208d
switch mips to generic rt_sigsuspend(), make it unconditional
by Al Viro
· 12 years ago
1c37ea82
mips: switch to compat_sys_waitid()
by Al Viro
· 12 years ago
ea536ad
mips: switch to generic sigaltstack
by Al Viro
· 12 years ago
7034228
MIPS: Whitespace cleanup.
by Ralf Baechle
· 12 years ago
77097ae
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
by Al Viro
· 13 years ago
68f3f16
new helper: sigsuspend()
by Al Viro
· 13 years ago
8598f3c
MIPS: Use set_current_blocked() and block_sigmask()
by Matt Fleming
· 13 years ago
b81947c
Disintegrate asm/system.h for MIPS
by David Howells
· 13 years ago
c726b82
MIPS: Fix GCC-4.6 'set but not used' warning in signal*.c
by David Daney
· 14 years ago
d814c28
MIPS: Move signal trampolines off of the stack.
by David Daney
· 15 years ago
137f6f3
MIPS: Cleanup signal code initialization
by Ralf Baechle
· 15 years ago
dbda6ac
MIPS: CVE-2009-0029: Enable syscall wrappers.
by Ralf Baechle
· 16 years ago
5d9a76c
MIPS: Use compat_sys_ptrace
by Thomas Bogendoerfer
· 16 years ago
49a89ef
[MIPS] Fix "no space between function name and open parenthesis" warnings.
by Ralf Baechle
· 17 years ago
05014a1
[MIPS] remove some duplicate includes
by Jesper Juhl
· 17 years ago
a76f3a4
[MIPS] use compat_siginfo in rt_sigframe_n32
by Pavel Kiryukhin
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
faea623
[MIPS] Retry {save,restore}_fp_context if failed in atomic context.
by Atsushi Nemoto
· 18 years ago
5323180
[MIPS] Disallow CpU exception in kernel again.
by Atsushi Nemoto
· 18 years ago
53dc802
[MIPS] FPU ownership management & preemption fixes
by Atsushi Nemoto
· 18 years ago
c6a2f46
[MIPS] Check FCSR for pending interrupts, alternative version
by Atsushi Nemoto
· 18 years ago
01ee603
[MIPS] sigset_32 has been made redundand by compat_sigset_t.
by Ralf Baechle
· 18 years ago
151fd6a
[MIPS] signals: Share even more code.
by Ralf Baechle
· 18 years ago
755f21b
[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.
by Atsushi Nemoto
· 18 years ago
431dc80
[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.
by Ralf Baechle
· 18 years ago
24c556e
[MIPS] signals: make common _BLOCKABLE macro
by Franck Bui-Huu
· 18 years ago
dd02f06
[MIPS] signal: Fix warnings in o32 compat code.
by Ralf Baechle
· 18 years ago
f90080a
[MIPS] signal: do not use save_static_function() anymore
by Franck Bui-Huu
· 18 years ago
6bfe966
[MIPS] signal32: no need to save c0_status register in setup_sigcontext32()
by Franck Bui-Huu
· 18 years ago
9432a9b
[MIPS] signal32: reduce {setup,restore}_sigcontext32 sizes
by Franck Bui-Huu
· 18 years ago
722bb63
[MIPS] signal: factorize debug code
by Franck Bui-Huu
· 18 years ago
36a1f2c2
[MIPS] signal32: remove duplicate code
by Franck Bui-Huu
· 18 years ago
c0b9bae
[MIPS] signal: clean up sigframe structure
by Franck Bui-Huu
· 18 years ago
13fdd31
[MIPS] Avoid double signal restarting.
by Ralf Baechle
· 18 years ago
45887e1
[MIPS] Add missing returns in signal code.
by Ralf Baechle
· 18 years ago
048c614
[MIPS] Don't call try_to_freeze in do_signal & co.
by Ralf Baechle
· 18 years ago
a3dddd5
[MIPS] War on whitespace: cleanup initial spaces followed by tabs.
by Ralf Baechle
· 19 years ago
9c6031c
[MIPS] Signal cleanup
by Atsushi Nemoto
· 19 years ago
6254944
[MIPS] Reformat all of signal32.c with tabs instead of space for consistency
by Martin Michlmayr
· 19 years ago
304416d
[MIPS] Reformat _sys32_rt_sigsuspend with tabs instead of space for consistency.
by Ralf Baechle
· 19 years ago
dda73d0
[MIPS] Make do_signal32 return void.
by Martin Michlmayr
· 19 years ago
68fa383
[MIPS] Add support for TIF_RESTORE_SIGMASK for signal32
by Martin Michlmayr
· 19 years ago
4cbf876
[MIPS] Fix typo in _sys32_rt_sigreturn and _sysn32_rt_sigreturn.
by Atsushi Nemoto
· 19 years ago
7b3e2fc
[MIPS] Add support for TIF_RESTORE_SIGMASK.
by Ralf Baechle
· 19 years ago
5665a0a
[MIPS] Fix minor sparse warnings
by Atsushi Nemoto
· 19 years ago
9bbf28a3
[MIPS] Sparse: Add some __user tags to signal functions.
by Atsushi Nemoto
· 19 years ago
c4fa634
MIPS: DSP: Put DSPcontrol register into the right place in the signal frame.
by Ralf Baechle
· 19 years ago
85b0549
[MIPS] Avoid duplicate do_syscall_trace calls on return from sigreturn.
by Ralf Baechle
· 19 years ago
16cd395
Fix return type of setup_frame variants
by Atsushi Nemoto
· 19 years ago
129bc8f
Setup_frame is now returning a success value.
by Ralf Baechle
· 20 years ago
02416dc
Redo RM9000 workaround which along with other DSP ASE changes was
by Ralf Baechle
· 20 years ago
e50c0a8
Support the MIPS32 / MIPS64 DSP ASE.
by Ralf Baechle
· 20 years ago
1fcf1cc
We pass a kernel pointer to do_sigaltstack in sys32_sigaltstack, so
by Ralf Baechle
· 20 years ago
209ac8d
Use compat_sigval_t in struct compat_siginfo.
by Ralf Baechle
· 20 years ago
77c728c
Gcc 4.0 fixes.
by Ralf Baechle
· 20 years ago
a982099
Update to match the native siginfo structure and code.
by Ralf Baechle
· 20 years ago
54f2da7
Implement 32-bit compatibility for waitid(2).
by Ralf Baechle
· 20 years ago
42a3b4f
[PATCH] mips: nuke trailing whitespace
by Ralf Baechle
· 19 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