index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
powerpc/ftrace: Ignore ftrace locations in exit text sections
Naveen N Rao
1
-0
/
+12
2023-08-21
powerpc/ftrace: Add support for -fpatchable-function-entry
Naveen N Rao
1
-2
/
+12
2023-08-21
powerpc/ftrace: Implement ftrace_replace_code()
Naveen N Rao
1
-73
/
+92
2023-08-21
powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...
Naveen N Rao
1
-15
/
+2
2023-08-21
powerpc/ftrace: Simplify ftrace_modify_call()
Naveen N Rao
1
-140
/
+21
2023-08-21
powerpc/ftrace: Simplify ftrace_make_call()
Naveen N Rao
1
-156
/
+31
2023-08-21
powerpc/ftrace: Simplify ftrace_make_nop()
Naveen N Rao
1
-188
/
+32
2023-08-21
powerpc/ftrace: Add separate ftrace_init_nop() with additional validation
Naveen N Rao
1
-0
/
+71
2023-08-21
powerpc/ftrace: Stop re-purposing linker generated long branches for ftrace
Naveen N Rao
1
-93
/
+17
2023-08-21
powerpc/ftrace: Refactor ftrace_modify_code()
Naveen N Rao
1
-20
/
+27
2023-08-21
powerpc/ftrace: Extend ftrace support for large kernels to ppc32
Naveen N Rao
1
-18
/
+21
2023-08-21
powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampoline
Naveen N Rao
1
-6
/
+1
2023-08-21
powerpc/ftrace: Simplify function_graph support in ftrace.c
Naveen N Rao
1
-57
/
+7
2023-08-21
powerpc64/ftrace: Move ELFv1 and -pg support code into a separate file
Naveen N Rao
1
-10
/
+0
2023-04-20
powerpc/64: vmlinux support building with PCREL addresing
Nicholas Piggin
1
-10
/
+38
2023-04-20
powerpc/64: Add support to build with prefixed instructions
Nicholas Piggin
1
-0
/
+2
2022-08-10
powerpc64/ftrace: Fix ftrace for clang builds
Naveen N. Rao
1
-4
/
+4
2022-07-25
powerpc: Fix all occurences of duplicate words
Michael Ellerman
1
-3
/
+3
2022-06-29
powerpc/64: Drop ppc_inst_as_str()
Michael Ellerman
1
-11
/
+13
2022-05-22
powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
Naveen N. Rao
1
-3
/
+12
2022-05-22
powerpc/ftrace: Minimise number of #ifdefs
Christophe Leroy
1
-90
/
+85
2022-05-22
powerpc/ftrace: Simplify expected_nop_sequence()
Christophe Leroy
1
-16
/
+6
2022-05-22
powerpc/ftrace: Use size macro instead of opencoding
Christophe Leroy
1
-1
/
+1
2022-05-19
powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.
Christophe Leroy
1
-21
/
+11
2022-05-19
powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1
Christophe Leroy
1
-1
/
+1
2022-05-19
powerpc/ftrace: Remove ftrace_plt_tramps[]
Christophe Leroy
1
-8
/
+0
2022-05-19
powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACE
Christophe Leroy
1
-4
/
+0
2022-05-19
powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64
Christophe Leroy
1
-100
/
+8
2022-05-19
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
1
-2
/
+2
2022-05-19
powerpc/ftrace: Use patch_instruction() return directly
Christophe Leroy
1
-4
/
+1
2022-05-19
powerpc/ftrace: Inline ftrace_modify_code()
Christophe Leroy
1
-1
/
+1
2022-05-19
powerpc/ftrace: Use is_offset_in_branch_range()
Christophe Leroy
1
-6
/
+2
2022-05-19
powerpc/ftrace: Remove redundant create_branch() calls
Christophe Leroy
1
-20
/
+0
2022-05-19
powerpc/ftrace: Refactor prepare_ftrace_return()
Christophe Leroy
1
-3
/
+9
2022-03-08
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
1
-1
/
+0
2022-02-16
powerpc/ftrace: Add recursion protection in prepare_ftrace_return()
Christophe Leroy
1
-0
/
+7
2022-02-07
powerpc/ftrace: directly call of function graph tracer by ftrace caller
Christophe Leroy
1
-0
/
+11
2022-02-07
powerpc/ftrace: Refactor ftrace_{en/dis}able_ftrace_graph_caller
Christophe Leroy
1
-12
/
+9
2021-12-09
powerpc/inst: Define ppc_inst_t
Christophe Leroy
1
-27
/
+27
2021-11-29
powerpc/ftrace: Activate HAVE_DYNAMIC_FTRACE_WITH_REGS on PPC32
Christophe Leroy
1
-2
/
+14
2021-11-29
powerpc/ftrace: Add module_trampoline_target() for PPC32
Christophe Leroy
1
-33
/
+4
2021-06-16
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
1
-17
/
+16
2021-06-15
powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()
Christophe Leroy
1
-9
/
+9
2021-06-15
powerpc/lib/code-patching: Use PPC_RAW_() macros
Christophe Leroy
1
-1
/
+1
2021-04-21
powerpc: Rename probe_kernel_read_inst()
Christophe Leroy
1
-11
/
+11
2020-07-23
powerpc: Add a ppc_inst_as_str() helper
Jordan Niethe
1
-13
/
+13
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-2
/
+2
2020-05-18
powerpc: Add a probe_kernel_read_inst() function
Jordan Niethe
1
-10
/
+13
2020-05-18
powerpc: Use a function for reading instructions
Jordan Niethe
1
-2
/
+2
2020-05-18
powerpc: Use a datatype for instructions
Jordan Niethe
1
-41
/
+42
[next]