index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
2021-06-17
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
2021-06-16
powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()
Christophe Leroy
2021-06-16
powerpc/lib/code-patching: Use PPC_RAW_() macros
Christophe Leroy
2021-04-21
powerpc: Rename probe_kernel_read_inst()
Christophe Leroy
2020-07-23
powerpc: Add a ppc_inst_as_str() helper
Jordan Niethe
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-05-19
powerpc: Add a probe_kernel_read_inst() function
Jordan Niethe
2020-05-19
powerpc: Use a function for reading instructions
Jordan Niethe
2020-05-19
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-19
powerpc: Introduce functions for instruction equality
Jordan Niethe
2020-05-19
powerpc: Use an accessor for instructions
Jordan Niethe
2020-05-19
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
2020-05-19
powerpc: Change calling convention for create_branch() et. al.
Jordan Niethe
2019-09-18
powerpc/ftrace: Enable HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Naveen N. Rao
2019-07-06
powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h
Christophe Leroy
2019-01-15
powerpc/syscalls: Fix syscall tracing
Michael Ellerman
2018-12-27
Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-11-27
powerpc/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
2018-11-25
powerpc64/ftrace: Drop pointless static qualifier in is_b_op()
YueHaibing
2018-10-20
powerpc/ftrace: Handle large kernel configs
Naveen N. Rao
2018-06-11
powerpc/kbuild: move -mprofile-kernel check to Kconfig
Nicholas Piggin
2018-05-03
powerpc: Only support DYNAMIC_FTRACE not static
Michael Ellerman
2018-05-03
powerpc64/ftrace: Implement support for ftrace_regs_caller()
Naveen N. Rao
2018-05-03
powerpc64/ftrace: Use the generic version of ftrace_replace_code()
Naveen N. Rao
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-27
powerpc: Split ftrace bits into a separate file
Naveen N. Rao