index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
signal_32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-111
/
+143
2021-04-28
powerpc/signal32: Fix erroneous SIGSEGV on RT signal return
Christophe Leroy
1
-2
/
+2
2021-04-14
powerpc: remove partial register save logic
Nicholas Piggin
1
-3
/
+0
2021-04-12
powerpc/signal32: Fix build failure with CONFIG_SPE
Christophe Leroy
1
-1
/
+1
2021-04-03
powerpc/signal32: Simplify logging in sigreturn()
Christophe Leroy
1
-6
/
+7
2021-04-03
powerpc/signal32: Convert do_setcontext[_tm]() to user access block
Christophe Leroy
1
-18
/
+24
2021-04-03
powerpc/signal32: Convert restore_[tm]_user_regs() to user access block
Christophe Leroy
1
-70
/
+71
2021-04-03
powerpc/signal32: Reorder user reads in restore_tm_user_regs()
Christophe Leroy
1
-12
/
+37
2021-04-03
powerpc/signal32: Perform access_ok() inside restore_user_regs()
Christophe Leroy
1
-5
/
+3
2021-04-03
powerpc/signal32: Remove ifdefery in middle of if/else in sigreturn()
Christophe Leroy
1
-8
/
+12
2021-04-03
powerpc/signal32: Rename save_user_regs_unsafe() and save_general_regs_unsafe()
Christophe Leroy
1
-8
/
+8
2021-04-01
powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
Christophe Leroy
1
-12
/
+8
2021-03-29
powerpc/signal: Use __get_user() to copy sigset_t
Christopher M. Riedl
1
-1
/
+1
2021-02-11
powerpc: use kernel endianness in MSR in 32-bit signal handler
Joseph J Allen
1
-1
/
+2
2020-12-03
powerpc/vdso: Retrieve sigtramp offsets at buildtime
Christophe Leroy
1
-4
/
+4
2020-12-03
powerpc/vdso: Replace vdso_base by vdso
Christophe Leroy
1
-4
/
+4
2020-12-03
powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsa...
Christophe Leroy
1
-113
/
+111
2020-12-03
powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_us...
Christophe Leroy
1
-13
/
+41
2020-12-03
powerpc/signal32: Switch swap_context() to user_access_begin() logic
Christophe Leroy
1
-14
/
+10
2020-12-03
powerpc/signal32: Add and use unsafe_put_sigset_t()
Christophe Leroy
1
-2
/
+11
2020-12-03
powerpc/signal32: Remove ifdefery in middle of if/else
Christophe Leroy
1
-14
/
+8
2020-12-03
powerpc/signal32: Switch handle_rt_signal32() to user_access_begin() logic
Christophe Leroy
1
-21
/
+34
2020-12-03
powerpc/signal32: Switch handle_signal32() to user_access_begin() logic
Christophe Leroy
1
-13
/
+16
2020-12-03
powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32
Christophe Leroy
1
-39
/
+22
2020-12-03
powerpc/signal32: Misc changes to make handle_[rt_]_signal32() more similar
Christophe Leroy
1
-10
/
+14
2020-12-03
powerpc/signal32: Rename local pointers in handle_rt_signal32()
Christophe Leroy
1
-26
/
+25
2020-12-03
powerpc/signal32: Move handle_signal32() close to handle_rt_signal32()
Christophe Leroy
1
-85
/
+85
2020-12-03
powerpc/signal32: Simplify logging in handle_rt_signal32()
Christophe Leroy
1
-5
/
+1
2020-12-03
powerpc/signal: Refactor bad frame logging
Christophe Leroy
1
-30
/
+5
2020-12-03
powerpc/signal: Call get_tm_stackpointer() from get_sigframe()
Christophe Leroy
1
-2
/
+2
2020-12-03
powerpc/signal: Move access_ok() out of get_sigframe()
Christophe Leroy
1
-2
/
+2
2020-12-03
powerpc/signal: Remove BUG_ON() in handler_signal functions
Christophe Leroy
1
-4
/
+0
2020-12-03
powerpc/signal: Don't manage floating point regs when no FPU
Christophe Leroy
1
-0
/
+4
2020-07-15
powerpc/signal_32: Simplify loop in PPC64 save_general_regs()
Christophe Leroy
1
-10
/
+8
2020-07-15
powerpc/signal_32: Remove !FULL_REGS() special handling in PPC64 save_general...
Christophe Leroy
1
-2
/
+0
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-05-15
powerpc: Use trap metadata to prevent double restart rather than zeroing trap
Nicholas Piggin
1
-1
/
+1
2020-04-02
powerpc: move common register copy functions from signal_32.c to signal.c
Michal Suchanek
1
-140
/
+0
2020-02-18
powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery
Gustavo Luiz Duarte
1
-14
/
+14
2019-07-22
powerpc/tm: Fix oops on sigreturn on systems without TM
Michael Neuling
1
-0
/
+3
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-3
/
+3
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-6
/
+6
2018-12-21
powerpc/tm: Unset MSR[TS] if not recheckpointing
Breno Leitao
1
-5
/
+13
2018-12-21
powerpc/tm: Set MSR[TS] just prior to recheckpoint
Breno Leitao
1
-1
/
+19
2018-12-19
powerpc/signal: Use code patching instead of hardcoding
Christophe Leroy
1
-6
/
+6
2018-06-25
powerpc: Remove -Wattribute-alias pragmas
Paul Burton
1
-8
/
+0
2018-06-03
powerpc/signal32: Use fault_in_pages_readable() to prefault user context
Christophe Leroy
1
-8
/
+5
2018-06-03
powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx
Christophe Leroy
1
-0
/
+8
[next]