index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-09-15
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
2020-09-14
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
Yonghong Song
2020-09-08
tools/libbpf: Avoid counting local symbols in ABI check
Tony Ambardar
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
libbpf: Fix potential multiplication overflow
Andrii Nakryiko
2020-09-04
libbpf: Fix another __u64 cast in printf
Andrii Nakryiko
2020-09-03
libbpf: Deprecate notion of BPF program "title" in favor of "section name"
Andrii Nakryiko
2020-09-03
libbpf: Add multi-prog section support for struct_ops
Andrii Nakryiko
2020-09-03
libbpf: Implement generalized .BTF.ext func/line info adjustment
Andrii Nakryiko
2020-09-03
libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls
Andrii Nakryiko
2020-09-03
libbpf: Support CO-RE relocations for multi-prog sections
Andrii Nakryiko
2020-09-03
libbpf: Parse multi-function sections into multiple BPF programs
Andrii Nakryiko
2020-09-03
libbpf: Ensure ELF symbols table is found before further ELF processing
Andrii Nakryiko
2020-09-03
libtraceevent: Fix build warning on 32-bit arches
Tzvetomir Stoyanov (VMware)
2020-09-03
libbpf: Remove arch-specific include path in Makefile
Naveen N. Rao
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-31
libbpf: Support shared umems between queues and devices
Magnus Karlsson
2020-08-31
libbpf: Fix build failure from uninitialized variable warning
Tony Ambardar
2020-08-28
libbpf: Support sleepable progs
Alexei Starovoitov
2020-08-28
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
2020-08-26
libbpf: Fix compilation warnings for 64-bit printf args
Andrii Nakryiko
2020-08-26
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-24
libbpf: Fix type compatibility check copy-paste error
Andrii Nakryiko
2020-08-24
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
Andrii Nakryiko
2020-08-21
libbpf: Normalize and improve logging across few functions
Andrii Nakryiko
2020-08-21
libbpf: Skip well-known ELF sections when iterating ELF
Andrii Nakryiko
2020-08-21
libbpf: Add __noinline macro to bpf_helpers.h
Andrii Nakryiko
2020-08-21
libbpf: Factor out common ELF operations and improve logging
Andrii Nakryiko
2020-08-21
libbpf: Add perf_buffer APIs for better integration with outside epoll loop
Andrii Nakryiko
2020-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-08-20
libbpf: Fix libbpf build on compilers missing __builtin_mul_overflow
Andrii Nakryiko
2020-08-20
libbpf: Fix detection of BPF helper call instruction
Andrii Nakryiko
2020-08-20
libbpf: Fix map index used in error message
Toke Høiland-Jørgensen
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
2020-08-20
libbpf: Simplify the return expression of build_map_pin_path()
Xu Wang
2020-08-19
libbpf: Implement enum value-based CO-RE relocations
Andrii Nakryiko
2020-08-19
libbpf: Implement type-based CO-RE relocations support
Andrii Nakryiko
2020-08-18
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
2020-08-18
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
2020-08-18
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
2020-08-18
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
2020-08-18
libbpf: Improve relocation ambiguity detection
Andrii Nakryiko
2020-08-18
libbpf: Clean up and improve CO-RE reloc logging
Andrii Nakryiko
2020-08-18
libbpf: Improve error logging for mismatched BTF kind cases
Andrii Nakryiko
2020-08-18
libbpf: Detect minimal BTF support and skip BTF loading, if missing
Andrii Nakryiko
2020-08-18
libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()
Andrii Nakryiko
[next]