index
:
linux-stable.git
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.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: Fix bpf-next builds without CONFIG_BPF_EVENTS
Daniel Xu
2021-08-25
1
-2
/
+0
*
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
2021-08-25
1
-0
/
+19
*
bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()
Daniel Xu
2021-08-25
1
-1
/
+1
*
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
2021-08-25
1
-2
/
+2
*
bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
Andrii Nakryiko
2021-08-17
1
-1
/
+34
*
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
2021-08-17
1
-3
/
+5
*
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions
Andrii Nakryiko
2021-08-17
1
-1
/
+1
*
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-08-17
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
1
-6
/
+7
|
\
|
*
bpf: Add lockdown check for probe_write_user helper
Daniel Borkmann
2021-08-10
1
-2
/
+3
|
*
bpf: Add _kernel suffix to internal lockdown_bpf_read
Daniel Borkmann
2021-08-09
1
-4
/
+4
*
|
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2021-07-23
1
-1
/
+6
*
|
bpf: Fix pointer cast warning
Arnd Bergmann
2021-07-22
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-15
1
-1
/
+32
|
\
\
|
|
/
|
/
|
|
*
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
2021-07-15
1
-0
/
+16
|
*
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
2021-07-15
1
-0
/
+15
|
*
bpf: Introduce bpf timers.
Alexei Starovoitov
2021-07-15
1
-1
/
+1
*
|
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-07-03
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
Steven Rostedt (VMware)
2021-06-29
1
-1
/
+2
*
|
bpf: Allow bpf_get_current_ancestor_cgroup_id for tracing
Namhyung Kim
2021-06-28
1
-0
/
+2
|
/
*
bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks
Daniel Borkmann
2021-06-02
1
-20
/
+12
*
bpf: Implement formatted output helpers with bstr_printf
Florent Revest
2021-04-27
1
-24
/
+10
*
bpf: Lock bpf_trace_printk's tmp buf before it is written to
Florent Revest
2021-04-27
1
-1
/
+1
*
bpf: Add a bpf_snprintf helper
Florent Revest
2021-04-19
1
-0
/
+2
*
bpf: Factorize bpf_trace_printk and bpf_seq_printf
Florent Revest
2021-04-19
1
-334
/
+37
*
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
1
-0
/
+2
*
bpf: Enable task local storage for tracing programs
Song Liu
2021-02-26
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-02-16
1
-0
/
+6
|
\
|
*
bpf: Allow bpf_d_path in bpf_iter program
Song Liu
2021-02-12
1
-0
/
+4
|
*
bpf: Expose bpf_get_socket_cookie to tracing programs
Florent Revest
2021-02-11
1
-0
/
+2
*
|
bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3
Alexei Starovoitov
2021-02-03
1
-3
/
+0
|
/
*
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-12-17
1
-1
/
+1
|
\
|
*
tracing: Fix some typos in comments
Qiujun Huang
2020-11-10
1
-1
/
+1
*
|
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-12-15
1
-4
/
+37
|
\
\
|
*
\
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-14
1
-0
/
+2
|
|
\
\
|
|
*
|
bpf: Only provide bpf_sock_from_file with CONFIG_NET
Florent Revest
2020-12-08
1
-20
/
+2
|
|
*
|
bpf: Add a bpf_sock_from_file helper
Florent Revest
2020-12-04
1
-0
/
+20
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
1
-2
/
+2
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-04
1
-3
/
+7
|
|
\
\
\
|
|
*
|
|
bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()
Andrii Nakryiko
2020-12-03
1
-3
/
+5
|
|
*
|
|
bpf: Add bpf_ktime_get_coarse_ns helper
Dmitrii Banshchikov
2020-11-18
1
-0
/
+2
|
*
|
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-19
1
-1
/
+11
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
bpf: Expose bpf_d_path helper to sleepable LSM hooks
KP Singh
2020-11-13
1
-1
/
+7
|
*
|
|
|
bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP
Martin KaFai Lau
2020-11-12
1
-0
/
+5
|
*
|
|
|
bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
KP Singh
2020-11-06
1
-0
/
+16
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-12-14
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge branch 'linus' into sched/core, to resolve semantic conflict
Ingo Molnar
2020-11-27
1
-1
/
+11
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
irq_work: Cleanup
Peter Zijlstra
2020-11-24
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers
Andrii Nakryiko
2020-12-11
1
-2
/
+2
|
|
/
|
/
|
*
|
lib/strncpy_from_user.c: Mask out bytes after NUL terminator.
Daniel Xu
2020-11-19
1
-0
/
+10
[next]