index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
bpf_trace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Limit the number of kprobes when attaching program to multiple kprobes
Hou Tao
2024-01-25
1
-0
/
+3
*
bpf: Limit the number of uprobes when attaching program to multiple uprobes
Hou Tao
2024-01-25
1
-0
/
+4
*
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-11-01
1
-4
/
+2
*
bpf: Count missed stats in trace_call_bpf
Jiri Olsa
2023-09-25
1
-0
/
+3
*
bpf: Add missed value to kprobe perf link info
Jiri Olsa
2023-09-25
1
-2
/
+3
*
bpf: Add missed value to kprobe_multi link info
Jiri Olsa
2023-09-25
1
-0
/
+1
*
bpf: Count stats for kprobe_multi programs
Jiri Olsa
2023-09-25
1
-0
/
+1
*
bpf: Fix uprobe_multi get_pid_task error path
Jiri Olsa
2023-09-15
1
-1
/
+3
*
bpf: Add override check to kprobe multi link attach
Jiri Olsa
2023-09-08
1
-0
/
+16
*
bpf: Add bpf_get_func_ip helper support for uprobe link
Jiri Olsa
2023-08-21
1
-3
/
+30
*
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
2023-08-21
1
-0
/
+33
*
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
2023-08-21
1
-4
/
+41
*
bpf: Add multi uprobe link
Jiri Olsa
2023-08-21
1
-0
/
+233
*
bpf: Add support for bpf_get_func_ip helper for uprobe program
Jiri Olsa
2023-08-07
1
-1
/
+10
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
1
-11
/
+0
|
\
|
*
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
2023-08-02
1
-11
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-03
1
-5
/
+12
|
\
\
|
|
/
|
/
|
|
*
bpf: Disable preemption in bpf_event_output
Jiri Olsa
2023-07-25
1
-1
/
+5
|
*
bpf: Disable preemption in bpf_perf_event_output
Jiri Olsa
2023-07-25
1
-4
/
+7
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-07-13
1
-4
/
+45
|
\
\
|
|
/
|
/
|
|
*
bpf: Support ->fill_link_info for perf_event
Yafang Shao
2023-07-11
1
-3
/
+7
|
*
bpf: Clear the probe_addr for uprobe
Yafang Shao
2023-07-11
1
-1
/
+1
|
*
bpf: Support ->fill_link_info for kprobe_multi
Yafang Shao
2023-07-11
1
-0
/
+37
*
|
Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2023-06-30
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
fprobe: Pass return address to the handlers
Masami Hiramatsu (Google)
2023-06-06
1
-2
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-08
1
-1
/
+11
|
\
\
|
*
|
bpf: Add extra path pointer check to d_path helper
Jiri Olsa
2023-06-07
1
-1
/
+11
|
|
/
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-05-16
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
bpf: Add bpf_dynptr_size
Joanne Koong
2023-04-27
1
-2
/
+2
*
|
Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-04-28
1
-3
/
+14
|
\
\
|
|
/
|
/
|
|
*
fprobe: Skip exit_handler if entry_handler returns !0
Masami Hiramatsu (Google)
2023-03-28
1
-2
/
+13
|
*
fprobe: Pass entry_data to handlers
Masami Hiramatsu (Google)
2023-03-28
1
-1
/
+1
*
|
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
2023-03-02
1
-4
/
+0
|
/
*
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-21
1
-79
/
+78
|
\
|
*
Daniel Borkmann says:
Jakub Kicinski
2023-02-10
1
-4
/
+4
|
|
\
|
|
*
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
2023-02-02
1
-4
/
+4
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-02
1
-1
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-28
1
-46
/
+47
|
|
\
\
|
|
*
|
bpf: Change modules resolving for kprobe multi link
Jiri Olsa
2023-01-19
1
-46
/
+47
|
|
*
|
livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
Zhen Lei
2023-01-19
1
-1
/
+1
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-20
1
-0
/
+3
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
bpf: Remove trace_printk_lock
Jiri Olsa
2022-12-19
1
-14
/
+6
|
*
|
|
bpf: Do cleanup in bpf_bprintf_cleanup only when needed
Jiri Olsa
2022-12-19
1
-3
/
+3
|
*
|
|
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
2022-12-19
1
-14
/
+20
*
|
|
|
Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-02-20
1
-4
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
perf/core: Add perf_sample_save_raw_data() helper
Namhyung Kim
2023-01-18
1
-4
/
+2
|
|
/
/
*
|
/
bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpers
Yonghong Song
2023-01-18
1
-1
/
+2
|
|
/
|
/
|
*
|
bpf: Skip task with pid=1 in send_signal_common()
Hao Sun
2023-01-06
1
-0
/
+3
|
/
*
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
2022-11-24
1
-2
/
+2
*
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-20
1
-1
/
+1
[next]