summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)
2024-06-11function_graph: Fix up ftrace_graph_ret_addr()Steven Rostedt (Google)
2024-06-10function_graph: Make fgraph_update_pid_func() a stub for !DYNAMIC_FTRACESteven Rostedt (Google)
2024-06-06function_graph: Rename BYTE_NUMBER to CHAR_NUMBER in selftestsSteven Rostedt (Google)
2024-06-06fgraph: Remove some unused functionsJiapeng Chong
2024-06-06ftrace: Hide one more entry in stack trace when ftrace_pid is enabledTatsuya S
2024-06-06function_graph: Do not update pid func if CONFIG_DYNAMIC_FTRACE not enabledSteven Rostedt (Google)
2024-06-06function_graph: Make fgraph_do_direct static key staticSteven Rostedt (Google)
2024-06-06ftrace: Fix prototypes for ftrace_startup/shutdown_subops()Steven Rostedt (Google)
2024-06-06ftrace: Assign RCU list variable with rcu_assign_ptr()Steven Rostedt (Google)
2024-06-06ftrace: Assign ftrace_list_end to ftrace_ops_list type cast to RCUSteven Rostedt (Google)
2024-06-06ftrace: Add comments to ftrace_hash_move() and friendsSteven Rostedt (Google)
2024-06-06ftrace: Convert "inc" parameter to bool in ftrace_hash_rec_update_modify()Steven Rostedt (Google)
2024-06-06ftrace: Add comments to ftrace_hash_rec_disable/enable()Steven Rostedt (Google)
2024-06-06ftrace: Remove "filter_hash" parameter from __ftrace_hash_rec_update()Steven Rostedt (Google)
2024-06-06ftrace: Rename dup_hash() and comment itSteven Rostedt (Google)
2024-06-05ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()Steven Rostedt (Google)
2024-06-04function_graph: Use static_call and branch to optimize return functionSteven Rostedt (Google)
2024-06-04function_graph: Use static_call and branch to optimize entry functionSteven Rostedt (Google)
2024-06-04function_graph: Use bitmask to loop on fgraph entrySteven Rostedt (Google)
2024-06-04function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()Steven Rostedt (Google)
2024-06-04ftrace: Add multiple fgraph storage selftestMasami Hiramatsu (Google)
2024-06-04function_graph: Add selftest for passing local variablesSteven Rostedt (VMware)
2024-06-04function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)
2024-06-04function_graph: Move graph notrace bit to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Move graph depth stored data to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Add "task variables" per task for fgraph_opsSteven Rostedt (VMware)
2024-06-04function_graph: Use a simple LRU for fgraph_array index numberMasami Hiramatsu (Google)
2024-06-04function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)
2024-06-04ftrace: Allow subops filtering to be modifiedSteven Rostedt (Google)
2024-06-04ftrace: Add subops logic to allow one ops to manage manySteven Rostedt (Google)
2024-06-04ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)
2024-06-04ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)
2024-06-04function_graph: Remove logic around ftrace_graph_entry and returnSteven Rostedt (VMware)
2024-06-04function_graph: Handle tail calls for stack unwindingMasami Hiramatsu (Google)
2024-06-04function_graph: Allow multiple users to attach to function graphSteven Rostedt (VMware)
2024-06-04function_graph: Add an array structure that will allow multiple callbacksSteven Rostedt (VMware)
2024-06-04fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by longSteven Rostedt (VMware)
2024-06-04function_graph: Convert ret_stack to a series of longsSteven Rostedt (VMware)
2024-06-01Merge tag 'kbuild-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-31Merge tag 'dma-mapping-6.10-2024-05-31' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-30kheaders: use `command -v` to test for existence of `cpio`Miguel Ojeda
2024-05-30kheaders: explicitly define file modes for archived headersMatthias Maennich
2024-05-28Merge tag 'probes-fixes-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-27bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds