summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-8/+1
|\
| * signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-8/+1
* | powerpc: Don't print kernel instructions in show_user_instructions()Michael Ellerman2018-10-051-0/+10
|/
* powerpc: Add show_user_instructions()Murilo Opsfelder Araujo2018-08-081-0/+32
* powerpc: declare set_breakpoint() staticChristophe Leroy2018-07-301-7/+7
* powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()Cyril Bur2018-07-241-4/+3
* powerpc/pkeys: Save the pkey registers before forkRam Pai2018-07-241-0/+1
* powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-9/+1
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-115/+32
|\
| * powerpc: use task_pid_nr() for TID allocationAlastair D'Silva2018-06-031-94/+28
| * powerpc: Use TIDR CPU feature to control TIDR allocationAlastair D'Silva2018-06-031-3/+3
| * powerpc/64: change softe to irqmask in show_regs and xmonNicholas Piggin2018-06-031-1/+1
| * powerpc/pseries: lparcfg calculate PURR on demandNicholas Piggin2018-06-031-14/+0
| * powerpc/64: remove start_tb and accum_tb from thread_structNicholas Piggin2018-06-031-5/+1
| * powerpc: Export msr_check_and_set() to modulesSimon Guo2018-05-241-0/+1
* | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
|/
* powerpc: Don't write to DABR on >= Power8 if DAWR is disabledNicholas Piggin2018-04-031-2/+8
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-03-271-0/+12
|\
| * powerpc: Add ppc_breakpoint_available()Michael Neuling2018-03-271-0/+12
* | powerpc/kernel: Make function __giveup_fpu() staticMathieu Malaterre2018-03-131-2/+2
|/
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-8/+20
|\
| * powerpc/kernel: Block interrupts when updating TIDRSukadev Bhattiprolu2018-01-271-6/+9
| * Merge branch 'fixes' into nextMichael Ellerman2018-01-211-1/+1
| |\
| * | powerpc: store and restore the pkey state across context switchesRam Pai2018-01-201-0/+7
| * | cxl: Add support for ASB_Notify on POWER9Christophe Lombard2018-01-191-0/+1
| * | powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-1/+2
| * | powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt2018-01-161-1/+1
* | | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman2018-01-221-7/+2
* | | signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman2018-01-221-3/+3
| |/ |/|
* | powerpc/kernel: Print actual address of regs when oopsingMichael Ellerman2017-12-191-1/+1
|/
* powerpc: Do not assign thread.tidr if already assignedVaibhav Jain2017-11-291-0/+3
* powerpc: Avoid signed to unsigned conversion in set_thread_tidr()Vaibhav Jain2017-11-291-3/+6
* powerpc: Define set_thread_uses_vas()Sukadev Bhattiprolu2017-11-121-10/+31
* powerpc: Add support for setting SPRN_TIDRSukadev Bhattiprolu2017-11-121-0/+116
* powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur2017-11-061-14/+8
* powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable e...Cyril Bur2017-11-061-2/+2
* powerpc: Don't enable FP/Altivec if not checkpointedCyril Bur2017-11-061-2/+16
* powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-6/+6
* powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling2017-10-211-0/+2
* powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman2017-10-211-0/+7
* powerpc: get_wchan(): solve possible race scenario due to parallel wakeupKautuk Consul2017-10-061-1/+2
* powerpc/oops: Line up NIP & MSR with other rowsMichael Ellerman2017-08-281-2/+2
* powerpc/oops: Print CR/XER on same line as MSRMichael Ellerman2017-08-281-1/+1
* powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch)Nicholas Piggin2017-08-231-8/+27
* Merge branch 'fixes' into nextMichael Ellerman2017-08-231-6/+3
|\
| * powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt2017-08-161-2/+3
| * Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"Michael Ellerman2017-08-071-4/+0
* | powerpc: Remove more redundant VSX save/testsBenjamin Herrenschmidt2017-08-161-25/+8
* | powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx()Benjamin Herrenschmidt2017-08-161-3/+11
* | powerpc: Remove redundant FP/Altivec giveup codeBenjamin Herrenschmidt2017-08-161-4/+0
OpenPOWER on IntegriCloud