index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
signal_64.c
Age
Commit message (
Expand
)
Author
2022-07-28
powerpc/signal: Update comment for clarity
Rashmica Gupta
2022-05-19
powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZ
Nicholas Piggin
2022-05-05
powerpc: fix typos in comments
Julia Lawall
2022-02-16
powerpc: Move and rename func_descr_t
Christophe Leroy
2021-11-19
signal: Replace force_fatal_sig with force_exit_sig when in doubt
Eric W. Biederman
2021-11-10
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-10-29
signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
Eric W. Biederman
2021-10-25
signal/powerpc: On swapcontext failure force SIGSEGV
Eric W. Biederman
2021-10-18
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-17
powerpc/signal64: Don't read sigaction arguments back from user memory
Michael Ellerman
2021-06-16
powerpc/signal: Use PPC_RAW_xx() macros
Christophe Leroy
2021-06-14
powerpc/signal64: Copy siginfo before changing regs->nip
Michael Ellerman
2021-04-14
powerpc: remove partial register save logic
Nicholas Piggin
2021-03-29
powerpc/signal: Use __get_user() to copy sigset_t
Christopher M. Riedl
2021-03-29
powerpc/signal64: Rewrite rt_sigreturn() to minimise uaccess switches
Daniel Axtens
2021-03-29
powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switches
Daniel Axtens
2021-03-29
powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()
Christopher M. Riedl
2021-03-29
powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()
Christopher M. Riedl
2021-03-29
powerpc/signal64: Remove TM ifdefery in middle of if/else block
Christopher M. Riedl
2021-03-29
powerpc/signal64: Remove non-inline calls from setup_sigcontext()
Christopher M. Riedl
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/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-07-15
powerpc/signal64: Don't opencode page prefaulting
Christophe Leroy
2020-07-15
powerpc/64/signal: Balance return predictor stack in signal trampoline
Nicholas Piggin
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-01
powerpc/64/tm: Don't let userspace set regs->trap via sigreturn
Michael Ellerman
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-05-01
powerpc/tm: Avoid machine crash on rt_sigreturn()
Breno Leitao
2019-01-11
powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEM
Breno Leitao
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
2018-06-25
powerpc: Remove -Wattribute-alias pragmas
Paul Burton
2018-06-03
powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx
Christophe Leroy
2018-05-10
powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINE
Al Viro
2018-01-22
powerpc/tm: Fix endianness flip on trap
Gustavo Romero
2018-01-19
powerpc: Hard wire PT_SOFTE value to 1 in ptrace & signals
Madhavan Srinivasan
2017-11-16
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-11-06
powerpc: Always save/restore checkpointed regs during treclaim/trecheckpoint
Cyril Bur
[next]