index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
2022-06-16
libbpf: add support for sleepable uprobe programs
Delyan Kratunov
2022-06-17
libbpf: Fix internal USDT address translation logic for shared libraries
Andrii Nakryiko
2022-06-14
libbpf: Fix an unsigned < 0 bug
Yonghong Song
2022-06-09
libbpf: Fix uprobe symbol file offset calculation logic
Andrii Nakryiko
2022-06-07
libbpf: Add enum64 relocation support
Yonghong Song
2022-06-07
libbpf: Add enum64 support for bpf linking
Yonghong Song
2022-06-07
libbpf: Add enum64 sanitization
Yonghong Song
2022-06-07
libbpf: Add enum64 support for btf_dump
Yonghong Song
2022-06-07
libbpf: Add enum64 deduplication support
Yonghong Song
2022-06-07
libbpf: Add enum64 parsing and new enum64 public API
Yonghong Song
2022-06-07
libbpf: Refactor btf__add_enum() for future code sharing
Yonghong Song
2022-06-07
libbpf: Fix an error in 64bit relocation value computation
Yonghong Song
2022-06-07
libbpf: Permit 64bit relocation value
Yonghong Song
2022-06-03
libbpf: Fix is_pow_of_2
Yuze Chi
2022-06-03
libbpf: Fix a couple of typos
Daniel Müller
2022-06-02
libbpf: Fix determine_ptr_size() guessing
Douglas Raillard
2022-06-02
libbpf: Introduce libbpf_bpf_link_type_str
Daniel Müller
2022-06-02
libbpf: Introduce libbpf_bpf_attach_type_str
Daniel Müller
2022-06-02
libbpf: Introduce libbpf_bpf_map_type_str
Daniel Müller
2022-06-02
libbpf: Introduce libbpf_bpf_prog_type_str
Daniel Müller
2022-05-23
libbpf: Fix typo in comment
Julia Lawall
2022-05-19
libbpf: remove bpf_create_map*() APIs
Andrii Nakryiko
2022-05-19
libbpf: start 1.0 development cycle
Andrii Nakryiko
2022-05-19
libbpf: fix up global symbol counting logic
Andrii Nakryiko
2022-05-16
libbpf: fix memory leak in attach_tp for target-less tracepoint program
Andrii Nakryiko
2022-05-13
libbpf: Add safer high-level wrappers for map operations
Andrii Nakryiko
2022-05-11
libbpf: Add bpf_program__set_insns function
Jiri Olsa
2022-05-11
libbpf: Clean up ringbuf size adjustment implementation
Andrii Nakryiko
2022-05-10
libbpf: Assign cookies to links in libbpf.
Kui-Feng Lee
2022-05-09
libbpf: Automatically fix up BPF_MAP_TYPE_RINGBUF size, if necessary
Andrii Nakryiko
2022-05-09
libbpf: Provide barrier() and barrier_var() in bpf_helpers.h
Andrii Nakryiko
2022-05-09
libbpf: Complete field-based CO-RE helpers with field offset helper
Andrii Nakryiko
2022-05-09
libbpf: Improve usability of field-based CO-RE helpers
Andrii Nakryiko
2022-05-09
libbpf: Make __kptr and __kptr_ref unconditionally use btf_type_tag() attr
Andrii Nakryiko
2022-04-28
libbpf: Allow to opt-out from creating BPF maps
Andrii Nakryiko
2022-04-28
libbpf: Use libbpf_mem_ensure() when allocating new map
Andrii Nakryiko
2022-04-28
libbpf: Append "..." in fixed up log if CO-RE spec is truncated
Andrii Nakryiko
2022-04-28
libbpf: Support target-less SEC() definitions for BTF-backed programs
Andrii Nakryiko
2022-04-28
libbpf: Allow "incomplete" basic tracing SEC() definitions
Andrii Nakryiko
2022-04-26
libbpf: Fix up verifier log for unguarded failed CO-RE relos
Andrii Nakryiko
2022-04-26
libbpf: Simplify bpf_core_parse_spec() signature
Andrii Nakryiko
2022-04-26
libbpf: Refactor CO-RE relo human description formatting routine
Andrii Nakryiko
2022-04-26
libbpf: Record subprog-resolved CO-RE relocations unconditionally
Andrii Nakryiko
2022-04-26
libbpf: Avoid joining .BTF.ext data with BPF programs by section name
Andrii Nakryiko
2022-04-26
libbpf: Fix logic for finding matching program for CO-RE relocation
Andrii Nakryiko
2022-04-26
libbpf: Drop unhelpful "program too large" guess
Andrii Nakryiko
2022-04-26
libbpf: Fix anonymous type check in CO-RE logic
Andrii Nakryiko
2022-04-25
libbpf: Add kptr type tag macros to bpf_helpers.h
Kumar Kartikeya Dwivedi
2022-04-25
libbpf: Remove unnecessary type cast
Yuntao Wang
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
[next]