aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-03powerpc/64: Don't trace code that runs with the soft irq mask unreconciledNicholas Piggin1-3/+15
2019-05-01powerpc/64s: Remove 'dummy_copy_buffer'Mathieu Malaterre1-5/+0
2019-04-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-4/+5
2019-04-20powerpc: Add force enable of DAWR on P9 optionMichael Neuling1-4/+5
2019-04-20powerpc/mm/radix: Don't do SLB preload when using the radix MMUAneesh Kumar K.V1-1/+2
2019-02-23powerpc: regain entire stack spaceChristophe Leroy1-19/+13
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-1/+1
2019-02-23powerpc: Replace current_thread_info()->task with currentChristophe Leroy1-3/+3
2019-02-23powerpc: prep stack walkers for THREAD_INFO_IN_TASKChristophe Leroy1-3/+23
2019-02-22powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guestMark Cave-Ayland1-1/+1
2018-12-22powerpc/frace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)1-4/+9
2018-11-02Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+1
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-38/+52
2018-10-26powerpc/process: Fix flush_all_to_thread for SPEFelipe Rechia1-2/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+1
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin1-0/+7
2018-10-14powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin1-0/+9
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin1-1/+1
2018-10-13powerpc/process: Constify the number of insns printed by show instructions functions.Christophe Leroy1-7/+6
2018-10-13powerpc/process: Fix interleaved output in show_user_instructions()Christophe Leroy1-18/+19
2018-10-13powerpc/process: Add missing include of stacktrace.hChristophe Leroy1-0/+1
2018-10-13powerpc/process: Fix sparse address space warningsChristophe Leroy1-2/+2
2018-10-09Merge branch 'fixes' into nextMichael Ellerman1-0/+10
2018-10-05powerpc: Don't print kernel instructions in show_user_instructions()Michael Ellerman1-0/+10
2018-10-03powerpc/tm: Remove msr_tm_active()Breno Leitao1-12/+9
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman1-16/+0
2018-09-21signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman1-8/+1
2018-09-19powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin1-0/+7
2018-09-19powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin1-0/+9
2018-08-08powerpc: Add show_user_instructions()Murilo Opsfelder Araujo1-0/+32
2018-07-30powerpc: declare set_breakpoint() staticChristophe Leroy1-7/+7
2018-07-24powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()Cyril Bur1-4/+3
2018-07-24powerpc/pkeys: Save the pkey registers before forkRam Pai1-0/+1
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin1-9/+1
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-115/+32
2018-06-03powerpc: use task_pid_nr() for TID allocationAlastair D'Silva1-94/+28
2018-06-03powerpc: Use TIDR CPU feature to control TIDR allocationAlastair D'Silva1-3/+3
2018-06-03powerpc/64: change softe to irqmask in show_regs and xmonNicholas Piggin1-1/+1
2018-06-03powerpc/pseries: lparcfg calculate PURR on demandNicholas Piggin1-14/+0
2018-06-03powerpc/64: remove start_tb and accum_tb from thread_structNicholas Piggin1-5/+1
2018-05-24powerpc: Export msr_check_and_set() to modulesSimon Guo1-0/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-03powerpc: Don't write to DABR on >= Power8 if DAWR is disabledNicholas Piggin1-2/+8
2018-03-27Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-0/+12
2018-03-27powerpc: Add ppc_breakpoint_available()Michael Neuling1-0/+12
2018-03-13powerpc/kernel: Make function __giveup_fpu() staticMathieu Malaterre1-2/+2
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-8/+20
2018-01-27powerpc/kernel: Block interrupts when updating TIDRSukadev Bhattiprolu1-6/+9
2018-01-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-7/+2