index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
trampoline.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-05-15
1
-11
/
+7
|
\
|
*
bpf: Improve program stats run-time calculation
Jose Fernandez
2024-04-02
1
-1
/
+2
|
*
bpf: Check return from set_memory_rox()
Christophe Leroy
2024-03-18
1
-3
/
+5
|
*
bpf: Remove arch_unprotect_bpf_trampoline()
Christophe Leroy
2024-03-18
1
-7
/
+0
*
|
bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTION
Paul E. McKenney
2024-04-12
1
-1
/
+1
|
/
*
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2024-03-12
1
-2
/
+2
*
bpf: Use arch_bpf_trampoline_size
Song Liu
2023-12-07
1
-21
/
+34
*
bpf: Add arch_bpf_trampoline_size()
Song Liu
2023-12-07
1
-0
/
+6
*
bpf: Add helpers for trampoline image management
Song Liu
2023-12-07
1
-7
/
+39
*
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
2023-12-07
1
-2
/
+2
*
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2023-09-12
1
-2
/
+2
*
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
2023-09-06
1
-3
/
+2
*
bpf: Fix memleak due to fentry attach failure
Yafang Shao
2023-05-15
1
-6
/
+15
*
bpf: Remove bpf trampoline selector
Yafang Shao
2023-05-15
1
-7
/
+4
*
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-04-27
1
-28
/
+0
|
\
|
*
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
2023-03-16
1
-28
/
+0
*
|
ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
Florent Revest
2023-03-21
1
-6
/
+6
*
|
ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
Florent Revest
2023-03-21
1
-1
/
+1
|
/
*
bpf: Fix panic due to wrong pageattr of im->image
Chuang Wang
2022-12-28
1
-0
/
+4
*
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-17
1
-2
/
+1
|
\
|
*
mm: Introduce set_memory_rox()
Peter Zijlstra
2022-12-15
1
-2
/
+1
*
|
bpf: Remove prog->active check for bpf_lsm and bpf_iter
Martin KaFai Lau
2022-10-26
1
-13
/
+67
|
/
*
bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline
Martin KaFai Lau
2022-09-29
1
-0
/
+23
*
bpf: Enforce W^X for bpf trampoline
Song Liu
2022-09-27
1
-17
/
+5
*
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
2022-09-22
1
-13
/
+2
*
bpf: Use this_cpu_{inc_return|dec} for prog->active
Hou Tao
2022-09-01
1
-4
/
+4
*
bpf: Cleanup ftrace hash in bpf_trampoline_put
Jiri Olsa
2022-08-05
1
-1
/
+4
*
bpf: Remove unneeded semicolon
Yang Li
2022-07-30
1
-1
/
+1
*
bpf: Fix NULL pointer dereference when registering bpf trampoline
Xu Kuohai
2022-07-29
1
-1
/
+4
*
bpf: Fix test_progs -j error with fentry/fexit tests
Song Liu
2022-07-29
1
-1
/
+1
*
bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)
Song Liu
2022-07-22
1
-17
/
+141
*
bpf: fix lsm_cgroup build errors on esoteric configs
Stanislav Fomichev
2022-07-19
1
-1
/
+1
*
bpf: Remove is_valid_bpf_tramp_flags()
Xu Kuohai
2022-07-11
1
-0
/
+3
*
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
2022-06-29
1
-0
/
+1
*
bpf: per-cgroup lsm flavor
Stanislav Fomichev
2022-06-29
1
-0
/
+198
*
bpf: add bpf_func_t and trampoline helpers
Stanislav Fomichev
2022-06-29
1
-30
/
+33
*
bpf: Fix potential array overflow in bpf_trampoline_get_progs()
Yuntao Wang
2022-05-12
1
-6
/
+12
*
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
2022-05-11
1
-2
/
+5
*
bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
Kui-Feng Lee
2022-05-11
1
-4
/
+16
*
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
2022-05-11
1
-32
/
+41
*
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-03-27
1
-16
/
+4
|
\
|
*
x86/ibt,ftrace: Search for __fentry__ location
Peter Zijlstra
2022-03-15
1
-16
/
+4
*
|
bpf: Cleanup comments
Tom Rix
2022-02-24
1
-1
/
+1
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-10
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
Song Liu
2022-02-08
1
-3
/
+3
*
|
bpf: Fix possible race in inc_misses_counter
He Fengqing
2022-01-26
1
-2
/
+3
|
/
*
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2021-12-13
1
-0
/
+8
*
bpf: Use u64_stats_t in struct bpf_prog_stats
Eric Dumazet
2021-10-27
1
-3
/
+3
*
bpf: Fixes possible race in update_prog_stats() for 32bit arches
Eric Dumazet
2021-10-27
1
-2
/
+4
*
bpf: Introduce helper bpf_get_branch_snapshot
Song Liu
2021-09-13
1
-1
/
+2
[next]