aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-21bpf: Fix BPF_PROG_ASSOC_STRUCT_OPS last field checkThiƩbaud Weksteen1-1/+1
2026-06-14bpf: Add support to specify uprobe_multi target via file descriptorJiri Olsa1-2/+2
2026-06-09bpf: Cancel special fields on map value recycleJustin Suess1-0/+5
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa1-0/+1
2026-06-07bpf: Add support for tracing multi linkJiri Olsa1-0/+2
2026-06-07bpf: Add multi tracing attach typesJiri Olsa1-4/+24
2026-06-07bpf: Factor fsession link to use struct bpf_tramp_nodeJiri Olsa1-15/+6
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa1-17/+22
2026-06-05bpf: Expose signature verdict via bpf_prog_auxKP Singh1-5/+24
2026-06-05bpf: Check tail zero of bpf_prog_infoLeon Hwang1-2/+3
2026-06-05bpf: Check tail zero of bpf_map_infoLeon Hwang1-2/+3
2026-06-05bpf: Allow special fields in resizable hashtabMykyta Yatsenko1-0/+3
2026-06-05bpf: Implement resizable hashmap basic functionsMykyta Yatsenko1-0/+3
2026-06-01libbpf: Reject non-exclusive metadata maps in the signed loaderKP Singh1-0/+7
2026-06-01bpf: Drop redundant hash_buf from map_get_hash operationDaniel Borkmann1-5/+3
2026-05-31bpf: Fix security_bpf_prog_load() error handlingPaul Moore1-3/+1
2026-05-31bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compatYuyang Huang1-3/+3
2026-05-28bpf: Fix race between bpf_map_new_fd() and close_fd()Leon Hwang1-33/+47
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov1-0/+26
2026-05-18bpf: Check tail zero of bpf_common_attr using offsetofendLeon Hwang1-1/+3
2026-05-12bpf: Add syscall common attributes support for map_createLeon Hwang1-10/+56
2026-05-12bpf: Add syscall common attributes support for btf_loadLeon Hwang1-3/+8
2026-05-12bpf: Add syscall common attributes support for prog_loadLeon Hwang1-1/+2
2026-05-12bpf: Refactor reporting log_true_size for prog_loadLeon Hwang1-3/+9
2026-05-12bpf: Extend BPF syscall with common attributes supportLeon Hwang1-4/+21
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang1-0/+26
2026-04-22bpf: Verifier support for sleepable tracepoint programsMykyta Yatsenko1-0/+5
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai1-4/+0
2026-04-07bpf: Retire rcu_trace_implies_rcu_gp()Kumar Kartikeya Dwivedi1-18/+4
2026-04-06bpf: Enable unaligned accesses for syscall ctxKumar Kartikeya Dwivedi1-2/+1
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov1-2/+23
2026-04-02bpf: Fix abuse of kprobe_write_ctx via freplaceLeon Hwang1-0/+17
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi1-2/+23
2026-03-24bpf: propagate kvmemdup_bpfptr errors from bpf_prog_verify_signatureWeixie Cui1-1/+1
2026-02-27bpf: Lose const-ness of map in map_check_btf()Kumar Kartikeya Dwivedi1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+6
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-05bpf: Require frozen map for calculating map hashKP Singh1-0/+3
2026-02-05bpf: Limit bpf program signature sizeKP Singh1-0/+7
2026-01-27bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet1-5/+2
2026-01-24bpf: add fsession supportMenglong Dong1-1/+17
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu1-1/+1
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...Leon Hwang1-1/+1
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...Leon Hwang1-1/+1
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array mapsLeon Hwang1-1/+1
2026-01-06bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang1-14/+17
2026-01-02bpf: arena: Reintroduce memcg accountingPuranjay Mohan1-3/+0
2026-01-02bpf: syscall: Introduce memcg enter/exit helpersPuranjay Mohan1-28/+26