index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
bpf_trace.c
Age
Commit message (
Expand
)
Author
2024-06-21
bpf: Change bpf_session_cookie return value to __u64 *
Jiri Olsa
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
2024-06-12
bpf: Make bpf_session_cookie() kfunc return long *
Daniel Xu
2024-05-31
bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set list
Jiri Olsa
2024-05-25
bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic
Andrii Nakryiko
2024-05-25
bpf: fix multi-uprobe PID filtering logic
Andrii Nakryiko
2024-04-30
bpf: Add support for kprobe session cookie
Jiri Olsa
2024-04-30
bpf: Add support for kprobe session context
Jiri Olsa
2024-04-30
bpf: Add support for kprobe session attach
Jiri Olsa
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-04
bpf: make bpf_get_branch_snapshot() architecture-agnostic
Andrii Nakryiko
2024-03-28
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
2024-03-28
bpf: put uprobe link's path and task in release callback
Andrii Nakryiko
2024-03-25
bpf: Avoid get_kernel_nofault() to fetch kprobe entry IP
Andrii Nakryiko
2024-03-19
bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
Andrii Nakryiko
2024-03-19
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
2024-03-19
bpf: flatten bpf_probe_register call chain
Andrii Nakryiko
2024-03-19
bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
Yonghong Song
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
2024-01-23
bpf: Store cookies in kprobe_multi bpf_link_info data
Jiri Olsa
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-18
bpf: Fail uprobe multi link with negative offset
Jiri Olsa
2023-12-15
bpf: Limit the number of kprobes when attaching program to multiple kprobes
Hou Tao
2023-12-15
bpf: Limit the number of uprobes when attaching program to multiple uprobes
Hou Tao
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
2023-12-01
bpf: Add kfunc bpf_get_file_xattr
Song Liu
2023-11-28
bpf: Add link_info support for uprobe multi link
Jiri Olsa
2023-11-28
bpf: Store ref_ctr_offsets values in bpf_uprobe array
Jiri Olsa
2023-11-09
bpf: Add __bpf_dynptr_data* for in kernel use
Song Liu
2023-11-01
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-09-25
bpf: Count missed stats in trace_call_bpf
Jiri Olsa
2023-09-25
bpf: Add missed value to kprobe perf link info
Jiri Olsa
2023-09-25
bpf: Add missed value to kprobe_multi link info
Jiri Olsa
2023-09-25
bpf: Count stats for kprobe_multi programs
Jiri Olsa
2023-09-15
bpf: Fix uprobe_multi get_pid_task error path
Jiri Olsa
2023-09-08
bpf: Add override check to kprobe multi link attach
Jiri Olsa
2023-08-21
bpf: Add bpf_get_func_ip helper support for uprobe link
Jiri Olsa
2023-08-21
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
2023-08-21
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
2023-08-21
bpf: Add multi uprobe link
Jiri Olsa
2023-08-07
bpf: Add support for bpf_get_func_ip helper for uprobe program
Jiri Olsa
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-02
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
2023-07-25
bpf: Disable preemption in bpf_event_output
Jiri Olsa
2023-07-25
bpf: Disable preemption in bpf_perf_event_output
Jiri Olsa
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
[next]