index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
bpf_trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
bpf: Remove migrate_disable in kprobe_multi_link_prog_run
Tao Chen
1
-2
/
+7
2025-06-19
bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...
Di Shen
1
-0
/
+2
2025-06-19
bpf: Fix WARN() in get_bpf_raw_tp_regs
Tao Chen
1
-1
/
+1
2025-06-19
bpf: Check link_create.flags parameter for multi_kprobe
Tao Chen
1
-0
/
+3
2025-05-02
bpf: Fix deadlock between rcu_tasks_trace and event_mutex.
Alexei Starovoitov
1
-3
/
+4
2025-04-10
bpf: Use preempt_count() directly in bpf_send_signal_common()
Hou Tao
1
-1
/
+1
2025-02-08
bpf: Send signals asynchronously if !preemptible
Puranjay Mohan
1
-1
/
+1
2025-02-08
perf/core: Save raw sample data conditionally based on sample type
Yabin Cui
1
-5
/
+6
2024-12-19
bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
Jiri Olsa
1
-0
/
+4
2024-12-19
bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
Jann Horn
1
-0
/
+7
2024-12-05
bpf: Force uprobe bpf program to always return 0
Jiri Olsa
1
-3
/
+2
2024-10-23
bpf,perf: Fix perf_event_detach_bpf_prog error handling
Jiri Olsa
1
-2
/
+0
2024-10-22
bpf: Add MEM_WRITE attribute
Daniel Borkmann
1
-2
/
+2
2024-10-10
bpf: Fix unpopulated path_size when uprobe_multi fields unset
Tyrone Wu
1
-19
/
+17
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-98
/
+10
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
1
-2
/
+4
2024-09-11
bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
Andrii Nakryiko
1
-2
/
+3
2024-09-05
bpf: Fix uprobe multi pid filter check
Jiri Olsa
1
-1
/
+1
2024-09-05
perf/uprobe: split uprobe_unregister()
Peter Zijlstra
1
-1
/
+4
2024-09-05
uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
Andrii Nakryiko
1
-2
/
+1
2024-09-05
bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
Oleg Nesterov
1
-3
/
+6
2024-08-19
bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
Matteo Croce
1
-25
/
+2
2024-08-07
bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
Song Liu
1
-68
/
+0
2024-08-02
uprobes: make uprobe_register() return struct uprobe *
Oleg Nesterov
1
-13
/
+12
2024-08-02
uprobes: kill uprobe_register_refctr()
Oleg Nesterov
1
-4
/
+4
2024-06-21
bpf: Change bpf_session_cookie return value to __u64 *
Jiri Olsa
1
-1
/
+1
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
1
-6
/
+9
2024-06-12
bpf: Make bpf_session_cookie() kfunc return long *
Daniel Xu
1
-1
/
+1
2024-05-31
bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set list
Jiri Olsa
1
-2
/
+0
2024-05-25
bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic
Andrii Nakryiko
1
-2
/
+0
2024-05-25
bpf: fix multi-uprobe PID filtering logic
Andrii Nakryiko
1
-4
/
+4
2024-04-30
bpf: Add support for kprobe session cookie
Jiri Olsa
1
-3
/
+16
2024-04-30
bpf: Add support for kprobe session context
Jiri Olsa
1
-7
/
+60
2024-04-30
bpf: Add support for kprobe session attach
Jiri Olsa
1
-8
/
+20
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+0
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+5
2024-04-04
bpf: make bpf_get_branch_snapshot() architecture-agnostic
Andrii Nakryiko
1
-4
/
+0
2024-03-28
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
1
-2
/
+2
2024-03-28
bpf: put uprobe link's path and task in release callback
Andrii Nakryiko
1
-3
/
+3
2024-03-25
bpf: Avoid get_kernel_nofault() to fetch kprobe entry IP
Andrii Nakryiko
1
-3
/
+9
2024-03-19
bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
Andrii Nakryiko
1
-0
/
+13
2024-03-19
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
1
-8
/
+10
2024-03-19
bpf: flatten bpf_probe_register call chain
Andrii Nakryiko
1
-6
/
+1
2024-03-19
bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
Yonghong Song
1
-4
/
+0
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
1
-1
/
+1
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
1
-4
/
+4
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
1
-1
/
+1
2024-01-23
bpf: Store cookies in kprobe_multi bpf_link_info data
Jiri Olsa
1
-0
/
+15
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
1
-1
/
+1
2023-12-18
bpf: Fail uprobe multi link with negative offset
Jiri Olsa
1
-2
/
+6
[next]