index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
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-03
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-09
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-05
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-10
libbpf: Compile using -std=gnu89
Kumar Kartikeya Dwivedi
1
-0
/
+1
2021-10-20
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
-9
/
+18
2021-10-06
bpf: Use $(pound) instead of \# in Makefiles
Quentin Monnet
1
-2
/
+2
2021-09-14
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
1
-12
/
+21
2021-09-10
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-26
libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviors
Andrii Nakryiko
1
-0
/
+1
2021-03-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+0
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2021-03-11
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-05
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-30
libbpf: Compile in PIC mode only for shared library case
Andrii Nakryiko
1
-2
/
+1
2020-09-30
libbpf: Compile libbpf under -O2 level by default and catch extra warnings
Andrii Nakryiko
1
-1
/
+1
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+3
2020-09-09
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-19
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
1
-5
/
+1
2020-08-19
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
1
-5
/
+1
2020-08-19
libbpf: Disable -Wswitch-enum compiler warning
Andrii Nakryiko
1
-1
/
+1
2020-06-02
libbpf: Use .so dynamic symbols for abi check
Yauheni Kaliuta
1
-2
/
+2
2020-06-02
libbpf: Install headers as part of make install
Nikolay Borisov
1
-1
/
+1
2020-01-14
libbpf: Clean up bpf_helper_defs.h generation output
Andrii Nakryiko
1
-1
/
+1
2020-01-10
libbpf,selftests/bpf: Fix clean targets
Andrii Nakryiko
1
-4
/
+5
2020-01-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-7
/
+8
2019-12-23
libbpf: Fix build on read-only filesystems
Namhyung Kim
1
-7
/
+8
2019-12-18
libbpf: Fix libbpf_common.h when installing libbpf through 'make install'
Toke Høiland-Jørgensen
1
-0
/
+1
2019-12-16
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
1
-6
/
+9
2019-12-15
libbpf: Fix readelf output parsing for Fedora
Thadeu Lima de Souza Cascardo
1
-0
/
+2
2019-12-05
selftests/bpf: Bring back c++ include/link test
Stanislav Fomichev
1
-4
/
+1
[next]