index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-25
tools/build: Allow versioning LLVM readelf
James Clark
1
-4
/
+4
2026-06-14
libbpf: Initialize CFLAGS before including Makefile.include
Leo Yan
1
-8
/
+9
2025-02-18
tools: Remove redundant quiet setup
Charlie Jenkins
1
-13
/
+0
2024-10-07
libbpf: Add missing per-arch include path
Björn Töpel
1
-1
/
+2
2024-08-05
tools build: Correct bpf fixdep dependencies
Brian Norris
1
-3
/
+10
2024-03-10
kbuild: unexport abs_srctree and abs_objtree
Masahiro Yamada
1
-1
/
+1
2023-08-02
libbpf: fix typos in Makefile
Randy Dunlap
1
-2
/
+2
2022-12-16
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-0
/
+17
2022-12-02
libbpf: Improve usability of libbpf Makefile
Xin Liu
1
-0
/
+17
2022-11-20
tools lib bpf: Avoid install_headers make warning
Ian Rogers
1
-0
/
+1
2022-06-28
libbpf: move xsk.{c,h} into selftests/bpf
Andrii Nakryiko
1
-1
/
+1
2022-05-19
libbpf: fix up global symbol counting logic
Andrii Nakryiko
1
-1
/
+1
2022-04-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2022-04-05
libbpf: Add BPF-side of USDT support
Andrii Nakryiko
1
-1
/
+1
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-02-15
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
1
-1
/
+1
2022-02-04
libbpf: Fix build issue with llvm-readelf
Yonghong Song
1
-2
/
+2
2021-12-16
tools/libbpf: Enable cross-building with clang
Jean-Philippe Brucker
1
-1
/
+2
2021-11-09
libbpf: Compile using -std=gnu89
Kumar Kartikeya Dwivedi
1
-0
/
+1
2021-10-19
libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
Quentin Monnet
1
-6
/
+0
2021-10-08
libbpf: Skip re-installing headers file if source is older than target
Quentin Monnet
1
-8
/
+17
2021-10-06
bpf: Use $(pound) instead of \# in Makefiles
Quentin Monnet
1
-2
/
+2
2021-09-13
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
1
-12
/
+21
2021-09-09
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
1
-7
/
+17
2021-08-17
libbpf: Re-build libbpf.so when libbpf.map changes
Andrii Nakryiko
1
-5
/
+5
2021-06-03
libbpf: Install skel_internal.h header used from light skeletons
Andrii Nakryiko
1
-1
/
+1
2021-06-03
libbpf: Refactor header installation portions of Makefile
Andrii Nakryiko
1
-12
/
+7
2021-05-25
libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviors
Andrii Nakryiko
1
-0
/
+1
2021-03-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+0
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2021-03-10
libbpf: xsk: Move barriers from libbpf_util.h to xsk.h
Björn Töpel
1
-1
/
+0
2021-03-08
libbpf: Fix INSTALL flag order
Georgi Valkov
1
-1
/
+1
2021-03-04
scripts/bpf: Abstract eBPF API target parameter
Joe Stringer
1
-1
/
+1
2021-02-04
libbpf: Stop using feature-detection Makefiles
Andrii Nakryiko
1
-43
/
+4
2020-11-19
libbpf: Fix VERSIONED_SYM_COUNT number parsing
Jiri Olsa
1
-0
/
+2
2020-09-29
libbpf: Compile in PIC mode only for shared library case
Andrii Nakryiko
1
-2
/
+1
2020-09-29
libbpf: Compile libbpf under -O2 level by default and catch extra warnings
Andrii Nakryiko
1
-1
/
+1
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+3
2020-09-08
tools/libbpf: Avoid counting local symbols in ABI check
Tony Ambardar
1
-0
/
+2
2020-09-03
libbpf: Remove arch-specific include path in Makefile
Naveen N. Rao
1
-1
/
+1
2020-08-28
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
1
-2
/
+2
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
1
-2
/
+5
2020-08-18
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
1
-5
/
+1
2020-08-18
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
1
-5
/
+1
2020-08-18
libbpf: Disable -Wswitch-enum compiler warning
Andrii Nakryiko
1
-1
/
+1
2020-06-01
libbpf: Use .so dynamic symbols for abi check
Yauheni Kaliuta
1
-2
/
+2
2020-06-01
libbpf: Install headers as part of make install
Nikolay Borisov
1
-1
/
+1
2020-01-13
libbpf: Clean up bpf_helper_defs.h generation output
Andrii Nakryiko
1
-1
/
+1
2020-01-09
libbpf,selftests/bpf: Fix clean targets
Andrii Nakryiko
1
-4
/
+5
2019-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-7
/
+8
[next]