index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/64: provide a helper macro to load r2 with the kernel TOC
Nicholas Piggin
2022-09-28
2
-3
/
+2
*
powerpc/64: asm use consistent global variable declaration and access
Nicholas Piggin
2022-09-28
1
-2
/
+1
*
powerpc64/ftrace: Fix ftrace for clang builds
Naveen N. Rao
2022-08-10
1
-4
/
+4
*
powerpc: Fix all occurences of duplicate words
Michael Ellerman
2022-07-25
1
-3
/
+3
*
powerpc/64: Drop ppc_inst_as_str()
Michael Ellerman
2022-06-29
1
-11
/
+13
*
powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
Naveen N. Rao
2022-05-22
1
-3
/
+12
*
powerpc/ftrace: Minimise number of #ifdefs
Christophe Leroy
2022-05-22
1
-90
/
+85
*
powerpc/ftrace: Simplify expected_nop_sequence()
Christophe Leroy
2022-05-22
1
-16
/
+6
*
powerpc/ftrace: Use size macro instead of opencoding
Christophe Leroy
2022-05-22
1
-1
/
+1
*
powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.
Christophe Leroy
2022-05-19
1
-21
/
+11
*
powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1
Christophe Leroy
2022-05-19
1
-1
/
+1
*
powerpc/ftrace: Remove ftrace_plt_tramps[]
Christophe Leroy
2022-05-19
1
-8
/
+0
*
powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACE
Christophe Leroy
2022-05-19
2
-7
/
+1
*
powerpc/ftrace: Don't include ftrace.o for CONFIG_FTRACE_SYSCALLS
Christophe Leroy
2022-05-19
1
-1
/
+0
*
powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64
Christophe Leroy
2022-05-19
1
-100
/
+8
*
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
2022-05-19
1
-2
/
+2
*
powerpc/ftrace: Use patch_instruction() return directly
Christophe Leroy
2022-05-19
1
-4
/
+1
*
powerpc/ftrace: Inline ftrace_modify_code()
Christophe Leroy
2022-05-19
1
-1
/
+1
*
powerpc/ftrace: Use is_offset_in_branch_range()
Christophe Leroy
2022-05-19
1
-6
/
+2
*
powerpc/ftrace: Remove redundant create_branch() calls
Christophe Leroy
2022-05-19
1
-20
/
+0
*
powerpc/ftrace: Refactor prepare_ftrace_return()
Christophe Leroy
2022-05-19
1
-3
/
+9
*
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
2022-03-08
1
-1
/
+0
*
powerpc/ftrace: Use STK_GOT in ftrace_mprofile.S
Christophe Leroy
2022-03-08
1
-2
/
+2
*
powerpc/ftrace: Regroup PPC64 specific operations in ftrace_mprofile.S
Christophe Leroy
2022-03-08
1
-5
/
+2
*
powerpc/ftrace: Refactor ftrace_{regs_}caller
Christophe Leroy
2022-03-08
1
-102
/
+45
*
powerpc/ftrace: Don't use lmw/stmw in ftrace_regs_caller()
Christophe Leroy
2022-03-08
1
-8
/
+2
*
powerpc/ftrace: Style cleanup in ftrace_mprofile.S
Christophe Leroy
2022-02-16
1
-4
/
+8
*
powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS i...
Christophe Leroy
2022-02-16
1
-0
/
+4
*
powerpc/ftrace: Add recursion protection in prepare_ftrace_return()
Christophe Leroy
2022-02-16
1
-0
/
+7
*
powerpc/ftrace: Also save r1 in ftrace_caller()
Christophe Leroy
2022-02-16
1
-0
/
+4
*
powerpc/ftrace: Remove ftrace_32.S
Christophe Leroy
2022-02-12
4
-155
/
+17
*
powerpc/ftrace: Prepare ftrace_64_mprofile.S for reuse by PPC32
Christophe Leroy
2022-02-07
1
-22
/
+51
*
powerpc/ftrace: directly call of function graph tracer by ftrace caller
Christophe Leroy
2022-02-07
3
-114
/
+14
*
powerpc/ftrace: Refactor ftrace_{en/dis}able_ftrace_graph_caller
Christophe Leroy
2022-02-07
1
-12
/
+9
*
powerpc/ftrace: Prepare PPC64's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WIT...
Christophe Leroy
2022-02-07
1
-6
/
+19
*
powerpc/ftrace: Prepare PPC32's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WIT...
Christophe Leroy
2022-02-07
1
-4
/
+25
*
powerpc/ftrace: Simplify PPC32's return_to_handler()
Christophe Leroy
2022-02-07
1
-10
/
+6
*
powerpc/ftrace: Don't save again LR in ftrace_regs_caller() on PPC32
Christophe Leroy
2022-02-07
1
-3
/
+0
*
powerpc/inst: Define ppc_inst_t
Christophe Leroy
2021-12-09
1
-27
/
+27
*
powerpc: flexible GPR range save/restore macros
Nicholas Piggin
2021-11-29
1
-9
/
+6
*
powerpc/ftrace: Activate HAVE_DYNAMIC_FTRACE_WITH_REGS on PPC32
Christophe Leroy
2021-11-29
2
-10
/
+115
*
powerpc/ftrace: Add module_trampoline_target() for PPC32
Christophe Leroy
2021-11-29
1
-33
/
+4
*
powerpc/ftrace: No need to read LR from stack in _mcount()
Christophe Leroy
2021-11-29
1
-5
/
+4
*
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
2021-06-17
1
-17
/
+16
*
powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()
Christophe Leroy
2021-06-16
1
-9
/
+9
*
powerpc/lib/code-patching: Use PPC_RAW_() macros
Christophe Leroy
2021-06-16
1
-1
/
+1
*
powerpc: Rename probe_kernel_read_inst()
Christophe Leroy
2021-04-21
1
-11
/
+11
*
powerpc: Add a ppc_inst_as_str() helper
Jordan Niethe
2020-07-23
1
-13
/
+13
*
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-17
1
-2
/
+2
*
powerpc: Add a probe_kernel_read_inst() function
Jordan Niethe
2020-05-19
1
-10
/
+13
[next]