summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: regain entire stack spaceChristophe Leroy2019-02-231-19/+13Star
* powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-1/+1
* powerpc: Replace current_thread_info()->task with currentChristophe Leroy2019-02-231-3/+3
* powerpc: prep stack walkers for THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-3/+23
* powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guestMark Cave-Ayland2019-02-211-1/+1
* powerpc/frace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2018-12-221-4/+9
* Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-11-021-2/+1Star
|\
| * powerpc/process: Fix flush_all_to_thread for SPEFelipe Rechia2018-10-261-2/+1Star
* | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-38/+52
|\|
| * powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-10-141-0/+7
| * powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2018-10-141-0/+9
| * powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin2018-10-141-1/+1
| * powerpc/process: Constify the number of insns printed by show instructions fu...Christophe Leroy2018-10-131-7/+6Star
| * powerpc/process: Fix interleaved output in show_user_instructions()Christophe Leroy2018-10-131-18/+19
| * powerpc/process: Add missing include of stacktrace.hChristophe Leroy2018-10-131-0/+1
| * powerpc/process: Fix sparse address space warningsChristophe Leroy2018-10-131-2/+2
| * Merge branch 'fixes' into nextMichael Ellerman2018-10-091-0/+10
| |\
| * | powerpc/tm: Remove msr_tm_active()Breno Leitao2018-10-031-12/+9Star
| * | Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-16/+0Star
| * | powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-09-191-0/+7
| * | powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin2018-09-191-0/+9
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-8/+1Star
|\ \ \ | |_|/ |/| |
| * | signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-8/+1Star
| |/
* / 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-071-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/+3Star
* powerpc/pkeys: Save the pkey registers before forkRam Pai2018-07-241-0/+1
* powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-9/+1Star
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-115/+32Star
|\
| * powerpc: use task_pid_nr() for TID allocationAlastair D'Silva2018-06-031-94/+28Star
| * 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/+0Star
| * powerpc/64: remove start_tb and accum_tb from thread_structNicholas Piggin2018-06-031-5/+1Star
| * 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-231-7/+2Star
* | | signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman2018-01-231-3/+3
| |/ |/|