| Commit message (Expand) | Author | Age | Files | Lines |
* | entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume() | Sean Christopherson | 2021-09-22 | 1 | -3/+1 |
* | powerpc/64s: avoid reloading (H)SRR registers if they are still valid | Nicholas Piggin | 2021-06-24 | 1 | -6/+6 |
* | powerpc/64: context tracking remove _TIF_NOHZ | Nicholas Piggin | 2021-02-08 | 1 | -4/+0 |
* | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2020-12-17 | 1 | -38/+21 |
|\ |
|
| * | powerpc/signal: Refactor bad frame logging | Christophe Leroy | 2020-12-03 | 1 | -0/+11 |
| * | powerpc/signal: Call get_tm_stackpointer() from get_sigframe() | Christophe Leroy | 2020-12-03 | 1 | -3/+6 |
| * | powerpc/signal: Remove get_clean_sp() | Christophe Leroy | 2020-12-03 | 1 | -1/+4 |
| * | powerpc/signal: Move access_ok() out of get_sigframe() | Christophe Leroy | 2020-12-03 | 1 | -4/+0 |
| * | powerpc/signal: Move inline functions in signal.h | Christophe Leroy | 2020-12-03 | 1 | -30/+0 |
* | | powerpc: add support for TIF_NOTIFY_SIGNAL | Jens Axboe | 2020-11-09 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-23 | 1 | -1/+0 |
|\ |
|
| * | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() | Jens Axboe | 2020-10-17 | 1 | -1/+0 |
* | | powerpc: remove address space overrides using set_fs() | Christoph Hellwig | 2020-09-09 | 1 | -3/+0 |
|/ |
|
* | powerpc/64s: system call support for scv/rfscv instructions | Nicholas Piggin | 2020-07-22 | 1 | -4/+15 |
* | powerpc/watchpoint: Convert thread_struct->hw_brk to an array | Ravi Bangoria | 2020-05-18 | 1 | -4/+9 |
* | powerpc/watchpoint: Provide DAWR number to __set_breakpoint | Ravi Bangoria | 2020-05-18 | 1 | -1/+1 |
* | powerpc: Use trap metadata to prevent double restart rather than zeroing trap | Nicholas Piggin | 2020-05-15 | 1 | -2/+5 |
* | powerpc: trap_is_syscall() helper to hide syscall trap number | Nicholas Piggin | 2020-05-15 | 1 | -1/+1 |
* | powerpc/64: make buildable without CONFIG_COMPAT | Michal Suchanek | 2020-04-02 | 1 | -2/+1 |
* | powerpc: move common register copy functions from signal_32.c to signal.c | Michal Suchanek | 2020-04-02 | 1 | -0/+141 |
* | powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery | Gustavo Luiz Duarte | 2020-02-18 | 1 | -2/+15 |
* | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 1 | -1/+1 |
* | rseq: Avoid infinite recursion when delivering SIGSEGV | Will Deacon | 2018-06-22 | 1 | -2/+2 |
* | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-06-10 | 1 | -0/+3 |
|\ |
|
| * | powerpc: Add support for restartable sequences | Boqun Feng | 2018-06-06 | 1 | -0/+3 |
* | | powerpc: Check address limit on user-mode return (TIF_FSCHECK) | Michael Ellerman | 2018-06-03 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2018-01-31 | 1 | -3/+3 |
|\ |
|
| * | livepatch: send a fake signal to all blocking tasks | Miroslav Benes | 2017-12-04 | 1 | -3/+3 |
* | | powerpc/signal: Properly handle return value from uprobe_deny_signal() | Naveen N. Rao | 2017-11-13 | 1 | -1/+1 |
|/ |
|
* | livepatch/powerpc: add TIF_PATCH_PENDING thread flag | Josh Poimboeuf | 2017-03-08 | 1 | -0/+4 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | powerpc: signals: Stop using current in signal code | Cyril Bur | 2016-10-04 | 1 | -18/+23 |
* | powerpc: Fix misspellings in comments. | Adam Buchbinder | 2016-03-01 | 1 | -2/+2 |
* | powerpc: Use sigsp() | Richard Weinberger | 2014-08-06 | 1 | -8/+2 |
* | powerpc: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 | 1 | -20/+11 |
* | powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint | Paul Gortmaker | 2014-05-20 | 1 | -1/+1 |
* | powerpc: Don't corrupt transactional state when using FP/VMX in kernel | Paul Mackerras | 2014-01-15 | 1 | -2/+1 |
* | powerpc/tm: Fix userspace stack corruption on signal delivery for active tran... | Michael Neuling | 2013-06-01 | 1 | -2/+38 |
* | powerpc: Set show_unhandled_signals to 1 by default | Benjamin Herrenschmidt | 2013-05-14 | 1 | -1/+1 |
* | powerpc: Exit user context on notify resume | Li Zhong | 2013-05-14 | 1 | -0/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-24 | 1 | -7/+0 |
|\ |
|
| * | powerpc: switch to generic sigaltstack | Al Viro | 2013-02-04 | 1 | -7/+0 |
* | | powerpc: Rename set_break to avoid naming conflict | Michael Neuling | 2013-01-15 | 1 | -1/+1 |
* | | powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers | Michael Neuling | 2013-01-10 | 1 | -2/+3 |
|/ |
|
* | uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume() | Oleg Nesterov | 2012-11-03 | 1 | -3/+1 |
* | powerpc: Rework set_dabr so it can take a DABRX value as well | Michael Neuling | 2012-09-10 | 1 | -1/+1 |
* | powerpc: Uprobes port to powerpc | Ananth N Mavinakayanahalli | 2012-09-05 | 1 | -0/+6 |
* | new helper: signal_delivered() | Al Viro | 2012-06-01 | 1 | -5/+1 |
* | powerpc: get rid of restore_sigmask() | Al Viro | 2012-06-01 | 1 | -9/+0 |
* | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2012-06-01 | 1 | -1/+0 |