index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-21
/
+33
2024-06-06
rcu/tasks: Fix stale task snaphot for Tasks Trace
Frederic Weisbecker
-7
/
+17
2024-06-06
rcutorture: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+3
2024-06-06
rcutorture: Fix rcu_torture_fwd_cb_cr() data race
Paul E. McKenney
-1
/
+1
2024-06-06
kcsan: Add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-06
Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-10
/
+10
2024-06-06
ftrace: Rename dup_hash() and comment it
Steven Rostedt (Google)
-2
/
+6
2024-06-06
tracing: Fix trace_pid_list_free() kernel-doc
Jeff Johnson
-0
/
+1
2024-06-05
ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()
Steven Rostedt (Google)
-0
/
+1
2024-06-05
irqdomain: Add missing parameter descriptions in kernel-doc comments
Herve Codina
-0
/
+27
2024-06-05
sched/balance: Skip unnecessary updates to idle load balancer's flags
Tim Chen
-0
/
+7
2024-06-05
idle: Remove stale RCU comment
Christian Loehle
-6
/
+0
2024-06-05
perf/core: Fix missing wakeup when waiting for context reference
Haifeng Xu
-0
/
+13
2024-06-05
sched/headers: Move struct pre-declarations to the beginning of the header
Ingo Molnar
-10
/
+6
2024-06-05
sched/core: Clean up kernel/sched/sched.h a bit
Ingo Molnar
-132
/
+180
2024-06-05
sched/core: Simplify prefetch_curr_exec_start()
Ingo Molnar
-2
/
+2
2024-06-04
function_graph: Use static_call and branch to optimize return function
Steven Rostedt (Google)
-5
/
+18
2024-06-04
function_graph: Use static_call and branch to optimize entry function
Steven Rostedt (Google)
-11
/
+66
2024-06-04
function_graph: Use bitmask to loop on fgraph entry
Steven Rostedt (Google)
-1
/
+7
2024-06-04
function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
Steven Rostedt (Google)
-3
/
+2
2024-06-04
ftrace: Add multiple fgraph storage selftest
Masami Hiramatsu (Google)
-45
/
+126
2024-06-04
function_graph: Add selftest for passing local variables
Steven Rostedt (VMware)
-0
/
+169
2024-06-04
function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
Steven Rostedt (VMware)
-8
/
+183
2024-06-04
function_graph: Move graph notrace bit to shadow stack global var
Steven Rostedt (VMware)
-4
/
+15
2024-06-04
function_graph: Move graph depth stored data to shadow stack global var
Steven Rostedt (VMware)
-2
/
+32
2024-06-04
function_graph: Move set_graph_function tests to shadow stack global var
Steven Rostedt (VMware)
-18
/
+28
2024-06-04
function_graph: Add "task variables" per task for fgraph_ops
Steven Rostedt (VMware)
-1
/
+73
2024-06-04
function_graph: Use a simple LRU for fgraph_array index number
Masami Hiramatsu (Google)
-21
/
+50
2024-06-04
function_graph: Add pid tracing back to function graph tracer
Steven Rostedt (Google)
-2
/
+45
2024-06-04
function_graph: Have the instances use their own ftrace_ops for filtering
Steven Rostedt (VMware)
-41
/
+67
2024-06-04
ftrace: Allow subops filtering to be modified
Steven Rostedt (Google)
-28
/
+113
2024-06-04
ftrace: Add subops logic to allow one ops to manage many
Steven Rostedt (Google)
-2
/
+404
2024-06-04
ftrace: Allow function_graph tracer to be enabled in instances
Steven Rostedt (VMware)
-28
/
+63
2024-06-04
ftrace/function_graph: Pass fgraph_ops to function graph callbacks
Steven Rostedt (VMware)
-21
/
+33
2024-06-04
function_graph: Remove logic around ftrace_graph_entry and return
Steven Rostedt (VMware)
-56
/
+15
2024-06-04
function_graph: Handle tail calls for stack unwinding
Masami Hiramatsu (Google)
-3
/
+16
2024-06-04
function_graph: Allow multiple users to attach to function graph
Steven Rostedt (VMware)
-77
/
+302
2024-06-04
function_graph: Add an array structure that will allow multiple callbacks
Steven Rostedt (VMware)
-33
/
+81
2024-06-04
fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
Steven Rostedt (VMware)
-1
/
+5
2024-06-04
function_graph: Convert ret_stack to a series of longs
Steven Rostedt (VMware)
-54
/
+82
2024-06-03
bpf: limit the number of levels of a nested struct type.
Kui-Feng Lee
-11
/
+19
2024-06-03
bpf: look into the types of the fields of a struct type recursively.
Kui-Feng Lee
-23
/
+77
2024-06-03
bpf: create repeated fields for arrays.
Kui-Feng Lee
-4
/
+58
2024-06-03
bpf: refactor btf_find_struct_field() and btf_find_datasec_var().
Kui-Feng Lee
-101
/
+79
2024-06-03
bpf: Remove unnecessary call to btf_field_type_size().
Kui-Feng Lee
-2
/
+2
2024-06-03
bpf: Remove unnecessary checks on the offset of btf_field.
Kui-Feng Lee
-1
/
+1
2024-06-03
rcutorture: Make rcutorture support srcu double call test
Zqiang
-20
/
+26
2024-06-03
Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"
Frederic Weisbecker
-30
/
+3
2024-06-03
rcu/nocb: Remove buggy bypass lock contention mitigation
Frederic Weisbecker
-27
/
+6
2024-06-03
rcu/nocb: Use kthread parking instead of ad-hoc implementation
Frederic Weisbecker
-83
/
+36
[prev]
[next]