index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
2023-10-20
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
2023-10-20
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
2023-10-17
net, bpf: Add a warning if NAPI cb missed xdp_do_flush().
Sebastian Andrzej Siewior
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-10-13
bpf: Avoid unnecessary audit log for CPU security mitigations
Yafang Shao
2023-10-06
bpf: Inherit system settings for CPU security mitigations
Yafang Shao
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-09-25
bpf: Count missed stats in trace_call_bpf
Jiri Olsa
2023-09-19
bpf: Fix tr dereferencing
Leon Hwang
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Use bpf_is_subprog to check for subprogs
Kumar Kartikeya Dwivedi
2023-09-12
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2023-09-08
bpf: Add BPF_KPTR_PERCPU as a field type
Yonghong Song
2023-09-08
bpf: Add support for non-fix-size percpu mem allocation
Yonghong Song
2023-08-31
bpf: Annotate bpf_long_memcpy with data_race
Daniel Borkmann
2023-08-25
bpf: Consider non-owning refs to refcounted nodes RCU protected
Dave Marchevsky
2023-08-14
bpf: Document struct bpf_struct_ops fields
David Vernet
2023-08-11
bpf: Remove unused declaration bpf_link_new_file()
Yue Haibing
2023-08-07
bpf: Add support for bpf_get_func_ip helper for uprobe program
Jiri Olsa
2023-08-02
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
2023-07-18
bpf: Add 'owner' field to bpf_{list,rb}_node
Dave Marchevsky
2023-07-18
bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
Dave Marchevsky
2023-07-06
bpf: add percpu stats for bpf_map elements insertions/deletions
Anton Protopopov
2023-05-23
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
2023-05-15
bpf: Remove bpf trampoline selector
Yafang Shao
2023-04-27
bpf: Add bpf_dynptr_size
Joanne Koong
2023-04-21
bpf: add test_run support for netfilter program type
Florian Westphal
2023-04-15
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
2023-04-15
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
2023-04-15
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
2023-04-15
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
2023-04-04
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-03-22
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
2023-03-22
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
2023-03-22
bpf: Retire the struct_ops map kvalue->refcnt.
Kui-Feng Lee
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-15
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
2023-03-13
bpf: Disable migration when freeing stashed local kptr using obj drop
Dave Marchevsky
2023-03-10
bpf: Support __kptr to local kptrs
Dave Marchevsky
2023-03-10
bpf: Change btf_record_find enum parameter to field_mask
Dave Marchevsky
2023-03-08
bpf: implement numbers iterator
Andrii Nakryiko
2023-03-07
bpf: offload map memory usage
Yafang Shao
2023-03-07
bpf: add new map ops ->map_mem_usage
Yafang Shao
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
2023-03-01
bpf: Add xdp dynptrs
Joanne Koong
[next]