summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/ftrace.c
AgeCommit message (Expand)AuthorLines
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang-5/+0
2021-06-07ARM: 9079/1: ftrace: Add MODULE_PLTS supportAlex Sverdlin-8/+38
2021-06-07ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()Alex Sverdlin-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-1/+2
2020-02-11arm/ftrace: Fix BE text pokingPeter Zijlstra-5/+2
2019-11-27arm/ftrace: Use __patch_text()Peter Zijlstra-8/+2
2018-11-27ARM: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)-16/+1
2018-09-19ARM: 8788/1: ftrace: remove old mcount supportStefan Agner-51/+0
2017-06-18ARM: 8678/1: ftrace: Adds support for CONFIG_DYNAMIC_FTRACE_WITH_REGSAbel Vesa-0/+37
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2017-05-08arm: use set_memory.h headerLaura Abbott-0/+1
2017-04-20ARM: 8668/1: ftrace: Fix dynamic ftrace with DEBUG_RODATA and !FRAME_POINTERAbel Vesa-5/+6
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf-1/+1
2015-01-13ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan-2/+1
2014-10-16ARM: mm: allow text and rodata sections to be read-onlyKees Cook-0/+19
2014-04-23ARM: 8022/1: ftrace: work with CONFIG_DEBUG_SET_MODULE_RONXRabin Vincent-0/+13
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby-2/+0
2012-07-31ARM: 7468/1: ftrace: Trace function entry before updating indexColin Cross-8/+9
2012-03-24ARM: 7331/1: extract out insn generation code from ftraceRabin Vincent-57/+4
2012-03-24ARM: 7330/1: ftrace: use canonical Thumb-2 wide instruction formatRabin Vincent-2/+11
2012-03-24ARM: 7351/1: ftrace: remove useless memory checksRabin Vincent-14/+14
2010-11-19ARM: ftrace: graph tracer + dynamic ftraceRabin Vincent-5/+64
2010-11-19ARM: ftrace: function graph tracer supportTim Bird-0/+34
2010-09-02ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftraceRabin Vincent-0/+33
2010-09-02ARM: 6318/1: ftrace: fix and update dynamic ftraceRabin Vincent-48/+107
2010-04-21ARM: fix build error in arch/arm/kernel/process.cRussell King-4/+4
2008-12-12small doc fix: ftrace_dyn_arch_init is called by ftrace_initUwe Kleine-König-1/+1
2008-10-23ftrace: remove mcount setSteven Rostedt-13/+0
2008-06-23ftrace: store mcount address in rec->ipAbhishek Sagar-9/+7
2008-06-10ftrace: remove ftrace_ip_converted()Abhishek Sagar-10/+0
2008-06-02ftrace: core support for ARMAbhishek Sagar-0/+128