summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* | powerpc: remove address space overrides using set_fs()Christoph Hellwig2020-09-091-3/+0
|/
* powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-221-4/+15
* powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria2020-05-181-4/+9
* powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria2020-05-181-1/+1
* powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin2020-05-151-2/+5
* powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin2020-05-151-1/+1
* powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-021-2/+1
* powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek2020-04-021-0/+141
* powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte2020-02-181-2/+15
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-221-2/+2
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+3
|\
| * powerpc: Add support for restartable sequencesBoqun Feng2018-06-061-0/+3
* | powerpc: Check address limit on user-mode return (TIF_FSCHECK)Michael Ellerman2018-06-031-0/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-01-311-3/+3
|\
| * livepatch: send a fake signal to all blocking tasksMiroslav Benes2017-12-041-3/+3
* | powerpc/signal: Properly handle return value from uprobe_deny_signal()Naveen N. Rao2017-11-131-1/+1
|/
* livepatch/powerpc: add TIF_PATCH_PENDING thread flagJosh Poimboeuf2017-03-081-0/+4
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc: signals: Stop using current in signal codeCyril Bur2016-10-041-18/+23
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-011-2/+2
* powerpc: Use sigsp()Richard Weinberger2014-08-061-8/+2
* powerpc: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-20/+11
* powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker2014-05-201-1/+1
* powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras2014-01-151-2/+1
* powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...Michael Neuling2013-06-011-2/+38
* powerpc: Set show_unhandled_signals to 1 by defaultBenjamin Herrenschmidt2013-05-141-1/+1
* powerpc: Exit user context on notify resumeLi Zhong2013-05-141-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-7/+0
|\
| * powerpc: switch to generic sigaltstackAl Viro2013-02-041-7/+0
* | powerpc: Rename set_break to avoid naming conflictMichael Neuling2013-01-151-1/+1
* | powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling2013-01-101-2/+3
|/
* uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()Oleg Nesterov2012-11-031-3/+1
* powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-101-1/+1
* powerpc: Uprobes port to powerpcAnanth N Mavinakayanahalli2012-09-051-0/+6
* new helper: signal_delivered()Al Viro2012-06-011-5/+1
* powerpc: get rid of restore_sigmask()Al Viro2012-06-011-9/+0
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-1/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-7/+0
* new helper: sigmask_to_save()Al Viro2012-06-011-6/+1
* new helper: restore_saved_sigmask()Al Viro2012-06-011-5/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
* powerpc: Use set_current_blocked() and block_sigmask()Matt Fleming2012-03-071-11/+2
* powerpc: Fix various issues with return to userspaceBenjamin Herrenschmidt2012-02-221-4/+8
* powerpc: fix double syscall restartsAl Viro2010-09-221-0/+2
* powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signalsK.Prasad2010-06-221-0/+3
* powerpc/booke: Add support for advanced debug registersDave Kleikamp2010-02-171-4/+2