Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
45d5ea48e1d4dc3b9df2e37aebaa4e97c52a7f2c
/
arch
/
arm
/
kernel
/
signal.c
3302cad
ARM: entry: efficiency cleanups
by Russell King
· 9 years ago
a498044
arm: Remove signal translation and exec_domain
by Richard Weinberger
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
09415fa
ARM: 8194/1: remove clear_thread_flag(TIF_UPROBE)
by Yalin Wang
· 10 years ago
c7edc9e
ARM: add uprobes support
by David A. Long
· 11 years ago
42cbe82
Merge branches 'fixes', 'mmci' and 'sa11x0' into for-next
by Russell King
· 11 years ago
6ecf830
ARM: 7880/1: Clear the IT state independent of the Thumb-2 mode
by T.J. Purtell
· 11 years ago
574e2b5
ARM: signal: sigreturn_codes should be endian neutral to work in BE8
by Victor Kamensky
· 11 years ago
8c0cc8a
ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-like page)
by Russell King
· 11 years ago
e0d4075
ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)
by Russell King
· 11 years ago
48be69a
ARM: move signal handlers into a vdso-like page
by Russell King
· 11 years ago
9dfc28b
ARM: mpu: protect the vectors page with an MPU region
by Jonathan Austin
· 12 years ago
7e24364
arm: switch to struct ksignal * passing
by Al Viro
· 12 years ago
50bcb7e
arm: switch to generic old sigaction()
by Al Viro
· 12 years ago
b68fec2
arm: switch to generic old sigsuspend
by Al Viro
· 12 years ago
ec93ac8
arm: switch to generic sigaltstack
by Al Viro
· 12 years ago
3cffdc8
Uninclude linux/freezer.h
by Richard Weinberger
· 13 years ago
6628521
ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYS
by Al Viro
· 12 years ago
8178378
ARM: 7473/1: deal with handlerless restarts without leaving the kernel
by Al Viro
· 12 years ago
0a267fa
ARM: 7472/1: pull all work_pending logics into C function
by Al Viro
· 12 years ago
8d4150c
ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline""
by Will Deacon
· 12 years ago
ad82cc0
ARM: 7470/1: Revert "7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK""
by Will Deacon
· 12 years ago
433e2f3
ARM: 7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK"
by Will Deacon
· 13 years ago
3b0c062
ARM: 7442/1: Revert "remove unused restart trampoline"
by Will Deacon
· 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
fb21aff
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 13 years ago
227d1e4
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 13 years ago
e94c805
Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git into for-linus
by Russell King
· 13 years ago
a42c6de
move key_repace_session_keyring() into tracehook_notify_resume()
by Al Viro
· 13 years ago
68f3f16
new helper: sigsuspend()
by Al Viro
· 13 years ago
fa18484
arm: remove unused restart trampoline
by Al Viro
· 13 years ago
6b5c804
arm: new way of handling ERESTART_RESTARTBLOCK
by Al Viro
· 13 years ago
21c1176
arm: if we get into work_pending while returning to kernel mode, just go away
by Al Viro
· 13 years ago
d9be5ea
arm: don't call try_to_freeze() from do_signal()
by Al Viro
· 13 years ago
7dfae72
arm: if there's no handler we need to restore sigmask, syscall or no syscall
by Al Viro
· 13 years ago
7f1b5a9
arm: missing checks of __get_user()/__put_user() return values
by Al Viro
· 13 years ago
4175160
Merge branch 'misc' into for-linus
by Russell King
· 13 years ago
0693bf6
ARM: 7374/1: add TRACEHOOK support
by Wade Farnsworth
· 13 years ago
2498814
ARM: 7399/1: vfp: move user vfp state save/restore code out of signal.c
by Will Deacon
· 13 years ago
12679a2
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 13 years ago
101d9b0
ARM: use set_current_blocked() and block_sigmask()
by Matt Fleming
· 13 years ago
2af276d
ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframe
by Will Deacon
· 13 years ago
2af68df
ARM: 6892/1: handle ptrace requests to change PC during interrupted system calls
by Arnd Bergmann
· 14 years ago
1f0090a
Merge branch 'misc' into devel
by Russell King
· 14 years ago
425fc47
ARM: 6668/1: ptrace: remove single-step emulation code
by Will Deacon
· 14 years ago
5339905
ARM: Ensure predictable endian state on signal handler entry
by Russell King
· 14 years ago
82c6f5a
ARM: 6051/1: VFP: preserve the HW context when calling signal handlers
by Imre Deak
· 15 years ago
3336f4f
ARM: 5793/1: ARM: Check put_user fail in do_signal when enable OABI_COMPAT
by Jean PIHET
· 15 years ago
ab72b00
ARM: Fix signal restart issues with NX and OABI compat
by Russell King
· 15 years ago
2ca7d67
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 15 years ago
87d721a
Merge branch 'master' into devel
by Russell King
· 15 years ago
733e5e4
KEYS: Add missing linux/tracehook.h #inclusions
by David Howells
· 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
d0420c8
KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]
by David Howells
· 15 years ago
3698426
ARM: 5677/1: ARM support for TIF_RESTORE_SIGMASK/pselect6/ppoll/epoll_pwait
by Mikael Pettersson
· 15 years ago
65a5053
ARM: 5638/1: arch/arm/kernel/signal.c: use correct address space for CRUNCH
by Hartley Sweeten
· 15 years ago
9cbc1cb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
d71e135
Clear the IT state when invoking a Thumb-2 signal handler
by Catalin Marinas
· 16 years ago
288ddad
syscall: Sort out syscall_restart name clash.
by Eric W. Biederman
· 16 years ago
33fa9b1
[ARM] Convert asm/uaccess.h to linux/uaccess.h
by Russell King
· 16 years ago
ee4cd58
[ARM] 4870/1: fix signal return code when enable CONFIG_OABI_COMPAT
by janboe
· 17 years ago
b2a0d36
[ARM] ptrace: clean up single stepping support
by Russell King
· 18 years ago
ea14fad
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
ee90dab
[ARM] Include asm/elf.h instead of asm/procinfo.h
by Russell King
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
3bec6de
[ARM] 3664/1: crunch: add signal frame save/restore
by Lennert Buytenhek
· 19 years ago
c089785
Merge signal handler branch
by Russell King
· 19 years ago
85fe068
[ARM] 3648/1: Update struct ucontext layout for coprocessor registers
by Daniel Jacobowitz
· 19 years ago
ca195cf
[ARM] Add identifying number for non-rt sigframe
by Russell King
· 19 years ago
95eaa5f
[PATCH] fix silly ARM non-EABI build error
by Nicolas Pitre
· 19 years ago
f606a6f
[ARM] 3626/1: ARM EABI: fix syscall restarting
by Nicolas Pitre
· 19 years ago
aca6ca1
[ARM] Gather common sigframe saving code into setup_sigframe()
by Russell King
· 19 years ago
6807148
[ARM] Gather common sigframe restoration code into restore_sigframe()
by Russell King
· 19 years ago
cb3504e
[ARM] Re-use sigframe within rt_sigframe
by Russell King
· 19 years ago
7d4fdc1
[ARM] Merge sigcontext and sigmask members of sigframe
by Russell King
· 19 years ago
cc1a852
[ARM] Replace extramask with a full copy of the sigmask
by Russell King
· 19 years ago
ce7a3fd
[ARM] Remove rt_sigframe puc and pinfo pointers
by Russell King
· 19 years ago
fcca538
[ARM] 3270/1: ARM EABI: fix sigreturn and rt_sigreturn
by Nicolas Pitre
· 19 years ago
a6c61e9
[ARM] 3168/1: Update ARM signal delivery and masking
by Daniel Jacobowitz
· 19 years ago
69b0475
[PATCH] mm: arm ready for split ptlock
by Hugh Dickins
· 19 years ago
69be8f1
[PATCH] convert signal handling of NODEFER to act like other Unix boxes.
by Steven Rostedt
· 19 years ago
bdb94f3
[PATCH] arm: swsusp build fix
by Andrew Morton
· 20 years ago
e00d349
[PATCH] ARM: Move signal return code into vector page
by Russell King
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago