index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
2023-02-10
bpf: allow to disable bpf map memory accounting
Yafang Shao
2023-02-10
bpf: use bpf_map_kvcalloc in bpf_local_storage
Yafang Shao
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-02
bpf: Drop always true do_idr_lock parameter to bpf_map_free_id
Tobias Klauser
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-23
bpf: Support consuming XDP HW metadata from fext programs
Toke Høiland-Jørgensen
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
2023-01-23
bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
Stanislav Fomichev
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-09
bpf: remove the do_idr_lock parameter from bpf_prog_free_id()
Paul Moore
2023-01-09
bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...
Paul Moore
2023-01-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-12-22
bpf: Remove unused field initialization in bpf's ctl_table
Ricardo Ribalda
2022-12-14
bpf: prevent leak of lsm program after failed attach
Milan Landaverde
2022-11-17
bpf: Add comments for map BTF matching requirement for bpf_list_head
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Verify ownership relationships for user BTF types
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Recognize lock and list fields in allocated objects
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Do btf_record_free outside map_free callback
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Fix early return in map_check_btf
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Pass map file to .map_update_batch directly
Hou Tao
2022-11-14
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
2022-11-03
bpf: Refactor map->off_arr handling
Kumar Kartikeya Dwivedi
2022-11-03
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
2022-10-31
bpf: Remove the obsolte u64_stats_fetch_*_irq() users.
Thomas Gleixner
2022-10-25
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song
2022-10-25
bpf: Remove prog->active check for bpf_lsm and bpf_iter
Martin KaFai Lau
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-21
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
2022-09-16
bpf: use kvmemdup_bpfptr helper
Wang Yufen
2022-09-16
bpf: Ensure correct locking around vulnerable function find_vpid()
Lee Jones
2022-09-07
bpf: Support kptrs in percpu arraymap
Kumar Kartikeya Dwivedi
2022-09-07
bpf: Fix resetting logic for unreferenced kptrs
Jules Irenge
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-05
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2022-08-25
bpf: prepare for more bpf syscall to be used from kernel and user space.
Benjamin Tissoires
2022-08-18
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
2022-08-10
bpf: Shut up kern_sys_bpf warning.
Alexei Starovoitov
2022-08-10
bpf: Disallow bpf programs call prog_run command.
Alexei Starovoitov
2022-08-08
bpf: Use proper target btf when exporting attach_btf_obj_id
Stanislav Fomichev
2022-07-12
bpf: reparent bpf maps on memcg offlining
Roman Gushchin
2022-06-29
bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
Stanislav Fomichev
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
2022-06-17
bpf: Fix non-static bpf_func_proto struct definitions
Joanne Koong
2022-06-02
bpf: Unify data extension operation of jited_ksyms and jited_linfo
Pu Lehui
2022-05-20
bpf: refine kernel.unprivileged_bpf_disabled behaviour
Alan Maguire
2022-05-10
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
2022-05-10
bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
Kui-Feng Lee
[next]