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