index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
signal_32.c
Age
Commit message (
Expand
)
Author
2013-12-04
powerpc/signals: Improved mark VSX not saved with small contexts fix
Michael Neuling
2013-11-29
powerpc/signals: Mark VSX not saved with small contexts
Michael Neuling
2013-07-25
powerpc/tm: Fix return of 32bit rt signals to active transactions
Michael Neuling
2013-07-25
powerpc/tm: Fix restoration of MSR on 32bit signal return
Michael Neuling
2013-07-25
powerpc/tm: Fix 32 bit non-rt signals
Michael Neuling
2013-07-25
powerpc/tm: Fix writing top half of MSR on 32 bit signals
Michael Neuling
2013-06-01
powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...
Michael Neuling
2013-04-10
powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=n
Michael Neuling
2013-02-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-15
powerpc: Add new transactional memory state to the signal context
Michael Neuling
2013-02-03
powerpc: switch to generic old sigaction()
Al Viro
2013-02-03
powerpc: switch to generic compat rt_sigaction()
Al Viro
2013-02-03
powerpc: switch to generic old sigsuspend
Al Viro
2013-02-03
powerpc: switch to generic compat rt_sigqueueinfo()
Al Viro
2013-02-03
powerpc: switch to generic compat rt_sigpending()
Al Viro
2013-02-03
powerpc: switch to generic compat rt_sigprocmask()
Al Viro
2013-02-03
powerpc: switch to generic sigaltstack
Al Viro
2013-02-03
take sys_rt_sigsuspend() prototype to linux/syscalls.h
Al Viro
2012-10-01
Uninclude linux/freezer.h
Richard Weinberger
2012-06-01
powerpc: get rid of restore_sigmask()
Al Viro
2012-05-21
powerpc: missing checks of __get_user()/__put_user() return values
Al Viro
2012-05-21
new helper: sigsuspend()
Al Viro
2012-03-28
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-07
powerpc: Use set_current_blocked() and block_sigmask()
Matt Fleming
2011-11-17
powerpc/signal32: Fix sigset_t conversion when copying to user
Will Deacon
2011-06-29
arch/powerpc: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
2010-09-22
powerpc: fix double syscall restarts
Al Viro
2010-02-17
powerpc/booke: Add support for advanced debug registers
Dave Kleikamp
2010-02-17
powerpc/booke: Introduce new CONFIG options for advanced debug registers
Dave Kleikamp
2009-03-27
powerpc: Sanitize stack pointer in signal handling code
Josh Boyer
2008-11-11
powerpc: Fix msr check in compat_sys_swapcontext
Andreas Schwab
2008-10-31
powerpc: Fix swapcontext system for VSX + old ucontext size
Michael Neuling
2008-07-15
powerpc: fix giveup_vsx to save registers correctly
Michael Neuling
2008-07-09
powerpc: fix swapcontext backwards compat. with VSX ucontext changes
Michael Neuling
2008-07-03
powerpc: Clean up copy_to/from_user for vsx and fpr
Michael Neuling
2008-07-01
powerpc: Add VSX context save/restore, ptrace and signal support
Michael Neuling
2008-07-01
powerpc: Introduce VSX thread_struct and CONFIG_VSX
Michael Neuling
2008-07-01
powerpc: Fix MSR setting in 32 bit signal code
Michael Neuling
2008-05-14
[POWERPC] Define and use TLF_RESTORE_SIGMASK
Roland McGrath
2008-04-20
[POWERPC] Define copy_siginfo_from_user32
Roland McGrath
2007-12-20
[POWERPC] arch/powerpc: Remove duplicate includes
Lucas Woods
2007-10-12
[POWERPC] Implement logging of unhandled signals
Olof Johansson
2007-06-14
[POWERPC] Merge creation of signal frame
Benjamin Herrenschmidt
2007-06-14
[POWERPC] Consolidate do_signal
Christoph Hellwig
2007-06-14
[POWERPC] Consolidate restore_sigmask
Christoph Hellwig
2007-06-14
[POWERPC] Consolidate sys_sigaltstack
Christoph Hellwig
2007-06-14
[POWERPC] Make syscall restart code more common
Benjamin Herrenschmidt
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2006-12-20
[POWERPC] Fix register save area alignment for swapcontext syscall
Paul Mackerras
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
[next]