summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt1-9/+10
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin1-3/+7
2025-05-02ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin1-0/+1
2025-03-13ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2024-12-14ftrace: Fix regression with module command in stack_trace_filterguoweikang1-0/+3
2024-07-05ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian1-16/+23
2024-07-05x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra1-8/+40
2023-07-23ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian1-14/+31
2023-04-13ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()Zheng Yejian1-6/+9
2023-03-22ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin1-1/+2
2022-11-26ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng1-0/+1
2022-11-26ftrace: Optimize the allocation for mcount entriesWang Wensheng1-1/+1
2022-11-26ftrace: Fix the possible incorrect kernel messageWang Wensheng1-1/+1
2022-11-10ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei1-13/+3
2022-10-26ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian1-2/+6
2022-09-05ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong1-0/+10
2022-07-29tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)1-3/+3
2022-06-09ftrace: Clean up hash direct_functions on register failuresSong Liu1-3/+2
2021-11-18tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)1-11/+12
2021-10-29ftrace: Fix kernel-doc formatting issuesSteven Rostedt (VMware)1-8/+10
2021-10-18tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)1-2/+2
2021-08-03ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich1-2/+2
2021-07-23ftrace: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-07-23ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne1-1/+2
2021-07-08ftrace: Use list_move instead of list_del/list_addBaokun Li1-2/+1
2021-06-08ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)1-1/+7
2021-05-06Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-1/+4
2021-05-05ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)1-1/+4
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-30/+23
2021-04-01ftrace: Simplify the calculation of page number for ftrace_page->records some...Steven Rostedt (VMware)1-8/+2
2021-04-01ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds1-18/+17
2021-04-01Merge branch 'trace/ftrace/urgent' into HEADSteven Rostedt (VMware)1-3/+6
2021-03-31Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+6
2021-03-30ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)1-3/+6
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-4/+4
2021-03-17ftrace: Fix modify_ftrace_direct.Alexei Starovoitov1-5/+38
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-29/+28
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao1-1/+21
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-12/+15
2020-11-10ftrace: Remove unused varible 'ret'Alex Shi1-4/+2
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)1-2/+2
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)1-11/+9
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-11/+13
2020-10-08ftrace: Format variable declarations of ftrace_allocate_recordsSteven Rostedt (VMware)1-1/+2
2020-10-08ftrace: Simplify the calculation of page number for ftrace_page->recordsWei Yang1-3/+4
2020-10-08ftrace: Simplify the hash calculationSteven Rostedt (VMware)1-4/+3
2020-10-08ftrace: Use fls() to get the bits for dup_hash()Wei Yang1-2/+3
2020-10-02ftrace: Fix some typos in commentQiujun Huang1-5/+5
2020-09-29ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)1-4/+2
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap1-1/+1