summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-261-4/+2
* ARM: ftrace: enable the graph tracer with the EABI unwinderArd Biesheuvel2022-02-091-2/+17
* ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TESTArd Biesheuvel2022-02-091-0/+5
* ARM: ftrace: use trampolines to keep .init.text in branching rangeArd Biesheuvel2022-02-091-3/+20
* ARM: ftrace: use ADD not POP to counter PUSH at entryArd Biesheuvel2022-02-091-2/+13
* ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-5/+0
* ARM: 9079/1: ftrace: Add MODULE_PLTS supportAlex Sverdlin2021-06-071-8/+38
* ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()Alex Sverdlin2021-06-071-1/+1
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+2
* arm/ftrace: Fix BE text pokingPeter Zijlstra2020-02-111-5/+2
* arm/ftrace: Use __patch_text()Peter Zijlstra2019-11-271-8/+2
* ARM: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-16/+1
* ARM: 8788/1: ftrace: remove old mcount supportStefan Agner2018-09-191-51/+0
* ARM: 8678/1: ftrace: Adds support for CONFIG_DYNAMIC_FTRACE_WITH_REGSAbel Vesa2017-06-181-0/+37
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-0/+1
|\
| * arm: use set_memory.h headerLaura Abbott2017-05-081-0/+1
* | ARM: 8668/1: ftrace: Fix dynamic ftrace with DEBUG_RODATA and !FRAME_POINTERAbel Vesa2017-04-201-5/+6
|/
* ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+1
* ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan2015-01-131-2/+1
* ARM: mm: allow text and rodata sections to be read-onlyKees Cook2014-10-161-0/+19
* ARM: 8022/1: ftrace: work with CONFIG_DEBUG_SET_MODULE_RONXRabin Vincent2014-04-231-0/+13
* ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
* ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-2/+0
* ARM: 7468/1: ftrace: Trace function entry before updating indexColin Cross2012-07-311-8/+9
* ARM: 7331/1: extract out insn generation code from ftraceRabin Vincent2012-03-241-57/+4
* ARM: 7330/1: ftrace: use canonical Thumb-2 wide instruction formatRabin Vincent2012-03-241-2/+11
* ARM: 7351/1: ftrace: remove useless memory checksRabin Vincent2012-03-241-14/+14
* ARM: ftrace: graph tracer + dynamic ftraceRabin Vincent2010-11-191-5/+64
* ARM: ftrace: function graph tracer supportTim Bird2010-11-191-0/+34
* ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftraceRabin Vincent2010-09-021-0/+33
* ARM: 6318/1: ftrace: fix and update dynamic ftraceRabin Vincent2010-09-021-48/+107
* ARM: fix build error in arch/arm/kernel/process.cRussell King2010-04-211-4/+4
* small doc fix: ftrace_dyn_arch_init is called by ftrace_initUwe Kleine-König2008-12-121-1/+1
* ftrace: remove mcount setSteven Rostedt2008-10-231-13/+0
* ftrace: store mcount address in rec->ipAbhishek Sagar2008-06-231-9/+7
* ftrace: remove ftrace_ip_converted()Abhishek Sagar2008-06-101-10/+0
* ftrace: core support for ARMAbhishek Sagar2008-06-021-0/+128