Age | Commit message (Expand) | Author |
2021-06-25 | powerpc/64s: avoid reloading (H)SRR registers if they are still valid | Nicholas Piggin |
2021-06-17 | powerpc/signal32: Remove impossible #ifdef combinations | Christophe Leroy |
2021-06-16 | powerpc/signal: Use PPC_RAW_xx() macros | Christophe Leroy |
2021-04-30 | Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2021-04-28 | powerpc/signal32: Fix erroneous SIGSEGV on RT signal return | Christophe Leroy |
2021-04-14 | powerpc: remove partial register save logic | Nicholas Piggin |
2021-04-12 | powerpc/signal32: Fix build failure with CONFIG_SPE | Christophe Leroy |
2021-04-03 | powerpc/signal32: Simplify logging in sigreturn() | Christophe Leroy |
2021-04-03 | powerpc/signal32: Convert do_setcontext[_tm]() to user access block | Christophe Leroy |
2021-04-03 | powerpc/signal32: Convert restore_[tm]_user_regs() to user access block | Christophe Leroy |
2021-04-03 | powerpc/signal32: Reorder user reads in restore_tm_user_regs() | Christophe Leroy |
2021-04-03 | powerpc/signal32: Perform access_ok() inside restore_user_regs() | Christophe Leroy |
2021-04-03 | powerpc/signal32: Remove ifdefery in middle of if/else in sigreturn() | Christophe Leroy |
2021-04-03 | powerpc/signal32: Rename save_user_regs_unsafe() and save_general_regs_unsafe() | Christophe Leroy |
2021-04-02 | powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO | Christophe Leroy |
2021-03-29 | powerpc/signal: Use __get_user() to copy sigset_t | Christopher M. Riedl |
2021-02-11 | powerpc: use kernel endianness in MSR in 32-bit signal handler | Joseph J Allen |
2020-12-04 | powerpc/vdso: Retrieve sigtramp offsets at buildtime | Christophe Leroy |
2020-12-04 | powerpc/vdso: Replace vdso_base by vdso | Christophe Leroy |
2020-12-04 | powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsa... | Christophe Leroy |
2020-12-04 | powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_us... | Christophe Leroy |
2020-12-04 | powerpc/signal32: Switch swap_context() to user_access_begin() logic | Christophe Leroy |
2020-12-04 | powerpc/signal32: Add and use unsafe_put_sigset_t() | Christophe Leroy |
2020-12-04 | powerpc/signal32: Remove ifdefery in middle of if/else | Christophe Leroy |
2020-12-04 | powerpc/signal32: Switch handle_rt_signal32() to user_access_begin() logic | Christophe Leroy |
2020-12-04 | powerpc/signal32: Switch handle_signal32() to user_access_begin() logic | Christophe Leroy |
2020-12-04 | powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32 | Christophe Leroy |
2020-12-04 | powerpc/signal32: Misc changes to make handle_[rt_]_signal32() more similar | Christophe Leroy |
2020-12-04 | powerpc/signal32: Rename local pointers in handle_rt_signal32() | Christophe Leroy |
2020-12-04 | powerpc/signal32: Move handle_signal32() close to handle_rt_signal32() | Christophe Leroy |
2020-12-04 | powerpc/signal32: Simplify logging in handle_rt_signal32() | Christophe Leroy |
2020-12-04 | powerpc/signal: Refactor bad frame logging | Christophe Leroy |
2020-12-04 | powerpc/signal: Call get_tm_stackpointer() from get_sigframe() | Christophe Leroy |
2020-12-04 | powerpc/signal: Move access_ok() out of get_sigframe() | Christophe Leroy |
2020-12-04 | powerpc/signal: Remove BUG_ON() in handler_signal functions | Christophe Leroy |
2020-12-04 | powerpc/signal: Don't manage floating point regs when no FPU | Christophe Leroy |
2020-07-15 | powerpc/signal_32: Simplify loop in PPC64 save_general_regs() | Christophe Leroy |
2020-07-15 | powerpc/signal_32: Remove !FULL_REGS() special handling in PPC64 save_general... | Christophe Leroy |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-05-15 | powerpc: Use trap metadata to prevent double restart rather than zeroing trap | Nicholas Piggin |
2020-04-03 | powerpc: move common register copy functions from signal_32.c to signal.c | Michal Suchanek |
2020-02-18 | powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery | Gustavo Luiz Duarte |
2019-07-22 | powerpc/tm: Fix oops on sigreturn on systems without TM | Michael Neuling |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-27 | signal: Remove task parameter from force_sig | Eric W. Biederman |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2018-12-21 | powerpc/tm: Unset MSR[TS] if not recheckpointing | Breno Leitao |
2018-12-21 | powerpc/tm: Set MSR[TS] just prior to recheckpoint | Breno Leitao |
2018-12-19 | powerpc/signal: Use code patching instead of hardcoding | Christophe Leroy |