aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-06-06ftrace: Remove "filter_hash" parameter from __ftrace_hash_rec_update()Steven Rostedt (Google)1-64/+38
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-21/+33
2024-06-06rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker2-7/+17
2024-06-06rcutorture: Add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-06rcutorture: Fix rcu_torture_fwd_cb_cr() data racePaul E. McKenney1-1/+1
2024-06-06kcsan: Add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-06Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-10/+10
2024-06-06ftrace: Rename dup_hash() and comment itSteven Rostedt (Google)1-2/+6
2024-06-06tracing: Fix trace_pid_list_free() kernel-docJeff Johnson1-0/+1
2024-06-05ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()Steven Rostedt (Google)1-0/+1
2024-06-05irqdomain: Add missing parameter descriptions in kernel-doc commentsHerve Codina1-0/+27
2024-06-05sched/balance: Skip unnecessary updates to idle load balancer's flagsTim Chen1-0/+7
2024-06-05idle: Remove stale RCU commentChristian Loehle1-6/+0
2024-06-05perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu1-0/+13
2024-06-05sched/headers: Move struct pre-declarations to the beginning of the headerIngo Molnar1-10/+6
2024-06-05sched/core: Clean up kernel/sched/sched.h a bitIngo Molnar1-132/+180
2024-06-05sched/core: Simplify prefetch_curr_exec_start()Ingo Molnar1-2/+2
2024-06-04function_graph: Use static_call and branch to optimize return functionSteven Rostedt (Google)1-5/+18
2024-06-04function_graph: Use static_call and branch to optimize entry functionSteven Rostedt (Google)1-11/+66
2024-06-04function_graph: Use bitmask to loop on fgraph entrySteven Rostedt (Google)1-1/+7
2024-06-04function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()Steven Rostedt (Google)1-3/+2
2024-06-04ftrace: Add multiple fgraph storage selftestMasami Hiramatsu (Google)1-44/+125
2024-06-04function_graph: Add selftest for passing local variablesSteven Rostedt (VMware)1-0/+169
2024-06-04function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)1-8/+183
2024-06-04function_graph: Move graph notrace bit to shadow stack global varSteven Rostedt (VMware)2-4/+15
2024-06-04function_graph: Move graph depth stored data to shadow stack global varSteven Rostedt (VMware)1-2/+32
2024-06-04function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)4-18/+28
2024-06-04function_graph: Add "task variables" per task for fgraph_opsSteven Rostedt (VMware)1-1/+73
2024-06-04function_graph: Use a simple LRU for fgraph_array index numberMasami Hiramatsu (Google)1-21/+50
2024-06-04function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)3-2/+45
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)5-41/+67
2024-06-04ftrace: Allow subops filtering to be modifiedSteven Rostedt (Google)1-28/+113
2024-06-04ftrace: Add subops logic to allow one ops to manage manySteven Rostedt (Google)4-2/+404
2024-06-04ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)5-28/+63
2024-06-04ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)7-21/+33
2024-06-04function_graph: Remove logic around ftrace_graph_entry and returnSteven Rostedt (VMware)3-56/+15
2024-06-04function_graph: Handle tail calls for stack unwindingMasami Hiramatsu (Google)1-3/+16
2024-06-04function_graph: Allow multiple users to attach to function graphSteven Rostedt (VMware)1-77/+302
2024-06-04function_graph: Add an array structure that will allow multiple callbacksSteven Rostedt (VMware)1-33/+81
2024-06-04fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by longSteven Rostedt (VMware)1-1/+5
2024-06-04function_graph: Convert ret_stack to a series of longsSteven Rostedt (VMware)1-54/+82
2024-06-03bpf: limit the number of levels of a nested struct type.Kui-Feng Lee1-11/+19
2024-06-03bpf: look into the types of the fields of a struct type recursively.Kui-Feng Lee1-23/+77
2024-06-03bpf: create repeated fields for arrays.Kui-Feng Lee1-4/+58
2024-06-03bpf: refactor btf_find_struct_field() and btf_find_datasec_var().Kui-Feng Lee1-101/+79
2024-06-03bpf: Remove unnecessary call to btf_field_type_size().Kui-Feng Lee2-2/+2
2024-06-03bpf: Remove unnecessary checks on the offset of btf_field.Kui-Feng Lee1-1/+1
2024-06-03rcutorture: Make rcutorture support srcu double call testZqiang1-20/+26
2024-06-03Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"Frederic Weisbecker2-30/+3
2024-06-03rcu/nocb: Remove buggy bypass lock contention mitigationFrederic Weisbecker2-27/+6