index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-09
bpf: Add bpf_has_frame_pointer()
Josh Poimboeuf
1
-0
/
+3
2025-11-25
bpf: Introduce internal bpf_map_check_op_flags helper function
Leon Hwang
1
-0
/
+11
2025-11-24
bpf: specify the old and new poke_type for bpf_arch_text_poke
Menglong Dong
1
-2
/
+4
2025-11-24
bpf,x86: adjust the "jmp" mode for bpf trampoline
Menglong Dong
1
-0
/
+12
2025-11-20
bpf: Document cfi_stubs and owner fields in struct bpf_struct_ops
Nirbhay Sharma
1
-4
/
+6
2025-11-05
bpf, x86: add support for indirect jumps
Anton Protopopov
1
-0
/
+1
2025-11-05
bpf, x86: add new map type: instructions array
Anton Protopopov
1
-0
/
+15
2025-10-27
bpf: dispatch to sleepable file dynptr
Mykyta Yatsenko
1
-0
/
+3
2025-10-27
bpf: add plumbing for file-backed dynptr
Mykyta Yatsenko
1
-1
/
+6
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
1
-10
/
+10
2025-10-21
bpf: generalize and export map_get_next_key for arrays
Anton Protopopov
1
-0
/
+6
2025-10-21
bpf: save the start of functions in bpf_prog_aux
Anton Protopopov
1
-0
/
+1
2025-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2
Alexei Starovoitov
1
-0
/
+4
2025-10-15
bpf: Consistently use bpf_rcu_lock_held() everywhere
Andrii Nakryiko
1
-0
/
+3
2025-10-15
bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...
Alexei Starovoitov
1
-0
/
+4
2025-10-10
bpf: Extract internal structs validation logic into helpers
Mykyta Yatsenko
1
-0
/
+7
2025-09-27
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
1
-0
/
+1
2025-09-27
bpf: Remove duplicate crypto/sha2.h header
Jiapeng Chong
1
-1
/
+0
2025-09-25
bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
Tao Chen
1
-1
/
+1
2025-09-24
bpf: Allow uprobe program to change context registers
Jiri Olsa
1
-0
/
+1
2025-09-23
bpf: Allow union argument in trampoline based programs
Leon Hwang
1
-1
/
+1
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
1
-0
/
+11
2025-09-18
bpf: Move the signature kfuncs to helpers.c
KP Singh
1
-0
/
+32
2025-09-18
bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
KP Singh
1
-0
/
+3
2025-09-18
bpf: Implement exclusive map creation
KP Singh
1
-0
/
+1
2025-09-18
bpf: Update the bpf_prog_calc_tag to use SHA256
KP Singh
1
-1
/
+5
2025-09-11
bpf: Report arena faults to BPF stderr
Puranjay Mohan
1
-0
/
+6
2025-09-11
bpf: core: introduce main_prog_aux for stream access
Puranjay Mohan
1
-0
/
+1
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'
Martin KaFai Lau
1
-1
/
+6
2025-08-18
bpf: Add dynptr type for skb metadata
Jakub Sitnicki
1
-1
/
+6
2025-08-06
bpf: Allow struct_ops to get map id by kdata
Amery Hung
1
-0
/
+1
2025-07-31
bpf: Fix oob access in cgroup local storage
Daniel Borkmann
1
-0
/
+1
2025-07-31
bpf: Move cgroup iterator helpers to bpf.h
Daniel Borkmann
1
-8
/
+14
2025-07-31
bpf: Move bpf map owner out of common struct
Daniel Borkmann
1
-12
/
+24
2025-07-31
bpf: Add cookie object to bpf maps
Daniel Borkmann
1
-0
/
+1
2025-07-16
bpf: Add struct bpf_token_info
Tao Chen
1
-0
/
+11
2025-07-11
bpf: Remove attach_type in bpf_tracing_link
Tao Chen
1
-1
/
+0
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
1
-11
/
+17
2025-07-03
bpf: Add dump_stack() analogue to print to BPF stderr
Kumar Kartikeya Dwivedi
1
-0
/
+2
2025-07-03
bpf: Add function to find program from stack trace
Kumar Kartikeya Dwivedi
1
-0
/
+1
2025-07-03
bpf: Add function to extract program source info
Kumar Kartikeya Dwivedi
1
-0
/
+3
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
1
-0
/
+52
2025-07-03
bpf: Refactor bprintf buffer support
Kumar Kartikeya Dwivedi
1
-1
/
+14
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
1
-0
/
+1
2025-06-09
bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
Luis Gerhorst
1
-2
/
+9
2025-05-19
bpf: WARN_ONCE on verifier bugs
Paul Chaignon
1
-0
/
+6
2025-05-12
helpers: make few bpf helpers public
Mykyta Yatsenko
1
-0
/
+14
2025-03-30
Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2025-03-30
Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+10
2025-03-20
bpf: Add struct_ops context information to struct bpf_prog_aux
Juntong Deng
1
-0
/
+2
[next]