summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/process: Fix uninitialised variable errorMichael Ellerman2020-09-181-1/+1
* powerpc/process: Remove useless #ifdef CONFIG_PPC_FPUChristophe Leroy2020-09-151-5/+4
* powerpc/process: Remove useless #ifdef CONFIG_SPEChristophe Leroy2020-09-151-14/+7
* powerpc/process: Remove useless #ifdef CONFIG_ALTIVECChristophe Leroy2020-09-151-4/+0
* powerpc/process: Remove useless #ifdef CONFIG_VSXChristophe Leroy2020-09-151-12/+1
* powerpc/process: Tag an #endif to help locate the matching #ifdef.Christophe Leroy2020-09-151-1/+1
* powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()Christophe Leroy2020-09-151-4/+4
* powerpc/process: Replace an #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE) ...Christophe Leroy2020-09-151-6/+7
* powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()Christophe Leroy2020-09-151-3/+1
* powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()Christophe Leroy2020-09-151-3/+2
* powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria2020-09-151-0/+48
* Merge branch 'fixes' into nextMichael Ellerman2020-09-141-3/+9
|\
| * powerpc/64s: Fix crash in load_fp_state() due to fpexc_modeMichael Ellerman2020-08-271-3/+9
* | powerpc/64s: handle ISA v3.1 local copy-paste context switchesNicholas Piggin2020-09-081-7/+9
* | powerpc/process: Remove unnecessary #ifdef CONFIG_FUNCTION_GRAPH_TRACERChristophe Leroy2020-09-081-4/+0
|/
* Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-071-43/+68
|\
| * Merge branch 'scv' support into nextMichael Ellerman2020-07-231-2/+8
| |\
| | * powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-221-2/+8
| * | powerpc/64s: Fix restore_math unnecessarily changing MSRNicholas Piggin2020-07-161-40/+60
| * | powerpc/64s: restore_math remove TM testNicholas Piggin2020-07-161-2/+1
| |/
* / arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
|/
* Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-211-9/+11
|\
| * powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUALAneesh Kumar K.V2020-06-151-9/+11
* | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
* | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-1/+2
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-8/+3
* powerpc: add show_stack_loglvl()Dmitry Safonov2020-06-091-5/+13
* powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria2020-05-191-3/+0
* powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria2020-05-191-4/+4
* powerpc/watchpoint: Use loop for thread_struct->ptrace_bpsRavi Bangoria2020-05-191-1/+5
* powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria2020-05-191-23/+37
* powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria2020-05-191-7/+7
* powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria2020-05-191-1/+1
* powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin2020-05-151-1/+1
* powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin2020-05-151-1/+1
* powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni2020-04-201-22/+2
* powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-011-41/+48
* powerpc/64: mark emergency stacks valid to unwindNicholas Piggin2020-04-011-1/+30
* powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman2020-03-041-1/+1
* powerpc/process: Remove unneccessary #ifdef CONFIG_PPC64 in copy_thread_tls()Christophe Leroy2020-02-191-2/+0
* powerpc: use probe_user_read() and probe_user_write()Christophe Leroy2020-01-261-11/+1
* powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size.Christophe Leroy2020-01-231-22/+35
* powerpc/watchpoint: Fix length calculation for unaligned targetRavi Bangoria2019-11-131-0/+3
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-17/+11
|\
| * powerpc: Use ftrace_graph_ret_addr() when unwindingNaveen N. Rao2019-09-181-13/+6
| * powerpc: convert to copy_thread_tlsNicholas Piggin2019-08-281-4/+5
* | powerpc/tm: Fix restoring FP/VMX facility incorrectly on interruptsGustavo Romero2019-09-041-16/+2
* | powerpc/tm: Fix FP/VMX unavailable exceptions inside a transactionGustavo Romero2019-09-041-1/+2
|/
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-28/+0
|\