summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-06-13bpf: Fix reg_set_min_max corruption of fake_regDaniel Borkmann
2024-06-13locking: Remove superfluous sentinel element from kern_lockdep_tableJoel Granados
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu
2024-06-12bpf: verifier: Relax caller requirements for kfunc projection type argsDaniel Xu
2024-06-12bpf: Make bpf_session_cookie() kfunc return long *Daniel Xu
2024-06-12tracing/kprobe: Remove cleanup code unrelated to selftestMasami Hiramatsu (Google)
2024-06-12tracing/kprobe: Integrate test warnings into WARN_ONCEMasami Hiramatsu (Google)
2024-06-12uprobe: Add uretprobe syscall to speed up return probeJiri Olsa
2024-06-12uprobe: Wire up uretprobe system callJiri Olsa
2024-06-12tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)
2024-06-11ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct()Marilene A Garcia
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-11jump_label: Simplify and clarify static_key_fast_inc_cpus_locked()Thomas Gleixner
2024-06-11jump_label: Clarify condition in static_key_fast_inc_not_disabled()Thomas Gleixner
2024-06-11jump_label: Fix concurrency issues in static_key_slow_dec()Thomas Gleixner
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-10function_graph: Make fgraph_update_pid_func() a stub for !DYNAMIC_FTRACESteven Rostedt (Google)
2024-06-10workqueue: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-06-10tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov
2024-06-08Merge tag 'perf-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-06-07workqueue: Clean code in alloc_and_link_pwqs()Wenchao Hao
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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker
2024-06-06rcutorture: Add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-06rcutorture: Fix rcu_torture_fwd_cb_cr() data racePaul E. McKenney
2024-06-06kcsan: Add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-06Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-06-06ftrace: Rename dup_hash() and comment itSteven Rostedt (Google)
2024-06-06tracing: Fix trace_pid_list_free() kernel-docJeff Johnson
2024-06-05ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()Steven Rostedt (Google)
2024-06-05irqdomain: Add missing parameter descriptions in kernel-doc commentsHerve Codina
2024-06-05sched/balance: Skip unnecessary updates to idle load balancer's flagsTim Chen
2024-06-05idle: Remove stale RCU commentChristian Loehle
2024-06-05perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu
2024-06-05sched/headers: Move struct pre-declarations to the beginning of the headerIngo Molnar
2024-06-05sched/core: Clean up kernel/sched/sched.h a bitIngo Molnar
2024-06-05sched/core: Simplify prefetch_curr_exec_start()Ingo Molnar